diff options
Diffstat (limited to 'apps/settings')
177 files changed, 2783 insertions, 5817 deletions
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml index d91c4ff1863..e2e497e512e 100644 --- a/apps/settings/appinfo/info.xml +++ b/apps/settings/appinfo/info.xml @@ -9,7 +9,7 @@ <name>Nextcloud settings</name> <summary>Nextcloud settings</summary> <description>Nextcloud settings</description> - <version>1.14.0</version> + <version>1.15.0</version> <licence>agpl</licence> <author>Nextcloud</author> <namespace>Settings</namespace> @@ -17,7 +17,7 @@ <category>customization</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="31" max-version="31"/> + <nextcloud min-version="32" max-version="32"/> </dependencies> <commands> diff --git a/apps/settings/css/settings.css b/apps/settings/css/settings.css index a6eff3bc08e..ba9e7d81ad9 100644 --- a/apps/settings/css/settings.css +++ b/apps/settings/css/settings.css @@ -8,4 +8,4 @@ *//*! * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later - */input#openid,input#webdav{width:20em}.clear{clear:both}.nav-icon-personal-settings{background-image:var(--icon-personal-dark)}.nav-icon-security{background-image:var(--icon-toggle-filelist-dark)}.nav-icon-clientsbox{background-image:var(--icon-change-dark)}.nav-icon-federated-cloud{background-image:var(--icon-share-dark)}.nav-icon-second-factor-backup-codes,.nav-icon-ssl-root-certificate{background-image:var(--icon-password-dark)}#personal-settings-avatar-container{display:inline-grid;grid-template-columns:1fr;grid-template-rows:2fr 1fr 2fr;vertical-align:top}.profile-settings-container{display:inline-grid;grid-template-columns:1fr 1fr 1fr}.personal-show-container{width:100%}.personal-settings-setting-box .section{padding:10px 30px}.personal-settings-setting-box .section .headerbar-label{margin-bottom:0}.personal-settings-setting-box .section input[type=text],.personal-settings-setting-box .section input[type=email],.personal-settings-setting-box .section input[type=tel],.personal-settings-setting-box .section input[type=url]{width:100%}.personal-settings-setting-box-profile{grid-row:3/5}.personal-settings-setting-box-detail{grid-row:5}.personal-settings-setting-box-detail--without-profile{grid-row:3}select#timezone{width:100%}#personal-settings{display:grid;padding:20px;max-width:1700px;grid-template-columns:repeat(auto-fill, minmax(min(100%, 300px), 1fr));grid-column-gap:10px}#personal-settings .section{padding:10px 10px;border:0}#personal-settings .section h2{margin-bottom:12px}#personal-settings .section h3>label{font-weight:bold}#personal-settings .personal-info{margin-inline-end:10%;margin-bottom:12px;margin-top:12px}#personal-settings .personal-info[class^=icon-],#personal-settings .personal-info[class*=" icon-"]{background-position:0px 2px;padding-inline-start:30px;opacity:.7}.development-notice{text-align:center}.development-notice a:not(.link-button){text-decoration:underline}.link-button{display:inline-flex;margin:calc(2*var(--default-grid-baseline));padding:calc(2*var(--default-grid-baseline)) calc(4*var(--default-grid-baseline));background-color:var(--color-primary-element);color:var(--color-primary-element-text);border-radius:var(--border-radius-element);border:1px solid var(--color-primary-element);box-shadow:0 2px 9px var(--color-box-shadow);align-items:center;gap:calc(var(--default-grid-baseline)*2)}.link-button:hover,.link-button:focus{background-color:var(--color-primary-element-hover)}.link-button:active,.link-button:focus-visible{box-shadow:0 0 0 4px var(--color-main-background) !important;outline:2px solid var(--color-main-text) !important}.link-button .icon-file-text{filter:var(--primary-invert-if-dark);width:20px;height:20px}.personal-settings-container{display:inline-grid;grid-template-columns:1fr 1fr 1fr}.personal-settings-container:after{clear:both}.personal-settings-container>div h3{position:relative;display:inline-flex;flex-wrap:nowrap;justify-content:flex-start;width:100%;align-items:center;gap:8px}.personal-settings-container>div h3>label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.personal-settings-container>div>form span[class^=icon-checkmark],.personal-settings-container>div>form span[class^=icon-error]{position:relative;inset-inline-end:8px;top:-28px;pointer-events:none;float:right}.personal-settings-container .verify{position:relative;inset-inline-start:100%;top:0;height:0}.personal-settings-container .verify img{padding:12px 7px 6px}.personal-settings-container .verify-action{cursor:pointer}.personal-settings-container input:disabled{background-color:#fff;color:#000;border:none;opacity:100}.verification-dialog{display:none;inset-inline-end:-9px;top:40px;width:275px}.verification-dialog p{padding:10px}.verification-dialog .verificationCode{font-family:monospace;display:block;overflow-wrap:break-word}.federation-menu{position:relative;cursor:pointer;width:var(--default-clickable-area);height:var(--default-clickable-area);padding:calc(2*var(--default-grid-baseline));margin:0;background:none;border:none}.federation-menu:hover,.federation-menu:focus{background-color:var(--color-background-hover);border-radius:var(--border-radius-element)}.federation-menu:hover .icon-federation-menu,.federation-menu:focus .icon-federation-menu{opacity:.8}.federation-menu .icon-federation-menu{padding-inline-start:16px;background-size:16px;background-position:left center;opacity:.3;cursor:inherit}.federation-menu .icon-federation-menu .icon-triangle-s{display:inline-block;vertical-align:middle;cursor:inherit}.federation-menu .federationScopeMenu{top:var(--default-clickable-area)}.federation-menu .federationScopeMenu.popovermenu .menuitem{font-size:12.8px;line-height:1.6em}.federation-menu .federationScopeMenu.popovermenu .menuitem .menuitem-text-detail{opacity:.75}.federation-menu .federationScopeMenu.popovermenu .menuitem.active{box-shadow:inset 2px 0 var(--color-primary-element)}.federation-menu .federationScopeMenu.popovermenu .menuitem.active .menuitem-text{font-weight:bold}.federation-menu .federationScopeMenu.popovermenu .menuitem.disabled{opacity:.5;cursor:default}.federation-menu .federationScopeMenu.popovermenu .menuitem.disabled *{cursor:default}.clientsbox img{height:60px}#sslCertificate tr.expired{background-color:rgba(255,0,0,.5)}#sslCertificate td{padding:5px}#displaynameerror,#displaynamechanged{display:none}input#identity{width:20em}#showWizard{display:inline-block}.msg.success{color:#fff;background-color:#47a447;padding:3px}.msg.error{color:#fff;background-color:#d2322d;padding:3px}table.nostyle label{margin-inline-end:2em}table.nostyle td{padding:.2em 0}#security-password #passwordform{display:flex;flex-wrap:wrap;flex-direction:column;gap:1rem}#security-password #passwordform .input-control{display:flex;flex-wrap:wrap;flex-direction:column}#security-password #passwordform .input-control label{margin-bottom:.5rem}#security-password #passwordform #pass1,#security-password #passwordform .personal-show-container{flex-shrink:1;width:300px;min-width:150px}#security-password #passwordform .personal-show-container #pass2{position:relative;top:.5rem}#security-password #passwordform .personal-show-container .personal-show-label{top:34px !important;margin-inline-end:0;margin-top:0 !important;inset-inline-end:3px}#security-password #passwordform #pass2{width:100%}#security-password #passwordform .password-state{display:inline-block}#security-password #passwordform .strengthify-wrapper{position:absolute;inset-inline-start:0;width:100%;border-radius:0 0 2px 2px;margin-top:5px;overflow:hidden;height:3px}#two-factor-auth h3{margin-top:24px}#two-factor-auth li>div{margin-inline-start:20px}#two-factor-auth .two-factor-provider-settings-icon{width:16px;height:16px;filter:var(--background-invert-if-dark)}.isgroup .groupname{width:85%;display:block;overflow:hidden;text-overflow:ellipsis}.isgroup.active .groupname{width:65%}li.active .delete,li.active .rename{display:block}.app-navigation-entry-utils .delete,.app-navigation-entry-utils .rename{display:none}#usersearchform{position:absolute;top:2px;inset-inline-end:0}#usersearchform input{width:150px}#usersearchform label{font-weight:bold}table.grid{width:100%}table.grid th{height:2em;padding:0;padding-inline-end:1em;border-bottom:1px solid var(--color-border);text-align:start;font-weight:normal}table.grid td{border-bottom:1px solid var(--color-border);padding:0;padding-inline-end:1em;text-align:start;font-weight:normal}td.name,th.name{padding-inline-start:.8em;min-width:5em;max-width:12em;text-overflow:ellipsis;overflow:hidden}td.password,th.password{padding-inline-start:.8em}td.password>img,th.password>img{visibility:hidden}td.displayName>img,th.displayName>img{visibility:hidden}td.password,td.mailAddress,th.password,th.mailAddress{min-width:5em;max-width:12em;cursor:pointer}td.password span,td.mailAddress span,th.password span,th.mailAddress span{width:90%;display:inline-block;text-overflow:ellipsis;overflow:hidden}td.mailAddress,th.mailAddress{cursor:pointer}td.password>span,th.password>span{margin-inline-end:1.2em;color:#c7c7c7}span.usersLastLoginTooltip{white-space:nowrap}#app-navigation img{margin-bottom:-3px;margin-inline-end:6px;width:16px}#app-navigation li span.no-icon{padding-inline-start:32px}#app-navigation ul li.active>span.utils .delete,#app-navigation ul li.active>span.utils .rename{display:block}.section{margin-bottom:0}.section:not(:last-child){border-bottom:1px solid var(--color-border)}.section h2{margin-bottom:22px}.section h2 .icon-info{padding:6px 20px;vertical-align:text-bottom;display:inline-block}#log{white-space:normal;margin-bottom:14px}#lessLog{display:none}table.grid td.date{white-space:nowrap}#log-section p{margin-top:20px}#security-warning-state-ok span,#security-warning-state-warning span,#security-warning-state-failure span,#security-warning-state-loading span{vertical-align:middle}#security-warning-state-ok span.message,#security-warning-state-warning span.message,#security-warning-state-failure span.message,#security-warning-state-loading span.message{padding:12px}#security-warning-state-ok span.icon,#security-warning-state-warning span.icon,#security-warning-state-failure span.icon,#security-warning-state-loading span.icon{width:32px;height:32px;background-position:center center;display:inline-block;border-radius:50%}#security-warning-state-ok span.icon-checkmark-white,#security-warning-state-warning span.icon-checkmark-white,#security-warning-state-failure span.icon-checkmark-white,#security-warning-state-loading span.icon-checkmark-white{background-color:var(--color-success)}#security-warning-state-ok span.icon-error-white,#security-warning-state-warning span.icon-error-white,#security-warning-state-failure span.icon-error-white,#security-warning-state-loading span.icon-error-white{background-color:var(--color-warning)}#security-warning-state-ok span.icon-close-white,#security-warning-state-warning span.icon-close-white,#security-warning-state-failure span.icon-close-white,#security-warning-state-loading span.icon-close-white{background-color:var(--color-error)}#shareAPI.loading>div{display:none}#shareAPI p{padding-bottom:.8em}#shareAPI .indent{padding-inline-start:28px}#shareAPI .double-indent{padding-inline-start:56px}#shareAPI .nocheckbox{padding-inline-start:20px}#shareAPI #s2id_linksExcludedGroups{width:200px !important}#shareApiDefaultPermissionsSection label{margin-inline-end:20px}#fileSharingSettings h3{display:inline-block}#publicShareDisclaimerText{width:calc(100% - 23px);max-width:600px;height:150px;margin-inline-start:20px;box-sizing:border-box}.icon-info{padding:11px 20px;vertical-align:text-bottom;opacity:.5}#two-factor-auth h2,#shareAPI h2,#mail_general_settings h2{display:inline-block}.mail_settings p label:first-child{display:inline-block;width:300px;text-align:end}.mail_settings p select:nth-child(2),.mail_settings p input:not([type=button]){width:143px}@media(max-width: 768px){.mail_settings p label:first-child{width:unset;text-align:start;display:block;margin-top:calc(var(--default-grid-baseline)*2)}}#mail_smtpport{width:60px}.cronlog{margin-inline-start:10px}.status{display:inline-block;height:16px;width:16px;vertical-align:text-bottom}.status.success{border-radius:50%}#selectGroups select{box-sizing:border-box;display:inline-block;height:36px;padding:7px 10px}#log .log-message{word-break:break-all;min-width:180px}span.success{background-color:var(--color-success);border-radius:var(--border-radius)}span.error{background-color:var(--color-error)}span.indeterminate{background-color:var(--color-warning);border-radius:40% 0}doesnotexist:-o-prefocus,.strengthify-wrapper{inset-inline-start:185px;width:129px}.trusted-domain-warning{color:#fff;padding:5px;background:#ce3702;border-radius:5px;font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace}#postsetupchecks ul{margin-inline-start:44px;list-style:disc}#postsetupchecks ul li{margin:10px 0}#postsetupchecks ul ul{list-style:circle}#postsetupchecks .loading{height:50px;background-position:left center}#postsetupchecks .errors,#postsetupchecks .errors a{color:var(--color-error)}#postsetupchecks .warnings,#postsetupchecks .warnings a{color:var(--color-warning)}#postsetupchecks .hint{margin:20px 0}#security-warning a{text-decoration:underline}#security-warning .extra-top-margin{margin-top:12px}.security-warning__heading{display:flex;flex-wrap:wrap;margin-bottom:calc(var(--default-grid-baseline)*8)}.security-warning__heading>h2{margin-bottom:0px}.security-warning__heading>a{width:44px}#admin-tips li{list-style:initial}#admin-tips li a{display:inline-block;padding:3px 0}#warning{color:red}.settings-hint{margin-top:-12px;margin-bottom:12px;opacity:.7}.animated{animation:blink-animation 1s steps(5, start) 4}@keyframes blink-animation{to{opacity:.6}}@-webkit-keyframes blink-animation{to{opacity:1}}/*# sourceMappingURL=settings.css.map */ + */input#openid,input#webdav{width:20em}.clear{clear:both}.nav-icon-personal-settings{background-image:var(--icon-personal-dark)}.nav-icon-security{background-image:var(--icon-toggle-filelist-dark)}.nav-icon-clientsbox{background-image:var(--icon-change-dark)}.nav-icon-federated-cloud{background-image:var(--icon-share-dark)}.nav-icon-second-factor-backup-codes,.nav-icon-ssl-root-certificate{background-image:var(--icon-password-dark)}#personal-settings-avatar-container{display:inline-grid;grid-template-columns:1fr;grid-template-rows:2fr 1fr 2fr;vertical-align:top}.profile-settings-container{display:inline-grid;grid-template-columns:1fr 1fr 1fr}.personal-show-container{width:100%}.personal-settings-setting-box .section{padding:10px 30px}.personal-settings-setting-box .section .headerbar-label{margin-bottom:0}.personal-settings-setting-box .section input[type=text],.personal-settings-setting-box .section input[type=email],.personal-settings-setting-box .section input[type=tel],.personal-settings-setting-box .section input[type=url]{width:100%}.personal-settings-setting-box-profile{grid-row:3/5}.personal-settings-setting-box-detail{grid-row:5}.personal-settings-setting-box-detail--without-profile{grid-row:3}select#timezone{width:100%}#personal-settings{display:grid;padding:20px;max-width:1700px;grid-template-columns:repeat(auto-fill, minmax(min(100%, 300px), 1fr));grid-column-gap:10px}#personal-settings .section{padding:10px 10px;border:0}#personal-settings .section h2{margin-bottom:12px}#personal-settings .section h3>label{font-weight:bold}#personal-settings .personal-info{margin-inline-end:10%;margin-bottom:12px;margin-top:12px}#personal-settings .personal-info[class^=icon-],#personal-settings .personal-info[class*=" icon-"]{background-position:0px 2px;padding-inline-start:30px;opacity:.7}.development-notice{text-align:center}.development-notice a:not(.link-button){text-decoration:underline}.link-button{display:inline-flex;margin:calc(2*var(--default-grid-baseline));padding:calc(2*var(--default-grid-baseline)) calc(4*var(--default-grid-baseline));background-color:var(--color-primary-element);color:var(--color-primary-element-text);border-radius:var(--border-radius-element);border:1px solid var(--color-primary-element);box-shadow:0 2px 9px var(--color-box-shadow);align-items:center;gap:calc(var(--default-grid-baseline)*2)}.link-button:hover,.link-button:focus{background-color:var(--color-primary-element-hover)}.link-button:active,.link-button:focus-visible{box-shadow:0 0 0 4px var(--color-main-background) !important;outline:2px solid var(--color-main-text) !important}.link-button .icon-file-text{filter:var(--primary-invert-if-dark);width:20px;height:20px}.personal-settings-container{display:inline-grid;grid-template-columns:1fr 1fr 1fr}.personal-settings-container:after{clear:both}.personal-settings-container>div h3{position:relative;display:inline-flex;flex-wrap:nowrap;justify-content:flex-start;width:100%;align-items:center;gap:8px}.personal-settings-container>div h3>label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.personal-settings-container>div>form span[class^=icon-checkmark],.personal-settings-container>div>form span[class^=icon-error]{position:relative;inset-inline-end:8px;top:-28px;pointer-events:none;float:right}.personal-settings-container .verify{position:relative;inset-inline-start:100%;top:0;height:0}.personal-settings-container .verify img{padding:12px 7px 6px}.personal-settings-container .verify-action{cursor:pointer}.personal-settings-container input:disabled{background-color:#fff;color:#000;border:none;opacity:100}.verification-dialog{display:none;inset-inline-end:-9px;top:40px;width:275px}.verification-dialog p{padding:10px}.verification-dialog .verificationCode{font-family:monospace;display:block;overflow-wrap:break-word}.federation-menu{position:relative;cursor:pointer;width:var(--default-clickable-area);height:var(--default-clickable-area);padding:calc(2*var(--default-grid-baseline));margin:0;background:none;border:none}.federation-menu:hover,.federation-menu:focus{background-color:var(--color-background-hover);border-radius:var(--border-radius-element)}.federation-menu:hover .icon-federation-menu,.federation-menu:focus .icon-federation-menu{opacity:.8}.federation-menu .icon-federation-menu{padding-inline-start:16px;background-size:16px;background-position:left center;opacity:.3;cursor:inherit}.federation-menu .icon-federation-menu .icon-triangle-s{display:inline-block;vertical-align:middle;cursor:inherit}.federation-menu .federationScopeMenu{top:var(--default-clickable-area)}.federation-menu .federationScopeMenu.popovermenu .menuitem{font-size:12.8px;line-height:1.6em}.federation-menu .federationScopeMenu.popovermenu .menuitem .menuitem-text-detail{opacity:.75}.federation-menu .federationScopeMenu.popovermenu .menuitem.active{box-shadow:inset 2px 0 var(--color-primary-element)}.federation-menu .federationScopeMenu.popovermenu .menuitem.active .menuitem-text{font-weight:bold}.federation-menu .federationScopeMenu.popovermenu .menuitem.disabled{opacity:.5;cursor:default}.federation-menu .federationScopeMenu.popovermenu .menuitem.disabled *{cursor:default}.clientsbox img{height:60px}#sslCertificate tr.expired{background-color:rgba(255,0,0,.5)}#sslCertificate td{padding:5px}#displaynameerror,#displaynamechanged{display:none}input#identity{width:20em}#showWizard{display:inline-block}.msg.success{color:#fff;background-color:#47a447;padding:3px}.msg.error{color:#fff;background-color:#d2322d;padding:3px}table.nostyle label{margin-inline-end:2em}table.nostyle td{padding:.2em 0}#security-password #passwordform{display:flex;flex-wrap:wrap;flex-direction:column;gap:1rem}#security-password #passwordform .input-control{display:flex;flex-wrap:wrap;flex-direction:column}#security-password #passwordform .input-control label{margin-bottom:.5rem}#security-password #passwordform #pass1,#security-password #passwordform .personal-show-container{flex-shrink:1;width:300px;min-width:150px}#security-password #passwordform .personal-show-container #pass2{position:relative;top:.5rem}#security-password #passwordform .personal-show-container .personal-show-label{top:34px !important;margin-inline-end:0;margin-top:0 !important;inset-inline-end:3px}#security-password #passwordform #pass2{width:100%}#security-password #passwordform .password-state{display:inline-block}#security-password #passwordform .strengthify-wrapper{position:absolute;inset-inline-start:0;width:100%;border-radius:0 0 2px 2px;margin-top:5px;overflow:hidden;height:3px}#two-factor-auth h3{margin-top:24px}#two-factor-auth li>div{margin-inline-start:20px}#two-factor-auth .two-factor-provider-settings-icon{width:16px;height:16px;filter:var(--background-invert-if-dark)}.isgroup .groupname{width:85%;display:block;overflow:hidden;text-overflow:ellipsis}.isgroup.active .groupname{width:65%}li.active .delete,li.active .rename{display:block}.app-navigation-entry-utils .delete,.app-navigation-entry-utils .rename{display:none}#usersearchform{position:absolute;top:2px;inset-inline-end:0}#usersearchform input{width:150px}#usersearchform label{font-weight:bold}table.grid{width:100%}table.grid th{height:2em;padding:0;padding-inline-end:1em;border-bottom:1px solid var(--color-border);text-align:start;font-weight:normal}table.grid td{border-bottom:1px solid var(--color-border);padding:0;padding-inline-end:1em;text-align:start;font-weight:normal}td.name,th.name{padding-inline-start:.8em;min-width:5em;max-width:12em;text-overflow:ellipsis;overflow:hidden}td.password,th.password{padding-inline-start:.8em}td.password>img,th.password>img{visibility:hidden}td.displayName>img,th.displayName>img{visibility:hidden}td.password,td.mailAddress,th.password,th.mailAddress{min-width:5em;max-width:12em;cursor:pointer}td.password span,td.mailAddress span,th.password span,th.mailAddress span{width:90%;display:inline-block;text-overflow:ellipsis;overflow:hidden}td.mailAddress,th.mailAddress{cursor:pointer}td.password>span,th.password>span{margin-inline-end:1.2em;color:#c7c7c7}span.usersLastLoginTooltip{white-space:nowrap}#app-navigation img{margin-bottom:-3px;margin-inline-end:6px;width:16px}#app-navigation li span.no-icon{padding-inline-start:32px}#app-navigation ul li.active>span.utils .delete,#app-navigation ul li.active>span.utils .rename{display:block}.section{margin-bottom:0}.section:not(:last-child){border-bottom:1px solid var(--color-border)}.section h2{display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:bold;max-width:900px;margin-top:0}.section h2 .icon-info{display:flex;align-items:center;justify-content:center;width:var(--default-clickable-area);height:var(--default-clickable-area);margin:calc((var(--default-clickable-area) - 16px)/2*-1);margin-inline-start:0;color:var(--color-text-maxcontrast)}.section p{margin-top:-0.2em;margin-bottom:1em;color:var(--color-text-maxcontrast);max-width:900px}#log{white-space:normal;margin-bottom:14px}#lessLog{display:none}table.grid td.date{white-space:nowrap}#log-section p{margin-top:20px}#security-warning-state-ok span,#security-warning-state-warning span,#security-warning-state-failure span,#security-warning-state-loading span{vertical-align:middle}#security-warning-state-ok span.message,#security-warning-state-warning span.message,#security-warning-state-failure span.message,#security-warning-state-loading span.message{padding:12px}#security-warning-state-ok span.icon,#security-warning-state-warning span.icon,#security-warning-state-failure span.icon,#security-warning-state-loading span.icon{width:32px;height:32px;background-position:center center;display:inline-block;border-radius:50%}#security-warning-state-ok span.icon-checkmark-white,#security-warning-state-warning span.icon-checkmark-white,#security-warning-state-failure span.icon-checkmark-white,#security-warning-state-loading span.icon-checkmark-white{background-color:var(--color-success)}#security-warning-state-ok span.icon-error-white,#security-warning-state-warning span.icon-error-white,#security-warning-state-failure span.icon-error-white,#security-warning-state-loading span.icon-error-white{background-color:var(--color-warning)}#security-warning-state-ok span.icon-close-white,#security-warning-state-warning span.icon-close-white,#security-warning-state-failure span.icon-close-white,#security-warning-state-loading span.icon-close-white{background-color:var(--color-error)}#shareAPI.loading>div{display:none}#shareAPI p{padding-bottom:.8em}#shareAPI .indent{padding-inline-start:28px}#shareAPI .double-indent{padding-inline-start:56px}#shareAPI .nocheckbox{padding-inline-start:20px}#shareAPI #s2id_linksExcludedGroups{width:200px !important}#shareApiDefaultPermissionsSection label{margin-inline-end:20px}#fileSharingSettings h3{display:inline-block}#publicShareDisclaimerText{width:calc(100% - 23px);max-width:600px;height:150px;margin-inline-start:20px;box-sizing:border-box}.icon-info{padding:11px 20px;vertical-align:text-bottom;opacity:.5}#two-factor-auth h2,#shareAPI h2,#mail_general_settings h2{display:inline-block}.mail_settings p label:first-child{display:inline-block;width:300px;text-align:end}.mail_settings p select:nth-child(2),.mail_settings p input:not([type=button]){width:143px}@media(max-width: 768px){.mail_settings p label:first-child{width:unset;text-align:start;display:block;margin-top:calc(var(--default-grid-baseline)*2)}}#mail_smtpport{width:60px}.cronlog{margin-inline-start:10px}.status{display:inline-block;height:16px;width:16px;vertical-align:text-bottom}.status.success{border-radius:50%}#selectGroups select{box-sizing:border-box;display:inline-block;height:36px;padding:7px 10px}#log .log-message{word-break:break-all;min-width:180px}span.success{background-color:var(--color-success);border-radius:var(--border-radius)}span.error{background-color:var(--color-error)}span.indeterminate{background-color:var(--color-warning);border-radius:40% 0}doesnotexist:-o-prefocus,.strengthify-wrapper{inset-inline-start:185px;width:129px}.trusted-domain-warning{color:#fff;padding:5px;background:#ce3702;border-radius:5px;font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace}#postsetupchecks ul{margin-inline-start:44px;list-style:disc}#postsetupchecks ul li{margin:10px 0}#postsetupchecks ul ul{list-style:circle}#postsetupchecks .loading{height:50px;background-position:left center}#postsetupchecks .errors,#postsetupchecks .errors a{color:var(--color-error)}#postsetupchecks .warnings,#postsetupchecks .warnings a{color:var(--color-warning)}#postsetupchecks .hint{margin:20px 0}#security-warning a{text-decoration:underline}#security-warning .extra-top-margin{margin-top:12px}.security-warning__heading{display:flex;flex-wrap:wrap;margin-bottom:calc(var(--default-grid-baseline)*8)}.security-warning__heading>h2{margin:0;font-size:20px;font-weight:bold}.security-warning__heading>a{width:44px}#admin-tips li{list-style:initial}#admin-tips li a{display:inline-block;padding:3px 0}#warning{color:red}.settings-hint{margin-top:-12px;margin-bottom:12px;opacity:.7}.animated{animation:blink-animation 1s steps(5, start) 4}@keyframes blink-animation{to{opacity:.6}}@-webkit-keyframes blink-animation{to{opacity:1}}/*# sourceMappingURL=settings.css.map */ diff --git a/apps/settings/css/settings.css.map b/apps/settings/css/settings.css.map index 42fee9c6e4e..9d37e7a69d4 100644 --- a/apps/settings/css/settings.css.map +++ b/apps/settings/css/settings.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["settings.scss","../../../core/css/variables.scss","../../../core/css/functions.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA,GCEA;AAAA;AAAA;AAAA,GCFA;AAAA;AAAA;AAAA,GFUC,0BACC,WAKF,OACC,WAID,4BE2BC,2CFvBD,mBEuBC,kDFnBD,qBEmBC,yCFfD,0BEeC,wCFXD,oEEWC,2CFPD,oCACC,oBACA,0BACA,+BACA,mBAGD,4BACC,oBACA,kCAGD,yBACC,WAIA,wCACC,kBACA,yDACC,gBAIA,mOACC,WAKH,uCACC,aAGD,sCACC,WAED,uDACC,WAKD,gBACC,WAIF,mBACC,aACA,aACA,iBACA,uEACA,qBAEA,4BACC,kBACA,SAEA,+BACC,mBAIA,qCACC,iBAKH,kCACC,sBACA,mBACA,gBAGD,mGACC,4BACA,0BACA,WAMF,oBACC,kBACA,wCACC,0BAIF,aACC,oBACA,4CACA,kFACA,8CACA,wCACA,2CACA,8CACA,6CACA,mBACA,yCAEA,sCAEC,oDAGD,+CAEC,6DACA,oDAGD,6BACC,qCACA,WACA,YAIF,6BACC,oBACA,kCAEA,mCACC,WAIA,oCACC,kBACA,oBACA,iBACA,2BACA,WACA,mBACA,QAEA,0CACC,mBACA,uBACA,gBAKD,gIACC,kBACA,qBACA,UACA,oBACA,YAKH,qCACC,kBACA,wBACA,MACA,SAEA,yCACC,qBAIF,4CACC,eAGD,4CACC,sBACA,WACA,YACA,YAMF,qBACC,aACA,sBACA,SACA,YAEA,uBACC,aAGD,uCACC,sBACA,cACA,yBAIF,iBACC,kBACA,eACA,oCACA,qCACA,6CACA,SACA,gBACA,YAEA,8CAEC,+CACA,2CAEA,0FACC,WAIF,uCACC,0BACA,qBACA,gCACA,WACA,eAEA,wDACC,qBACA,sBACA,eAIF,sCACC,kCAGC,4DAEC,iBACA,kBAEA,kFACC,YAGD,mEACC,oDAEA,kFACC,iBAIF,qEACC,WAEA,eAEA,uEACC,eAQN,gBACC,YAIA,2BACC,kCAGD,mBACC,YAIF,sCAEC,aAGD,eACC,WAGD,YACC,qBAIA,aACC,WACA,yBACA,YAGD,WACC,WACA,yBACA,YAMD,oBACC,sBAGD,iBACC,eAKD,iCACC,aACA,eACA,sBACA,SACA,gDACC,aACA,eACA,sBACA,sDACC,oBAIF,kGACC,cACA,YACA,gBAKA,iEACC,kBACA,UAED,+EACC,oBACA,oBACA,wBACA,qBAIF,wCACC,WAGD,iDACC,qBAGD,sDACC,kBACA,qBACA,WACA,0BACA,eACA,gBACA,WAQF,oBACC,gBAGD,wBACC,yBAGD,oDACC,WACA,YACA,wCAOD,oBACC,UACA,cACA,gBACA,uBAGD,2BACC,UAKD,oCAEC,cAKD,wEAEC,aAIF,gBACC,kBACA,QACA,mBAEA,sBACC,YAGD,sBACC,iBAKF,WACC,WAEA,cACC,WACA,UACA,uBACA,4CACA,iBACA,mBAGD,cACC,4CACA,UACA,uBACA,iBACA,mBAKD,gBACC,0BACA,cACA,eACA,uBACA,gBAGD,wBACC,0BAEA,gCACC,kBAIF,sCACC,kBAGD,sDAEC,cACA,eACA,eAEA,0EACC,UACA,qBACA,uBACA,gBAIF,8BACC,eAGD,kCACC,wBACA,cAIF,2BACC,mBAMA,oBACC,mBACA,sBACA,WAGD,gCACC,0BAIA,gGACC,cAMH,SACC,gBAEA,0BACC,4CAID,YACC,mBAEA,uBACC,iBACA,2BACA,qBAMH,KACC,mBACA,mBAGD,SACC,aAGD,mBACC,mBAGD,eACC,gBAOA,+IACC,sBAEA,+KACC,aAGD,mKACC,WACA,YACA,kCACA,qBACA,kBAGD,mOACC,sCAGD,mNACC,sCAGD,mNACC,oCAMF,sBACC,aAGD,YACC,oBAGD,kBACC,0BAGD,yBACC,0BAGD,sBACC,0BAGD,oCACC,uBAIF,yCACC,uBAGD,wBACC,qBAGD,2BACC,wBAEA,gBACA,aACA,yBACA,sBAKD,WACC,kBACA,2BACA,WAGD,2DAGC,qBAIA,mCACC,qBACA,YACA,eAGD,+EAEC,YAIF,yBACC,mCACC,YACA,iBACA,cACA,iDAIF,eACC,WAGD,SACC,yBAGD,QACC,qBACA,YACA,WACA,2BAEA,gBACC,kBAIF,qBACC,sBACA,qBACA,YACA,iBAGD,kBACC,qBACA,gBAIA,aACC,sCACA,mCAGD,WACC,oCAGD,mBACC,sCACA,oBAMF,8CACC,yBACA,YAGD,wBACC,WACA,YACA,mBACA,kBACA,+DAIA,oBACC,yBACA,gBAEA,uBACC,cAGD,uBACC,kBAIF,0BACC,YACA,gCAGD,oDACC,yBAGD,wDACC,2BAGD,uBACC,cAKD,oBACC,0BAGD,oCACC,gBAIF,2BACC,aACA,eACA,mDAEA,8BACC,kBAGD,6BACC,WAIF,eACC,mBAEA,iBACC,qBACA,cAIF,SACC,UAGD,eACC,iBACA,mBACA,WAGD,UACI,+CAGJ,2BACE,GACE,YAGJ,mCACE,GACE","file":"settings.css"}
\ No newline at end of file +{"version":3,"sourceRoot":"","sources":["settings.scss","../../../core/css/variables.scss","../../../core/css/functions.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA,GCEA;AAAA;AAAA;AAAA,GCFA;AAAA;AAAA;AAAA,GFUC,0BACC,WAKF,OACC,WAID,4BE2BC,2CFvBD,mBEuBC,kDFnBD,qBEmBC,yCFfD,0BEeC,wCFXD,oEEWC,2CFPD,oCACC,oBACA,0BACA,+BACA,mBAGD,4BACC,oBACA,kCAGD,yBACC,WAIA,wCACC,kBACA,yDACC,gBAIA,mOACC,WAKH,uCACC,aAGD,sCACC,WAED,uDACC,WAKD,gBACC,WAIF,mBACC,aACA,aACA,iBACA,uEACA,qBAEA,4BACC,kBACA,SAEA,+BACC,mBAIA,qCACC,iBAKH,kCACC,sBACA,mBACA,gBAGD,mGACC,4BACA,0BACA,WAMF,oBACC,kBACA,wCACC,0BAIF,aACC,oBACA,4CACA,kFACA,8CACA,wCACA,2CACA,8CACA,6CACA,mBACA,yCAEA,sCAEC,oDAGD,+CAEC,6DACA,oDAGD,6BACC,qCACA,WACA,YAIF,6BACC,oBACA,kCAEA,mCACC,WAIA,oCACC,kBACA,oBACA,iBACA,2BACA,WACA,mBACA,QAEA,0CACC,mBACA,uBACA,gBAKD,gIACC,kBACA,qBACA,UACA,oBACA,YAKH,qCACC,kBACA,wBACA,MACA,SAEA,yCACC,qBAIF,4CACC,eAGD,4CACC,sBACA,WACA,YACA,YAMF,qBACC,aACA,sBACA,SACA,YAEA,uBACC,aAGD,uCACC,sBACA,cACA,yBAIF,iBACC,kBACA,eACA,oCACA,qCACA,6CACA,SACA,gBACA,YAEA,8CAEC,+CACA,2CAEA,0FACC,WAIF,uCACC,0BACA,qBACA,gCACA,WACA,eAEA,wDACC,qBACA,sBACA,eAIF,sCACC,kCAGC,4DAEC,iBACA,kBAEA,kFACC,YAGD,mEACC,oDAEA,kFACC,iBAIF,qEACC,WAEA,eAEA,uEACC,eAQN,gBACC,YAIA,2BACC,kCAGD,mBACC,YAIF,sCAEC,aAGD,eACC,WAGD,YACC,qBAIA,aACC,WACA,yBACA,YAGD,WACC,WACA,yBACA,YAMD,oBACC,sBAGD,iBACC,eAKD,iCACC,aACA,eACA,sBACA,SACA,gDACC,aACA,eACA,sBACA,sDACC,oBAIF,kGACC,cACA,YACA,gBAKA,iEACC,kBACA,UAED,+EACC,oBACA,oBACA,wBACA,qBAIF,wCACC,WAGD,iDACC,qBAGD,sDACC,kBACA,qBACA,WACA,0BACA,eACA,gBACA,WAQF,oBACC,gBAGD,wBACC,yBAGD,oDACC,WACA,YACA,wCAOD,oBACC,UACA,cACA,gBACA,uBAGD,2BACC,UAKD,oCAEC,cAKD,wEAEC,aAIF,gBACC,kBACA,QACA,mBAEA,sBACC,YAGD,sBACC,iBAKF,WACC,WAEA,cACC,WACA,UACA,uBACA,4CACA,iBACA,mBAGD,cACC,4CACA,UACA,uBACA,iBACA,mBAKD,gBACC,0BACA,cACA,eACA,uBACA,gBAGD,wBACC,0BAEA,gCACC,kBAIF,sCACC,kBAGD,sDAEC,cACA,eACA,eAEA,0EACC,UACA,qBACA,uBACA,gBAIF,8BACC,eAGD,kCACC,wBACA,cAIF,2BACC,mBAMA,oBACC,mBACA,sBACA,WAGD,gCACC,0BAIA,gGACC,cAOH,SACC,gBAEA,0BACC,4CAID,YACC,oBACA,mBACA,uBACA,eACA,iBACA,gBACA,aAEA,uBACC,aACA,mBACA,uBACA,oCACA,qCACA,yDACA,sBACA,oCAKF,WACC,kBACA,kBACA,oCACA,gBAKF,KACC,mBACA,mBAGD,SACC,aAGD,mBACC,mBAGD,eACC,gBAOA,+IACC,sBAEA,+KACC,aAGD,mKACC,WACA,YACA,kCACA,qBACA,kBAGD,mOACC,sCAGD,mNACC,sCAGD,mNACC,oCAMF,sBACC,aAGD,YACC,oBAGD,kBACC,0BAGD,yBACC,0BAGD,sBACC,0BAGD,oCACC,uBAIF,yCACC,uBAGD,wBACC,qBAGD,2BACC,wBAEA,gBACA,aACA,yBACA,sBAKD,WACC,kBACA,2BACA,WAGD,2DAGC,qBAIA,mCACC,qBACA,YACA,eAGD,+EAEC,YAIF,yBACC,mCACC,YACA,iBACA,cACA,iDAIF,eACC,WAGD,SACC,yBAGD,QACC,qBACA,YACA,WACA,2BAEA,gBACC,kBAIF,qBACC,sBACA,qBACA,YACA,iBAGD,kBACC,qBACA,gBAIA,aACC,sCACA,mCAGD,WACC,oCAGD,mBACC,sCACA,oBAMF,8CACC,yBACA,YAGD,wBACC,WACA,YACA,mBACA,kBACA,+DAIA,oBACC,yBACA,gBAEA,uBACC,cAGD,uBACC,kBAIF,0BACC,YACA,gCAGD,oDACC,yBAGD,wDACC,2BAGD,uBACC,cAKD,oBACC,0BAGD,oCACC,gBAIF,2BACC,aACA,eACA,mDAEA,8BACC,SACA,eACA,iBAGD,6BACC,WAIF,eACC,mBAEA,iBACC,qBACA,cAIF,SACC,UAGD,eACC,iBACA,mBACA,WAGD,UACI,+CAGJ,2BACE,GACE,YAGJ,mCACE,GACE","file":"settings.css"}
\ No newline at end of file diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index 2ef115f2ac2..782733a76a8 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -568,6 +568,7 @@ span.usersLastLoginTooltip { } /* SETTINGS SECTIONS */ +// to match with NcSettingsSection component .section { margin-bottom: 0; /* section divider lines, none needed for last one */ @@ -577,13 +578,32 @@ span.usersLastLoginTooltip { /* correctly display help icons next to headings */ h2 { - margin-bottom: 22px; + display: inline-flex; + align-items: center; + justify-content: center; + font-size: 20px; + font-weight: bold; + max-width: 900px; + margin-top: 0; - .icon-info { - padding: 6px 20px; - vertical-align: text-bottom; - display: inline-block; + .icon-info { + display: flex; + align-items: center; + justify-content: center; + width: var(--default-clickable-area); + height: var(--default-clickable-area); + margin: calc((var(--default-clickable-area) - 16px) / 2 * -1); + margin-inline-start: 0; + color: var(--color-text-maxcontrast); } + + } + + p { + margin-top: -0.2em; + margin-bottom: 1em; + color: var(--color-text-maxcontrast); + max-width: 900px; } } @@ -827,7 +847,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { margin-bottom: calc(var(--default-grid-baseline) * 8); > h2 { - margin-bottom: 0px; + margin: 0; + font-size: 20px; + font-weight: bold; } > a { diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index 873e13970a7..dab63ab7472 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -1,7 +1,7 @@ OC.L10N.register( "settings", { - "Private" : "خاص", + "Private" : "خاصٌّ", "Only visible to people matched via phone number integration through Talk on mobile" : "يراه فقط المستخدِمون الذين أمكن مطابقة أرقام هواتفهم عبر تطبيق المحادثة Talk على الهاتف النقّال", "Local" : "محلي", "Only visible to people on this instance and guests" : "يستطيع رؤيته فقط المستخدِمون على هذا الخادم و الضيوف", @@ -297,10 +297,10 @@ OC.L10N.register( "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- ترويسة HTTP للنقل الآمن `Strict-Transport-Security` لم يتم ضبطها على `%d` ثوانٍ على الأقل (القيمة الحالية: `%d`). لتعزيز الأمن، يُوصى باستعمال سياسة HSTS طويلة.", "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- ترويسة HTTP للنقل الآمن `Strict-Transport-Security` ـ : `%s`. لتعزيز الأمن، يُنصح بتمكين HSTS.", "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- - ترويسة HTTP للنقل الآمن `Strict-Transport-Security` لم يتم تعيينها ( يجب أن تكون `%d` ثوان على الأقل). لتعزيز الأمن، يُنصح بتمكين HSTS.", - "Some headers are not set correctly on your instance" : "بعض الترويسات لم يتم تعيينها بالشكل الصحيح على الخادوم", - "Could not check that your web server serves security headers correctly. Please check manually." : "تعذّر التحقُّق من أن خادوم الويب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. قم رجاءً بالتحقُّق من ذلك يدوياً.", - "Could not check that your web server serves security headers correctly, unable to query `%s`" : "تعذّر التحقُّق من أن خادوم الويب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. و تعذّر تنفيذ الاستعلام عن: `%s`", - "Your server is correctly configured to send security headers." : "الخادوم لم تتم تهيئته بالشكل الصحيح لإرسال الترويسات الآمنة security headers. ", + "Some headers are not set correctly on your instance" : "بعض الترويسات لم يتم تعيينها بالشكل الصحيح على الخادم", + "Could not check that your web server serves security headers correctly. Please check manually." : "تعذّر التحقُّق من أن خادم الويب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. قم رجاءً بالتحقُّق من ذلك يدوياً.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "تعذّر التحقُّق من أن خادم الويب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. و تعذّر تنفيذ الاستعلام عن: `%s`", + "Your server is correctly configured to send security headers." : "الخادم لم تتم تهيئته بالشكل الصحيح لإرسال الترويسات الآمنة security headers. ", "Database version" : "إصدار قاعدة البيانات", "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "رقم إصدار MariaDB الذي تمّ اكتشافه هو 10.3. هذا الإصدار هو في آخر عمره الافتراضي و هو مدعوم فقط كجزء من أوبنتو. Unbuntu 20.04. لتحقيق أفضل أداء و ثبات مع هذا الإصدار من نكست كلاود، نقترح أن يكون إصدار MariaDB >=%1$s و <=%2$s.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "رقم إصدار MariaBD الذي تمّ اكتشافه هو \"%1$s\". لتحقيق أفضل أداء و ثبات مع هذا الإصدار من نكست كلاود، نقترح أن يكون إصدار MariaDB >=%2$s و <=%3$s.", @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "فرض الحماية بكلمة المرور", "Exclude groups from password requirements" : "إستثناء بعض المجموعات من متطلبات كلمة المرور", "Exclude groups from creating link shares" : "إستثناء بعض المجموعات من إنشاء روابط المشاركات", + "Allow users to set custom share link tokens" : "السماح للمستخدِمين بتعيين أَمَارَات لرابط مشاركة مُخصَّص", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "المشاركات ذات الأَمَارَات المُخصَّصة سوف تبقى متاحة حتى بعد تعطيل هذا الإعداد", + "Shares with guessable tokens may be accessed easily" : "المشاركات ذات الأَمَارَات سهلة التخمين يمكن الوصول إليها بسهولة", "Limit sharing based on groups" : "تقييد المشاركة بحسب المجموعات", "Allow sharing for everyone (default)" : "السماح بالمشاركة للجميع (الوضع التلقائي)", "Exclude some groups from sharing" : "استثناء بعض المجموعات من المشاركة", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "إسم العرض", "GPUs support" : "دعم وحدات المعالجة الرسومية GPU", "Compute device" : "إحسب الجهاز", + "Advanced deploy options" : "خيارات النشر المتقدمة", + "Edit ExApp deploy options before installation" : "قُم بتعديل خيارات نشر التطبيقات الخارجية ExAPP قبل التثبيت", + "Configured ExApp deploy options. Can be set only during installation" : "الخيارات المُهيَّأة لنشر التطبيقات الخارجية ExAPP، يمكن تعيينها فقط أثناء التثبيت", + "Learn more" : "تعلم المزيد", + "Environment variables" : "متغيرات البيئة", + "ExApp container environment variables" : "متغيرات بيئة حاوية التطبيقات الخارجية ExApp", + "No environment variables defined" : "لم يتم تعريف أي متغيرات بيئية", + "Mounts" : "نقاط تثبيت", + "Define host folder mounts to bind to the ExApp container" : "قم بتحديد مجلدات المضيف المراد ربطها بحاوية التطبيق الخارجي ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "يجب أن يكون موجوداً على مضيف البرنامج المُقِيم للنشر Deploy daemon قبل تثبيت التطبيق الخارجي ExApp", + "Host path" : "مسار المُضِيف", + "Container path" : "مسار الحاوية", + "Read-only" : "للقراءة فقط", + "Remove mount" : "إزالة نقطة تثبيت", + "New mount" : "نقطة تثبيت جديدة", + "Enter path to host folder" : "أدخِل مسار مجلد الاسضافة", + "Enter path to container folder" : "أدخِل مسار مجلد الحاوية", + "Toggle read-only mode" : "تبديل وضعية \"للقراءة فقط\"", + "Confirm adding new mount" : "أكِّد على إضافة نقطة التثبيت الجديدة", + "Confirm" : "تأكيد", + "Cancel adding mount" : "إلغاء إضافة نقطة التثبيت", + "Cancel" : "إلغاء", + "Add mount" : "إضافة نقطة تثبيت", + "ExApp container mounts" : "نقاط تثبيت حاوية التطبيق الخارجي ExApp", + "No mounts defined" : "لم يتم تعريف أي نقاط تثبيت", "Description" : "الوصف", "Details" : "التفاصيل", "All" : "الكل", "Limit app usage to groups" : "قصر استخدام التطبيق على بعض المجموعات", "No results" : "لا نتائج", "Update to {version}" : "التحديث إلى {version}", + "Deploy options" : "خيارات النشر", "Default Deploy daemon is not accessible" : "الوصول إلى البرنامج الخفي التلقائي لنشر التطبيقات Default Deploy Daemon غير ممكن.", "Delete data on remove" : "إحذف البيانات عند الإزالة", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "هذا التطبيق لم يُحدّد فيه أقدم إصدار متوافق معه من نكست كلاود. هذا قد يسبب خطأ في المستقبل.", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "تعذر تحديث تهيئة التشفير من جانب الخادم", "Please confirm the group removal" : "رجاءً، قم بتأكيد حذف المجموعة", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "أنت على وشك إزالة المجموعة \"{group}\". لن يتم حذف الحسابات.", - "Cancel" : "إلغاء", - "Confirm" : "تأكيد", "Submit" : "إرسال ", "Rename group" : "تغيير تسمية مجموعة", "Remove group" : "حذف مجموعة", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "حدث خطأُ أثناء قصقصة cropping صورة الملف الشخصي", "Error saving profile picture" : "حدث خطأُ أثناء حفظ صورة الملف الشخصي", "Error removing profile picture" : "حدث خطأُ أثناء حذف صورة الملف الشخصي", - "Your biography" : "سيرتك الذاتية", + "Your biography. Markdown is supported." : "سيرتك الذاتية. تنسيق \"ماركداون\" مدعوم أيضاً.", "Enter your date of birth" : "أدخل تاريخ ميلادك", "Unable to update date of birth" : "يتعذّر تحديث تاريخ الميلاد", "You are a member of the following groups:" : "أنت عضو في المجموعات التالية:", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "مدير المجموعة لـ", "Account backend" : "الواجهة الخلفية للحساب", "Storage location" : "مسار التخزين", + "First login" : "أول دخول", "Last login" : "آخِر تسجيلٍ للدخول", "Account actions" : "إجراءات الحساب", "Password or insufficient permissions message" : "رسالة حول كلمة المرور أو عدم كفاية الأذونات", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "لغة العرض", "Show account backend" : "إظهار خلفية الحساب", "Show storage path" : "عرض مسار التخزين", + "Show first login" : "أظهِر أول دخول", "Show last login" : "عرض آخر تسجيل دخول", "Sorting" : "ترتيب", "The system config enforces sorting the groups by name. This also disables showing the member count." : "يفرض تكوين النظام فرز المجموعات حسب الاسم. يؤدي هذا أيضًا إلى تعطيل إظهار عدد الأعضاء.", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "عرض للكل", "Show to logged in accounts only" : "عرض للمسجل دخولهم فقط", "Hide" : "إخفاء", - "manual-install apps cannot be updated" : "التطبيقات المثبية يدويّاً لا يمكن تحديثها", + "Manually installed apps cannot be updated" : "التطبيقات المثبتة يدويّاً لايمكن تحديثها", "{progress}% Deploying …" : "{progress}% النشر جارٍ …", "{progress}% Initializing …" : "{progress}% التهيئة جارية …", "Health checking" : "فحص الصحة", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "السماح للتطبيقات غير المجازة", "The app will be downloaded from the App Store" : "سيتم تنزيل التطبيق من متجر التطبيقات ", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "لم يتم التعرّف على هذا التطبيق باعتباره متوافقاً مع إصدار نكست كلاود الخاص بك. إذا تابعت، فسيظل بإمكانك تنصيب التطبيق. ولكن يجب ملاحظة أن التطبيق قد لا يعمل بالشكل المتوقع.", + "Unknown" : "غير معروف", "Never" : "أبدا", "Could not register device: Network error" : "تعذّر تسجيل الجهاز: خطأ في الشبكة", "Could not register device: Probably already registered" : "تعذّر تسجيل الجهاز: على الأرجح أنه سبق تسجيله", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "هذا الإصدار المُجتمَعِي من نكست كلاود غير مدعوم و الإشعارات الفورية غير متاحة.", "Use a second factor besides your password to increase security for your account." : "استخدم عاملاً ثانياً إلى جانب كلمة مرورك لزيادة أمان حسابك.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "إذا كنت تستخدم تطبيقات من طرفٍ ثالثٍ للاتصال بنكست كلاود، فالرجاء التأكد من إنشاء و تهيئة كلمة مرور التطبيق لكل منها قبل تمكين التحقق ثنائي العوامل من الهويّة 2FA.", - "No user supplied" : "لم يتم إعطاء أيّ مستخدِم ", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "يرجى تقديم كلمة مرور لاسترداد المدير admin recovery password؛ وإلا ستفقد كافة بيانات المستخدم.", - "Backend does not support password change, but the user's encryption key was updated." : "لا تدعم خلفية النظام تغيير كلمة المرور، ولكن تمّ تحديث مفتاح تشفير المستخدم user's encryption key .", - "You need to set your user email before being able to send test emails. Go to %s for that." : "تحتاج إلى تعيين البريد الإلكتروني للمستخدم قبل أن تتمكن من إرسال رسائل بريد إلكتروني تجريبية. إذهب إلى %s لهذا الغرض.", - "Invalid user" : "مستخدم غير صحيح", - "Your username is: %s" : "اسمك كمستخدِمٍ هو : %s", - "Logged in user must be a subadmin" : "يجب أن يكون المستخدم المسجل دخوله مديراً فَرعياً", - "Old user imported certificates" : "شهادات مستورَدة لمستخدِم قديم", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "مَهمّة خلفية مُعلّقة pending قيد انتظار فحص شهادة أمان SSL تمت إضافتها من المستخدِم. يُرجى المحاولة لاحقاً.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "يوجد حاليّاً مستخدم رفع شهادة أمان SSL لم تعد قيد الاستخدام منذ نكست كلاود 21. يمكن استيرادها باستعمال سطر الأوامر command line عبر الأمر \"occ security:certificates:import\". مساراتهم داخل دليل البيانات كما هي موضحة أدناه.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.", "Missing optional index \"%s\" in table \"%s\"." : "دليل اختياري ناقص \"%s\" في الجدول \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.", "File locking" : "قفل الملف", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "تم تعطيل خاصية \"قفل الملف أثناء العمل عليه\" Transactional file locking؛ الأمر الذي قد يؤدي إلى حدوث مشكلة \"التسابق على الموارد\" race condition. قُم بتمكين \"filelocking.enabled\" في ملف config.php لتجنب حدوث ذلك.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "لا يمكن التحقق من دعم JavaScript. يرجى التحقق يدوياً مما إذا كان خادم الويب عندك يتعامل مع ملفات `.mjs` باستعمال نوع JavaScript MIME.", - "MySQL unicode support" : "دعم نظام المحارف unicode في قاعدة البيانات MySQL", - "Overwrite cli URL" : "استبدال عنوان cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "إصدار PHP الذي تقوم بتشغيله الآن هو %s. النسخة 8.0 من PHP لم تعد مدعومة منذ الإصدار 27 لنكست كلاود. الإصدار 28 من نكست كلاود يتطلب استعمال الإصدار 8.1 من PHP على الأقل. رجاءً، قم بترقية إصدارPHP إلى إحدى الإصدارات المدعومة من نكست كلاود في أسرع وقت.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "الإصدار المستعمل من MaridaDB هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MariaDN 10.2 أو أحدث.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "الإصدار المستعمل من MySQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MySAL 8.0 أو MariaDB 10.2 أو أحدث.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "يمكن تنفيذ تحويل الكلام إلى نص بواسطة تطبيقات مختلفة. هنا يمكنك تعيين التطبيق الذي يجب استخدامه.", "None of your currently installed apps provide Speech-To-Text functionality" : "لا توفر أي من تطبيقاتك المثبتة حاليًا وظيفة تحويل الكلام إلى نص", "None of your currently installed apps provide Text processing functionality" : "لا يوفر أي من تطبيقاتك المثبتة حاليًا وظيفة معالجة النصوص", - "Exclude groups from sharing" : "إستثناء مجموعات من المشاركة", - "These groups will still be able to receive shares, but not to initiate them." : "هذه المجموعات ستظل قادرة على تلقي المشاركات، و لكن لا يمكنها إنشاء مشاركات.", "Set default expiration date for shares" : "تعيين تاريخ إنتهاء الصلاحية للمشاركات", "Allow username autocompletion in share dialog and allow access to the system address book" : "السماح بالإكمال التلقائي لاسم المستخدم في حوار المشاركة والسماح بالوصول إلى دفتر عناوين النظام", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "يمكن فرض التحقق ثنائي العوامل من الهويّة Two-Factor Authentication لجميع المستخدمين ومجموعات محددة. إذا لم يكن مزوّد االتحقق ثنائي العوامل مُهيّأً بالشكل الصحيح، فلن يتمكنوا من تسجيل الدخول إلى النظام.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "عند اختيار/ استبعاد المجموعات، يُطبَّقُ المنطق التالي لتحديد ما إذا كان المستخدم مشمولاً بفرض التحقُّق المُثنَّى 2FA: \nإذا لم يتم تحديد أي مجموعات، يتم تمكين التحقُّق المُثنَّى للجميع باستثناء أعضاء المجموعات المُستثناة. \nإذا تم تحديد المجموعات، فسيتم تمكين التحقُّق المُثنَّى لجميع أعضاء هذه المجموعات. \nإذا كان المستخدم موجودًا في مجموعتين إحداهما مشمولة و الأخرى مُستثناة، فستأخذ المجموعة المشمولة الأسبقية و سيتم فرض التحقُّق المُثنَّى عليه.", - "{license}-licensed" : "{license} مُرخّصٌ", - "Rating: {score}/10" : "التقييم: {score}/10", - "Username" : "اسم المستخدم", - "Execute one task with each page loaded. Use case: Single user instance." : "نفذ مهمة واحدة مع كل صفحة يتم تحميلها. حالة الاستخدام: مثيل لمستخدم واحد Single user instance.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "تم تسجيل cron.php في خدمة webcron لاستدعاء cron.php كل 5 دقائق عبر HTTP. حالة الاستخدام: مثيل صغير جدًا Very small instance (1-5 مستخدمين حسب الاستخدام).", - "The cron.php needs to be executed by the system user \"{user}\"." : "يلزم تنفيذ cron.php بواسطة مستخدم النظام system user ـ\"{user}\".", - "Enable or disable profile by default for new users." : "تمكين أو تعطيل ملف التعريف الشخصي profile افتراضيًا للمستخدمين الجدد.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "أنت على وشك حذف المجموعة \"{group}\"؛ لكن المستخدمين لن يتم حذفهم.", + "Your biography" : "سيرتك الذاتية", "You are using <strong>{usage}</strong>" : "أنت تستعمل <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "أنت تستعمل <strong>{usage}</strong> من <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "إيميلات إضافية", - "Enable Profile" : "تمكين الملف الشخصي", - "No users" : "لا يوجد مستخدِمون", - "Loading users …" : "تحميل المستخدِمين جارٍ ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "قائمة المستخدِمين. لا يتم عرض القائمة بالكامل لتحسين الأداء. سيتم عرض مستخدِمين أكثر كلما تنقّلت عبر القائمة.", "New user" : "مستخدم جديد", "Groups (required)" : "المجموعات (مطلوب)", "Set user groups" : "تعيين مجموعات المستخدم", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "تعيين مدير المستخدم", "Username will be autogenerated" : "يتم توليد وإنشاء اسم المستخدم تلقائيا", "Username (required)" : "اسم المستخدم (مطلوب)", + "Loading users …" : "تحميل المستخدِمين جارٍ ...", + "Username" : "اسم المستخدم", "User backend" : "الواجهة الخلفية للمستخدم", "User actions" : "إجراءات المستخدِم", - "Loading user …" : "تحميل المستخدم جارٍ ...", - "You do not have permissions to see the details of this user" : "ليس لديك الأذونات المطلوبة لمشاهدة بيانات هذا المستخدم", "Add user to group" : "إضافة مستخدم إلى مجموعة", - "Set user as admin for" : "تعيين المستخدم كمدير لـ", - "Select user quota" : "تعيين حصة المستخدم", - "Delete user" : "حذف المستخدم", - "Wipe all devices" : "مَحْو جميع الأجهزة", - "Disable user" : "إيقاف المستخدم", - "Enable user" : "تمكين المستخدم", - "Failed to update user manager" : "تعذّر تحديث مدير المستخدِم", - "Toggle user actions menu" : "تبديل قائمة إجراءات المستخدم", - "User management settings" : "إعدادات إدارة المستخدِمين", - "Show user backend" : "إظهار خلفية المُستخدِم user backend", - "Send welcome email to new users" : "أرسل بريد إلكتروني ترحيبي للمستخدِمين الجدد", "Name your device" : "اسم جهازك", "Server error while trying to add WebAuthn device" : "حدث خطأ في الخادم أثناء محاولة إضافة جهاز WebAuthn", - "by {author}\n{license}" : "من قِبَل {author}\n{license}", - "User management" : "إدارة المستخدِمين", - "Active users" : "المستخدمون النشطون", - "Disabled users" : "المستخدمون المُعطَّلون", - "Creating group …" : "إنشاء مجموعة ...", - "User group: {group}" : "مجموعة المستخدِم: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "غير متاح حيث تم تعطيل الاتحاد بالنسبة لحسابك، إتصل بمدير النظام إذا كان لديك أي أسئلة", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "غير مُتاحٍ لأن نشر البيانات الخاصة بالمستخدم إلى خادم البحث غير مسموح به. إتّصل بمدير النظام إذا كان لديك أي أسئلة", - "Show to logged in users only" : "عرض للمستخدمين المسجل دخولهم فقط", - "Nextcloud help resources" : "موارد \"مُساعَدَة نكست كلاود\"", - "SMTP Username" : "اسم مستخدم الـ SMTP", - "Follow us on Twitter" : "تابعونا على تويتر", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME.", "Active accounts" : "حسابات نشطة", + "Follow us on Twitter" : "تابعونا على تويتر", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادم الويب الخاص بك يمكنه الاتصال بنفسه. لذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بواحد على الأقل من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا الفشل نتيجة لعدم تطابق DNS من جانب الخادم أو قاعدة صادرة لجدار الحماية.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "تمّ اكتشاف الإصدار \"%s\" من PostgreSQL. الإصدارات الموصى بها لأفضل أداء و للثبات و لاكتمال الوظائف مع هذا الإصدار من نكست كلاود هي من 12 إلى 16. " }, diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index 541a6e4a778..38f95096e2e 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -1,5 +1,5 @@ { "translations": { - "Private" : "خاص", + "Private" : "خاصٌّ", "Only visible to people matched via phone number integration through Talk on mobile" : "يراه فقط المستخدِمون الذين أمكن مطابقة أرقام هواتفهم عبر تطبيق المحادثة Talk على الهاتف النقّال", "Local" : "محلي", "Only visible to people on this instance and guests" : "يستطيع رؤيته فقط المستخدِمون على هذا الخادم و الضيوف", @@ -295,10 +295,10 @@ "- The `Strict-Transport-Security` HTTP header is not set to at least `%d` seconds (current value: `%d`). For enhanced security, it is recommended to use a long HSTS policy." : "- ترويسة HTTP للنقل الآمن `Strict-Transport-Security` لم يتم ضبطها على `%d` ثوانٍ على الأقل (القيمة الحالية: `%d`). لتعزيز الأمن، يُوصى باستعمال سياسة HSTS طويلة.", "- The `Strict-Transport-Security` HTTP header is malformed: `%s`. For enhanced security, it is recommended to enable HSTS." : "- ترويسة HTTP للنقل الآمن `Strict-Transport-Security` ـ : `%s`. لتعزيز الأمن، يُنصح بتمكين HSTS.", "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- - ترويسة HTTP للنقل الآمن `Strict-Transport-Security` لم يتم تعيينها ( يجب أن تكون `%d` ثوان على الأقل). لتعزيز الأمن، يُنصح بتمكين HSTS.", - "Some headers are not set correctly on your instance" : "بعض الترويسات لم يتم تعيينها بالشكل الصحيح على الخادوم", - "Could not check that your web server serves security headers correctly. Please check manually." : "تعذّر التحقُّق من أن خادوم الويب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. قم رجاءً بالتحقُّق من ذلك يدوياً.", - "Could not check that your web server serves security headers correctly, unable to query `%s`" : "تعذّر التحقُّق من أن خادوم الويب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. و تعذّر تنفيذ الاستعلام عن: `%s`", - "Your server is correctly configured to send security headers." : "الخادوم لم تتم تهيئته بالشكل الصحيح لإرسال الترويسات الآمنة security headers. ", + "Some headers are not set correctly on your instance" : "بعض الترويسات لم يتم تعيينها بالشكل الصحيح على الخادم", + "Could not check that your web server serves security headers correctly. Please check manually." : "تعذّر التحقُّق من أن خادم الويب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. قم رجاءً بالتحقُّق من ذلك يدوياً.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "تعذّر التحقُّق من أن خادم الويب عندك يخدم الترويسات الآمنة security headers بالشكل الصحيح. و تعذّر تنفيذ الاستعلام عن: `%s`", + "Your server is correctly configured to send security headers." : "الخادم لم تتم تهيئته بالشكل الصحيح لإرسال الترويسات الآمنة security headers. ", "Database version" : "إصدار قاعدة البيانات", "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "رقم إصدار MariaDB الذي تمّ اكتشافه هو 10.3. هذا الإصدار هو في آخر عمره الافتراضي و هو مدعوم فقط كجزء من أوبنتو. Unbuntu 20.04. لتحقيق أفضل أداء و ثبات مع هذا الإصدار من نكست كلاود، نقترح أن يكون إصدار MariaDB >=%1$s و <=%2$s.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "رقم إصدار MariaBD الذي تمّ اكتشافه هو \"%1$s\". لتحقيق أفضل أداء و ثبات مع هذا الإصدار من نكست كلاود، نقترح أن يكون إصدار MariaDB >=%2$s و <=%3$s.", @@ -359,6 +359,9 @@ "Enforce password protection" : "فرض الحماية بكلمة المرور", "Exclude groups from password requirements" : "إستثناء بعض المجموعات من متطلبات كلمة المرور", "Exclude groups from creating link shares" : "إستثناء بعض المجموعات من إنشاء روابط المشاركات", + "Allow users to set custom share link tokens" : "السماح للمستخدِمين بتعيين أَمَارَات لرابط مشاركة مُخصَّص", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "المشاركات ذات الأَمَارَات المُخصَّصة سوف تبقى متاحة حتى بعد تعطيل هذا الإعداد", + "Shares with guessable tokens may be accessed easily" : "المشاركات ذات الأَمَارَات سهلة التخمين يمكن الوصول إليها بسهولة", "Limit sharing based on groups" : "تقييد المشاركة بحسب المجموعات", "Allow sharing for everyone (default)" : "السماح بالمشاركة للجميع (الوضع التلقائي)", "Exclude some groups from sharing" : "استثناء بعض المجموعات من المشاركة", @@ -436,12 +439,38 @@ "Display Name" : "إسم العرض", "GPUs support" : "دعم وحدات المعالجة الرسومية GPU", "Compute device" : "إحسب الجهاز", + "Advanced deploy options" : "خيارات النشر المتقدمة", + "Edit ExApp deploy options before installation" : "قُم بتعديل خيارات نشر التطبيقات الخارجية ExAPP قبل التثبيت", + "Configured ExApp deploy options. Can be set only during installation" : "الخيارات المُهيَّأة لنشر التطبيقات الخارجية ExAPP، يمكن تعيينها فقط أثناء التثبيت", + "Learn more" : "تعلم المزيد", + "Environment variables" : "متغيرات البيئة", + "ExApp container environment variables" : "متغيرات بيئة حاوية التطبيقات الخارجية ExApp", + "No environment variables defined" : "لم يتم تعريف أي متغيرات بيئية", + "Mounts" : "نقاط تثبيت", + "Define host folder mounts to bind to the ExApp container" : "قم بتحديد مجلدات المضيف المراد ربطها بحاوية التطبيق الخارجي ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "يجب أن يكون موجوداً على مضيف البرنامج المُقِيم للنشر Deploy daemon قبل تثبيت التطبيق الخارجي ExApp", + "Host path" : "مسار المُضِيف", + "Container path" : "مسار الحاوية", + "Read-only" : "للقراءة فقط", + "Remove mount" : "إزالة نقطة تثبيت", + "New mount" : "نقطة تثبيت جديدة", + "Enter path to host folder" : "أدخِل مسار مجلد الاسضافة", + "Enter path to container folder" : "أدخِل مسار مجلد الحاوية", + "Toggle read-only mode" : "تبديل وضعية \"للقراءة فقط\"", + "Confirm adding new mount" : "أكِّد على إضافة نقطة التثبيت الجديدة", + "Confirm" : "تأكيد", + "Cancel adding mount" : "إلغاء إضافة نقطة التثبيت", + "Cancel" : "إلغاء", + "Add mount" : "إضافة نقطة تثبيت", + "ExApp container mounts" : "نقاط تثبيت حاوية التطبيق الخارجي ExApp", + "No mounts defined" : "لم يتم تعريف أي نقاط تثبيت", "Description" : "الوصف", "Details" : "التفاصيل", "All" : "الكل", "Limit app usage to groups" : "قصر استخدام التطبيق على بعض المجموعات", "No results" : "لا نتائج", "Update to {version}" : "التحديث إلى {version}", + "Deploy options" : "خيارات النشر", "Default Deploy daemon is not accessible" : "الوصول إلى البرنامج الخفي التلقائي لنشر التطبيقات Default Deploy Daemon غير ممكن.", "Delete data on remove" : "إحذف البيانات عند الإزالة", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "هذا التطبيق لم يُحدّد فيه أقدم إصدار متوافق معه من نكست كلاود. هذا قد يسبب خطأ في المستقبل.", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "تعذر تحديث تهيئة التشفير من جانب الخادم", "Please confirm the group removal" : "رجاءً، قم بتأكيد حذف المجموعة", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "أنت على وشك إزالة المجموعة \"{group}\". لن يتم حذف الحسابات.", - "Cancel" : "إلغاء", - "Confirm" : "تأكيد", "Submit" : "إرسال ", "Rename group" : "تغيير تسمية مجموعة", "Remove group" : "حذف مجموعة", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "حدث خطأُ أثناء قصقصة cropping صورة الملف الشخصي", "Error saving profile picture" : "حدث خطأُ أثناء حفظ صورة الملف الشخصي", "Error removing profile picture" : "حدث خطأُ أثناء حذف صورة الملف الشخصي", - "Your biography" : "سيرتك الذاتية", + "Your biography. Markdown is supported." : "سيرتك الذاتية. تنسيق \"ماركداون\" مدعوم أيضاً.", "Enter your date of birth" : "أدخل تاريخ ميلادك", "Unable to update date of birth" : "يتعذّر تحديث تاريخ الميلاد", "You are a member of the following groups:" : "أنت عضو في المجموعات التالية:", @@ -653,6 +680,7 @@ "Group admin for" : "مدير المجموعة لـ", "Account backend" : "الواجهة الخلفية للحساب", "Storage location" : "مسار التخزين", + "First login" : "أول دخول", "Last login" : "آخِر تسجيلٍ للدخول", "Account actions" : "إجراءات الحساب", "Password or insufficient permissions message" : "رسالة حول كلمة المرور أو عدم كفاية الأذونات", @@ -691,6 +719,7 @@ "Show language" : "لغة العرض", "Show account backend" : "إظهار خلفية الحساب", "Show storage path" : "عرض مسار التخزين", + "Show first login" : "أظهِر أول دخول", "Show last login" : "عرض آخر تسجيل دخول", "Sorting" : "ترتيب", "The system config enforces sorting the groups by name. This also disables showing the member count." : "يفرض تكوين النظام فرز المجموعات حسب الاسم. يؤدي هذا أيضًا إلى تعطيل إظهار عدد الأعضاء.", @@ -763,7 +792,7 @@ "Show to everyone" : "عرض للكل", "Show to logged in accounts only" : "عرض للمسجل دخولهم فقط", "Hide" : "إخفاء", - "manual-install apps cannot be updated" : "التطبيقات المثبية يدويّاً لا يمكن تحديثها", + "Manually installed apps cannot be updated" : "التطبيقات المثبتة يدويّاً لايمكن تحديثها", "{progress}% Deploying …" : "{progress}% النشر جارٍ …", "{progress}% Initializing …" : "{progress}% التهيئة جارية …", "Health checking" : "فحص الصحة", @@ -773,6 +802,7 @@ "Allow untested app" : "السماح للتطبيقات غير المجازة", "The app will be downloaded from the App Store" : "سيتم تنزيل التطبيق من متجر التطبيقات ", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "لم يتم التعرّف على هذا التطبيق باعتباره متوافقاً مع إصدار نكست كلاود الخاص بك. إذا تابعت، فسيظل بإمكانك تنصيب التطبيق. ولكن يجب ملاحظة أن التطبيق قد لا يعمل بالشكل المتوقع.", + "Unknown" : "غير معروف", "Never" : "أبدا", "Could not register device: Network error" : "تعذّر تسجيل الجهاز: خطأ في الشبكة", "Could not register device: Probably already registered" : "تعذّر تسجيل الجهاز: على الأرجح أنه سبق تسجيله", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "هذا الإصدار المُجتمَعِي من نكست كلاود غير مدعوم و الإشعارات الفورية غير متاحة.", "Use a second factor besides your password to increase security for your account." : "استخدم عاملاً ثانياً إلى جانب كلمة مرورك لزيادة أمان حسابك.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "إذا كنت تستخدم تطبيقات من طرفٍ ثالثٍ للاتصال بنكست كلاود، فالرجاء التأكد من إنشاء و تهيئة كلمة مرور التطبيق لكل منها قبل تمكين التحقق ثنائي العوامل من الهويّة 2FA.", - "No user supplied" : "لم يتم إعطاء أيّ مستخدِم ", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "يرجى تقديم كلمة مرور لاسترداد المدير admin recovery password؛ وإلا ستفقد كافة بيانات المستخدم.", - "Backend does not support password change, but the user's encryption key was updated." : "لا تدعم خلفية النظام تغيير كلمة المرور، ولكن تمّ تحديث مفتاح تشفير المستخدم user's encryption key .", - "You need to set your user email before being able to send test emails. Go to %s for that." : "تحتاج إلى تعيين البريد الإلكتروني للمستخدم قبل أن تتمكن من إرسال رسائل بريد إلكتروني تجريبية. إذهب إلى %s لهذا الغرض.", - "Invalid user" : "مستخدم غير صحيح", - "Your username is: %s" : "اسمك كمستخدِمٍ هو : %s", - "Logged in user must be a subadmin" : "يجب أن يكون المستخدم المسجل دخوله مديراً فَرعياً", - "Old user imported certificates" : "شهادات مستورَدة لمستخدِم قديم", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "مَهمّة خلفية مُعلّقة pending قيد انتظار فحص شهادة أمان SSL تمت إضافتها من المستخدِم. يُرجى المحاولة لاحقاً.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "يوجد حاليّاً مستخدم رفع شهادة أمان SSL لم تعد قيد الاستخدام منذ نكست كلاود 21. يمكن استيرادها باستعمال سطر الأوامر command line عبر الأمر \"occ security:certificates:import\". مساراتهم داخل دليل البيانات كما هي موضحة أدناه.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.", "Missing optional index \"%s\" in table \"%s\"." : "دليل اختياري ناقص \"%s\" في الجدول \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.", "File locking" : "قفل الملف", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "تم تعطيل خاصية \"قفل الملف أثناء العمل عليه\" Transactional file locking؛ الأمر الذي قد يؤدي إلى حدوث مشكلة \"التسابق على الموارد\" race condition. قُم بتمكين \"filelocking.enabled\" في ملف config.php لتجنب حدوث ذلك.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "لا يمكن التحقق من دعم JavaScript. يرجى التحقق يدوياً مما إذا كان خادم الويب عندك يتعامل مع ملفات `.mjs` باستعمال نوع JavaScript MIME.", - "MySQL unicode support" : "دعم نظام المحارف unicode في قاعدة البيانات MySQL", - "Overwrite cli URL" : "استبدال عنوان cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "إصدار PHP الذي تقوم بتشغيله الآن هو %s. النسخة 8.0 من PHP لم تعد مدعومة منذ الإصدار 27 لنكست كلاود. الإصدار 28 من نكست كلاود يتطلب استعمال الإصدار 8.1 من PHP على الأقل. رجاءً، قم بترقية إصدارPHP إلى إحدى الإصدارات المدعومة من نكست كلاود في أسرع وقت.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "الإصدار المستعمل من MaridaDB هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MariaDN 10.2 أو أحدث.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "الإصدار المستعمل من MySQL هو \"%s\" . بدايةً من نكست كلاود 21 فما فوق تتطلب استعمال الإصدار MySAL 8.0 أو MariaDB 10.2 أو أحدث.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "يمكن تنفيذ تحويل الكلام إلى نص بواسطة تطبيقات مختلفة. هنا يمكنك تعيين التطبيق الذي يجب استخدامه.", "None of your currently installed apps provide Speech-To-Text functionality" : "لا توفر أي من تطبيقاتك المثبتة حاليًا وظيفة تحويل الكلام إلى نص", "None of your currently installed apps provide Text processing functionality" : "لا يوفر أي من تطبيقاتك المثبتة حاليًا وظيفة معالجة النصوص", - "Exclude groups from sharing" : "إستثناء مجموعات من المشاركة", - "These groups will still be able to receive shares, but not to initiate them." : "هذه المجموعات ستظل قادرة على تلقي المشاركات، و لكن لا يمكنها إنشاء مشاركات.", "Set default expiration date for shares" : "تعيين تاريخ إنتهاء الصلاحية للمشاركات", "Allow username autocompletion in share dialog and allow access to the system address book" : "السماح بالإكمال التلقائي لاسم المستخدم في حوار المشاركة والسماح بالوصول إلى دفتر عناوين النظام", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "يمكن فرض التحقق ثنائي العوامل من الهويّة Two-Factor Authentication لجميع المستخدمين ومجموعات محددة. إذا لم يكن مزوّد االتحقق ثنائي العوامل مُهيّأً بالشكل الصحيح، فلن يتمكنوا من تسجيل الدخول إلى النظام.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "عند اختيار/ استبعاد المجموعات، يُطبَّقُ المنطق التالي لتحديد ما إذا كان المستخدم مشمولاً بفرض التحقُّق المُثنَّى 2FA: \nإذا لم يتم تحديد أي مجموعات، يتم تمكين التحقُّق المُثنَّى للجميع باستثناء أعضاء المجموعات المُستثناة. \nإذا تم تحديد المجموعات، فسيتم تمكين التحقُّق المُثنَّى لجميع أعضاء هذه المجموعات. \nإذا كان المستخدم موجودًا في مجموعتين إحداهما مشمولة و الأخرى مُستثناة، فستأخذ المجموعة المشمولة الأسبقية و سيتم فرض التحقُّق المُثنَّى عليه.", - "{license}-licensed" : "{license} مُرخّصٌ", - "Rating: {score}/10" : "التقييم: {score}/10", - "Username" : "اسم المستخدم", - "Execute one task with each page loaded. Use case: Single user instance." : "نفذ مهمة واحدة مع كل صفحة يتم تحميلها. حالة الاستخدام: مثيل لمستخدم واحد Single user instance.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "تم تسجيل cron.php في خدمة webcron لاستدعاء cron.php كل 5 دقائق عبر HTTP. حالة الاستخدام: مثيل صغير جدًا Very small instance (1-5 مستخدمين حسب الاستخدام).", - "The cron.php needs to be executed by the system user \"{user}\"." : "يلزم تنفيذ cron.php بواسطة مستخدم النظام system user ـ\"{user}\".", - "Enable or disable profile by default for new users." : "تمكين أو تعطيل ملف التعريف الشخصي profile افتراضيًا للمستخدمين الجدد.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "أنت على وشك حذف المجموعة \"{group}\"؛ لكن المستخدمين لن يتم حذفهم.", + "Your biography" : "سيرتك الذاتية", "You are using <strong>{usage}</strong>" : "أنت تستعمل <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "أنت تستعمل <strong>{usage}</strong> من <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "إيميلات إضافية", - "Enable Profile" : "تمكين الملف الشخصي", - "No users" : "لا يوجد مستخدِمون", - "Loading users …" : "تحميل المستخدِمين جارٍ ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "قائمة المستخدِمين. لا يتم عرض القائمة بالكامل لتحسين الأداء. سيتم عرض مستخدِمين أكثر كلما تنقّلت عبر القائمة.", "New user" : "مستخدم جديد", "Groups (required)" : "المجموعات (مطلوب)", "Set user groups" : "تعيين مجموعات المستخدم", @@ -889,39 +892,15 @@ "Set user manager" : "تعيين مدير المستخدم", "Username will be autogenerated" : "يتم توليد وإنشاء اسم المستخدم تلقائيا", "Username (required)" : "اسم المستخدم (مطلوب)", + "Loading users …" : "تحميل المستخدِمين جارٍ ...", + "Username" : "اسم المستخدم", "User backend" : "الواجهة الخلفية للمستخدم", "User actions" : "إجراءات المستخدِم", - "Loading user …" : "تحميل المستخدم جارٍ ...", - "You do not have permissions to see the details of this user" : "ليس لديك الأذونات المطلوبة لمشاهدة بيانات هذا المستخدم", "Add user to group" : "إضافة مستخدم إلى مجموعة", - "Set user as admin for" : "تعيين المستخدم كمدير لـ", - "Select user quota" : "تعيين حصة المستخدم", - "Delete user" : "حذف المستخدم", - "Wipe all devices" : "مَحْو جميع الأجهزة", - "Disable user" : "إيقاف المستخدم", - "Enable user" : "تمكين المستخدم", - "Failed to update user manager" : "تعذّر تحديث مدير المستخدِم", - "Toggle user actions menu" : "تبديل قائمة إجراءات المستخدم", - "User management settings" : "إعدادات إدارة المستخدِمين", - "Show user backend" : "إظهار خلفية المُستخدِم user backend", - "Send welcome email to new users" : "أرسل بريد إلكتروني ترحيبي للمستخدِمين الجدد", "Name your device" : "اسم جهازك", "Server error while trying to add WebAuthn device" : "حدث خطأ في الخادم أثناء محاولة إضافة جهاز WebAuthn", - "by {author}\n{license}" : "من قِبَل {author}\n{license}", - "User management" : "إدارة المستخدِمين", - "Active users" : "المستخدمون النشطون", - "Disabled users" : "المستخدمون المُعطَّلون", - "Creating group …" : "إنشاء مجموعة ...", - "User group: {group}" : "مجموعة المستخدِم: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "غير متاح حيث تم تعطيل الاتحاد بالنسبة لحسابك، إتصل بمدير النظام إذا كان لديك أي أسئلة", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "غير مُتاحٍ لأن نشر البيانات الخاصة بالمستخدم إلى خادم البحث غير مسموح به. إتّصل بمدير النظام إذا كان لديك أي أسئلة", - "Show to logged in users only" : "عرض للمستخدمين المسجل دخولهم فقط", - "Nextcloud help resources" : "موارد \"مُساعَدَة نكست كلاود\"", - "SMTP Username" : "اسم مستخدم الـ SMTP", - "Follow us on Twitter" : "تابعونا على تويتر", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادم الويب عندك يمكنه الاتصال بنفسه. ولذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بنطاق واحد على الأقل من \"النطاقات_الموثوقة\" أو 'overwrite.cli.url'.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "تعذر التحقُّق من دعم JavaScript عبر أيٍّ من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا نتيجة عدم تطابق DNS من جانب الخادم أو بسبب إحدى سياسات إدارة الحركة الصادرة في جدار الحماية. يرجى التحقق يدويًا مما إذا كان خادم الويب عندك يقدم ملفات `.mjs` باستخدام نوع JavaScript MIME.", "Active accounts" : "حسابات نشطة", + "Follow us on Twitter" : "تابعونا على تويتر", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "للسماح بتشغيل هذا الفحص، عليك التأكد من أن خادم الويب الخاص بك يمكنه الاتصال بنفسه. لذلك، يجب أن يكون قادراً على حل المشكلة والاتصال بواحد على الأقل من \"النطاقات_الموثوقة\" أو \"overwrite.cli.url\". قد يكون هذا الفشل نتيجة لعدم تطابق DNS من جانب الخادم أو قاعدة صادرة لجدار الحماية.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "تمّ اكتشاف الإصدار \"%s\" من PostgreSQL. الإصدارات الموصى بها لأفضل أداء و للثبات و لاكتمال الوظائف مع هذا الإصدار من نكست كلاود هي من 12 إلى 16. " },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" diff --git a/apps/settings/l10n/ast.js b/apps/settings/l10n/ast.js index bc3fceda9ec..94550dbb4c1 100644 --- a/apps/settings/l10n/ast.js +++ b/apps/settings/l10n/ast.js @@ -243,6 +243,9 @@ OC.L10N.register( "Daemon" : "Degorriu", "Type" : "Tipu", "Display Name" : "Nome visible", + "Learn more" : "Deprendi más", + "Confirm" : "Confirmar", + "Cancel" : "Encaboxar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Too", @@ -317,8 +320,6 @@ OC.L10N.register( "No encryption module loaded, please enable an encryption module in the app menu." : "Nun se cargó nengún módulu de cifráu, activa unu nel menú d'aplicaciones.", "Unable to update server side encryption config" : "Nun ye posible anovar la configuración del cifráu del sirvidor", "Please confirm the group removal" : "Confirma'l desaniciu del grupu", - "Cancel" : "Encaboxar", - "Confirm" : "Confirmar", "Submit" : "Unviar", "Rename group" : "Renomar el grupu", "Remove group" : "Quitar el grupu", @@ -337,7 +338,6 @@ OC.L10N.register( "Error cropping profile picture" : "Hebo un error al recortar la semeya del perfil", "Error saving profile picture" : "Hebo un error al guardar la semeya del perfil", "Error removing profile picture" : "Hebo un error al quitar la semeya del perfil", - "Your biography" : "Biografía", "You are a member of the following groups:" : "Yes miembru de los grupos siguientes:", "Your full name" : "Nome completu", "Remove primary email" : "Quitar la direición de corréu electrónicu", @@ -486,6 +486,7 @@ OC.L10N.register( "Download and enable" : "Baxar y activar", "Disable" : "Desactivar", "Allow untested app" : "Permitir l'aplicación ensin probar", + "Unknown" : "Desconocíu", "Never" : "Enxamás", "An error occurred during the request. Unable to proceed." : "Prodúxose un error demientres la solicitú. Nun ye posible siguir.", "The app has been enabled but needs to be updated." : "Activóse l'aplicación mas tien que s'anovar.", @@ -528,8 +529,7 @@ OC.L10N.register( "Follow us on Mastodon" : "Síguinos en Mastodon", "Check out our blog" : "Revisa'l nuesu blogue", "Subscribe to our newsletter" : "Soscríbite al nuesu boletín", - "No user supplied" : "Nun se fornió nengún usuariu", - "Invalid user" : "L'usuariu ye inválidu", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pa permitir qu'esta comprobación s'execute, tienes d'asegurate de que'l sirvidor web se pueda conectase. Poro, ha ser a resolver y conectase a, polo menos, unu de los sos «trusted_domains» o al «overwrite.cli.url».", "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", "File locking" : "Bloquéu de ficheros", @@ -538,15 +538,9 @@ OC.L10N.register( "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsase la versión «%s» de MySQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MySQL 8.0 ó MariaDB 10.2 ó superiores.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsase la versión «%s» de PostgreSQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen PostgreSQL 9.6 ó superior.", "Speech-To-Text" : "Voz a testu", - "{license}-licensed" : "Con llicencia {license}", - "Rating: {score}/10" : "Valoración: {score}/10", - "Username" : "Nome d'usuariu", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tas a piques de quitar el grupu «{group}». NUN van desaniciase los usuarios.", + "Your biography" : "Biografía", "You are using <strong>{usage}</strong>" : "Tas usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tas usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Enable Profile" : "Activar el perfil", - "No users" : "Nun hai nengún usuariu…", - "Loading users …" : "Cargando los usuarios…", "New user" : "Usuariu nuevu", "Groups (required)" : "Grupos (obligatorios)", "Administered groups" : "Grupos alministraos", @@ -555,27 +549,13 @@ OC.L10N.register( "Set user manager" : "Afitar el xestor d'usuarios", "Username will be autogenerated" : "El nome d'usuariu va xenerase automáticamente", "Username (required)" : "Nome d'usuariu (obligatoriu)", + "Loading users …" : "Cargando los usuarios…", + "Username" : "Nome d'usuariu", "User backend" : "Backend d'usuarios", "User actions" : "Aiciones del ususariu", - "Loading user …" : "Cargando l'usuariu…", - "You do not have permissions to see the details of this user" : "Nun tienes permisu pa ver los detalles d'esti usuariu", "Add user to group" : "Amestar l'usuariu al grupu", - "Delete user" : "Desaniciar l'usuariu", - "Wipe all devices" : "Llimpiar tolos preseos", - "Disable user" : "Desactivar l'usuariu", - "Enable user" : "Activar l'usuariu", - "Failed to update user manager" : "Nun se pudo anovar el xestor d'usuarios", - "User management settings" : "Configuración de la xestión d'usuarios", - "Send welcome email to new users" : "Unviar un mensaxes d'acoyida a los usuarios nuevos", "Server error while trying to add WebAuthn device" : "Error del sirvidor mentanto s'amestaba'l preséu WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Xestión d'usuarios", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios desactivaos", - "Creating group …" : "Creando'l grupu…", - "Nextcloud help resources" : "Recursos d'ayuda de Nextcloud", - "Follow us on Twitter" : "Síguinos en Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pa permitir qu'esta comprobación s'execute, tienes d'asegurate de que'l sirvidor web se pueda conectase. Poro, ha ser a resolver y conectase a, polo menos, unu de los sos «trusted_domains» o al «overwrite.cli.url».", - "Active accounts" : "Cuentes actives" + "Active accounts" : "Cuentes actives", + "Follow us on Twitter" : "Síguinos en Twitter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/ast.json b/apps/settings/l10n/ast.json index 766748e631c..70848363068 100644 --- a/apps/settings/l10n/ast.json +++ b/apps/settings/l10n/ast.json @@ -241,6 +241,9 @@ "Daemon" : "Degorriu", "Type" : "Tipu", "Display Name" : "Nome visible", + "Learn more" : "Deprendi más", + "Confirm" : "Confirmar", + "Cancel" : "Encaboxar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Too", @@ -315,8 +318,6 @@ "No encryption module loaded, please enable an encryption module in the app menu." : "Nun se cargó nengún módulu de cifráu, activa unu nel menú d'aplicaciones.", "Unable to update server side encryption config" : "Nun ye posible anovar la configuración del cifráu del sirvidor", "Please confirm the group removal" : "Confirma'l desaniciu del grupu", - "Cancel" : "Encaboxar", - "Confirm" : "Confirmar", "Submit" : "Unviar", "Rename group" : "Renomar el grupu", "Remove group" : "Quitar el grupu", @@ -335,7 +336,6 @@ "Error cropping profile picture" : "Hebo un error al recortar la semeya del perfil", "Error saving profile picture" : "Hebo un error al guardar la semeya del perfil", "Error removing profile picture" : "Hebo un error al quitar la semeya del perfil", - "Your biography" : "Biografía", "You are a member of the following groups:" : "Yes miembru de los grupos siguientes:", "Your full name" : "Nome completu", "Remove primary email" : "Quitar la direición de corréu electrónicu", @@ -484,6 +484,7 @@ "Download and enable" : "Baxar y activar", "Disable" : "Desactivar", "Allow untested app" : "Permitir l'aplicación ensin probar", + "Unknown" : "Desconocíu", "Never" : "Enxamás", "An error occurred during the request. Unable to proceed." : "Prodúxose un error demientres la solicitú. Nun ye posible siguir.", "The app has been enabled but needs to be updated." : "Activóse l'aplicación mas tien que s'anovar.", @@ -526,8 +527,7 @@ "Follow us on Mastodon" : "Síguinos en Mastodon", "Check out our blog" : "Revisa'l nuesu blogue", "Subscribe to our newsletter" : "Soscríbite al nuesu boletín", - "No user supplied" : "Nun se fornió nengún usuariu", - "Invalid user" : "L'usuariu ye inválidu", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pa permitir qu'esta comprobación s'execute, tienes d'asegurate de que'l sirvidor web se pueda conectase. Poro, ha ser a resolver y conectase a, polo menos, unu de los sos «trusted_domains» o al «overwrite.cli.url».", "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", "File locking" : "Bloquéu de ficheros", @@ -536,15 +536,9 @@ "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsase la versión «%s» de MySQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MySQL 8.0 ó MariaDB 10.2 ó superiores.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsase la versión «%s» de PostgreSQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen PostgreSQL 9.6 ó superior.", "Speech-To-Text" : "Voz a testu", - "{license}-licensed" : "Con llicencia {license}", - "Rating: {score}/10" : "Valoración: {score}/10", - "Username" : "Nome d'usuariu", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tas a piques de quitar el grupu «{group}». NUN van desaniciase los usuarios.", + "Your biography" : "Biografía", "You are using <strong>{usage}</strong>" : "Tas usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tas usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Enable Profile" : "Activar el perfil", - "No users" : "Nun hai nengún usuariu…", - "Loading users …" : "Cargando los usuarios…", "New user" : "Usuariu nuevu", "Groups (required)" : "Grupos (obligatorios)", "Administered groups" : "Grupos alministraos", @@ -553,27 +547,13 @@ "Set user manager" : "Afitar el xestor d'usuarios", "Username will be autogenerated" : "El nome d'usuariu va xenerase automáticamente", "Username (required)" : "Nome d'usuariu (obligatoriu)", + "Loading users …" : "Cargando los usuarios…", + "Username" : "Nome d'usuariu", "User backend" : "Backend d'usuarios", "User actions" : "Aiciones del ususariu", - "Loading user …" : "Cargando l'usuariu…", - "You do not have permissions to see the details of this user" : "Nun tienes permisu pa ver los detalles d'esti usuariu", "Add user to group" : "Amestar l'usuariu al grupu", - "Delete user" : "Desaniciar l'usuariu", - "Wipe all devices" : "Llimpiar tolos preseos", - "Disable user" : "Desactivar l'usuariu", - "Enable user" : "Activar l'usuariu", - "Failed to update user manager" : "Nun se pudo anovar el xestor d'usuarios", - "User management settings" : "Configuración de la xestión d'usuarios", - "Send welcome email to new users" : "Unviar un mensaxes d'acoyida a los usuarios nuevos", "Server error while trying to add WebAuthn device" : "Error del sirvidor mentanto s'amestaba'l preséu WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Xestión d'usuarios", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios desactivaos", - "Creating group …" : "Creando'l grupu…", - "Nextcloud help resources" : "Recursos d'ayuda de Nextcloud", - "Follow us on Twitter" : "Síguinos en Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pa permitir qu'esta comprobación s'execute, tienes d'asegurate de que'l sirvidor web se pueda conectase. Poro, ha ser a resolver y conectase a, polo menos, unu de los sos «trusted_domains» o al «overwrite.cli.url».", - "Active accounts" : "Cuentes actives" + "Active accounts" : "Cuentes actives", + "Follow us on Twitter" : "Síguinos en Twitter" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/bg.js b/apps/settings/l10n/bg.js index 094c334ed6f..0e857d7942b 100644 --- a/apps/settings/l10n/bg.js +++ b/apps/settings/l10n/bg.js @@ -179,6 +179,9 @@ OC.L10N.register( "Loading" : "Зареждане", "Type" : "Тип", "Display Name" : "Име за визуализация", + "Learn more" : "Научете повече", + "Confirm" : "Потвърдете", + "Cancel" : "Отказ", "Details" : "Подробности", "All" : "Всички", "Limit app usage to groups" : "Ограничаване използването на приложението от групи", @@ -248,8 +251,6 @@ OC.L10N.register( "Select default encryption module:" : "Избор на модул за криптиране по подразбиране:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Трябва да мигрирате ключовете си за криптиране от старото криптиране (ownCloud <= 8.0) към новото. Моля, активирайте „Модул за криптиране по подразбиране“ и изпълнете {command}", "Unable to update server side encryption config" : "Не може да се актуализира конфигурацията за криптиране от страна на сървъра", - "Cancel" : "Отказ", - "Confirm" : "Потвърдете", "Submit" : "Изпращане", "Rename group" : "Преименуване на група", "Remove group" : "Премахване на групата", @@ -270,7 +271,6 @@ OC.L10N.register( "Error cropping profile picture" : "Грешка при изрязване на профилна снимка", "Error saving profile picture" : "Грешка при записване на профилната снимка", "Error removing profile picture" : "Грешка при премахване на профилна снимка", - "Your biography" : "Вашата биография", "You are a member of the following groups:" : "Членувате в следните групи:", "Your full name" : "Вашето пълно име", "Primary email for password reset and notifications" : "Основен имейл за възстановяване на парола и известия", @@ -391,6 +391,7 @@ OC.L10N.register( "Disable" : "Изключване", "The app will be downloaded from the App Store" : "Приложението ще бъде изтеглено от App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Приложението не е маркирано като съвместимо с вашата версия на Nextcloud. Можете да инсталирате приложението, но е вероятно да не работи безпроблемно.", + "Unknown" : "Неизвестен", "Never" : "Никога", "An error occurred during the request. Unable to proceed." : "Възникна грешка по време на заявката. Не може да се продължи.", "Error: This app cannot be enabled because it makes the server unstable" : "Грешка: Това приложение не може да бъде активирано, защото прави сървъра нестабилен", @@ -437,55 +438,20 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Тази общностна версия на Nextcloud не се поддържа и не са налични незабавни известия.", "Use a second factor besides your password to increase security for your account." : "Ползвайте двустепенно удостоверяване за да повишите сигурността на профила си.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ако използвате приложения на трети страни, за да се свържете с Nextcloud, моля, не забравяйте да създадете и конфигурирате парола за приложение за всяко едно от тях, преди да активирате удостоверяване на втория фактор.", - "No user supplied" : "Липсва потребител", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Моля, да предоставите администраторска парола за възстановяване; в противен случай всички потребителски данни ще бъдат загубени.", - "Backend does not support password change, but the user's encryption key was updated." : "Сървърът не поддържа промяна на паролата, но ключът за криптиране на потребителя беше актуализиран.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Трябва да зададете свои потребителски имейл, преди да можете да изпращате тестови имейли. За това отидете на %s.", - "Invalid user" : "Невалиден потребител", - "Your username is: %s" : "Потребителско име: %s", - "Logged in user must be a subadmin" : "Влезлият потребител трябва да е подадминистратор", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Предстои фонова работа, която проверява за импортирани от потребителя SSL сертификати. Моля, проверете отново по-късно.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Има някои импортирани от потребителя SSL сертификати, които вече не се използват с Nextcloud 21. Те могат да бъдат импортирани в командния ред, чрез командата \"occ security:certificates:import\". Техните пътища в директорията с данни са показани по-долу.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Използва се версия на MariaDB „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква MariaDB 10.2 или по-нова версия.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Използва се версия на MySQL „ %s“. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изискват MySQL 8.0 или MariaDB 10.2, или по-нова версия.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Използва се PostgreSQL версия „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква PostgreSQL 9.6 или по-нова версия.", - "Exclude groups from sharing" : "Забрани групи да споделят", - "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават споделения, но няма да могат самите те да споделят.", "Set default expiration date for shares" : "Задай дата за изтичане по подразбиране за споделянията", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двустепенното удостоверяване може да бъде наложено за всички потребители и специфични групи. Ако нямат конфигуриран двустепенен доставчик, те няма да могат да влязат в системата.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Когато групите са избрани/изключени, те използват следната логика, за да определят дали даден потребител има наложена 2FA: Ако не са избрани групи, 2FA се активира за всички, с изключение на членовете на изключените групи. Ако са избрани групи, 2FA се активира за всички техни членове. Ако потребител е едновременно в избрана и изключена група, избраното има предимство и 2FA се прилага.", - "{license}-licensed" : "{license}-лицензиран", - "Username" : "Потребител", - "Execute one task with each page loaded. Use case: Single user instance." : "Изпълняване на една задача с всяка заредена страница. Случай на употреба: Екземпляр за един потребител.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php е регистриран в услуга на webcron за извикване на cron.php на всеки 5 минути през HTTP. Случай на употреба: Много малък екземпляр (1–5 потребители в зависимост от употребата).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php трябва да се изпълни от системният потребител \"{user}\".", - "Enable or disable profile by default for new users." : "Активиране или деактивиране на профила по подразбиране за нови потребители.", + "Your biography" : "Вашата биография", "You are using <strong>{usage}</strong>" : "Използвате <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Използвате <strong>{usage}</strong> от <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Допълнителни имейли", - "Enable Profile" : "Активиране на профил", "New user" : "Нов потребител", + "Username" : "Потребител", "User backend" : "Потребителски сървър", - "You do not have permissions to see the details of this user" : "Нямате права да виждате подробности за този потребител", "Add user to group" : "Добавяне на потребител към група", - "Set user as admin for" : "Задаване на потребителя като администратор за", - "Select user quota" : "Изберете потребителска квота", - "Delete user" : "Изтриване", - "Wipe all devices" : "Изтрии всички устройства", - "Disable user" : "Деактивирай", - "Enable user" : "Активиране", - "Toggle user actions menu" : "Превключване на менюто за действия на потребител", - "Show user backend" : "Показване на потребителския сървър", "Name your device" : "Име на устройството", "Server error while trying to add WebAuthn device" : "Грешка в сървъра при опит за добавяне на WebAuthn устройство", - "by {author}\n{license}" : "от {author}\n{license}", - "Active users" : "Активни потребители", - "Disabled users" : "Деактивирани потребители", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Не е налично, тъй като федерирането е деактивирано за вашия профил, свържете се с вашия системен администратор, ако имате въпроси.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Не е налично, тъй като публикуването на специфични потребителски данни на сървъра за търсене не е разрешено, свържете се с вашия системен администратор, ако имате въпроси", - "Show to logged in users only" : "Показване само на влезли потребители", - "SMTP Username" : "SMTP потребител", "Follow us on Twitter" : "Следвайте ни в Twitter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/bg.json b/apps/settings/l10n/bg.json index 688bdc88f70..6d4dfe1c50a 100644 --- a/apps/settings/l10n/bg.json +++ b/apps/settings/l10n/bg.json @@ -177,6 +177,9 @@ "Loading" : "Зареждане", "Type" : "Тип", "Display Name" : "Име за визуализация", + "Learn more" : "Научете повече", + "Confirm" : "Потвърдете", + "Cancel" : "Отказ", "Details" : "Подробности", "All" : "Всички", "Limit app usage to groups" : "Ограничаване използването на приложението от групи", @@ -246,8 +249,6 @@ "Select default encryption module:" : "Избор на модул за криптиране по подразбиране:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Трябва да мигрирате ключовете си за криптиране от старото криптиране (ownCloud <= 8.0) към новото. Моля, активирайте „Модул за криптиране по подразбиране“ и изпълнете {command}", "Unable to update server side encryption config" : "Не може да се актуализира конфигурацията за криптиране от страна на сървъра", - "Cancel" : "Отказ", - "Confirm" : "Потвърдете", "Submit" : "Изпращане", "Rename group" : "Преименуване на група", "Remove group" : "Премахване на групата", @@ -268,7 +269,6 @@ "Error cropping profile picture" : "Грешка при изрязване на профилна снимка", "Error saving profile picture" : "Грешка при записване на профилната снимка", "Error removing profile picture" : "Грешка при премахване на профилна снимка", - "Your biography" : "Вашата биография", "You are a member of the following groups:" : "Членувате в следните групи:", "Your full name" : "Вашето пълно име", "Primary email for password reset and notifications" : "Основен имейл за възстановяване на парола и известия", @@ -389,6 +389,7 @@ "Disable" : "Изключване", "The app will be downloaded from the App Store" : "Приложението ще бъде изтеглено от App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Приложението не е маркирано като съвместимо с вашата версия на Nextcloud. Можете да инсталирате приложението, но е вероятно да не работи безпроблемно.", + "Unknown" : "Неизвестен", "Never" : "Никога", "An error occurred during the request. Unable to proceed." : "Възникна грешка по време на заявката. Не може да се продължи.", "Error: This app cannot be enabled because it makes the server unstable" : "Грешка: Това приложение не може да бъде активирано, защото прави сървъра нестабилен", @@ -435,55 +436,20 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Тази общностна версия на Nextcloud не се поддържа и не са налични незабавни известия.", "Use a second factor besides your password to increase security for your account." : "Ползвайте двустепенно удостоверяване за да повишите сигурността на профила си.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ако използвате приложения на трети страни, за да се свържете с Nextcloud, моля, не забравяйте да създадете и конфигурирате парола за приложение за всяко едно от тях, преди да активирате удостоверяване на втория фактор.", - "No user supplied" : "Липсва потребител", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Моля, да предоставите администраторска парола за възстановяване; в противен случай всички потребителски данни ще бъдат загубени.", - "Backend does not support password change, but the user's encryption key was updated." : "Сървърът не поддържа промяна на паролата, но ключът за криптиране на потребителя беше актуализиран.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Трябва да зададете свои потребителски имейл, преди да можете да изпращате тестови имейли. За това отидете на %s.", - "Invalid user" : "Невалиден потребител", - "Your username is: %s" : "Потребителско име: %s", - "Logged in user must be a subadmin" : "Влезлият потребител трябва да е подадминистратор", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Предстои фонова работа, която проверява за импортирани от потребителя SSL сертификати. Моля, проверете отново по-късно.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Има някои импортирани от потребителя SSL сертификати, които вече не се използват с Nextcloud 21. Те могат да бъдат импортирани в командния ред, чрез командата \"occ security:certificates:import\". Техните пътища в директорията с данни са показани по-долу.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Някои индекси липсват в базата данни. Не са добавени защото процеса може да отнеме доста време. Можете да стартирате процеса ръчно като изпълните командата \"occ db:add-missing-indices\". След добавянето на индексите заявките към изброените таблици ще минават много по-бързо.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Използва се версия на MariaDB „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква MariaDB 10.2 или по-нова версия.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Използва се версия на MySQL „ %s“. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изискват MySQL 8.0 или MariaDB 10.2, или по-нова версия.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Използва се PostgreSQL версия „%s “. Nextcloud 21 и по-новите версии вече няма да поддържат тази версия и се изисква PostgreSQL 9.6 или по-нова версия.", - "Exclude groups from sharing" : "Забрани групи да споделят", - "These groups will still be able to receive shares, but not to initiate them." : "Тези групи ще могат да получават споделения, но няма да могат самите те да споделят.", "Set default expiration date for shares" : "Задай дата за изтичане по подразбиране за споделянията", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двустепенното удостоверяване може да бъде наложено за всички потребители и специфични групи. Ако нямат конфигуриран двустепенен доставчик, те няма да могат да влязат в системата.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Когато групите са избрани/изключени, те използват следната логика, за да определят дали даден потребител има наложена 2FA: Ако не са избрани групи, 2FA се активира за всички, с изключение на членовете на изключените групи. Ако са избрани групи, 2FA се активира за всички техни членове. Ако потребител е едновременно в избрана и изключена група, избраното има предимство и 2FA се прилага.", - "{license}-licensed" : "{license}-лицензиран", - "Username" : "Потребител", - "Execute one task with each page loaded. Use case: Single user instance." : "Изпълняване на една задача с всяка заредена страница. Случай на употреба: Екземпляр за един потребител.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php е регистриран в услуга на webcron за извикване на cron.php на всеки 5 минути през HTTP. Случай на употреба: Много малък екземпляр (1–5 потребители в зависимост от употребата).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php трябва да се изпълни от системният потребител \"{user}\".", - "Enable or disable profile by default for new users." : "Активиране или деактивиране на профила по подразбиране за нови потребители.", + "Your biography" : "Вашата биография", "You are using <strong>{usage}</strong>" : "Използвате <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Използвате <strong>{usage}</strong> от <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Допълнителни имейли", - "Enable Profile" : "Активиране на профил", "New user" : "Нов потребител", + "Username" : "Потребител", "User backend" : "Потребителски сървър", - "You do not have permissions to see the details of this user" : "Нямате права да виждате подробности за този потребител", "Add user to group" : "Добавяне на потребител към група", - "Set user as admin for" : "Задаване на потребителя като администратор за", - "Select user quota" : "Изберете потребителска квота", - "Delete user" : "Изтриване", - "Wipe all devices" : "Изтрии всички устройства", - "Disable user" : "Деактивирай", - "Enable user" : "Активиране", - "Toggle user actions menu" : "Превключване на менюто за действия на потребител", - "Show user backend" : "Показване на потребителския сървър", "Name your device" : "Име на устройството", "Server error while trying to add WebAuthn device" : "Грешка в сървъра при опит за добавяне на WebAuthn устройство", - "by {author}\n{license}" : "от {author}\n{license}", - "Active users" : "Активни потребители", - "Disabled users" : "Деактивирани потребители", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Не е налично, тъй като федерирането е деактивирано за вашия профил, свържете се с вашия системен администратор, ако имате въпроси.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Не е налично, тъй като публикуването на специфични потребителски данни на сървъра за търсене не е разрешено, свържете се с вашия системен администратор, ако имате въпроси", - "Show to logged in users only" : "Показване само на влезли потребители", - "SMTP Username" : "SMTP потребител", "Follow us on Twitter" : "Следвайте ни в Twitter" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/br.js b/apps/settings/l10n/br.js index 43a7cd4af90..bd66ec9ed74 100644 --- a/apps/settings/l10n/br.js +++ b/apps/settings/l10n/br.js @@ -145,6 +145,9 @@ OC.L10N.register( "_%n app has an update available_::_%n apps have an update available_" : ["%n meziant a zo posuple adnevesiñ","%n meziant a zo posuple adnevesiñ","%n meziant a zo posuple adnevesiñ","%n meziant a zo posuple adnevesiñ","%n meziant a zo posuple adnevesiñ"], "Loading" : "Kargañ", "Type" : "Stumm", + "Learn more" : "Deskiñ muioc'h", + "Confirm" : "Kadarnañ", + "Cancel" : "Arrest", "Description" : "Deskrivadur", "Details" : "Munudoù", "All" : "Pep tra", @@ -191,8 +194,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Kemenadenn diwall divezhañ : Sur oc'h aotreañ ar sifrañ ?", "No encryption module loaded, please enable an encryption module in the app menu." : "Modul sifrañ karget ebet, aotreit ar vodul sifrañ er roll meziantoù.", "Select default encryption module:" : "Choaz ur modul sifrañ dre ziouer :", - "Cancel" : "Arrest", - "Confirm" : "Kadarnañ", "Submit" : "Kinnig", "Remove group" : "Lemel strollad", "Current password" : "Ger-tremen hiziv", @@ -269,6 +270,7 @@ OC.L10N.register( "Download and enable" : "Pellgargañ ha aotreañ", "Disable" : "Disaotreañ", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "N'eo ket ar meziant keverlec'h gant stumm Nextcloud. Ma kendalc'hit e o posupl deoc'h staliañ ar meziant. Taolit evez, ne labouro ket ar meziant evel ma zlefe.", + "Unknown" : "Dianv", "Never" : "James", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aotreet eo bet ar meziant mes ezomm e deus bezhan adnevesaet. Kaset a voc'h d'ar bajenn adneveziñ a benn 5 eilenn.", "Do you really want to wipe your data from this device?" : "C'hoant o peus lemel ar roadennoù diouzh o ardivink ?", @@ -306,34 +308,13 @@ OC.L10N.register( "Check out our blog" : "Sellit ouzh hon vlog", "Subscribe to our newsletter" : "Koumannantit d'hon kemenadennoù nevesadur", "Use a second factor besides your password to increase security for your account." : "Implijour un eil-elfenn d'ho ger-tremen a gwella urentez o c'hont.", - "No user supplied" : "Implijour roet ebet", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Mar-plij, roit ur ger-tremen adtapout d'ar merour; mod all e vo kollet roadennoù an implijer.", - "Your username is: %s" : "Ho anv implijer a zo : %s", - "Logged in user must be a subadmin" : "An trement e implijer a zo ret bezañ un iz-merour", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankout a ra rollioù er roadenn-diaz. Abalamour e kemer amzer ouzhpennañ rollioù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-indices\" eo posupl ouzhpennañ ar rollioù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ar rollioù ouzhpennet, goulennoù savet d'an taolennoù a vo buanaet.", - "Exclude groups from sharing" : "Lemel ar strolladoù eus ar rannañ", - "These groups will still be able to receive shares, but not to initiate them." : "Posupl vo d'ar strolad resev rannadennoù, mes ne vo ket posuple d'eo o krouiñ.", "Set default expiration date for shares" : "Lakaat un deizat termen dre ziouer evit ar rannañ", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "An dilesa daou-elfenn a zo posupl rediañ evit tout an implijourieñ ha strolladoù 'zo. Ma n'ho deus get stummet ar goulenner deao-elfenn, ne vo ket posupl dezho mon-tre er sistem.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Pa vez choazet/argaset strolladoù, implijoet a vez gantez ar vezoniezh da heul evit gouzout ma eo bet rediet un dilesa daou-elfenn d'un implijer : m'a n'eo ket bet choazet strollad ebet, an dilesa daou-elfenn a zo aotreet evit tout ar strolladoù estreget ar re argaset. M'az eo bet choazet strolladoù, an dilesa daou-elfenn a zo aotreet evito. M'az eo un implijer en ur strollad choazt hag un argaset, an hini choazet zo lakaet war-raok hag an dilesa daou-elfenn a vez rediet.", - "{license}-licensed" : "{license}-aotre", - "Username" : "anv implijer", "New user" : "Implijer nevez", + "Username" : "anv implijer", "User backend" : "Backen implijer", - "You do not have permissions to see the details of this user" : "N'oc'h ket aotreet da gwellet munudoù an implijer", - "Set user as admin for" : "Lakaat an implijer da merour evit", - "Select user quota" : "Choaz quota an implijer", - "Delete user" : "Lemel implijer", - "Wipe all devices" : "Lemel pep ardivink", - "Disable user" : "Disaotreañ an implijour", - "Enable user" : "Aotreañ an implijour", - "Toggle user actions menu" : "Diskwell/koachañ ar roll ober", - "Show user backend" : "Diskouez backend an implijer", "Name your device" : "Anvit o ardivink", "Server error while trying to add WebAuthn device" : "Ur fazi servijour a zo bet pa oa ouzhpennet an ardivink WebAuthn", - "by {author}\n{license}" : "great gant {author}\n{license}", - "Disabled users" : "Disaotreañ implijer", - "SMTP Username" : "Anv implijer SMTP", "Follow us on Twitter" : "Heuliit ac'henomp war Twitter" }, "nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/apps/settings/l10n/br.json b/apps/settings/l10n/br.json index b758b97d6f7..3272bea9e09 100644 --- a/apps/settings/l10n/br.json +++ b/apps/settings/l10n/br.json @@ -143,6 +143,9 @@ "_%n app has an update available_::_%n apps have an update available_" : ["%n meziant a zo posuple adnevesiñ","%n meziant a zo posuple adnevesiñ","%n meziant a zo posuple adnevesiñ","%n meziant a zo posuple adnevesiñ","%n meziant a zo posuple adnevesiñ"], "Loading" : "Kargañ", "Type" : "Stumm", + "Learn more" : "Deskiñ muioc'h", + "Confirm" : "Kadarnañ", + "Cancel" : "Arrest", "Description" : "Deskrivadur", "Details" : "Munudoù", "All" : "Pep tra", @@ -189,8 +192,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Kemenadenn diwall divezhañ : Sur oc'h aotreañ ar sifrañ ?", "No encryption module loaded, please enable an encryption module in the app menu." : "Modul sifrañ karget ebet, aotreit ar vodul sifrañ er roll meziantoù.", "Select default encryption module:" : "Choaz ur modul sifrañ dre ziouer :", - "Cancel" : "Arrest", - "Confirm" : "Kadarnañ", "Submit" : "Kinnig", "Remove group" : "Lemel strollad", "Current password" : "Ger-tremen hiziv", @@ -267,6 +268,7 @@ "Download and enable" : "Pellgargañ ha aotreañ", "Disable" : "Disaotreañ", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "N'eo ket ar meziant keverlec'h gant stumm Nextcloud. Ma kendalc'hit e o posupl deoc'h staliañ ar meziant. Taolit evez, ne labouro ket ar meziant evel ma zlefe.", + "Unknown" : "Dianv", "Never" : "James", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aotreet eo bet ar meziant mes ezomm e deus bezhan adnevesaet. Kaset a voc'h d'ar bajenn adneveziñ a benn 5 eilenn.", "Do you really want to wipe your data from this device?" : "C'hoant o peus lemel ar roadennoù diouzh o ardivink ?", @@ -304,34 +306,13 @@ "Check out our blog" : "Sellit ouzh hon vlog", "Subscribe to our newsletter" : "Koumannantit d'hon kemenadennoù nevesadur", "Use a second factor besides your password to increase security for your account." : "Implijour un eil-elfenn d'ho ger-tremen a gwella urentez o c'hont.", - "No user supplied" : "Implijour roet ebet", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Mar-plij, roit ur ger-tremen adtapout d'ar merour; mod all e vo kollet roadennoù an implijer.", - "Your username is: %s" : "Ho anv implijer a zo : %s", - "Logged in user must be a subadmin" : "An trement e implijer a zo ret bezañ un iz-merour", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankout a ra rollioù er roadenn-diaz. Abalamour e kemer amzer ouzhpennañ rollioù e taolennoù bras, n'int ket bet lakaet en un doare otomatek. En ul lakaat da dreiñ \"occ db:add-missing-indices\" eo posupl ouzhpennañ ar rollioù a vank gant an dorn pa vo an azgoulenn o treiñ. Ur wech ar rollioù ouzhpennet, goulennoù savet d'an taolennoù a vo buanaet.", - "Exclude groups from sharing" : "Lemel ar strolladoù eus ar rannañ", - "These groups will still be able to receive shares, but not to initiate them." : "Posupl vo d'ar strolad resev rannadennoù, mes ne vo ket posuple d'eo o krouiñ.", "Set default expiration date for shares" : "Lakaat un deizat termen dre ziouer evit ar rannañ", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "An dilesa daou-elfenn a zo posupl rediañ evit tout an implijourieñ ha strolladoù 'zo. Ma n'ho deus get stummet ar goulenner deao-elfenn, ne vo ket posupl dezho mon-tre er sistem.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Pa vez choazet/argaset strolladoù, implijoet a vez gantez ar vezoniezh da heul evit gouzout ma eo bet rediet un dilesa daou-elfenn d'un implijer : m'a n'eo ket bet choazet strollad ebet, an dilesa daou-elfenn a zo aotreet evit tout ar strolladoù estreget ar re argaset. M'az eo bet choazet strolladoù, an dilesa daou-elfenn a zo aotreet evito. M'az eo un implijer en ur strollad choazt hag un argaset, an hini choazet zo lakaet war-raok hag an dilesa daou-elfenn a vez rediet.", - "{license}-licensed" : "{license}-aotre", - "Username" : "anv implijer", "New user" : "Implijer nevez", + "Username" : "anv implijer", "User backend" : "Backen implijer", - "You do not have permissions to see the details of this user" : "N'oc'h ket aotreet da gwellet munudoù an implijer", - "Set user as admin for" : "Lakaat an implijer da merour evit", - "Select user quota" : "Choaz quota an implijer", - "Delete user" : "Lemel implijer", - "Wipe all devices" : "Lemel pep ardivink", - "Disable user" : "Disaotreañ an implijour", - "Enable user" : "Aotreañ an implijour", - "Toggle user actions menu" : "Diskwell/koachañ ar roll ober", - "Show user backend" : "Diskouez backend an implijer", "Name your device" : "Anvit o ardivink", "Server error while trying to add WebAuthn device" : "Ur fazi servijour a zo bet pa oa ouzhpennet an ardivink WebAuthn", - "by {author}\n{license}" : "great gant {author}\n{license}", - "Disabled users" : "Disaotreañ implijer", - "SMTP Username" : "Anv implijer SMTP", "Follow us on Twitter" : "Heuliit ac'henomp war Twitter" },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" }
\ No newline at end of file diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index c952c71145d..104c3ac2970 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -263,6 +263,9 @@ OC.L10N.register( "Daemon" : "Dimoni", "Type" : "Tipus", "Display Name" : "Nom d'usuari", + "Learn more" : "Més informació", + "Confirm" : "Confirma", + "Cancel" : "Cancel·la", "Description" : "Descripció", "Details" : "Detalls", "All" : "Tots", @@ -349,8 +352,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Heu de migrar les claus de xifratge del xifratge anterior (ownCloud .= 8.0) al nou. Habiliteu el \"Mòdul de xifratge peredeterminat\" i executeu {command}", "Unable to update server side encryption config" : "No es pot actualitzar la configuració del xifratge de la banda del servidor", "Please confirm the group removal" : "Confirmeu l'eliminació del grup", - "Cancel" : "Cancel·la", - "Confirm" : "Confirma", "Submit" : "Envia", "Rename group" : "Canvia el nom del grup", "Remove group" : "Suprimir el grup", @@ -372,7 +373,6 @@ OC.L10N.register( "Error cropping profile picture" : "Error en retallar la imatge de perfil", "Error saving profile picture" : "Error en desar la imatge de perfil", "Error removing profile picture" : "Error en treure la imatge de perfil", - "Your biography" : "La vostra biografia", "You are a member of the following groups:" : "Sou membre dels grups següents:", "Your full name" : "El vostre nom complet", "Primary email for password reset and notifications" : "Adreça de correu electrònic principal per a restablir la contrasenya i per a les notificacions", @@ -519,6 +519,7 @@ OC.L10N.register( "Allow untested app" : "Permet l'aplicació no provada", "The app will be downloaded from the App Store" : "L'aplicació es baixarà des del Magatzem d'aplicacions", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Aquesta aplicació no està marcada com a compatible amb la vostra versió de Nextcloud. Si continueu, encara podreu instal·lar l’aplicació. Tingueu en compte que pot ser que l’aplicació no funcioni correctament.", + "Unknown" : "Desconegut", "Never" : "Mai", "An error occurred during the request. Unable to proceed." : "S'ha produït un error durant la sol·licitud. No es pot continuar.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: aquesta aplicació no es pot habilitar perquè fa que el servidor sigui inestable", @@ -570,16 +571,6 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Aquest llançament de la comunitat de Nextcloud no és compatible i les notificacions instantànies no estan disponibles.", "Use a second factor besides your password to increase security for your account." : "Feu servir un segon factor a més de la vostra contrasenya per augmentar la seguretat del vostre compte.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si utilitzeu aplicacions de tercers per a connectar-vos a Nextcloud, assegureu-vos de crear i configurar una contrasenya d'aplicació per a cadascuna abans d'habilitar l'autenticació de segon factor.", - "No user supplied" : "No heu proporcionat cap usuari", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Si us plau, proporcioneu una contrasenya d'administrador de recuperació; en cas contrari, es perdran totes les dades.", - "Backend does not support password change, but the user's encryption key was updated." : "El rerefons no admet el canvi de contrasenya, però s'ha actualitzat la clau de xifratge de l'usuari.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Heu d'establir el correu electrònic d'usuari abans de poder enviar correus de prova. Aneu a %s per fer-ho.", - "Invalid user" : "Usuari no vàlid", - "Your username is: %s" : "El vostre nom d'usuari és: %s", - "Logged in user must be a subadmin" : "L’usuari que ha iniciat la sessió ha de ser un subadministrador", - "Old user imported certificates" : "Certificats importats d'usuari antic", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Hi ha un treball en segon pla pendent que de comprovar els certificats SSL importats per l'usuari. Comproveu-ho més tard.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hi ha alguns certificats SSL importats per l'usuari que ja no s'utilitzen amb Nextcloud 21. Es poden importar en la línia d'ordres a través de l'ordre «occ security:certificates:import». A continuació se'n mostren els camins dins del directori de dades.", "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índex opcional \"%s\" a la taula \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Falten alguns índexs en la base de dades. Com que afegir índexs a taules grans pot tardar una estona, no s'han afegit automàticament. Si executeu «occ db:add-missing-indices», els índexs que falten es podran afegir manualment amb la instància en funcionament. Un cop afegits els índexs, les consultes en les taules solen ser molt més ràpides.", "File locking" : "Bloqueig de fitxers", @@ -592,27 +583,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "La conversió de parla a text es pot implementar per diferents aplicacions. Aquí podeu definir quina aplicació s'ha d'utilitzar.", "None of your currently installed apps provide Speech-To-Text functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funció de conversió de parla a text", "None of your currently installed apps provide Text processing functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funcionalitat de processament de text", - "Exclude groups from sharing" : "Excloure grups de compartició", - "These groups will still be able to receive shares, but not to initiate them." : "Aquests grups encara podran rebre comparticions, però no en podran iniciar.", "Set default expiration date for shares" : "Estableix la data de caducitat per defecte per comparticions", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permet l'emplenament automàtic del nom d'usuari al diàleg de compartició i permet l'accés a la llibreta d'adreces del sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L’autenticació de doble factor pot ser forçada per a tots els usuaris i grups específics. Si no tenen un proveïdor de doble factor configurat, no podran accedir en el sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quan es seleccionen/exclouen grups, es fa servir la lògica següent per determinar si un usuari té 2FA (Autenticació de 2 Factors) forçosa: si no hi ha grups seleccionats, 2FA està habilitat per a tothom, a excepció de membres dels grups exclosos. Si els grups estan seleccionats, 2FA està activada per a tots els membres d'aquests. Si un usuari està tant en un grup seleccionat com exclòs, els seleccionats tenen prioritat i 2FA s'imposa.", - "{license}-licensed" : "sota la llicència - {license}", - "Rating: {score}/10" : "Valoració: {score}/10", - "Username" : "Nom d'usuari", - "Execute one task with each page loaded. Use case: Single user instance." : "Executeu una tasca amb cada pàgina carregada. Cas d'ús: instància d'un sol usuari.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php està registrat en un servei webcron per cridar a cron.php cada 5 minuts per HTTP. Cas d'ús: instància molt petita (1-5 usuaris segons l'ús).", - "The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php l'ha d'executar l'usuari del sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil per defecte per als usuaris nous.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Esteu a punt de suprimir el grup \"{group}\". Els usuaris NO s'eliminaran.", + "Your biography" : "La vostra biografia", "You are using <strong>{usage}</strong>" : "Esteu utilitzant <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Esteu utilitzant <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Adreces de correu electrònic addicionals", - "Enable Profile" : "Habilita el perfil", - "No users" : "Cap usuari", - "Loading users …" : "S'estan carregant usuaris …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Llista d'usuaris. Aquesta llista no es presenta completament per motius de rendiment. Els usuaris es mostraran mentre navegueu per la llista.", "New user" : "Nou usuari", "Groups (required)" : "Grups (obligatori)", "Set user groups" : "Establir grups d'usuaris", @@ -623,35 +598,13 @@ OC.L10N.register( "Set user manager" : "Estableix el gestor d'usuaris", "Username will be autogenerated" : "El nom d'usuari es generarà automàticament", "Username (required)" : "Nom d'usuari (obligatori)", + "Loading users …" : "S'estan carregant usuaris …", + "Username" : "Nom d'usuari", "User backend" : "Rerefons d'usuari", "User actions" : "Accions de l'usuari", - "Loading user …" : "S'està carregant l'usuari …", - "You do not have permissions to see the details of this user" : "No teniu els permisos necessaris per veure els detalls d'aquest usuari", "Add user to group" : "Afegeix l'usuari al grup", - "Set user as admin for" : "Posa l'usuari com a administrador per", - "Select user quota" : "Selecciona la quota d'usuari", - "Delete user" : "Suprimeix l'usuari", - "Wipe all devices" : "Esborra tots els dispositius", - "Disable user" : "Inhabilita l'usuari", - "Enable user" : "Habilita l'usuari", - "Failed to update user manager" : "No s'ha pogut actualitzar el gestor d'usuaris", - "Toggle user actions menu" : "Commuta el menú d'accions d'usuari", - "User management settings" : "Paràmetres de gestió d'usuaris", - "Show user backend" : "Mostra el rerefons d'usuari", - "Send welcome email to new users" : "Envieu un correu electrònic de benvinguda als nous usuaris", "Name your device" : "Anomeneu el vostre dispositiu", "Server error while trying to add WebAuthn device" : "Error del servidor mentre s'intentava afegir un dispositiu WebAuthn", - "by {author}\n{license}" : "{author}\n{license}", - "User management" : "Gestió d'usuaris", - "Active users" : "Usuaris actius", - "Disabled users" : "Usuaris inhabilitats", - "Creating group …" : "S'està creant un grup …", - "User group: {group}" : "Grup d'usuaris: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "No està disponible perquè la federació s'ha inhabilitat per al vostre compte, poseu-vos en contacte amb l'administrador del sistema si teniu cap pregunta", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "No està disponible perquè no es permet la publicació de dades específiques de l'usuari al servidor de cerca, poseu-vos en contacte amb l'administrador del sistema si teniu cap pregunta", - "Show to logged in users only" : "Mostra només als usuaris connectats", - "Nextcloud help resources" : "Recursos d'ajuda de Nextcloud", - "SMTP Username" : "Nom d'usuari SMTP", "Follow us on Twitter" : "Seguiu-nos a Twitter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json index 7457f70dd7e..40880a7c094 100644 --- a/apps/settings/l10n/ca.json +++ b/apps/settings/l10n/ca.json @@ -261,6 +261,9 @@ "Daemon" : "Dimoni", "Type" : "Tipus", "Display Name" : "Nom d'usuari", + "Learn more" : "Més informació", + "Confirm" : "Confirma", + "Cancel" : "Cancel·la", "Description" : "Descripció", "Details" : "Detalls", "All" : "Tots", @@ -347,8 +350,6 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Heu de migrar les claus de xifratge del xifratge anterior (ownCloud .= 8.0) al nou. Habiliteu el \"Mòdul de xifratge peredeterminat\" i executeu {command}", "Unable to update server side encryption config" : "No es pot actualitzar la configuració del xifratge de la banda del servidor", "Please confirm the group removal" : "Confirmeu l'eliminació del grup", - "Cancel" : "Cancel·la", - "Confirm" : "Confirma", "Submit" : "Envia", "Rename group" : "Canvia el nom del grup", "Remove group" : "Suprimir el grup", @@ -370,7 +371,6 @@ "Error cropping profile picture" : "Error en retallar la imatge de perfil", "Error saving profile picture" : "Error en desar la imatge de perfil", "Error removing profile picture" : "Error en treure la imatge de perfil", - "Your biography" : "La vostra biografia", "You are a member of the following groups:" : "Sou membre dels grups següents:", "Your full name" : "El vostre nom complet", "Primary email for password reset and notifications" : "Adreça de correu electrònic principal per a restablir la contrasenya i per a les notificacions", @@ -517,6 +517,7 @@ "Allow untested app" : "Permet l'aplicació no provada", "The app will be downloaded from the App Store" : "L'aplicació es baixarà des del Magatzem d'aplicacions", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Aquesta aplicació no està marcada com a compatible amb la vostra versió de Nextcloud. Si continueu, encara podreu instal·lar l’aplicació. Tingueu en compte que pot ser que l’aplicació no funcioni correctament.", + "Unknown" : "Desconegut", "Never" : "Mai", "An error occurred during the request. Unable to proceed." : "S'ha produït un error durant la sol·licitud. No es pot continuar.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: aquesta aplicació no es pot habilitar perquè fa que el servidor sigui inestable", @@ -568,16 +569,6 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Aquest llançament de la comunitat de Nextcloud no és compatible i les notificacions instantànies no estan disponibles.", "Use a second factor besides your password to increase security for your account." : "Feu servir un segon factor a més de la vostra contrasenya per augmentar la seguretat del vostre compte.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si utilitzeu aplicacions de tercers per a connectar-vos a Nextcloud, assegureu-vos de crear i configurar una contrasenya d'aplicació per a cadascuna abans d'habilitar l'autenticació de segon factor.", - "No user supplied" : "No heu proporcionat cap usuari", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Si us plau, proporcioneu una contrasenya d'administrador de recuperació; en cas contrari, es perdran totes les dades.", - "Backend does not support password change, but the user's encryption key was updated." : "El rerefons no admet el canvi de contrasenya, però s'ha actualitzat la clau de xifratge de l'usuari.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Heu d'establir el correu electrònic d'usuari abans de poder enviar correus de prova. Aneu a %s per fer-ho.", - "Invalid user" : "Usuari no vàlid", - "Your username is: %s" : "El vostre nom d'usuari és: %s", - "Logged in user must be a subadmin" : "L’usuari que ha iniciat la sessió ha de ser un subadministrador", - "Old user imported certificates" : "Certificats importats d'usuari antic", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Hi ha un treball en segon pla pendent que de comprovar els certificats SSL importats per l'usuari. Comproveu-ho més tard.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hi ha alguns certificats SSL importats per l'usuari que ja no s'utilitzen amb Nextcloud 21. Es poden importar en la línia d'ordres a través de l'ordre «occ security:certificates:import». A continuació se'n mostren els camins dins del directori de dades.", "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índex opcional \"%s\" a la taula \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Falten alguns índexs en la base de dades. Com que afegir índexs a taules grans pot tardar una estona, no s'han afegit automàticament. Si executeu «occ db:add-missing-indices», els índexs que falten es podran afegir manualment amb la instància en funcionament. Un cop afegits els índexs, les consultes en les taules solen ser molt més ràpides.", "File locking" : "Bloqueig de fitxers", @@ -590,27 +581,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "La conversió de parla a text es pot implementar per diferents aplicacions. Aquí podeu definir quina aplicació s'ha d'utilitzar.", "None of your currently installed apps provide Speech-To-Text functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funció de conversió de parla a text", "None of your currently installed apps provide Text processing functionality" : "Cap de les vostres aplicacions instal·lades actualment ofereix la funcionalitat de processament de text", - "Exclude groups from sharing" : "Excloure grups de compartició", - "These groups will still be able to receive shares, but not to initiate them." : "Aquests grups encara podran rebre comparticions, però no en podran iniciar.", "Set default expiration date for shares" : "Estableix la data de caducitat per defecte per comparticions", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permet l'emplenament automàtic del nom d'usuari al diàleg de compartició i permet l'accés a la llibreta d'adreces del sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L’autenticació de doble factor pot ser forçada per a tots els usuaris i grups específics. Si no tenen un proveïdor de doble factor configurat, no podran accedir en el sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quan es seleccionen/exclouen grups, es fa servir la lògica següent per determinar si un usuari té 2FA (Autenticació de 2 Factors) forçosa: si no hi ha grups seleccionats, 2FA està habilitat per a tothom, a excepció de membres dels grups exclosos. Si els grups estan seleccionats, 2FA està activada per a tots els membres d'aquests. Si un usuari està tant en un grup seleccionat com exclòs, els seleccionats tenen prioritat i 2FA s'imposa.", - "{license}-licensed" : "sota la llicència - {license}", - "Rating: {score}/10" : "Valoració: {score}/10", - "Username" : "Nom d'usuari", - "Execute one task with each page loaded. Use case: Single user instance." : "Executeu una tasca amb cada pàgina carregada. Cas d'ús: instància d'un sol usuari.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php està registrat en un servei webcron per cridar a cron.php cada 5 minuts per HTTP. Cas d'ús: instància molt petita (1-5 usuaris segons l'ús).", - "The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php l'ha d'executar l'usuari del sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil per defecte per als usuaris nous.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Esteu a punt de suprimir el grup \"{group}\". Els usuaris NO s'eliminaran.", + "Your biography" : "La vostra biografia", "You are using <strong>{usage}</strong>" : "Esteu utilitzant <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Esteu utilitzant <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Adreces de correu electrònic addicionals", - "Enable Profile" : "Habilita el perfil", - "No users" : "Cap usuari", - "Loading users …" : "S'estan carregant usuaris …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Llista d'usuaris. Aquesta llista no es presenta completament per motius de rendiment. Els usuaris es mostraran mentre navegueu per la llista.", "New user" : "Nou usuari", "Groups (required)" : "Grups (obligatori)", "Set user groups" : "Establir grups d'usuaris", @@ -621,35 +596,13 @@ "Set user manager" : "Estableix el gestor d'usuaris", "Username will be autogenerated" : "El nom d'usuari es generarà automàticament", "Username (required)" : "Nom d'usuari (obligatori)", + "Loading users …" : "S'estan carregant usuaris …", + "Username" : "Nom d'usuari", "User backend" : "Rerefons d'usuari", "User actions" : "Accions de l'usuari", - "Loading user …" : "S'està carregant l'usuari …", - "You do not have permissions to see the details of this user" : "No teniu els permisos necessaris per veure els detalls d'aquest usuari", "Add user to group" : "Afegeix l'usuari al grup", - "Set user as admin for" : "Posa l'usuari com a administrador per", - "Select user quota" : "Selecciona la quota d'usuari", - "Delete user" : "Suprimeix l'usuari", - "Wipe all devices" : "Esborra tots els dispositius", - "Disable user" : "Inhabilita l'usuari", - "Enable user" : "Habilita l'usuari", - "Failed to update user manager" : "No s'ha pogut actualitzar el gestor d'usuaris", - "Toggle user actions menu" : "Commuta el menú d'accions d'usuari", - "User management settings" : "Paràmetres de gestió d'usuaris", - "Show user backend" : "Mostra el rerefons d'usuari", - "Send welcome email to new users" : "Envieu un correu electrònic de benvinguda als nous usuaris", "Name your device" : "Anomeneu el vostre dispositiu", "Server error while trying to add WebAuthn device" : "Error del servidor mentre s'intentava afegir un dispositiu WebAuthn", - "by {author}\n{license}" : "{author}\n{license}", - "User management" : "Gestió d'usuaris", - "Active users" : "Usuaris actius", - "Disabled users" : "Usuaris inhabilitats", - "Creating group …" : "S'està creant un grup …", - "User group: {group}" : "Grup d'usuaris: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "No està disponible perquè la federació s'ha inhabilitat per al vostre compte, poseu-vos en contacte amb l'administrador del sistema si teniu cap pregunta", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "No està disponible perquè no es permet la publicació de dades específiques de l'usuari al servidor de cerca, poseu-vos en contacte amb l'administrador del sistema si teniu cap pregunta", - "Show to logged in users only" : "Mostra només als usuaris connectats", - "Nextcloud help resources" : "Recursos d'ajuda de Nextcloud", - "SMTP Username" : "Nom d'usuari SMTP", "Follow us on Twitter" : "Seguiu-nos a Twitter" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index 310cbe15b9a..7c5bb0f8476 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -378,7 +378,7 @@ OC.L10N.register( "Expire remote shares after x days" : "Ukončit platnost vzdálených sdílení po X dnech", "Set default expiration date for shares via link or mail" : "Nastavit výchozí datum skončení platnosti pro sdílení prostřednictvím odkazu nebo e-mailu", "Default expiration time of shares in days" : "Výchozí doba platnosti sdílení (dny)", - "Privacy settings for sharing" : "Nastavení soukromí pro sdílen", + "Privacy settings for sharing" : "Nastavení soukromí pro sdílení", "Allow account name autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování názvu účtu v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "V případě, že jsou zapnuté automatická dokončování „stejná skupina“ a „začlenění telefonním číslem“, postačí pro zobrazení uživatele shoda s jedním z toho.", "Restrict account name autocompletion and system address book access to users within the same groups" : "Omezit automatické doplňování názvu účtu a přístup k adresáři kontaktů na uživatele ve stejných skupinách", @@ -438,12 +438,35 @@ OC.L10N.register( "Display Name" : "Zobrazované jméno", "GPUs support" : "Podpora pro výpočty na GPU", "Compute device" : "Výpočetní zařízení", + "Advanced deploy options" : "Pokročilé předvolby pro nasazení", + "Edit ExApp deploy options before installation" : "Předvolby nasazení ExApp před instalací", + "Learn more" : "Zjistit více", + "Environment variables" : "Proměnné prostředí", + "ExApp container environment variables" : "Proměnné prostředí pro kontejner s ExApp", + "No environment variables defined" : "Nedefinovány žádné proměnné prostředí", + "Mounts" : "Připojení", + "Host path" : "Popis umístění hostitele", + "Container path" : "Popis umístění kontejneru", + "Read-only" : "Pouze pro čtení", + "Remove mount" : "Odebrat připojení", + "New mount" : "Nové připojení", + "Enter path to host folder" : "Zadejte popis umístění složky hostitele", + "Enter path to container folder" : "Zadejte popis umístění složky kontejneru", + "Toggle read-only mode" : "Vyp/zap. režim pouze pro čtení", + "Confirm adding new mount" : "Potvrďte přidání nového připojení", + "Confirm" : "Potvrdit", + "Cancel adding mount" : "Zrušit přidávání připojení", + "Cancel" : "Storno", + "Add mount" : "Přidat připojení", + "ExApp container mounts" : "Připojení kontejneru s ExApp", + "No mounts defined" : "Nedefinována žádná připojení", "Description" : "Popis", "Details" : "Podrobnosti", "All" : "Vše", "Limit app usage to groups" : "Omezit používání aplikace na skupiny", "No results" : "Žádné výsledky", "Update to {version}" : "Aktualizovat na {version}", + "Deploy options" : "Předvolby nasazení", "Default Deploy daemon is not accessible" : "Výchozí proces služby nasazování není dostupný", "Delete data on remove" : "Při odebrání smazat data", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Tato aplikace nemá nastavený žádný požadavek na minimální verzi Nextcloud. To v budoucnu bude hodnoceno jako chyba.", @@ -536,8 +559,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Nedaří se zaktualizovat nastavení šifrování na straně serveru", "Please confirm the group removal" : "Potvrďte odstranění skupiny", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Chystáte se smazat skupinu „{group}“. Účty NEbudou smazány.", - "Cancel" : "Storno", - "Confirm" : "Potvrdit", "Submit" : "Odeslat", "Rename group" : "Přejmenovat skupinu", "Remove group" : "Odebrat skupinu", @@ -559,7 +580,7 @@ OC.L10N.register( "Error cropping profile picture" : "Chyba při ořezávání profilového obrázku", "Error saving profile picture" : "Chyba při ukládání profilového obrázku", "Error removing profile picture" : "Chyba při odebírání profilového obrázku", - "Your biography" : "Váš životopis", + "Your biography. Markdown is supported." : "Váš životopis. Jsou podporovány Markdown značky.", "Enter your date of birth" : "Zadejte datum svého narození", "Unable to update date of birth" : "Nedaří se aktualizovat datum narození", "You are a member of the following groups:" : "Jste členy následujících skupin:", @@ -583,7 +604,7 @@ OC.L10N.register( "No email address set" : "E-mailová adresa není nastavena", "Your handle" : "Váš identifikátor (handle)", "Day to use as the first day of week" : "Den který používat jako první den týdne", - "Derived from your locale ({weekDayName})" : "Odvozeno od vašich místních a jazykových nastavení ({weekDayName})", + "Derived from your locale ({weekDayName})" : "Odvozeno od místních a jazykových nastavení ({weekDayName})", "Unable to update first day of week" : "Nepodařilo se zaktualizovat nastavení prvního dne týdne", "Your headline" : "Váš nadpis", "Languages" : "Jazyky", @@ -655,6 +676,7 @@ OC.L10N.register( "Group admin for" : "Správce skupiny", "Account backend" : "Podpůrná vrstva účtu", "Storage location" : "Úložiště dat", + "First login" : "První přihlášení", "Last login" : "Poslední přihlášení", "Account actions" : "Akce ohledně účtu", "Password or insufficient permissions message" : "Zpráva o heslu nebo nedostatečném oprávnění", @@ -693,6 +715,7 @@ OC.L10N.register( "Show language" : "Zobrazit jazyk", "Show account backend" : "Zobrazit podpůrnou vrstvu účtu", "Show storage path" : "Zobrazit popis umístění úložiště", + "Show first login" : "Zobrazit první přihlášení", "Show last login" : "Zobrazit poslední přihlášení", "Sorting" : "Řazení", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Nastavení systému vynucuje řazení skupin podle názvu. Toto také vypíná zobrazování počtu členů.", @@ -763,9 +786,9 @@ OC.L10N.register( "Featured apps" : "Doporučené aplikace", "Supported apps" : "Podporované aplikace", "Show to everyone" : "Ukázat všem", - "Show to logged in accounts only" : "Ukázat pouze přihlášeným účtům", + "Show to logged in accounts only" : "Ukázat jen přihlášeným účtům", "Hide" : "Skrýt", - "manual-install apps cannot be updated" : "ručně nainstalované aplikace není možné zaktualizovat", + "Manually installed apps cannot be updated" : "Ručně nainstalované aplikace není možné zaktualizovat", "{progress}% Deploying …" : "{progress}% nasazování…", "{progress}% Initializing …" : "{progress}% inicializace…", "Health checking" : "Kontrola stavu", @@ -775,6 +798,7 @@ OC.L10N.register( "Allow untested app" : "Umožnit nevyzkoušenou aplikaci", "The app will be downloaded from the App Store" : "Aplikace bude stažena z katalogu aplikací", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Tato aplikace není označena jako kompatibilní s vámi používanou verzí Nexcloud. Pokud budete pokračovat, pořád budete moci aplikaci nainstalovat. Uvědomte si ale, že aplikace nemusí fungovat, jak je očekáváno.", + "Unknown" : "Neznámé", "Never" : "Nikdy", "Could not register device: Network error" : "Zařízení se nepodařilo zaregistrovat: chyba sítě", "Could not register device: Probably already registered" : "Zařízení se nepodařilo zaregistrovat: už zaregistrováno", @@ -835,23 +859,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Toto komunitní vydání Nextcloud není podporováno a okamžitá oznámení proto nejsou k dispozici", "Use a second factor besides your password to increase security for your account." : "Pro zlepšení zabezpečení vašeho účtu použijte vedle hesla také druhý faktor.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Pokud pro připojování se k Nextcloud používáte aplikace třetích stran, nezapomeňte před zapnutím ověřování druhým faktorem vytvořit pro jednotlivé aplikace jejich hesla.", - "No user supplied" : "Nebyl uveden uživatel", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Zadejte správcovské heslo pro obnovu, jinak budou všechna uživatelská data ztracena.", - "Backend does not support password change, but the user's encryption key was updated." : "Podpůrná vrstva nepodporuje změnu hesla, ale uživatelův šifrovací klíč byl aktualizován.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Aby bylo možné odesílat zkušební e-maily je třeba, abyste si nejprve nastavili svou e-mailovou adresu. To učiníte v %s.", - "Invalid user" : "Neplatný uživatel", - "Your username is: %s" : "Vaše uživatelské jméno je: %s", - "Logged in user must be a subadmin" : "Je třeba, aby přihlášený uživatel byl dílčím správcem", - "Old user imported certificates" : "Staré uživatelem importované certifikáty", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Úloha na pozadí čeká na kontrolu uživatelských importovaných SSL certifikátů. Zkuste to prosím později.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Nacházejí se zde některé SSL certifikáty, importované uživatelem, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Chybí volitelný index „%s“ v tabulce „%s“.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.", "File locking" : "Zamykání souborů", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhnuli, zapněte v config.php volbu „filelocking.enabled“.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat podporu pro JavaScript. Zkontrolujte ručně, zda váš webový server poskytuje soubory `.mjs` pomocí MIME typu JavaScript.", - "MySQL unicode support" : "Podpora unicode v MySQL", - "Overwrite cli URL" : "Přepsat URL cli", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat ohledně podpory pro JavaScript prostřednictvím libovolné z vašich `trusted_domains` ani `overwrite.cli.url`. Může se jednat o důsledek neshody DNS na straně serveru nebo odchozího pravidla na bráně firewall. Ručně zkontrolujte zda váš webový server poskytuje `.mjs` soubory pomocí MIME typu JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Nyní provozujete na PHP %s. Od Nextcloud 27 je PHP 8.0 už označeno jako zastaralé. Nextcloud 28 pak už může vyžadovat alespoň PHP 8.1. Co možná nejdříve přejděte na některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Je používána verze MariaDB „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MariaDB 10.2 nebo novější.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Je používána verze MySQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MySQL 8.0 nebo MariaDB 10.2 a novější.", @@ -860,27 +873,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Převod řeči na text je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci převodu řeči na text", "None of your currently installed apps provide Text processing functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci zpracovávání textu", - "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", - "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možné sdílet, nemohou ale samy sdílet ostatním.", "Set default expiration date for shares" : "Nastavit výchozí datum skončení platnosti pro sdílení", "Allow username autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování uživatelského jména v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvoufázové ověřování je možné vynutit pro všechny uživatele a konkrétní skupiny. Pokud nemají nastaveného poskytovatele dvoufázového ověřování, nebudou se moci přihlásit do systému.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Když jsou skupiny vybrány/vynechány, je pro zjišťování zda je uživateli vynuceno dvoufázové (2FA) ověřování použita následující logika: Pokud nejsou vybrány žádné skupiny, je 2FA zapnuto pro všechny kromě členů vynechaných skupin. Pokud jsou nějaké skupiny vybrány, je 2FA zapnuto pro všechny jejich členy. Pokud je uživatel členem jak vybrané, tak vynechané skupiny, pak má ta vybraná přednost a 2FA je vynuceno.", - "{license}-licensed" : "licencováno pod {license}", - "Rating: {score}/10" : "Hodnocení: {score}/10", - "Username" : "Uživatelské jméno", - "Execute one task with each page loaded. Use case: Single user instance." : "Vykonat jednu úlohu při každém načtení stránky. Příklad použití: instance pro jednoho uživatele.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php je zaregistrován u služby webcron aby přes HTTP volala cron.php každých 5 minut. Příklad použití: velmi malá instance (1-5 uživatelů, v závislosti na vytížení).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Je třeba, aby cron.php bylo spouštěno s právy systémového uživatele „{user}“.", - "Enable or disable profile by default for new users." : "Profily nově vytvářených uživatelů ve výchozím stavu zpřístupňovat nebo nezpřístupňovat.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Chystáte se smazat skupinu „{group}“. Uživatelé NEbudou smazáni.", + "Your biography" : "Váš životopis", "You are using <strong>{usage}</strong>" : "Využíváte <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Využíváte <strong>{usage}</strong> z <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Další e-maily", - "Enable Profile" : "Zapnout profil", - "No users" : "Žádní uživatelé", - "Loading users …" : "Načítání uživatelů…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Seznam uživatelů. Není vykreslen celý z důvodu nároků na výkon. Uživatelé budou dokreslováni, jak se budete posouvat seznamem.", "New user" : "Nový uživatel", "Groups (required)" : "Skupiny (vyžadováno)", "Set user groups" : "Nastavit skupiny uživatele", @@ -891,39 +888,15 @@ OC.L10N.register( "Set user manager" : "Nastavit nadřízeného uživatele", "Username will be autogenerated" : "Uživatelské jméno bude vytvořeno automaticky", "Username (required)" : "Uživatelské jméno (vyžadováno)", + "Loading users …" : "Načítání uživatelů…", + "Username" : "Uživatelské jméno", "User backend" : "Podpůrná vrstva pro uživatelské účty", "User actions" : "Akce ohledně uživatele", - "Loading user …" : "Načítání uživatelů…", - "You do not have permissions to see the details of this user" : "Nemáte oprávnění zobrazit si podrobností o tomto uživateli", "Add user to group" : "Přidat uživatele do skupiny", - "Set user as admin for" : "Nastavit uživatele jako správce pro", - "Select user quota" : "Vybrat kvótu uživatele", - "Delete user" : "Smazat uživatele", - "Wipe all devices" : "Vymazat obsah ze všech zařízení", - "Disable user" : "Znepřístupnit uživatelský účet", - "Enable user" : "Zpřístupnit uživatelský účet", - "Failed to update user manager" : "Nepodařilo se aktualizovat správu uživatelů", - "Toggle user actions menu" : "Vyp/zap. nabídku akcí uživatele", - "User management settings" : "Nastavení správy uživatelských účtů", - "Show user backend" : "Zobrazit podpůrnou vrstvu pro uživatelské účty", - "Send welcome email to new users" : "Novým uživatelům posílat uvítací e-maily", "Name your device" : "Nazvěte své zařízení", "Server error while trying to add WebAuthn device" : "Chyba serveru při pokusu o přidání WebAuthn zařízení", - "by {author}\n{license}" : "od {author}\n{license}", - "User management" : "Správa uživatelů", - "Active users" : "Aktivní uživatelé", - "Disabled users" : "Znepřístupnění uživatelé", - "Creating group …" : "Vytváření skupiny…", - "User group: {group}" : "Skupina uživatele: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Není k dispozici protože pro váš účet bylo federování vypnuto. V případě dotazů se obraťte na svého správce", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Není k dispozici protože zveřejňování údajů o konkrétních uživatelích není vyhledávacímu serveru povoleno. Pokud máte jakékoli dotazy, obraťte se na správce systémů", - "Show to logged in users only" : "Ukázat pouze přihlášeným uživatelům", - "Nextcloud help resources" : "Prostředky nápovědy k Nextcloud", - "SMTP Username" : "SMTP uživatelské jméno ", - "Follow us on Twitter" : "Následujte nás na Twitteru", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat ohledně podpory pro JavaScript prostřednictvím libovolné z vašich `trusted_domains` ani `overwrite.cli.url`. Může se jednat o důsledek neshody DNS na straně serveru nebo odchozího pravidla na bráně firewall. Ručně zkontrolujte zda váš webový server poskytuje `.mjs` soubory pomocí MIME typu JavaScript.", "Active accounts" : "Aktivní účty", + "Follow us on Twitter" : "Následujte nás na Twitteru", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`. Tento nezdar může být výsledkem neshody DNS na serveru nebo odchozího pravidla na bráně firewall.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Zjištěna verze PostgreSQL „%s“. Pro nejlepší výkon, stabilitu a funkčnost s touto verzí Nextcloud je doporučeno PostgreSQL >=12 a <=16." }, diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index 7a217e3e7e8..b88c260e013 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -376,7 +376,7 @@ "Expire remote shares after x days" : "Ukončit platnost vzdálených sdílení po X dnech", "Set default expiration date for shares via link or mail" : "Nastavit výchozí datum skončení platnosti pro sdílení prostřednictvím odkazu nebo e-mailu", "Default expiration time of shares in days" : "Výchozí doba platnosti sdílení (dny)", - "Privacy settings for sharing" : "Nastavení soukromí pro sdílen", + "Privacy settings for sharing" : "Nastavení soukromí pro sdílení", "Allow account name autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování názvu účtu v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "V případě, že jsou zapnuté automatická dokončování „stejná skupina“ a „začlenění telefonním číslem“, postačí pro zobrazení uživatele shoda s jedním z toho.", "Restrict account name autocompletion and system address book access to users within the same groups" : "Omezit automatické doplňování názvu účtu a přístup k adresáři kontaktů na uživatele ve stejných skupinách", @@ -436,12 +436,35 @@ "Display Name" : "Zobrazované jméno", "GPUs support" : "Podpora pro výpočty na GPU", "Compute device" : "Výpočetní zařízení", + "Advanced deploy options" : "Pokročilé předvolby pro nasazení", + "Edit ExApp deploy options before installation" : "Předvolby nasazení ExApp před instalací", + "Learn more" : "Zjistit více", + "Environment variables" : "Proměnné prostředí", + "ExApp container environment variables" : "Proměnné prostředí pro kontejner s ExApp", + "No environment variables defined" : "Nedefinovány žádné proměnné prostředí", + "Mounts" : "Připojení", + "Host path" : "Popis umístění hostitele", + "Container path" : "Popis umístění kontejneru", + "Read-only" : "Pouze pro čtení", + "Remove mount" : "Odebrat připojení", + "New mount" : "Nové připojení", + "Enter path to host folder" : "Zadejte popis umístění složky hostitele", + "Enter path to container folder" : "Zadejte popis umístění složky kontejneru", + "Toggle read-only mode" : "Vyp/zap. režim pouze pro čtení", + "Confirm adding new mount" : "Potvrďte přidání nového připojení", + "Confirm" : "Potvrdit", + "Cancel adding mount" : "Zrušit přidávání připojení", + "Cancel" : "Storno", + "Add mount" : "Přidat připojení", + "ExApp container mounts" : "Připojení kontejneru s ExApp", + "No mounts defined" : "Nedefinována žádná připojení", "Description" : "Popis", "Details" : "Podrobnosti", "All" : "Vše", "Limit app usage to groups" : "Omezit používání aplikace na skupiny", "No results" : "Žádné výsledky", "Update to {version}" : "Aktualizovat na {version}", + "Deploy options" : "Předvolby nasazení", "Default Deploy daemon is not accessible" : "Výchozí proces služby nasazování není dostupný", "Delete data on remove" : "Při odebrání smazat data", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Tato aplikace nemá nastavený žádný požadavek na minimální verzi Nextcloud. To v budoucnu bude hodnoceno jako chyba.", @@ -534,8 +557,6 @@ "Unable to update server side encryption config" : "Nedaří se zaktualizovat nastavení šifrování na straně serveru", "Please confirm the group removal" : "Potvrďte odstranění skupiny", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Chystáte se smazat skupinu „{group}“. Účty NEbudou smazány.", - "Cancel" : "Storno", - "Confirm" : "Potvrdit", "Submit" : "Odeslat", "Rename group" : "Přejmenovat skupinu", "Remove group" : "Odebrat skupinu", @@ -557,7 +578,7 @@ "Error cropping profile picture" : "Chyba při ořezávání profilového obrázku", "Error saving profile picture" : "Chyba při ukládání profilového obrázku", "Error removing profile picture" : "Chyba při odebírání profilového obrázku", - "Your biography" : "Váš životopis", + "Your biography. Markdown is supported." : "Váš životopis. Jsou podporovány Markdown značky.", "Enter your date of birth" : "Zadejte datum svého narození", "Unable to update date of birth" : "Nedaří se aktualizovat datum narození", "You are a member of the following groups:" : "Jste členy následujících skupin:", @@ -581,7 +602,7 @@ "No email address set" : "E-mailová adresa není nastavena", "Your handle" : "Váš identifikátor (handle)", "Day to use as the first day of week" : "Den který používat jako první den týdne", - "Derived from your locale ({weekDayName})" : "Odvozeno od vašich místních a jazykových nastavení ({weekDayName})", + "Derived from your locale ({weekDayName})" : "Odvozeno od místních a jazykových nastavení ({weekDayName})", "Unable to update first day of week" : "Nepodařilo se zaktualizovat nastavení prvního dne týdne", "Your headline" : "Váš nadpis", "Languages" : "Jazyky", @@ -653,6 +674,7 @@ "Group admin for" : "Správce skupiny", "Account backend" : "Podpůrná vrstva účtu", "Storage location" : "Úložiště dat", + "First login" : "První přihlášení", "Last login" : "Poslední přihlášení", "Account actions" : "Akce ohledně účtu", "Password or insufficient permissions message" : "Zpráva o heslu nebo nedostatečném oprávnění", @@ -691,6 +713,7 @@ "Show language" : "Zobrazit jazyk", "Show account backend" : "Zobrazit podpůrnou vrstvu účtu", "Show storage path" : "Zobrazit popis umístění úložiště", + "Show first login" : "Zobrazit první přihlášení", "Show last login" : "Zobrazit poslední přihlášení", "Sorting" : "Řazení", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Nastavení systému vynucuje řazení skupin podle názvu. Toto také vypíná zobrazování počtu členů.", @@ -761,9 +784,9 @@ "Featured apps" : "Doporučené aplikace", "Supported apps" : "Podporované aplikace", "Show to everyone" : "Ukázat všem", - "Show to logged in accounts only" : "Ukázat pouze přihlášeným účtům", + "Show to logged in accounts only" : "Ukázat jen přihlášeným účtům", "Hide" : "Skrýt", - "manual-install apps cannot be updated" : "ručně nainstalované aplikace není možné zaktualizovat", + "Manually installed apps cannot be updated" : "Ručně nainstalované aplikace není možné zaktualizovat", "{progress}% Deploying …" : "{progress}% nasazování…", "{progress}% Initializing …" : "{progress}% inicializace…", "Health checking" : "Kontrola stavu", @@ -773,6 +796,7 @@ "Allow untested app" : "Umožnit nevyzkoušenou aplikaci", "The app will be downloaded from the App Store" : "Aplikace bude stažena z katalogu aplikací", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Tato aplikace není označena jako kompatibilní s vámi používanou verzí Nexcloud. Pokud budete pokračovat, pořád budete moci aplikaci nainstalovat. Uvědomte si ale, že aplikace nemusí fungovat, jak je očekáváno.", + "Unknown" : "Neznámé", "Never" : "Nikdy", "Could not register device: Network error" : "Zařízení se nepodařilo zaregistrovat: chyba sítě", "Could not register device: Probably already registered" : "Zařízení se nepodařilo zaregistrovat: už zaregistrováno", @@ -833,23 +857,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Toto komunitní vydání Nextcloud není podporováno a okamžitá oznámení proto nejsou k dispozici", "Use a second factor besides your password to increase security for your account." : "Pro zlepšení zabezpečení vašeho účtu použijte vedle hesla také druhý faktor.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Pokud pro připojování se k Nextcloud používáte aplikace třetích stran, nezapomeňte před zapnutím ověřování druhým faktorem vytvořit pro jednotlivé aplikace jejich hesla.", - "No user supplied" : "Nebyl uveden uživatel", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Zadejte správcovské heslo pro obnovu, jinak budou všechna uživatelská data ztracena.", - "Backend does not support password change, but the user's encryption key was updated." : "Podpůrná vrstva nepodporuje změnu hesla, ale uživatelův šifrovací klíč byl aktualizován.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Aby bylo možné odesílat zkušební e-maily je třeba, abyste si nejprve nastavili svou e-mailovou adresu. To učiníte v %s.", - "Invalid user" : "Neplatný uživatel", - "Your username is: %s" : "Vaše uživatelské jméno je: %s", - "Logged in user must be a subadmin" : "Je třeba, aby přihlášený uživatel byl dílčím správcem", - "Old user imported certificates" : "Staré uživatelem importované certifikáty", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Úloha na pozadí čeká na kontrolu uživatelských importovaných SSL certifikátů. Zkuste to prosím později.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Nacházejí se zde některé SSL certifikáty, importované uživatelem, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Chybí volitelný index „%s“ v tabulce „%s“.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.", "File locking" : "Zamykání souborů", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhnuli, zapněte v config.php volbu „filelocking.enabled“.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat podporu pro JavaScript. Zkontrolujte ručně, zda váš webový server poskytuje soubory `.mjs` pomocí MIME typu JavaScript.", - "MySQL unicode support" : "Podpora unicode v MySQL", - "Overwrite cli URL" : "Přepsat URL cli", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat ohledně podpory pro JavaScript prostřednictvím libovolné z vašich `trusted_domains` ani `overwrite.cli.url`. Může se jednat o důsledek neshody DNS na straně serveru nebo odchozího pravidla na bráně firewall. Ručně zkontrolujte zda váš webový server poskytuje `.mjs` soubory pomocí MIME typu JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Nyní provozujete na PHP %s. Od Nextcloud 27 je PHP 8.0 už označeno jako zastaralé. Nextcloud 28 pak už může vyžadovat alespoň PHP 8.1. Co možná nejdříve přejděte na některou z oficiálně podporovaných verzí PHP, poskytovaných PHP Group.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Je používána verze MariaDB „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MariaDB 10.2 nebo novější.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Je používána verze MySQL „%s“. Nextcloud 21 a novější už tuto verzi nepodporuje a vyžaduje MySQL 8.0 nebo MariaDB 10.2 a novější.", @@ -858,27 +871,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Převod řeči na text je možné implementovat různými aplikacemi. Zde je možné nastavit, která z nich má být používána.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci převodu řeči na text", "None of your currently installed apps provide Text processing functionality" : "Žádná z v tuto chvíli nainstalovaných aplikací neposkytuje funkci zpracovávání textu", - "Exclude groups from sharing" : "Vyjmout skupiny ze sdílení", - "These groups will still be able to receive shares, but not to initiate them." : "Těmto skupinám bude stále možné sdílet, nemohou ale samy sdílet ostatním.", "Set default expiration date for shares" : "Nastavit výchozí datum skončení platnosti pro sdílení", "Allow username autocompletion in share dialog and allow access to the system address book" : "Povolit automatické doplňování uživatelského jména v dialogu sdílení a umožnit přístup k systémovému adresáři kontaktů", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvoufázové ověřování je možné vynutit pro všechny uživatele a konkrétní skupiny. Pokud nemají nastaveného poskytovatele dvoufázového ověřování, nebudou se moci přihlásit do systému.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Když jsou skupiny vybrány/vynechány, je pro zjišťování zda je uživateli vynuceno dvoufázové (2FA) ověřování použita následující logika: Pokud nejsou vybrány žádné skupiny, je 2FA zapnuto pro všechny kromě členů vynechaných skupin. Pokud jsou nějaké skupiny vybrány, je 2FA zapnuto pro všechny jejich členy. Pokud je uživatel členem jak vybrané, tak vynechané skupiny, pak má ta vybraná přednost a 2FA je vynuceno.", - "{license}-licensed" : "licencováno pod {license}", - "Rating: {score}/10" : "Hodnocení: {score}/10", - "Username" : "Uživatelské jméno", - "Execute one task with each page loaded. Use case: Single user instance." : "Vykonat jednu úlohu při každém načtení stránky. Příklad použití: instance pro jednoho uživatele.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php je zaregistrován u služby webcron aby přes HTTP volala cron.php každých 5 minut. Příklad použití: velmi malá instance (1-5 uživatelů, v závislosti na vytížení).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Je třeba, aby cron.php bylo spouštěno s právy systémového uživatele „{user}“.", - "Enable or disable profile by default for new users." : "Profily nově vytvářených uživatelů ve výchozím stavu zpřístupňovat nebo nezpřístupňovat.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Chystáte se smazat skupinu „{group}“. Uživatelé NEbudou smazáni.", + "Your biography" : "Váš životopis", "You are using <strong>{usage}</strong>" : "Využíváte <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Využíváte <strong>{usage}</strong> z <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Další e-maily", - "Enable Profile" : "Zapnout profil", - "No users" : "Žádní uživatelé", - "Loading users …" : "Načítání uživatelů…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Seznam uživatelů. Není vykreslen celý z důvodu nároků na výkon. Uživatelé budou dokreslováni, jak se budete posouvat seznamem.", "New user" : "Nový uživatel", "Groups (required)" : "Skupiny (vyžadováno)", "Set user groups" : "Nastavit skupiny uživatele", @@ -889,39 +886,15 @@ "Set user manager" : "Nastavit nadřízeného uživatele", "Username will be autogenerated" : "Uživatelské jméno bude vytvořeno automaticky", "Username (required)" : "Uživatelské jméno (vyžadováno)", + "Loading users …" : "Načítání uživatelů…", + "Username" : "Uživatelské jméno", "User backend" : "Podpůrná vrstva pro uživatelské účty", "User actions" : "Akce ohledně uživatele", - "Loading user …" : "Načítání uživatelů…", - "You do not have permissions to see the details of this user" : "Nemáte oprávnění zobrazit si podrobností o tomto uživateli", "Add user to group" : "Přidat uživatele do skupiny", - "Set user as admin for" : "Nastavit uživatele jako správce pro", - "Select user quota" : "Vybrat kvótu uživatele", - "Delete user" : "Smazat uživatele", - "Wipe all devices" : "Vymazat obsah ze všech zařízení", - "Disable user" : "Znepřístupnit uživatelský účet", - "Enable user" : "Zpřístupnit uživatelský účet", - "Failed to update user manager" : "Nepodařilo se aktualizovat správu uživatelů", - "Toggle user actions menu" : "Vyp/zap. nabídku akcí uživatele", - "User management settings" : "Nastavení správy uživatelských účtů", - "Show user backend" : "Zobrazit podpůrnou vrstvu pro uživatelské účty", - "Send welcome email to new users" : "Novým uživatelům posílat uvítací e-maily", "Name your device" : "Nazvěte své zařízení", "Server error while trying to add WebAuthn device" : "Chyba serveru při pokusu o přidání WebAuthn zařízení", - "by {author}\n{license}" : "od {author}\n{license}", - "User management" : "Správa uživatelů", - "Active users" : "Aktivní uživatelé", - "Disabled users" : "Znepřístupnění uživatelé", - "Creating group …" : "Vytváření skupiny…", - "User group: {group}" : "Skupina uživatele: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Není k dispozici protože pro váš účet bylo federování vypnuto. V případě dotazů se obraťte na svého správce", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Není k dispozici protože zveřejňování údajů o konkrétních uživatelích není vyhledávacímu serveru povoleno. Pokud máte jakékoli dotazy, obraťte se na správce systémů", - "Show to logged in users only" : "Ukázat pouze přihlášeným uživatelům", - "Nextcloud help resources" : "Prostředky nápovědy k Nextcloud", - "SMTP Username" : "SMTP uživatelské jméno ", - "Follow us on Twitter" : "Následujte nás na Twitteru", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat ohledně podpory pro JavaScript prostřednictvím libovolné z vašich `trusted_domains` ani `overwrite.cli.url`. Může se jednat o důsledek neshody DNS na straně serveru nebo odchozího pravidla na bráně firewall. Ručně zkontrolujte zda váš webový server poskytuje `.mjs` soubory pomocí MIME typu JavaScript.", "Active accounts" : "Aktivní účty", + "Follow us on Twitter" : "Následujte nás na Twitteru", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`. Tento nezdar může být výsledkem neshody DNS na serveru nebo odchozího pravidla na bráně firewall.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Zjištěna verze PostgreSQL „%s“. Pro nejlepší výkon, stabilitu a funkčnost s touto verzí Nextcloud je doporučeno PostgreSQL >=12 a <=16." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js index 0cf58dba306..3941d8fcb92 100644 --- a/apps/settings/l10n/da.js +++ b/apps/settings/l10n/da.js @@ -291,6 +291,9 @@ OC.L10N.register( "Fetching the latest news…" : "Henter seneste nyt...", "Type" : "Type", "Display Name" : "Vist navn", + "Learn more" : "Lær mere", + "Confirm" : "Bekræft", + "Cancel" : "Annuller", "Description" : "Beskrivelse", "Details" : "Detaljer", "All" : "Alle", @@ -378,8 +381,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Kan ikke opdatere krypteringskonfigurationen på serversiden", "Please confirm the group removal" : "Bekræft venligst sletning af gruppen", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du er ved at fjerne gruppen \"{group}\". Konti indeholdt i gruppen vil IKKE blive slettet.", - "Cancel" : "Annuller", - "Confirm" : "Bekræft", "Submit" : "Tilføj", "Rename group" : "Omdøb gruppe", "Remove group" : "Fjern gruppe", @@ -401,7 +402,6 @@ OC.L10N.register( "Error cropping profile picture" : "Fejl; kunne ikke beskære profil billede", "Error saving profile picture" : "Fejl; kunne ikke gemme profil billede", "Error removing profile picture" : "Fejl; kunne ikke slette profil billede", - "Your biography" : "Din biografi", "Enter your date of birth" : "Indtast din fødselsdato", "Unable to update date of birth" : "Kunne ikke opdatere fødselsdato", "You are a member of the following groups:" : "Du er medlem af følgende grupper:", @@ -577,6 +577,7 @@ OC.L10N.register( "Allow untested app" : "Tillad ikke-testet app", "The app will be downloaded from the App Store" : "Appen vil blive downloadet fra App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Denne app er ikke markeret som kompatibel med din Nextcloud-version. Hvis du fortsætter, vil du stadig være i stand til at installere appen. Bemærk, at appen muligvis ikke fungerer som forventet.", + "Unknown" : "Ukendt", "Never" : "Aldrig", "Error: This app cannot be enabled because it makes the server unstable" : "Fejl: Denne app kan ikke aktiveres, fordi den gør serveren ustabil", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Appen er blevet aktiveret, men skal opdateres. Du vil blive omdirigeret til opdateringssiden om 5 sekunder.", @@ -627,32 +628,11 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Denne fællesskabsudgivelse af Nextcloud er ikke understøttet, og øjeblikkelige meddelelser er ikke tilgængelige.", "Use a second factor besides your password to increase security for your account." : "Brug to-faktor godkendelse for at øge sikkerheden for din konto.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hvis du bruger tredjepartsapplikationer til at oprette forbindelse til Nextcloud, skal du sørge for at oprette og konfigurere en app-adgangskode for hver, før du aktiverer anden faktor-godkendelse.", - "No user supplied" : "Intet brugernavn givet", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Angiv venligst en administrator gendannelseskode, ellers vil alt brugerdata gå tabt", - "Invalid user" : "Ugyldig bruger", - "Your username is: %s" : "Dit brugernavn er: %s", - "Logged in user must be a subadmin" : "Logget på bruger skal være en underadministrator", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Der afventer et baggrundsjob, der søger efter brugerimporterede SSL-certifikater. Kom venligst tilbage senere.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Der er nogle brugerimporterede SSL-certifikater til stede, som ikke længere bruges med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Deres stier inde i databiblioteket er vist nedenfor.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ", - "Exclude groups from sharing" : "Ekskluder grupper fra at dele", - "These groups will still be able to receive shares, but not to initiate them." : "Disse grupper vil stadig kunne modtage delefiler, men ikke skabe dem.", "Set default expiration date for shares" : "Indstil standardudløbsdato for delinger", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "To-faktor-godkendelse kan håndhæves for alle brugere og specifikke grupper. Hvis de ikke har en to-faktor udbyder konfigureret, vil de ikke være i stand til at logge ind på systemet.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Når grupper er valgt/udelukket, bruger de følgende logik til at bestemme, om en bruger har 2FA håndhævet: Hvis ingen grupper er valgt, er 2FA aktiveret for alle undtagen medlemmer af de ekskluderede grupper. Hvis grupper er valgt, er 2FA aktiveret for alle medlemmer af disse. Hvis en bruger både er i en valgt og ekskluderet gruppe, har den valgte forrang, og 2FA håndhæves.", - "{license}-licensed" : "{license}-licenseret", - "Username" : "Brugernavn", - "Execute one task with each page loaded. Use case: Single user instance." : "Udfør én opgave med hver side indlæst. Use case: Enkeltbrugerinstans.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php er registreret hos en webcron-tjeneste til at kalde cron.php hvert 5. minut over HTTP. Use case: Meget lille instans (1-5 brugere afhængigt af brugen).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php skal eksekveres af systembrugeren \"{user}\".", - "Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brugere.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er igang med at slette gruppen \"{group}\". Gruppens brugere vil IKKE blive slettet!", + "Your biography" : "Din biografi", "You are using <strong>{usage}</strong>" : "Forbrug: <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Forbrug: <strong>{usage}</strong> af <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Yderligere e-mails", - "Enable Profile" : "Aktiver profil", - "No users" : "Ingen brugere", - "Loading users …" : "Henter brugere ...", "New user" : "Ny bruger", "Groups (required)" : "Grupper (påkrævet)", "Set user groups" : "Vælg bruger grupper", @@ -663,33 +643,13 @@ OC.L10N.register( "Set user manager" : "Vælg administrator", "Username will be autogenerated" : "Brugernavnet vil blive genereret automatisk", "Username (required)" : "Brugernavn (påkrævet)", + "Loading users …" : "Henter brugere ...", + "Username" : "Brugernavn", "User backend" : "Bruger-backend", "User actions" : "Bruger handlinger", - "Loading user …" : "Indlæser bruger ...", - "You do not have permissions to see the details of this user" : "Du har ikke tilladelse til at se denne brugers detaljer", "Add user to group" : "Føj bruger til gruppe", - "Set user as admin for" : "Gør bruger til administrator for", - "Select user quota" : "Vælg brugerkvote", - "Delete user" : "Slet bruger", - "Wipe all devices" : "Slet alle enheder", - "Disable user" : "Deaktiver bruger", - "Enable user" : "Aktiver bruger", - "Failed to update user manager" : "Kunne ikke opdaterer bruger administrator", - "Toggle user actions menu" : "Skift brugerhandlingsmenu", - "User management settings" : "Bruger administrations indstillinger", - "Show user backend" : "Vis bruger-backend", - "Send welcome email to new users" : "Send velkomst e-mail til nye brugere", "Name your device" : "Navngiv din enhed", "Server error while trying to add WebAuthn device" : "Serverfejl under forsøg på at tilføje WebAuthn-enhed", - "by {author}\n{license}" : "af {author}\n{license}", - "Active users" : "Aktive brugere", - "Disabled users" : "Deaktiverede brugere", - "Creating group …" : "Opretter gruppe ...", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ikke tilgængelig, da forening er deaktiveret for din konto. Kontakt din systemadministrator, hvis du har spørgsmål", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Ikke tilgængelig, da udgivelse af brugerspecifikke data til opslagsserveren ikke er tilladt. Kontakt din systemadministrator, hvis du har spørgsmål", - "Show to logged in users only" : "Vis kun til loggede brugere", - "Nextcloud help resources" : "Nextcloud hjælperessourcer", - "SMTP Username" : "SMTP Brugernavn", "Follow us on Twitter" : "Følg os på Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "For at tillade at denne kontrol køres så skal du sikre dig at din webserver kan forbinde til sig selv. Derfor skal den kunne opløse og forbinde til mindst en af dets `trusted_domains` eller `overwrite.cli.url`. Denne fejl kan være resultatet af en server-side DNS mismatch eller udadgående firewall regel." }, diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json index f0eecd76a15..5ff11039b16 100644 --- a/apps/settings/l10n/da.json +++ b/apps/settings/l10n/da.json @@ -289,6 +289,9 @@ "Fetching the latest news…" : "Henter seneste nyt...", "Type" : "Type", "Display Name" : "Vist navn", + "Learn more" : "Lær mere", + "Confirm" : "Bekræft", + "Cancel" : "Annuller", "Description" : "Beskrivelse", "Details" : "Detaljer", "All" : "Alle", @@ -376,8 +379,6 @@ "Unable to update server side encryption config" : "Kan ikke opdatere krypteringskonfigurationen på serversiden", "Please confirm the group removal" : "Bekræft venligst sletning af gruppen", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du er ved at fjerne gruppen \"{group}\". Konti indeholdt i gruppen vil IKKE blive slettet.", - "Cancel" : "Annuller", - "Confirm" : "Bekræft", "Submit" : "Tilføj", "Rename group" : "Omdøb gruppe", "Remove group" : "Fjern gruppe", @@ -399,7 +400,6 @@ "Error cropping profile picture" : "Fejl; kunne ikke beskære profil billede", "Error saving profile picture" : "Fejl; kunne ikke gemme profil billede", "Error removing profile picture" : "Fejl; kunne ikke slette profil billede", - "Your biography" : "Din biografi", "Enter your date of birth" : "Indtast din fødselsdato", "Unable to update date of birth" : "Kunne ikke opdatere fødselsdato", "You are a member of the following groups:" : "Du er medlem af følgende grupper:", @@ -575,6 +575,7 @@ "Allow untested app" : "Tillad ikke-testet app", "The app will be downloaded from the App Store" : "Appen vil blive downloadet fra App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Denne app er ikke markeret som kompatibel med din Nextcloud-version. Hvis du fortsætter, vil du stadig være i stand til at installere appen. Bemærk, at appen muligvis ikke fungerer som forventet.", + "Unknown" : "Ukendt", "Never" : "Aldrig", "Error: This app cannot be enabled because it makes the server unstable" : "Fejl: Denne app kan ikke aktiveres, fordi den gør serveren ustabil", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Appen er blevet aktiveret, men skal opdateres. Du vil blive omdirigeret til opdateringssiden om 5 sekunder.", @@ -625,32 +626,11 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Denne fællesskabsudgivelse af Nextcloud er ikke understøttet, og øjeblikkelige meddelelser er ikke tilgængelige.", "Use a second factor besides your password to increase security for your account." : "Brug to-faktor godkendelse for at øge sikkerheden for din konto.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hvis du bruger tredjepartsapplikationer til at oprette forbindelse til Nextcloud, skal du sørge for at oprette og konfigurere en app-adgangskode for hver, før du aktiverer anden faktor-godkendelse.", - "No user supplied" : "Intet brugernavn givet", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Angiv venligst en administrator gendannelseskode, ellers vil alt brugerdata gå tabt", - "Invalid user" : "Ugyldig bruger", - "Your username is: %s" : "Dit brugernavn er: %s", - "Logged in user must be a subadmin" : "Logget på bruger skal være en underadministrator", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Der afventer et baggrundsjob, der søger efter brugerimporterede SSL-certifikater. Kom venligst tilbage senere.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Der er nogle brugerimporterede SSL-certifikater til stede, som ikke længere bruges med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Deres stier inde i databiblioteket er vist nedenfor.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler nogle indekser. Da tilføjelse af indekser kan tage noget tid, blev de ikke tilføjet automatisk. Kør \"occ db:add-missing-indices\" for manuelt at tilføje disse indekser mens forekomsten forbliver aktiv. Når indekserne er tilføjet, er forespørgsler til disse tabeller normalt meget hurtigere. ", - "Exclude groups from sharing" : "Ekskluder grupper fra at dele", - "These groups will still be able to receive shares, but not to initiate them." : "Disse grupper vil stadig kunne modtage delefiler, men ikke skabe dem.", "Set default expiration date for shares" : "Indstil standardudløbsdato for delinger", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "To-faktor-godkendelse kan håndhæves for alle brugere og specifikke grupper. Hvis de ikke har en to-faktor udbyder konfigureret, vil de ikke være i stand til at logge ind på systemet.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Når grupper er valgt/udelukket, bruger de følgende logik til at bestemme, om en bruger har 2FA håndhævet: Hvis ingen grupper er valgt, er 2FA aktiveret for alle undtagen medlemmer af de ekskluderede grupper. Hvis grupper er valgt, er 2FA aktiveret for alle medlemmer af disse. Hvis en bruger både er i en valgt og ekskluderet gruppe, har den valgte forrang, og 2FA håndhæves.", - "{license}-licensed" : "{license}-licenseret", - "Username" : "Brugernavn", - "Execute one task with each page loaded. Use case: Single user instance." : "Udfør én opgave med hver side indlæst. Use case: Enkeltbrugerinstans.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php er registreret hos en webcron-tjeneste til at kalde cron.php hvert 5. minut over HTTP. Use case: Meget lille instans (1-5 brugere afhængigt af brugen).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php skal eksekveres af systembrugeren \"{user}\".", - "Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brugere.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er igang med at slette gruppen \"{group}\". Gruppens brugere vil IKKE blive slettet!", + "Your biography" : "Din biografi", "You are using <strong>{usage}</strong>" : "Forbrug: <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Forbrug: <strong>{usage}</strong> af <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Yderligere e-mails", - "Enable Profile" : "Aktiver profil", - "No users" : "Ingen brugere", - "Loading users …" : "Henter brugere ...", "New user" : "Ny bruger", "Groups (required)" : "Grupper (påkrævet)", "Set user groups" : "Vælg bruger grupper", @@ -661,33 +641,13 @@ "Set user manager" : "Vælg administrator", "Username will be autogenerated" : "Brugernavnet vil blive genereret automatisk", "Username (required)" : "Brugernavn (påkrævet)", + "Loading users …" : "Henter brugere ...", + "Username" : "Brugernavn", "User backend" : "Bruger-backend", "User actions" : "Bruger handlinger", - "Loading user …" : "Indlæser bruger ...", - "You do not have permissions to see the details of this user" : "Du har ikke tilladelse til at se denne brugers detaljer", "Add user to group" : "Føj bruger til gruppe", - "Set user as admin for" : "Gør bruger til administrator for", - "Select user quota" : "Vælg brugerkvote", - "Delete user" : "Slet bruger", - "Wipe all devices" : "Slet alle enheder", - "Disable user" : "Deaktiver bruger", - "Enable user" : "Aktiver bruger", - "Failed to update user manager" : "Kunne ikke opdaterer bruger administrator", - "Toggle user actions menu" : "Skift brugerhandlingsmenu", - "User management settings" : "Bruger administrations indstillinger", - "Show user backend" : "Vis bruger-backend", - "Send welcome email to new users" : "Send velkomst e-mail til nye brugere", "Name your device" : "Navngiv din enhed", "Server error while trying to add WebAuthn device" : "Serverfejl under forsøg på at tilføje WebAuthn-enhed", - "by {author}\n{license}" : "af {author}\n{license}", - "Active users" : "Aktive brugere", - "Disabled users" : "Deaktiverede brugere", - "Creating group …" : "Opretter gruppe ...", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ikke tilgængelig, da forening er deaktiveret for din konto. Kontakt din systemadministrator, hvis du har spørgsmål", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Ikke tilgængelig, da udgivelse af brugerspecifikke data til opslagsserveren ikke er tilladt. Kontakt din systemadministrator, hvis du har spørgsmål", - "Show to logged in users only" : "Vis kun til loggede brugere", - "Nextcloud help resources" : "Nextcloud hjælperessourcer", - "SMTP Username" : "SMTP Brugernavn", "Follow us on Twitter" : "Følg os på Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "For at tillade at denne kontrol køres så skal du sikre dig at din webserver kan forbinde til sig selv. Derfor skal den kunne opløse og forbinde til mindst en af dets `trusted_domains` eller `overwrite.cli.url`. Denne fejl kan være resultatet af en server-side DNS mismatch eller udadgående firewall regel." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 170fe925cd6..5d117e22782 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Passwortschutz erzwingen", "Exclude groups from password requirements" : "Gruppen von Passwortanforderungen ausschließen", "Exclude groups from creating link shares" : "Gruppen von der Erstellung von Link-Freigaben ausschließen", + "Allow users to set custom share link tokens" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Shares with guessable tokens may be accessed easily" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Limit sharing based on groups" : "Freigeben basierend auf Gruppen beschränken", "Allow sharing for everyone (default)" : "Teilen für alle erlauben (Standard)", "Exclude some groups from sharing" : "Einige Gruppen vom Teilen ausschließen", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "Anzeigename", "GPUs support" : "GPUs Unterstützung", "Compute device" : "Compute-Gerät", + "Advanced deploy options" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Edit ExApp deploy options before installation" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Configured ExApp deploy options. Can be set only during installation" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Learn more" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Environment variables" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "ExApp container environment variables" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "No environment variables defined" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Mounts" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Define host folder mounts to bind to the ExApp container" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Host path" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Container path" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Read-only" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Remove mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "New mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Enter path to host folder" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Enter path to container folder" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Toggle read-only mode" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Confirm adding new mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Confirm" : "Bestätigen", + "Cancel adding mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Cancel" : "Abbrechen", + "Add mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "ExApp container mounts" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "No mounts defined" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Description" : "Beschreibung", "Details" : "Details", "All" : "Alle", "Limit app usage to groups" : "App-Verwendung auf Gruppen beschränken", "No results" : "Keine Ergebnisse", "Update to {version}" : "Aktualisieren auf {version}", + "Deploy options" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Default Deploy daemon is not accessible" : "Der Standard-Deploy-Daemon ist nicht zugänglich", "Delete data on remove" : "Daten beim Entfernen löschen", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine untere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Die Serverseitige Verschlüsselungskonfiguration kann nicht aktualisiert werden.", "Please confirm the group removal" : "Bitte bestätige die Löschung der Gruppe ", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du bist im Begriff, die Gruppe \"{group}\" zu entfernen. Die Konten werden NICHT gelöscht.", - "Cancel" : "Abbrechen", - "Confirm" : "Bestätigen", "Submit" : "Übermitteln", "Rename group" : "Gruppe umbenennen", "Remove group" : "Gruppe entfernen", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "Fehler beim Zuschneiden des Profilbilds", "Error saving profile picture" : "Fehler beim Speichern des Profilbilds", "Error removing profile picture" : "Fehler beim Entfernen des Profilbilds", - "Your biography" : "Deine Biografie", + "Your biography. Markdown is supported." : "Deine Biographie. Markdown wird unterstützt.", "Enter your date of birth" : "Gib dein Geburtsdatum ein", "Unable to update date of birth" : "Geburtsdatum konnte nicht aktualisiert werden", "You are a member of the following groups:" : "Du bist Mitglied folgender Gruppen:", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "Gruppenadministrator für", "Account backend" : "Konto-Backend", "Storage location" : "Speicherort", + "First login" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Last login" : "Letzte Anmeldung", "Account actions" : "Konto-Aktionen", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "Sprache anzeigen", "Show account backend" : "Konto-Backend anzeigen", "Show storage path" : "Zeige Speicherpfad", + "Show first login" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Show last login" : "Letzte Anmeldung anzeigen", "Sorting" : "Sortiere", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Mitgliederzahl deaktiviert.", @@ -765,9 +794,9 @@ OC.L10N.register( "Show to everyone" : "Für jeden sichtbar", "Show to logged in accounts only" : "Nur angemeldeten Konten anzeigen", "Hide" : "Ausblenden", - "manual-install apps cannot be updated" : "manual-install Apps können nicht aktualisiert werden", - "{progress}% Deploying …" : "{progress}% bereitstellen ...", - "{progress}% Initializing …" : "{progress}% Initialisierung ...", + "Manually installed apps cannot be updated" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "{progress}% Deploying …" : "{progress}% bereitstellen …", + "{progress}% Initializing …" : "{progress}% Initialisierung …", "Health checking" : "Gesundheitsprüfung", "Deploy and Enable" : "Bereitstellen und Aktivieren", "Download and enable" : "Herunterladen und aktivieren", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "Ungetestete App zulassen", "The app will be downloaded from the App Store" : "Die App wird aus dem App-Store heruntergeladen", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Diese App ist als nicht-kompatibel mit deiner Nextcloud-Version markiert. Wenn du fortfährst, so kannst du die App installieren. Bitte beachte, dass die App nicht wie erwartet funktionieren könnte.", + "Unknown" : "Unbekannt", "Never" : "Niemals", "Could not register device: Network error" : "Gerät konnte nicht registriert werden: Netzwerkfehler", "Could not register device: Probably already registered" : "Gerät konnte nicht registriert werden: Wahrscheinlich bereits registriert", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Diese Community-Version von Nextcloud wird nicht unterstützt und sofortige Benachrichtigungen sind nicht verfügbar.", "Use a second factor besides your password to increase security for your account." : "Verwende neben deinem Passwort einen zweiten Faktor, um die Sicherheit für dein Konto zu erhöhen.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Wenn du Anwendungen von Drittanbietern verwendest, um dich mit Nextcloud zu verbinden, stelle bitte sicher, dass du für jede Anwendung ein Anwendungspasswort erstellst und einrichtest, bevor du die Zwei-Faktor-Authentifizierung aktivierst.", - "No user supplied" : "Kein Benutzer angegeben", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte gib ein Wiederherstellungspasswort für das Administratorkonto an, da sonst alle Benutzerdaten verlorengehen.", - "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Benutzers wurde aktualisiert", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Du musst deine Benutzer-E-Mail-Adresse festlegen, bevor du Test-E-Mails senden kannst. Gehe dazu zu %s.", - "Invalid user" : "Ungültiger Benutzer", - "Your username is: %s" : "Dein Benutzername lautet: %s", - "Logged in user must be a subadmin" : "Der angemeldete Benutzer muss ein Administrator sein", - "Old user imported certificates" : "Alte vom Benutzer importierte Zertifikate", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Ein Hintergrundjob, der nach vom Benutzer importierten SSL-Zertifikaten sucht, läuft noch. Bitte versuche es später erneut.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Deine Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", - "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss dieser in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", + "Missing optional index \"%s\" in table \"%s\"." : "Fehlender optionaler Index \"%s\" in der Tabelle \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "File locking" : "Dateisperre", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktiviere \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", - "MySQL unicode support" : "MySQL Unicode-Unterstützung", - "Overwrite cli URL" : "CLI-URL überschreiben", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über deine `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert mindestens PHP 8.1. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier kannst du einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine deiner derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität.", "None of your currently installed apps provide Text processing functionality" : "Keine deiner derzeit installierten Apps bietet Funktionalität zur Textverarbeitung.", - "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", - "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", "Set default expiration date for shares" : "Lege das Standardablaufdatum für Freigaben fest", "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Benutzer 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Benutzer Mitglied der ausgewählten und ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", - "{license}-licensed" : "{license}-Lizenziert", - "Rating: {score}/10" : "Bewertung: {score}/10", - "Username" : "Benutzername", - "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelbenutzer-Installation.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Benutzer je nach Nutzung).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch den Systembenutzer \"{user}\" ausgeführt werden.", - "Enable or disable profile by default for new users." : "Profil für neue Benutzer standardmäßig aktivieren oder deaktivieren", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du bist dabei die Gruppe \"{group}\" zu löschen. Die Benutzer werden NICHT gelöscht.", + "Your biography" : "Deine Biografie", "You are using <strong>{usage}</strong>" : "Du benutzt <strong>{usage}</strong>.", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Du benutzt <strong>{usage}</strong> von <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>).", - "Additional emails" : "Zusätzliche E-Mail-Adressen ", - "Enable Profile" : "Profil aktivieren", - "No users" : "Keine Benutzer", - "Loading users …" : "Lade Benutzer …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste aller Benutzer. Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Benutzer werden angezeigt, wenn du durch die Liste navigierst.", "New user" : "Neuer Benutzer", "Groups (required)" : "Gruppen (erforderlich)", "Set user groups" : "Benutzergruppen einstellen", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Benutzermanager setzen", "Username will be autogenerated" : "Benutzername wird automatisch erzeugt.", "Username (required)" : "Benutzername (erforderlich)", + "Loading users …" : "Lade Benutzer …", + "Username" : "Benutzername", "User backend" : "Benutzer-Backend", "User actions" : "Benutzeraktionen", - "Loading user …" : "Lade Benutzer …", - "You do not have permissions to see the details of this user" : "Du hast keine Berechtigung, um auf die Details dieses Benutzers zu sehen", "Add user to group" : "Benutzer der Gruppe hinzufügen", - "Set user as admin for" : "Benutzer als Administrator setzen für", - "Select user quota" : "Kontingent auswählen", - "Delete user" : "Benutzer löschen", - "Wipe all devices" : "Alle Geräte löschen", - "Disable user" : "Benutzer deaktivieren", - "Enable user" : "Benutzer aktivieren", - "Failed to update user manager" : "Fehler beim Aktualisieren des Benutzermanagers", - "Toggle user actions menu" : "Menü für Benutzeraktionen umschalten", - "User management settings" : "Einstellungen für Benutzerverwaltung", - "Show user backend" : "Benutzer-Backend anzeigen", - "Send welcome email to new users" : "Begrüßungs-E-Mail an neue Benutzer senden", "Name your device" : "Gerät benennen", "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen", - "by {author}\n{license}" : "von {author}\n{license}", - "User management" : "Benutzerverwaltung", - "Active users" : "Aktive Benutzer", - "Disabled users" : "Deaktivierte Benutzer", - "Creating group …" : "Erstelle Gruppe …", - "User group: {group}" : "Benutzergruppe: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nicht verfügbar, da Federation für dein Konto deaktiviert ist. Wende dich an deinen Administrator, wenn du Fragen hast.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wende dich bei Fragen an deinen Systemadministrator", - "Show to logged in users only" : "Nur für angemeldete Benutzer sichtbar", - "Nextcloud help resources" : "Nextcloud-Hilferessourcen", - "SMTP Username" : "SMTP-Benutzername", - "Follow us on Twitter" : "Folge uns auf X", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss dieser in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über deine `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "Active accounts" : "Aktive Konten", + "Follow us on Twitter" : "Folge uns auf X", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-Version \"%s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird PostgreSQL >=12 und <=16 empfohlen." }, diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 8508c19d92d..f133de8c3ab 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -359,6 +359,9 @@ "Enforce password protection" : "Passwortschutz erzwingen", "Exclude groups from password requirements" : "Gruppen von Passwortanforderungen ausschließen", "Exclude groups from creating link shares" : "Gruppen von der Erstellung von Link-Freigaben ausschließen", + "Allow users to set custom share link tokens" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Shares with guessable tokens may be accessed easily" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Limit sharing based on groups" : "Freigeben basierend auf Gruppen beschränken", "Allow sharing for everyone (default)" : "Teilen für alle erlauben (Standard)", "Exclude some groups from sharing" : "Einige Gruppen vom Teilen ausschließen", @@ -436,12 +439,38 @@ "Display Name" : "Anzeigename", "GPUs support" : "GPUs Unterstützung", "Compute device" : "Compute-Gerät", + "Advanced deploy options" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Edit ExApp deploy options before installation" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Configured ExApp deploy options. Can be set only during installation" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Learn more" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Environment variables" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "ExApp container environment variables" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "No environment variables defined" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Mounts" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Define host folder mounts to bind to the ExApp container" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Host path" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Container path" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Read-only" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Remove mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "New mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Enter path to host folder" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Enter path to container folder" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Toggle read-only mode" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Confirm adding new mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Confirm" : "Bestätigen", + "Cancel adding mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Cancel" : "Abbrechen", + "Add mount" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "ExApp container mounts" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "No mounts defined" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Description" : "Beschreibung", "Details" : "Details", "All" : "Alle", "Limit app usage to groups" : "App-Verwendung auf Gruppen beschränken", "No results" : "Keine Ergebnisse", "Update to {version}" : "Aktualisieren auf {version}", + "Deploy options" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Default Deploy daemon is not accessible" : "Der Standard-Deploy-Daemon ist nicht zugänglich", "Delete data on remove" : "Daten beim Entfernen löschen", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine untere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "Die Serverseitige Verschlüsselungskonfiguration kann nicht aktualisiert werden.", "Please confirm the group removal" : "Bitte bestätige die Löschung der Gruppe ", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du bist im Begriff, die Gruppe \"{group}\" zu entfernen. Die Konten werden NICHT gelöscht.", - "Cancel" : "Abbrechen", - "Confirm" : "Bestätigen", "Submit" : "Übermitteln", "Rename group" : "Gruppe umbenennen", "Remove group" : "Gruppe entfernen", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "Fehler beim Zuschneiden des Profilbilds", "Error saving profile picture" : "Fehler beim Speichern des Profilbilds", "Error removing profile picture" : "Fehler beim Entfernen des Profilbilds", - "Your biography" : "Deine Biografie", + "Your biography. Markdown is supported." : "Deine Biographie. Markdown wird unterstützt.", "Enter your date of birth" : "Gib dein Geburtsdatum ein", "Unable to update date of birth" : "Geburtsdatum konnte nicht aktualisiert werden", "You are a member of the following groups:" : "Du bist Mitglied folgender Gruppen:", @@ -653,6 +680,7 @@ "Group admin for" : "Gruppenadministrator für", "Account backend" : "Konto-Backend", "Storage location" : "Speicherort", + "First login" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Last login" : "Letzte Anmeldung", "Account actions" : "Konto-Aktionen", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", @@ -691,6 +719,7 @@ "Show language" : "Sprache anzeigen", "Show account backend" : "Konto-Backend anzeigen", "Show storage path" : "Zeige Speicherpfad", + "Show first login" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Show last login" : "Letzte Anmeldung anzeigen", "Sorting" : "Sortiere", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Mitgliederzahl deaktiviert.", @@ -763,9 +792,9 @@ "Show to everyone" : "Für jeden sichtbar", "Show to logged in accounts only" : "Nur angemeldeten Konten anzeigen", "Hide" : "Ausblenden", - "manual-install apps cannot be updated" : "manual-install Apps können nicht aktualisiert werden", - "{progress}% Deploying …" : "{progress}% bereitstellen ...", - "{progress}% Initializing …" : "{progress}% Initialisierung ...", + "Manually installed apps cannot be updated" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "{progress}% Deploying …" : "{progress}% bereitstellen …", + "{progress}% Initializing …" : "{progress}% Initialisierung …", "Health checking" : "Gesundheitsprüfung", "Deploy and Enable" : "Bereitstellen und Aktivieren", "Download and enable" : "Herunterladen und aktivieren", @@ -773,6 +802,7 @@ "Allow untested app" : "Ungetestete App zulassen", "The app will be downloaded from the App Store" : "Die App wird aus dem App-Store heruntergeladen", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Diese App ist als nicht-kompatibel mit deiner Nextcloud-Version markiert. Wenn du fortfährst, so kannst du die App installieren. Bitte beachte, dass die App nicht wie erwartet funktionieren könnte.", + "Unknown" : "Unbekannt", "Never" : "Niemals", "Could not register device: Network error" : "Gerät konnte nicht registriert werden: Netzwerkfehler", "Could not register device: Probably already registered" : "Gerät konnte nicht registriert werden: Wahrscheinlich bereits registriert", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Diese Community-Version von Nextcloud wird nicht unterstützt und sofortige Benachrichtigungen sind nicht verfügbar.", "Use a second factor besides your password to increase security for your account." : "Verwende neben deinem Passwort einen zweiten Faktor, um die Sicherheit für dein Konto zu erhöhen.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Wenn du Anwendungen von Drittanbietern verwendest, um dich mit Nextcloud zu verbinden, stelle bitte sicher, dass du für jede Anwendung ein Anwendungspasswort erstellst und einrichtest, bevor du die Zwei-Faktor-Authentifizierung aktivierst.", - "No user supplied" : "Kein Benutzer angegeben", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte gib ein Wiederherstellungspasswort für das Administratorkonto an, da sonst alle Benutzerdaten verlorengehen.", - "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Benutzers wurde aktualisiert", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Du musst deine Benutzer-E-Mail-Adresse festlegen, bevor du Test-E-Mails senden kannst. Gehe dazu zu %s.", - "Invalid user" : "Ungültiger Benutzer", - "Your username is: %s" : "Dein Benutzername lautet: %s", - "Logged in user must be a subadmin" : "Der angemeldete Benutzer muss ein Administrator sein", - "Old user imported certificates" : "Alte vom Benutzer importierte Zertifikate", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Ein Hintergrundjob, der nach vom Benutzer importierten SSL-Zertifikaten sucht, läuft noch. Bitte versuche es später erneut.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Deine Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", - "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss dieser in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", + "Missing optional index \"%s\" in table \"%s\"." : "Fehlender optionaler Index \"%s\" in der Tabelle \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "File locking" : "Dateisperre", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktiviere \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", - "MySQL unicode support" : "MySQL Unicode-Unterstützung", - "Overwrite cli URL" : "CLI-URL überschreiben", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über deine `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du verwendest derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert mindestens PHP 8.1. Bitte aktualisiere so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier kannst du einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine deiner derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität.", "None of your currently installed apps provide Text processing functionality" : "Keine deiner derzeit installierten Apps bietet Funktionalität zur Textverarbeitung.", - "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", - "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", "Set default expiration date for shares" : "Lege das Standardablaufdatum für Freigaben fest", "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Benutzer und Gruppen erzwungen werden. Dann können Benutzer, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Benutzer 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Benutzer aktiviert, außer für Mitglieder der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Mitglieder dieser Gruppen aktiviert. Ist ein Benutzer Mitglied der ausgewählten und ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", - "{license}-licensed" : "{license}-Lizenziert", - "Rating: {score}/10" : "Bewertung: {score}/10", - "Username" : "Benutzername", - "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelbenutzer-Installation.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Benutzer je nach Nutzung).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch den Systembenutzer \"{user}\" ausgeführt werden.", - "Enable or disable profile by default for new users." : "Profil für neue Benutzer standardmäßig aktivieren oder deaktivieren", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du bist dabei die Gruppe \"{group}\" zu löschen. Die Benutzer werden NICHT gelöscht.", + "Your biography" : "Deine Biografie", "You are using <strong>{usage}</strong>" : "Du benutzt <strong>{usage}</strong>.", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Du benutzt <strong>{usage}</strong> von <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>).", - "Additional emails" : "Zusätzliche E-Mail-Adressen ", - "Enable Profile" : "Profil aktivieren", - "No users" : "Keine Benutzer", - "Loading users …" : "Lade Benutzer …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste aller Benutzer. Diese Liste wird aus Performance-Gründen nicht vollständig angezeigt. Die Benutzer werden angezeigt, wenn du durch die Liste navigierst.", "New user" : "Neuer Benutzer", "Groups (required)" : "Gruppen (erforderlich)", "Set user groups" : "Benutzergruppen einstellen", @@ -889,39 +892,15 @@ "Set user manager" : "Benutzermanager setzen", "Username will be autogenerated" : "Benutzername wird automatisch erzeugt.", "Username (required)" : "Benutzername (erforderlich)", + "Loading users …" : "Lade Benutzer …", + "Username" : "Benutzername", "User backend" : "Benutzer-Backend", "User actions" : "Benutzeraktionen", - "Loading user …" : "Lade Benutzer …", - "You do not have permissions to see the details of this user" : "Du hast keine Berechtigung, um auf die Details dieses Benutzers zu sehen", "Add user to group" : "Benutzer der Gruppe hinzufügen", - "Set user as admin for" : "Benutzer als Administrator setzen für", - "Select user quota" : "Kontingent auswählen", - "Delete user" : "Benutzer löschen", - "Wipe all devices" : "Alle Geräte löschen", - "Disable user" : "Benutzer deaktivieren", - "Enable user" : "Benutzer aktivieren", - "Failed to update user manager" : "Fehler beim Aktualisieren des Benutzermanagers", - "Toggle user actions menu" : "Menü für Benutzeraktionen umschalten", - "User management settings" : "Einstellungen für Benutzerverwaltung", - "Show user backend" : "Benutzer-Backend anzeigen", - "Send welcome email to new users" : "Begrüßungs-E-Mail an neue Benutzer senden", "Name your device" : "Gerät benennen", "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen", - "by {author}\n{license}" : "von {author}\n{license}", - "User management" : "Benutzerverwaltung", - "Active users" : "Aktive Benutzer", - "Disabled users" : "Deaktivierte Benutzer", - "Creating group …" : "Erstelle Gruppe …", - "User group: {group}" : "Benutzergruppe: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nicht verfügbar, da Federation für dein Konto deaktiviert ist. Wende dich an deinen Administrator, wenn du Fragen hast.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung benutzerspezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wende dich bei Fragen an deinen Systemadministrator", - "Show to logged in users only" : "Nur für angemeldete Benutzer sichtbar", - "Nextcloud help resources" : "Nextcloud-Hilferessourcen", - "SMTP Username" : "SMTP-Benutzername", - "Follow us on Twitter" : "Folge uns auf X", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss dieser in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über deine `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "Active accounts" : "Aktive Konten", + "Follow us on Twitter" : "Folge uns auf X", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, musst du sicherstellen, dass dein Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-Version \"%s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird PostgreSQL >=12 und <=16 empfohlen." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 4cbaeafcd21..f7afcc8d073 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Passwortschutz erzwingen", "Exclude groups from password requirements" : "Gruppen von Passwortanforderungen ausschließen", "Exclude groups from creating link shares" : "Gruppen von der Erstellung von Link-Freigaben ausschließen", + "Allow users to set custom share link tokens" : "Benutzern erlauben, benutzerdefinierte Freigabelink-Token festzulegen", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Freigaben mit benutzerdefinierten Token sind auch noch nach der Deaktivierung dieser Einstellung zugänglich", + "Shares with guessable tokens may be accessed easily" : "Auf Freigaben mit erratbaren Token kann u. U. leicht zugegriffen werden", "Limit sharing based on groups" : "Freigeben basierend auf Gruppen beschränken", "Allow sharing for everyone (default)" : "Teilen für jedermann erlauben (Standard)", "Exclude some groups from sharing" : "Einige Gruppen vom Teilen ausschließen", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "Anzeigename", "GPUs support" : "GPUs-Unterstützung", "Compute device" : "Compute-Gerät", + "Advanced deploy options" : "Erweiterte Bereitstellungsoptionen", + "Edit ExApp deploy options before installation" : "Bereitstellungsoptionen von ExApp vor der Installation bearbeiten", + "Configured ExApp deploy options. Can be set only during installation" : "Eingestellte ExApp-Bereitstellungsoptionen. Kann nur während der Installation festgelegt werden", + "Learn more" : "Mehr erfahren", + "Environment variables" : "Umgebungsvariablen", + "ExApp container environment variables" : "Umgebungsvariablen für ExApp-Container", + "No environment variables defined" : "Keine Umgebungsvariablen definiert", + "Mounts" : "Einhängepunkte", + "Define host folder mounts to bind to the ExApp container" : "Host-Ordner-Mounts zum Binden an den ExApp-Container definieren", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Muss auf dem Deploy-Daemon-Host vorhanden sein, bevor die ExApp installiert wird", + "Host path" : "Hostpfad", + "Container path" : "Containerpfad", + "Read-only" : "Schreibgeschützt", + "Remove mount" : "Einhängepunkt entfernen", + "New mount" : "Neuer Einhängepunkt", + "Enter path to host folder" : "Pfad zum Hostordner eingeben", + "Enter path to container folder" : "Pfad zum Containerordner eingeben", + "Toggle read-only mode" : "Schreibschutz umschalten", + "Confirm adding new mount" : "Hinzufügen des neuen Einhängepunkts bestätigen", + "Confirm" : "Bestätigen", + "Cancel adding mount" : "Hinzufügen des Einhängepunkts abbrechen", + "Cancel" : "Abbrechen", + "Add mount" : "Einhängepunkt hinzufügen", + "ExApp container mounts" : "ExApp-Container-Einhängepunkte", + "No mounts defined" : "Keine Einhängepunkte definiert", "Description" : "Beschreibung", "Details" : "Details", "All" : "Alle", "Limit app usage to groups" : "App-Verwendung auf Gruppen beschränken", "No results" : "Keine Ergebnisse", "Update to {version}" : "Aktualisieren auf {version}", + "Deploy options" : "Bereitstellungsoptionen", "Default Deploy daemon is not accessible" : "Der Standard-Deploy-Daemon ist nicht zugänglich", "Delete data on remove" : "Daten beim Entfernen löschen", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine untere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Serverseitige Verschlüsselungskonfiguration kann nicht aktualisiert werden", "Please confirm the group removal" : "Bitte die Löschung der Gruppe bestätigen", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Sie sind im Begriff, die Gruppe \"{group}\" zu entfernen. Die Konten werden NICHT gelöscht.", - "Cancel" : "Abbrechen", - "Confirm" : "Bestätigen", "Submit" : "Übermitteln", "Rename group" : "Gruppe umbenennen", "Remove group" : "Gruppe entfernen", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "Fehler beim Zuschneiden des Profilbilds", "Error saving profile picture" : "Fehler beim Speichern des Profilbilds", "Error removing profile picture" : "Fehler beim Entfernen des Profilbilds", - "Your biography" : "Ihre Biografie", + "Your biography. Markdown is supported." : "Ihre Biographie. Markdown wird unterstützt.", "Enter your date of birth" : "Geben Sie Ihr Geburtsdatum ein", "Unable to update date of birth" : "Geburtsdatum konnte nicht aktualisiert werden", "You are a member of the following groups:" : "Sie sind Mitglied folgender Gruppen:", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "Gruppenadministration für", "Account backend" : "Konto-Backend", "Storage location" : "Speicherort", + "First login" : "Erste Anmeldung", "Last login" : "Letzte Anmeldung", "Account actions" : "Konto-Aktionen", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "Sprache anzeigen", "Show account backend" : "Konto-Backend anzeigen", "Show storage path" : "Zeige Speicherpfad", + "Show first login" : "Erste Anmeldung anzeigen", "Show last login" : "Letzte Anmeldung anzeigen", "Sorting" : "Sortierung", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Kontenzahl deaktiviert.", @@ -765,9 +794,9 @@ OC.L10N.register( "Show to everyone" : "Jedem anzeigen", "Show to logged in accounts only" : "Nur angemeldeten Konten anzeigen", "Hide" : "Ausblenden", - "manual-install apps cannot be updated" : "Manuell installierte Apps können nicht aktualisiert werden", - "{progress}% Deploying …" : "{progress}% bereitstellen ...", - "{progress}% Initializing …" : "{progress}% initialisiere ...", + "Manually installed apps cannot be updated" : "Manuell installierte Apps können nicht aktualisiert werden", + "{progress}% Deploying …" : "{progress}% bereitstellen …", + "{progress}% Initializing …" : "{progress}% initialisiere …", "Health checking" : "Gesundheitsprüfung", "Deploy and Enable" : "Bereitstellen und aktivieren", "Download and enable" : "Herunterladen und aktivieren", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "Ungetestete App zulassen", "The app will be downloaded from the App Store" : "Die App wird aus dem App-Store heruntergeladen", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Diese App ist als nicht-kompatibel mit Ihrer Nextcloud-Version markiert. Wenn Sie fortfahren, so können Sie die App installieren. Bitte beachten Sie, dass die App nicht wie erwartet funktionieren könnte.", + "Unknown" : "Unbekannt", "Never" : "Niemals", "Could not register device: Network error" : "Gerät konnte nicht registriert werden: Netzwerkfehler", "Could not register device: Probably already registered" : "Gerät konnte nicht registriert werden: Wahrscheinlich bereits registriert", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Diese Community-Version von Nextcloud wird nicht unterstützt und sofortige Benachrichtigungen sind nicht verfügbar. ", "Use a second factor besides your password to increase security for your account." : "Verwenden Sie neben Ihrem Passwort einen zweiten Faktor, um die Sicherheit für Ihr Konto zu erhöhen.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Wenn Sie Anwendungen von Drittanbietern verwenden, um sich mit Nextcloud zu verbinden, stellen Sie bitte sicher, dass Sie für jede Anwendung ein Anwendungspasswort erstellen und konfigurieren, bevor Sie die Zwei-Faktor-Authentifizierung aktivieren.", - "No user supplied" : "Kein Konto angegeben", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte geben Sie ein Wiederherstellungspasswort für das Administrationskonto an, da sonst alle Kontodaten verlorengehen.", - "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Kontos wurde aktualisiert.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Sie müssen Ihre Konto -E-Mail-Adresse festlegen, bevor Sie Test-E-Mails senden können. Gehen Sie dazu zu %s.", - "Invalid user" : "Ungültiges Konto", - "Your username is: %s" : "Ihr Anmeldername lautet: %s", - "Logged in user must be a subadmin" : "Das angemeldete Konto muss eine Subadministration sein", - "Old user imported certificates" : "Alte für das Konto importierte Zertifikate", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach vom Konto importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Konto importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "File locking" : "Dateisperre", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktivieren Sie \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", - "MySQL unicode support" : "MySQL Unicode-Unterstützung", - "Overwrite cli URL" : "CLI-URL überschreiben", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier können Sie einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine Ihrer derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität", "None of your currently installed apps provide Text processing functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionalität zur Textverarbeitung", - "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", - "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", "Set default expiration date for shares" : "Legen Sie das Standardablaufdatum für Freigaben fest", "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Konten und Gruppen erzwungen werden. Dann können Zugänge, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Konten aktiviert, außer für Konten der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Konten dieser Gruppen aktiviert. Ist ein Konto sowohl Teil der ausgewählten als auch der ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", - "{license}-licensed" : "{license}-Lizenziert", - "Rating: {score}/10" : "Bewertung: {score}/10", - "Username" : "Kontenname", - "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelkonto-Installation.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Zugänge je nach Nutzung).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch das Systemkonto \"{user}\" ausgeführt werden.", - "Enable or disable profile by default for new users." : "Profil für neue Konten standardmäßig aktivieren oder deaktivieren.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe \"{group}\" zu löschen. Die Konten werden NICHT gelöscht.", + "Your biography" : "Ihre Biografie", "You are using <strong>{usage}</strong>" : "Sie benutzen <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Sie benutzen <strong>{usage}</strong> von <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Zusätzliche E-Mail-Adressen", - "Enable Profile" : "Profil aktivieren", - "No users" : "Keine Konten", - "Loading users …" : "Lade Konten …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Kontenliste. Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Konten werden gerendert, wenn Sie durch die Liste navigieren.", "New user" : "Neues Konto", "Groups (required)" : "Gruppen (erforderlich)", "Set user groups" : "Kontengruppen einstellen", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Manager setzen", "Username will be autogenerated" : "Anmeldename wird automatisch erzeugt", "Username (required)" : "Anmeldename (erforderlich)", + "Loading users …" : "Lade Konten …", + "Username" : "Kontenname", "User backend" : "Konto-Backend", "User actions" : "Kontoaktionen", - "Loading user …" : "Lade Konten…", - "You do not have permissions to see the details of this user" : "Sie haben keine Berechtigung, um auf die Details dieses Kontos zu sehen", "Add user to group" : "Konto der Gruppe hinzufügen", - "Set user as admin for" : "Konto als Administration setzen für", - "Select user quota" : "Kontokontingent auswählen", - "Delete user" : "Konto löschen", - "Wipe all devices" : "Alle Geräte löschen", - "Disable user" : "Konto deaktivieren", - "Enable user" : "Konto aktivieren", - "Failed to update user manager" : "Fehler beim Aktualisieren des Kontomanagers", - "Toggle user actions menu" : "Menü für Kontenaktionen umschalten", - "User management settings" : "Kontoverwaltungseinstellungen", - "Show user backend" : "Konten-Backend anzeigen", - "Send welcome email to new users" : "Begrüßungs-E-Mail an neues Konto senden", "Name your device" : "Gerät benennen", "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen", - "by {author}\n{license}" : "von {author}\n{license}", - "User management" : "Kontenverwaltung", - "Active users" : "Aktive Konten", - "Disabled users" : "Deaktivierte Konten", - "Creating group …" : "Erstelle Gruppe …", - "User group: {group}" : "Kontengruppe: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nicht verfügbar, da Föderation für Ihr Konto deaktiviert ist. Bitte wenden Sie sich an Ihre Administration, wenn Sie Fragen haben", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung kontospezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", - "Show to logged in users only" : "Nur angemeldete Konten anzeigen", - "Nextcloud help resources" : "Nextcloud-Hilferessourcen", - "SMTP Username" : "SMTP-Kontenname", - "Follow us on Twitter" : "Folgen Sie uns auf Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "Active accounts" : "Aktive Konten", + "Follow us on Twitter" : "Folgen Sie uns auf Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-Version \"%s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird PostgreSQL >=12 und <=16 empfohlen." }, diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 7477533710a..32601a47bf4 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -359,6 +359,9 @@ "Enforce password protection" : "Passwortschutz erzwingen", "Exclude groups from password requirements" : "Gruppen von Passwortanforderungen ausschließen", "Exclude groups from creating link shares" : "Gruppen von der Erstellung von Link-Freigaben ausschließen", + "Allow users to set custom share link tokens" : "Benutzern erlauben, benutzerdefinierte Freigabelink-Token festzulegen", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Freigaben mit benutzerdefinierten Token sind auch noch nach der Deaktivierung dieser Einstellung zugänglich", + "Shares with guessable tokens may be accessed easily" : "Auf Freigaben mit erratbaren Token kann u. U. leicht zugegriffen werden", "Limit sharing based on groups" : "Freigeben basierend auf Gruppen beschränken", "Allow sharing for everyone (default)" : "Teilen für jedermann erlauben (Standard)", "Exclude some groups from sharing" : "Einige Gruppen vom Teilen ausschließen", @@ -436,12 +439,38 @@ "Display Name" : "Anzeigename", "GPUs support" : "GPUs-Unterstützung", "Compute device" : "Compute-Gerät", + "Advanced deploy options" : "Erweiterte Bereitstellungsoptionen", + "Edit ExApp deploy options before installation" : "Bereitstellungsoptionen von ExApp vor der Installation bearbeiten", + "Configured ExApp deploy options. Can be set only during installation" : "Eingestellte ExApp-Bereitstellungsoptionen. Kann nur während der Installation festgelegt werden", + "Learn more" : "Mehr erfahren", + "Environment variables" : "Umgebungsvariablen", + "ExApp container environment variables" : "Umgebungsvariablen für ExApp-Container", + "No environment variables defined" : "Keine Umgebungsvariablen definiert", + "Mounts" : "Einhängepunkte", + "Define host folder mounts to bind to the ExApp container" : "Host-Ordner-Mounts zum Binden an den ExApp-Container definieren", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Muss auf dem Deploy-Daemon-Host vorhanden sein, bevor die ExApp installiert wird", + "Host path" : "Hostpfad", + "Container path" : "Containerpfad", + "Read-only" : "Schreibgeschützt", + "Remove mount" : "Einhängepunkt entfernen", + "New mount" : "Neuer Einhängepunkt", + "Enter path to host folder" : "Pfad zum Hostordner eingeben", + "Enter path to container folder" : "Pfad zum Containerordner eingeben", + "Toggle read-only mode" : "Schreibschutz umschalten", + "Confirm adding new mount" : "Hinzufügen des neuen Einhängepunkts bestätigen", + "Confirm" : "Bestätigen", + "Cancel adding mount" : "Hinzufügen des Einhängepunkts abbrechen", + "Cancel" : "Abbrechen", + "Add mount" : "Einhängepunkt hinzufügen", + "ExApp container mounts" : "ExApp-Container-Einhängepunkte", + "No mounts defined" : "Keine Einhängepunkte definiert", "Description" : "Beschreibung", "Details" : "Details", "All" : "Alle", "Limit app usage to groups" : "App-Verwendung auf Gruppen beschränken", "No results" : "Keine Ergebnisse", "Update to {version}" : "Aktualisieren auf {version}", + "Deploy options" : "Bereitstellungsoptionen", "Default Deploy daemon is not accessible" : "Der Standard-Deploy-Daemon ist nicht zugänglich", "Delete data on remove" : "Daten beim Entfernen löschen", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine untere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "Serverseitige Verschlüsselungskonfiguration kann nicht aktualisiert werden", "Please confirm the group removal" : "Bitte die Löschung der Gruppe bestätigen", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Sie sind im Begriff, die Gruppe \"{group}\" zu entfernen. Die Konten werden NICHT gelöscht.", - "Cancel" : "Abbrechen", - "Confirm" : "Bestätigen", "Submit" : "Übermitteln", "Rename group" : "Gruppe umbenennen", "Remove group" : "Gruppe entfernen", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "Fehler beim Zuschneiden des Profilbilds", "Error saving profile picture" : "Fehler beim Speichern des Profilbilds", "Error removing profile picture" : "Fehler beim Entfernen des Profilbilds", - "Your biography" : "Ihre Biografie", + "Your biography. Markdown is supported." : "Ihre Biographie. Markdown wird unterstützt.", "Enter your date of birth" : "Geben Sie Ihr Geburtsdatum ein", "Unable to update date of birth" : "Geburtsdatum konnte nicht aktualisiert werden", "You are a member of the following groups:" : "Sie sind Mitglied folgender Gruppen:", @@ -653,6 +680,7 @@ "Group admin for" : "Gruppenadministration für", "Account backend" : "Konto-Backend", "Storage location" : "Speicherort", + "First login" : "Erste Anmeldung", "Last login" : "Letzte Anmeldung", "Account actions" : "Konto-Aktionen", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", @@ -691,6 +719,7 @@ "Show language" : "Sprache anzeigen", "Show account backend" : "Konto-Backend anzeigen", "Show storage path" : "Zeige Speicherpfad", + "Show first login" : "Erste Anmeldung anzeigen", "Show last login" : "Letzte Anmeldung anzeigen", "Sorting" : "Sortierung", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Die Systemkonfiguration erzwingt die Sortierung der Gruppen nach Namen. Dadurch wird auch die Anzeige der Kontenzahl deaktiviert.", @@ -763,9 +792,9 @@ "Show to everyone" : "Jedem anzeigen", "Show to logged in accounts only" : "Nur angemeldeten Konten anzeigen", "Hide" : "Ausblenden", - "manual-install apps cannot be updated" : "Manuell installierte Apps können nicht aktualisiert werden", - "{progress}% Deploying …" : "{progress}% bereitstellen ...", - "{progress}% Initializing …" : "{progress}% initialisiere ...", + "Manually installed apps cannot be updated" : "Manuell installierte Apps können nicht aktualisiert werden", + "{progress}% Deploying …" : "{progress}% bereitstellen …", + "{progress}% Initializing …" : "{progress}% initialisiere …", "Health checking" : "Gesundheitsprüfung", "Deploy and Enable" : "Bereitstellen und aktivieren", "Download and enable" : "Herunterladen und aktivieren", @@ -773,6 +802,7 @@ "Allow untested app" : "Ungetestete App zulassen", "The app will be downloaded from the App Store" : "Die App wird aus dem App-Store heruntergeladen", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Diese App ist als nicht-kompatibel mit Ihrer Nextcloud-Version markiert. Wenn Sie fortfahren, so können Sie die App installieren. Bitte beachten Sie, dass die App nicht wie erwartet funktionieren könnte.", + "Unknown" : "Unbekannt", "Never" : "Niemals", "Could not register device: Network error" : "Gerät konnte nicht registriert werden: Netzwerkfehler", "Could not register device: Probably already registered" : "Gerät konnte nicht registriert werden: Wahrscheinlich bereits registriert", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Diese Community-Version von Nextcloud wird nicht unterstützt und sofortige Benachrichtigungen sind nicht verfügbar. ", "Use a second factor besides your password to increase security for your account." : "Verwenden Sie neben Ihrem Passwort einen zweiten Faktor, um die Sicherheit für Ihr Konto zu erhöhen.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Wenn Sie Anwendungen von Drittanbietern verwenden, um sich mit Nextcloud zu verbinden, stellen Sie bitte sicher, dass Sie für jede Anwendung ein Anwendungspasswort erstellen und konfigurieren, bevor Sie die Zwei-Faktor-Authentifizierung aktivieren.", - "No user supplied" : "Kein Konto angegeben", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bitte geben Sie ein Wiederherstellungspasswort für das Administrationskonto an, da sonst alle Kontodaten verlorengehen.", - "Backend does not support password change, but the user's encryption key was updated." : "Das Backend unterstützt die Passwortänderung nicht, aber das Verschlüsselungspasswort des Kontos wurde aktualisiert.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Sie müssen Ihre Konto -E-Mail-Adresse festlegen, bevor Sie Test-E-Mails senden können. Gehen Sie dazu zu %s.", - "Invalid user" : "Ungültiges Konto", - "Your username is: %s" : "Ihr Anmeldername lautet: %s", - "Logged in user must be a subadmin" : "Das angemeldete Konto muss eine Subadministration sein", - "Old user imported certificates" : "Alte für das Konto importierte Zertifikate", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Eine Hintergrundaufgabe, die nach vom Konto importierten SSL-Zertifikaten sucht, läuft noch. Bitte später erneut versuchen.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Konto importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", "File locking" : "Dateisperre", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktivieren Sie \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", - "MySQL unicode support" : "MySQL Unicode-Unterstützung", - "Overwrite cli URL" : "CLI-URL überschreiben", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Sie verwenden derzeit PHP %s. PHP 8.0 ist ab Nextcloud 27 veraltet. Nextcloud 28 erfordert möglicherweise mindestens PHP 8.1. Bitte aktualisieren Sie so schnell wie möglich auf eine der offiziell unterstützten PHP-Versionen der PHP Gruppe.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützen diese Version nicht und benötigen MariaDB 10.2 oder neuer.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL Version \"%s\" wird verwendet. Nextcloud 21 und neuer unterstützten diese Version nicht und benötigen MySQL 8.0 oder MariaDB 10.2 oder neuer.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Sprache-zu-Text kann mittels verschiedener Apps implementiert werden. Hier können Sie einstellen, welche App verwendet werden soll.", "None of your currently installed apps provide Speech-To-Text functionality" : "Keine Ihrer derzeit installierten Apps bietet Sprache-zu-Text-Funktionalität", "None of your currently installed apps provide Text processing functionality" : "Keine Ihrer derzeit installierten Apps bietet Funktionalität zur Textverarbeitung", - "Exclude groups from sharing" : "Gruppen von Freigaben ausschließen", - "These groups will still be able to receive shares, but not to initiate them." : "Diese Gruppen können weiterhin Freigaben empfangen, aber selbst keine mehr initiieren.", "Set default expiration date for shares" : "Legen Sie das Standardablaufdatum für Freigaben fest", "Allow username autocompletion in share dialog and allow access to the system address book" : "Die automatische Vervollständigung des Benutzernamens im Freigabedialog und den Zugriff auf das Systemadressbuch erlauben", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Zwei-Faktor-Authentifizierung kann für alle Konten und Gruppen erzwungen werden. Dann können Zugänge, für die keine Zwei-Faktor-Authentifizierung eingerichtet ist, sich nicht am System anmelden.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Bei der Auswahl/Abwahl von Gruppen wird folgende Logik verwendet, um festzustellen, ob ein Konto 2FA verwenden muss: Wenn keine Gruppe ausgewählt ist, dann wird 2FA für alle Konten aktiviert, außer für Konten der ausgenommenen Gruppen. Sind Gruppen ausgewählt, so wird 2FA für alle Konten dieser Gruppen aktiviert. Ist ein Konto sowohl Teil der ausgewählten als auch der ausgenommenen Gruppe, so hat die Auswahl Vorrang und 2FA wird aktiviert. ", - "{license}-licensed" : "{license}-Lizenziert", - "Rating: {score}/10" : "Bewertung: {score}/10", - "Username" : "Kontenname", - "Execute one task with each page loaded. Use case: Single user instance." : "Mit jeder geladenen Seite wird eine Aufgabe ausgeführt. Anwendungsfall: Einzelkonto-Installation.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Zugänge je nach Nutzung).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch das Systemkonto \"{user}\" ausgeführt werden.", - "Enable or disable profile by default for new users." : "Profil für neue Konten standardmäßig aktivieren oder deaktivieren.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Sie sind im Begriff, die Gruppe \"{group}\" zu löschen. Die Konten werden NICHT gelöscht.", + "Your biography" : "Ihre Biografie", "You are using <strong>{usage}</strong>" : "Sie benutzen <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Sie benutzen <strong>{usage}</strong> von <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Zusätzliche E-Mail-Adressen", - "Enable Profile" : "Profil aktivieren", - "No users" : "Keine Konten", - "Loading users …" : "Lade Konten …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Kontenliste. Diese Liste ist aus Performance-Gründen nicht vollständig gerendert. Die Konten werden gerendert, wenn Sie durch die Liste navigieren.", "New user" : "Neues Konto", "Groups (required)" : "Gruppen (erforderlich)", "Set user groups" : "Kontengruppen einstellen", @@ -889,39 +892,15 @@ "Set user manager" : "Manager setzen", "Username will be autogenerated" : "Anmeldename wird automatisch erzeugt", "Username (required)" : "Anmeldename (erforderlich)", + "Loading users …" : "Lade Konten …", + "Username" : "Kontenname", "User backend" : "Konto-Backend", "User actions" : "Kontoaktionen", - "Loading user …" : "Lade Konten…", - "You do not have permissions to see the details of this user" : "Sie haben keine Berechtigung, um auf die Details dieses Kontos zu sehen", "Add user to group" : "Konto der Gruppe hinzufügen", - "Set user as admin for" : "Konto als Administration setzen für", - "Select user quota" : "Kontokontingent auswählen", - "Delete user" : "Konto löschen", - "Wipe all devices" : "Alle Geräte löschen", - "Disable user" : "Konto deaktivieren", - "Enable user" : "Konto aktivieren", - "Failed to update user manager" : "Fehler beim Aktualisieren des Kontomanagers", - "Toggle user actions menu" : "Menü für Kontenaktionen umschalten", - "User management settings" : "Kontoverwaltungseinstellungen", - "Show user backend" : "Konten-Backend anzeigen", - "Send welcome email to new users" : "Begrüßungs-E-Mail an neues Konto senden", "Name your device" : "Gerät benennen", "Server error while trying to add WebAuthn device" : "Server-Fehler beim Versuch ein WebAuthn-Gerät hinzuzufügen", - "by {author}\n{license}" : "von {author}\n{license}", - "User management" : "Kontenverwaltung", - "Active users" : "Aktive Konten", - "Disabled users" : "Deaktivierte Konten", - "Creating group …" : "Erstelle Gruppe …", - "User group: {group}" : "Kontengruppe: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nicht verfügbar, da Föderation für Ihr Konto deaktiviert ist. Bitte wenden Sie sich an Ihre Administration, wenn Sie Fragen haben", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nicht verfügbar, da die Veröffentlichung kontospezifischer Daten auf dem Lookup-Server nicht zulässig ist. Wenden Sie sich bei Fragen an Ihre Systemadministration.", - "Show to logged in users only" : "Nur angemeldete Konten anzeigen", - "Nextcloud help resources" : "Nextcloud-Hilferessourcen", - "SMTP Username" : "SMTP-Kontenname", - "Follow us on Twitter" : "Folgen Sie uns auf Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Um diese Prüfung auszuführen, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Dafür muss er in der Lage sein, sich mit mindestens einer seiner \"trusted_domains\" oder der \"overwrite.cli.url\" zu verbinden und diese aufzulösen.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Es konnte weder über Ihre `trusted_domains` noch über `overwrite.cli.url` nach JavaScript-Unterstützung gesucht werden. Dies kann auf eine serverseitige DNS-Nichtübereinstimmung oder eine ausgehende Firewall-Regel zurückzuführen sein. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "Active accounts" : "Aktive Konten", + "Follow us on Twitter" : "Folgen Sie uns auf Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-Version \"%s\" erkannt. Für optimale Leistung, Stabilität und Funktionalität mit dieser Version von Nextcloud wird PostgreSQL >=12 und <=16 empfohlen." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/el.js b/apps/settings/l10n/el.js index ab59ec0c91d..c342a193612 100644 --- a/apps/settings/l10n/el.js +++ b/apps/settings/l10n/el.js @@ -172,6 +172,9 @@ OC.L10N.register( "Daemon" : "Υπηρεσία", "Type" : "Τύπος", "Display Name" : "Εμφανιζόμενο όνομα", + "Learn more" : "Μάθετε περισσότερα", + "Confirm" : "Επιβεβαίωση", + "Cancel" : "Άκυρο", "Description" : "Περιγραφή", "Details" : "Λεπτομέρειες", "All" : "Όλες", @@ -237,8 +240,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Αυτή είναι η τελευταία προειδοποίηση: Θέλετε πραγματικά να ενεργοποιήσετε την κρυπτογράφηση;", "No encryption module loaded, please enable an encryption module in the app menu." : "Δεν έχει φορτωθεί μονάδα κρυπτογράφησης, παρακαλούμε φορτώστε μια μονάδα κρυπτογράφησης από το μενού εφαρμογών.", "Select default encryption module:" : "Επιλογή προεπιλεγμένης μονάδας κρυπτογράφησης:", - "Cancel" : "Άκυρο", - "Confirm" : "Επιβεβαίωση", "Submit" : "Υποβολή", "Rename group" : "Μετονομασία ομάδας", "Remove group" : "Αφαίρεση ομάδας", @@ -257,7 +258,6 @@ OC.L10N.register( "Error cropping profile picture" : "Σφάλμα περικοπής εικόνας προφίλ", "Error saving profile picture" : "Σφάλμα αποθήκευσης εικόνας προφίλ", "Error removing profile picture" : "Σφάλμα αφαίρεσης εικόνας προφίλ", - "Your biography" : "Το βιογραφικό σας", "You are a member of the following groups:" : "Είστε μέλος των ακόλουθων ομάδων:", "Your full name" : "Το ονοματεπώνυμο σας", "Primary email for password reset and notifications" : "Κύριο email για επαναφορά συνθηματικού και ειδοποιήσεις", @@ -372,6 +372,7 @@ OC.L10N.register( "Disable" : "Απενεργοποίηση", "The app will be downloaded from the App Store" : "Θα γίνει λήψη της εφαρμογής από το App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Η εφαρμογή δεν είναι συμβατή με την έκδοση Nextcloud σας. Εάν συνεχίσετε μπορείτε να εγκαταστήσετε την εφαρμογή. Η εφαρμογή ίσως να μην λειτουργεί σωστά.", + "Unknown" : "Άγνωστο", "Never" : "Ποτέ", "Error: This app cannot be enabled because it makes the server unstable" : "Σφάλμα: Αυτή η εφαρμογή δεν μπορεί να ενεργοποιηθεί γιατί θα καταστήσει ασταθή τον διακομιστή.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Η εφαρμογή έχει ενεργοποιηθεί αλλά χρειάζεται ενημέρωση. Θα μεταφερθείτε στη σελίδα ενημέρωσης σε 5 δευτερόλεπτα.", @@ -417,51 +418,17 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Αυτή η έκδοση του Nextcloud δεν υποστηρίζεται και οι άμεσες ειδοποιήσεις δεν είναι διαθέσιμες.", "Use a second factor besides your password to increase security for your account." : "Χρησιμοποιείστε έναν δεύτερο παράγοντα εκτός του κωδικού πρόσβασης για να αυξήσετε την ασφάλεια του λογαριασμού σας.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Εάν χρησιμοποιείτε εφαρμογές τρίτων για σύνδεση στο Nextcloud, βεβαιωθείτε ότι έχετε δημιουργήσει και διαμορφώσει έναν κωδικό πρόσβασης εφαρμογής για κάθε έναν προτού ενεργοποιήσετε τον έλεγχο ταυτότητας δεύτερου παράγοντα.", - "No user supplied" : "Δεν εισήχθη χρήστης", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Παρακαλώ παρέχετε έναν κωδικό ανάκτησης διαχειριστή, διαφορετικά όλα τα δεδομένα χρήστη θα χαθούν.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Πρέπει να ορίσετε τη διεύθυνση email του χρήστη πριν μπορέσετε να στείλετε δοκιμαστικά μηνύματα. Πηγαίνετε στο %s για αυτό.", - "Invalid user" : "Μη έγκυρος χρήστης", - "Your username is: %s" : "Το όνομα χρήστη σας είναι: %s", - "Logged in user must be a subadmin" : "Ο συνδεδεμένος χρήστης πρέπει να είναι subadmin", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Εκκρεμεί μια εργασία στο παρασκήνιο που ελέγχει για πιστοποιητικά SSL που έχουν εισαχθεί από χρήστες. Παρακαλώ ελέγξτε ξανά αργότερα.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Υπάρχουν ορισμένα πιστοποιητικά SSL εισαγόμενα από τον χρήστη, τα οποία δεν χρησιμοποιούνται πλέον με το Nextcloud 21. Μπορούν να εισαχθούν στη γραμμή εντολών μέσω της εντολής \"occ security: documents: import\". Οι διαδρομές τους στον κατάλογο δεδομένων εμφανίζονται παρακάτω.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθησαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείται. Μόλις τα indexes εισαχθούν σε αυτούς τους πίνακες συνήθως θα γίνεται πιο γρήγορα.", - "Exclude groups from sharing" : "Εξαίρεση ομάδων από τον διαμοιρασμό", - "These groups will still be able to receive shares, but not to initiate them." : "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν.", "Set default expiration date for shares" : "Ορισμός προεπιλεγμένης ημερομηνίας λήξης για τα κοινόχρηστα", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Η πιστοποίηση δύο-παραγόντων μπορεί να επιβληθεί σε όλους τους χρήστες και σε ομάδες. Εάν δεν έχουν ρυθμίσει πάροχο πιστοποίησης δύο βημάτων, δεν θα μπορούν να συνδεθούν.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Όταν επιλέγονται / εξαιρούνται ομάδες, χρησιμοποιούν την ακόλουθη λογική για να προσδιορίσουν εάν ένας χρήστης έχει επιβάλλει 2FA: Εάν δεν έχουν επιλεγεί ομάδες, το 2FA είναι ενεργοποιημένο για όλους εκτός από τα μέλη των αποκλεισμένων ομάδων. Εάν επιλεγούν ομάδες, το 2FA είναι ενεργοποιημένο για όλα τα μέλη αυτών. Αν ένας χρήστης βρίσκεται σε μια επιλεγμένη και μια αποκλεισμένη ομάδα, η επιλογή έχει προτεραιότητα και επιβάλλεται 2FA.", - "{license}-licensed" : "{license}-αδειοδοτημένο", - "Username" : "Όνομα χρήστη", - "Execute one task with each page loaded. Use case: Single user instance." : "Εκτέλεση μιας εργασίας με κάθε σελίδα που φορτώνεται. Περίπτωση χρήσης: Εγκατάσταση με έναν χρήστη.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Το cron.php είναι εγγεγραμμένο σε μια υπηρεσία webcron για να καλεί το cron.php κάθε 5 λεπτά μέσω HTTP. Περίπτωση χρήσης: Πολύ μικρή εγκατάσταση (1–5 χρήστες ανάλογα με τη χρήση).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Το cron.php πρέπει να εκτελεστεί από τον χρήστη του συστήματος, \"{user}\".", - "Enable or disable profile by default for new users." : "Ενεργοποίηση ή απενεργοποίηση προφίλ από προεπιλογή για νέους χρήστες.", + "Your biography" : "Το βιογραφικό σας", "You are using <strong>{usage}</strong>" : "Χρησιμοποιείτε <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Χρησιμοποιείτε <strong>{usage}</strong> από <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Πρόσθετες διευθύνσεις email", - "Enable Profile" : "Ενεργοποίηση προφίλ", "New user" : "Νέος χρήστης", + "Username" : "Όνομα χρήστη", "User backend" : "Σύστημα υποστήριξης χρήστη", - "You do not have permissions to see the details of this user" : "Δεν έχετε δικαιώματα να δείτε λεπτομέρειες του χρήστη", "Add user to group" : "Προσθήκη χρήστη στην ομάδα", - "Set user as admin for" : "Ορισμός χρήστη ως διαχειριστή για", - "Select user quota" : "Επιλογή χωρητικότητας λογαριασμού χρήστη", - "Delete user" : "Διαγραφή χρήστη", - "Wipe all devices" : "Εκκαθάριση όλων των συσκευών", - "Disable user" : "Απενεργοποίηση χρήστη", - "Enable user" : "Ενεργοποίηση χρήστη", - "Toggle user actions menu" : "Εναλλαγή μενού ρυθμίσεων χρήστη", - "Show user backend" : "Εμφάνιση χρήστη συστήματος υποστήριξης", "Name your device" : "Ονομάστε την συσκευή σας", "Server error while trying to add WebAuthn device" : "Σφάλμα διακομιστή κατά την προσθήκη συσκευής webAuthn", - "by {author}\n{license}" : "από {author}\n{license}", - "Active users" : "Ενεργοί χρήστες", - "Disabled users" : "Απενεργοποιημένοι χρήστες", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Μη διαθέσιμο καθώς το Federation έχει απενεργοποιηθεί για τον λογαριασμό σας, επικοινωνήστε με τον διαχειριστή του συστήματός σας εάν έχετε οποιαδήποτε απορία", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Δεν είναι διαθέσιμο καθώς δεν επιτρέπεται η δημοσίευση δεδομένων χρήστη στον διακομιστή αναζήτησης. Επικοινωνήστε με τον διαχειριστή του συστήματός σας εάν έχετε οποιεσδήποτε ερωτήσεις", - "Show to logged in users only" : "Εμφάνιση μόνο σε συνδεδεμένους χρήστες", - "SMTP Username" : "Όνομα χρήστη SMTP", "Follow us on Twitter" : "Ακολουθήστε μας στο Twitter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/el.json b/apps/settings/l10n/el.json index eeebc1a4116..f3c4b6abc7c 100644 --- a/apps/settings/l10n/el.json +++ b/apps/settings/l10n/el.json @@ -170,6 +170,9 @@ "Daemon" : "Υπηρεσία", "Type" : "Τύπος", "Display Name" : "Εμφανιζόμενο όνομα", + "Learn more" : "Μάθετε περισσότερα", + "Confirm" : "Επιβεβαίωση", + "Cancel" : "Άκυρο", "Description" : "Περιγραφή", "Details" : "Λεπτομέρειες", "All" : "Όλες", @@ -235,8 +238,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Αυτή είναι η τελευταία προειδοποίηση: Θέλετε πραγματικά να ενεργοποιήσετε την κρυπτογράφηση;", "No encryption module loaded, please enable an encryption module in the app menu." : "Δεν έχει φορτωθεί μονάδα κρυπτογράφησης, παρακαλούμε φορτώστε μια μονάδα κρυπτογράφησης από το μενού εφαρμογών.", "Select default encryption module:" : "Επιλογή προεπιλεγμένης μονάδας κρυπτογράφησης:", - "Cancel" : "Άκυρο", - "Confirm" : "Επιβεβαίωση", "Submit" : "Υποβολή", "Rename group" : "Μετονομασία ομάδας", "Remove group" : "Αφαίρεση ομάδας", @@ -255,7 +256,6 @@ "Error cropping profile picture" : "Σφάλμα περικοπής εικόνας προφίλ", "Error saving profile picture" : "Σφάλμα αποθήκευσης εικόνας προφίλ", "Error removing profile picture" : "Σφάλμα αφαίρεσης εικόνας προφίλ", - "Your biography" : "Το βιογραφικό σας", "You are a member of the following groups:" : "Είστε μέλος των ακόλουθων ομάδων:", "Your full name" : "Το ονοματεπώνυμο σας", "Primary email for password reset and notifications" : "Κύριο email για επαναφορά συνθηματικού και ειδοποιήσεις", @@ -370,6 +370,7 @@ "Disable" : "Απενεργοποίηση", "The app will be downloaded from the App Store" : "Θα γίνει λήψη της εφαρμογής από το App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Η εφαρμογή δεν είναι συμβατή με την έκδοση Nextcloud σας. Εάν συνεχίσετε μπορείτε να εγκαταστήσετε την εφαρμογή. Η εφαρμογή ίσως να μην λειτουργεί σωστά.", + "Unknown" : "Άγνωστο", "Never" : "Ποτέ", "Error: This app cannot be enabled because it makes the server unstable" : "Σφάλμα: Αυτή η εφαρμογή δεν μπορεί να ενεργοποιηθεί γιατί θα καταστήσει ασταθή τον διακομιστή.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Η εφαρμογή έχει ενεργοποιηθεί αλλά χρειάζεται ενημέρωση. Θα μεταφερθείτε στη σελίδα ενημέρωσης σε 5 δευτερόλεπτα.", @@ -415,51 +416,17 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Αυτή η έκδοση του Nextcloud δεν υποστηρίζεται και οι άμεσες ειδοποιήσεις δεν είναι διαθέσιμες.", "Use a second factor besides your password to increase security for your account." : "Χρησιμοποιείστε έναν δεύτερο παράγοντα εκτός του κωδικού πρόσβασης για να αυξήσετε την ασφάλεια του λογαριασμού σας.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Εάν χρησιμοποιείτε εφαρμογές τρίτων για σύνδεση στο Nextcloud, βεβαιωθείτε ότι έχετε δημιουργήσει και διαμορφώσει έναν κωδικό πρόσβασης εφαρμογής για κάθε έναν προτού ενεργοποιήσετε τον έλεγχο ταυτότητας δεύτερου παράγοντα.", - "No user supplied" : "Δεν εισήχθη χρήστης", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Παρακαλώ παρέχετε έναν κωδικό ανάκτησης διαχειριστή, διαφορετικά όλα τα δεδομένα χρήστη θα χαθούν.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Πρέπει να ορίσετε τη διεύθυνση email του χρήστη πριν μπορέσετε να στείλετε δοκιμαστικά μηνύματα. Πηγαίνετε στο %s για αυτό.", - "Invalid user" : "Μη έγκυρος χρήστης", - "Your username is: %s" : "Το όνομα χρήστη σας είναι: %s", - "Logged in user must be a subadmin" : "Ο συνδεδεμένος χρήστης πρέπει να είναι subadmin", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Εκκρεμεί μια εργασία στο παρασκήνιο που ελέγχει για πιστοποιητικά SSL που έχουν εισαχθεί από χρήστες. Παρακαλώ ελέγξτε ξανά αργότερα.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Υπάρχουν ορισμένα πιστοποιητικά SSL εισαγόμενα από τον χρήστη, τα οποία δεν χρησιμοποιούνται πλέον με το Nextcloud 21. Μπορούν να εισαχθούν στη γραμμή εντολών μέσω της εντολής \"occ security: documents: import\". Οι διαδρομές τους στον κατάλογο δεδομένων εμφανίζονται παρακάτω.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Κάποιες καταχωρήσεις απουσιάζουν από την βάση δεδομένων. Χρειάζεται αρκετός χρόνος για την καταχώρηση αυτών που εισήχθησαν αυτόματα. Εκτελώντας την εντολή \"occ db:add-missing-indices\" μπορείτε να εισάγεται χειροκίνητα καθώς η διεργασία εκτελείται. Μόλις τα indexes εισαχθούν σε αυτούς τους πίνακες συνήθως θα γίνεται πιο γρήγορα.", - "Exclude groups from sharing" : "Εξαίρεση ομάδων από τον διαμοιρασμό", - "These groups will still be able to receive shares, but not to initiate them." : "Αυτές οι ομάδες θα συνεχίσουν να λαμβάνουν διαμοιρασμούς, αλλά δεν θα είναι δυνατό να τους δημιουργήσουν.", "Set default expiration date for shares" : "Ορισμός προεπιλεγμένης ημερομηνίας λήξης για τα κοινόχρηστα", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Η πιστοποίηση δύο-παραγόντων μπορεί να επιβληθεί σε όλους τους χρήστες και σε ομάδες. Εάν δεν έχουν ρυθμίσει πάροχο πιστοποίησης δύο βημάτων, δεν θα μπορούν να συνδεθούν.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Όταν επιλέγονται / εξαιρούνται ομάδες, χρησιμοποιούν την ακόλουθη λογική για να προσδιορίσουν εάν ένας χρήστης έχει επιβάλλει 2FA: Εάν δεν έχουν επιλεγεί ομάδες, το 2FA είναι ενεργοποιημένο για όλους εκτός από τα μέλη των αποκλεισμένων ομάδων. Εάν επιλεγούν ομάδες, το 2FA είναι ενεργοποιημένο για όλα τα μέλη αυτών. Αν ένας χρήστης βρίσκεται σε μια επιλεγμένη και μια αποκλεισμένη ομάδα, η επιλογή έχει προτεραιότητα και επιβάλλεται 2FA.", - "{license}-licensed" : "{license}-αδειοδοτημένο", - "Username" : "Όνομα χρήστη", - "Execute one task with each page loaded. Use case: Single user instance." : "Εκτέλεση μιας εργασίας με κάθε σελίδα που φορτώνεται. Περίπτωση χρήσης: Εγκατάσταση με έναν χρήστη.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Το cron.php είναι εγγεγραμμένο σε μια υπηρεσία webcron για να καλεί το cron.php κάθε 5 λεπτά μέσω HTTP. Περίπτωση χρήσης: Πολύ μικρή εγκατάσταση (1–5 χρήστες ανάλογα με τη χρήση).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Το cron.php πρέπει να εκτελεστεί από τον χρήστη του συστήματος, \"{user}\".", - "Enable or disable profile by default for new users." : "Ενεργοποίηση ή απενεργοποίηση προφίλ από προεπιλογή για νέους χρήστες.", + "Your biography" : "Το βιογραφικό σας", "You are using <strong>{usage}</strong>" : "Χρησιμοποιείτε <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Χρησιμοποιείτε <strong>{usage}</strong> από <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Πρόσθετες διευθύνσεις email", - "Enable Profile" : "Ενεργοποίηση προφίλ", "New user" : "Νέος χρήστης", + "Username" : "Όνομα χρήστη", "User backend" : "Σύστημα υποστήριξης χρήστη", - "You do not have permissions to see the details of this user" : "Δεν έχετε δικαιώματα να δείτε λεπτομέρειες του χρήστη", "Add user to group" : "Προσθήκη χρήστη στην ομάδα", - "Set user as admin for" : "Ορισμός χρήστη ως διαχειριστή για", - "Select user quota" : "Επιλογή χωρητικότητας λογαριασμού χρήστη", - "Delete user" : "Διαγραφή χρήστη", - "Wipe all devices" : "Εκκαθάριση όλων των συσκευών", - "Disable user" : "Απενεργοποίηση χρήστη", - "Enable user" : "Ενεργοποίηση χρήστη", - "Toggle user actions menu" : "Εναλλαγή μενού ρυθμίσεων χρήστη", - "Show user backend" : "Εμφάνιση χρήστη συστήματος υποστήριξης", "Name your device" : "Ονομάστε την συσκευή σας", "Server error while trying to add WebAuthn device" : "Σφάλμα διακομιστή κατά την προσθήκη συσκευής webAuthn", - "by {author}\n{license}" : "από {author}\n{license}", - "Active users" : "Ενεργοί χρήστες", - "Disabled users" : "Απενεργοποιημένοι χρήστες", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Μη διαθέσιμο καθώς το Federation έχει απενεργοποιηθεί για τον λογαριασμό σας, επικοινωνήστε με τον διαχειριστή του συστήματός σας εάν έχετε οποιαδήποτε απορία", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Δεν είναι διαθέσιμο καθώς δεν επιτρέπεται η δημοσίευση δεδομένων χρήστη στον διακομιστή αναζήτησης. Επικοινωνήστε με τον διαχειριστή του συστήματός σας εάν έχετε οποιεσδήποτε ερωτήσεις", - "Show to logged in users only" : "Εμφάνιση μόνο σε συνδεδεμένους χρήστες", - "SMTP Username" : "Όνομα χρήστη SMTP", "Follow us on Twitter" : "Ακολουθήστε μας στο Twitter" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 4f4963efa9f..b19342a4664 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Enforce password protection", "Exclude groups from password requirements" : "Exclude groups from password requirements", "Exclude groups from creating link shares" : "Exclude groups from creating link shares", + "Allow users to set custom share link tokens" : "Allow users to set custom share link tokens", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Shares with custom tokens will continue to be accessible after this setting has been disabled", + "Shares with guessable tokens may be accessed easily" : "Shares with guessable tokens may be accessed easily", "Limit sharing based on groups" : "Limit sharing based on groups", "Allow sharing for everyone (default)" : "Allow sharing for everyone (default)", "Exclude some groups from sharing" : "Exclude some groups from sharing", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "Display Name", "GPUs support" : "GPUs support", "Compute device" : "Compute device", + "Advanced deploy options" : "Advanced deploy options", + "Edit ExApp deploy options before installation" : "Edit ExApp deploy options before installation", + "Configured ExApp deploy options. Can be set only during installation" : "Configured ExApp deploy options. Can be set only during installation", + "Learn more" : "Learn more", + "Environment variables" : "Environment variables", + "ExApp container environment variables" : "ExApp container environment variables", + "No environment variables defined" : "No environment variables defined", + "Mounts" : "Mounts", + "Define host folder mounts to bind to the ExApp container" : "Define host folder mounts to bind to the ExApp container", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Must exist on the Deploy daemon host prior to installing the ExApp", + "Host path" : "Host path", + "Container path" : "Container path", + "Read-only" : "Read-only", + "Remove mount" : "Remove mount", + "New mount" : "New mount", + "Enter path to host folder" : "Enter path to host folder", + "Enter path to container folder" : "Enter path to container folder", + "Toggle read-only mode" : "Toggle read-only mode", + "Confirm adding new mount" : "Confirm adding new mount", + "Confirm" : "Confirm", + "Cancel adding mount" : "Cancel adding mount", + "Cancel" : "Cancel", + "Add mount" : "Add mount", + "ExApp container mounts" : "ExApp container mounts", + "No mounts defined" : "No mounts defined", "Description" : "Description", "Details" : "Details", "All" : "All", "Limit app usage to groups" : "Limit app usage to groups", "No results" : "No results", "Update to {version}" : "Update to {version}", + "Deploy options" : "Deploy options", "Default Deploy daemon is not accessible" : "Default Deploy daemon is not accessible", "Delete data on remove" : "Delete data on remove", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "This app has no minimum Nextcloud version assigned. This will cause an error in the future.", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Unable to update server side encryption config", "Please confirm the group removal" : "Please confirm the group removal", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "You are about to remove the group \"{group}\". The accounts will NOT be deleted.", - "Cancel" : "Cancel", - "Confirm" : "Confirm", "Submit" : "Submit", "Rename group" : "Rename group", "Remove group" : "Remove group", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "Error cropping profile picture", "Error saving profile picture" : "Error saving profile picture", "Error removing profile picture" : "Error removing profile picture", - "Your biography" : "Your biography", + "Your biography. Markdown is supported." : "Your biography. Markdown is supported.", "Enter your date of birth" : "Enter your date of birth", "Unable to update date of birth" : "Unable to update date of birth", "You are a member of the following groups:" : "You are a member of the following groups:", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "Group admin for", "Account backend" : "Account backend", "Storage location" : "Storage location", + "First login" : "First login", "Last login" : "Last login", "Account actions" : "Account actions", "Password or insufficient permissions message" : "Password or insufficient permissions message", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "Show language", "Show account backend" : "Show account backend", "Show storage path" : "Show storage path", + "Show first login" : "Show first login", "Show last login" : "Show last login", "Sorting" : "Sorting", "The system config enforces sorting the groups by name. This also disables showing the member count." : "The system config enforces sorting the groups by name. This also disables showing the member count.", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "Show to everyone", "Show to logged in accounts only" : "Show to logged in accounts only", "Hide" : "Hide", - "manual-install apps cannot be updated" : "manual-install apps cannot be updated", + "Manually installed apps cannot be updated" : "Manually installed apps cannot be updated", "{progress}% Deploying …" : "{progress}% Deploying …", "{progress}% Initializing …" : "{progress}% Initializing …", "Health checking" : "Health checking", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "Allow untested app", "The app will be downloaded from the App Store" : "The app will be downloaded from the App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected.", + "Unknown" : "Unknown", "Never" : "Never", "Could not register device: Network error" : "Could not register device: Network error", "Could not register device: Probably already registered" : "Could not register device: Probably already registered", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "This community release of Nextcloud is unsupported and instant notifications are unavailable.", "Use a second factor besides your password to increase security for your account." : "Use a second factor besides your password to increase security for your account.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication.", - "No user supplied" : "No user supplied", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Please provide an admin recovery password; otherwise, all user data will be lost.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend does not support password change, but the user's encryption key was updated.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "You need to set your user email before being able to send test emails. Go to %s for that.", - "Invalid user" : "Invalid user", - "Your username is: %s" : "Your username is: %s", - "Logged in user must be a subadmin" : "Logged in user must be a subadmin", - "Old user imported certificates" : "Old user imported certificates", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "File locking" : "File locking", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", - "MySQL unicode support" : "MySQL unicode support", - "Overwrite cli URL" : "Overwrite CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", - "Exclude groups from sharing" : "Exclude groups from sharing", - "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", "Set default expiration date for shares" : "Set default expiration date for shares", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.", - "{license}-licensed" : "{license}-licensed", - "Rating: {score}/10" : "Rating: {score}/10", - "Username" : "Username", - "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).", - "The cron.php needs to be executed by the system user \"{user}\"." : "The cron.php needs to be executed by the system user \"{user}\".", - "Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", + "Your biography" : "Your biography", "You are using <strong>{usage}</strong>" : "You are using <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Additional emails", - "Enable Profile" : "Enable Profile", - "No users" : "No users", - "Loading users …" : "Loading users …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", "New user" : "New user", "Groups (required)" : "Groups (required)", "Set user groups" : "Set user groups", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Set user manager", "Username will be autogenerated" : "Username will be autogenerated", "Username (required)" : "Username (required)", + "Loading users …" : "Loading users …", + "Username" : "Username", "User backend" : "User backend", "User actions" : "User actions", - "Loading user …" : "Loading user …", - "You do not have permissions to see the details of this user" : "You do not have permissions to see the details of this user", "Add user to group" : "Add user to group", - "Set user as admin for" : "Set user as admin for", - "Select user quota" : "Select user quota", - "Delete user" : "Delete user", - "Wipe all devices" : "Wipe all devices", - "Disable user" : "Disable user", - "Enable user" : "Enable user", - "Failed to update user manager" : "Failed to update user manager", - "Toggle user actions menu" : "Toggle user actions menu", - "User management settings" : "User management settings", - "Show user backend" : "Show user backend", - "Send welcome email to new users" : "Send welcome email to new users", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", - "by {author}\n{license}" : "by {author}\n{license}", - "User management" : "User management", - "Active users" : "Active users", - "Disabled users" : "Disabled users", - "Creating group …" : "Creating group …", - "User group: {group}" : "User group: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions", - "Show to logged in users only" : "Show to logged in users only", - "Nextcloud help resources" : "Nextcloud help resources", - "SMTP Username" : "SMTP Username", - "Follow us on Twitter" : "Follow us on Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "Active accounts" : "Active accounts", + "Follow us on Twitter" : "Follow us on Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." }, diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index d24a4cbcffb..5f70b84fa17 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -359,6 +359,9 @@ "Enforce password protection" : "Enforce password protection", "Exclude groups from password requirements" : "Exclude groups from password requirements", "Exclude groups from creating link shares" : "Exclude groups from creating link shares", + "Allow users to set custom share link tokens" : "Allow users to set custom share link tokens", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Shares with custom tokens will continue to be accessible after this setting has been disabled", + "Shares with guessable tokens may be accessed easily" : "Shares with guessable tokens may be accessed easily", "Limit sharing based on groups" : "Limit sharing based on groups", "Allow sharing for everyone (default)" : "Allow sharing for everyone (default)", "Exclude some groups from sharing" : "Exclude some groups from sharing", @@ -436,12 +439,38 @@ "Display Name" : "Display Name", "GPUs support" : "GPUs support", "Compute device" : "Compute device", + "Advanced deploy options" : "Advanced deploy options", + "Edit ExApp deploy options before installation" : "Edit ExApp deploy options before installation", + "Configured ExApp deploy options. Can be set only during installation" : "Configured ExApp deploy options. Can be set only during installation", + "Learn more" : "Learn more", + "Environment variables" : "Environment variables", + "ExApp container environment variables" : "ExApp container environment variables", + "No environment variables defined" : "No environment variables defined", + "Mounts" : "Mounts", + "Define host folder mounts to bind to the ExApp container" : "Define host folder mounts to bind to the ExApp container", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Must exist on the Deploy daemon host prior to installing the ExApp", + "Host path" : "Host path", + "Container path" : "Container path", + "Read-only" : "Read-only", + "Remove mount" : "Remove mount", + "New mount" : "New mount", + "Enter path to host folder" : "Enter path to host folder", + "Enter path to container folder" : "Enter path to container folder", + "Toggle read-only mode" : "Toggle read-only mode", + "Confirm adding new mount" : "Confirm adding new mount", + "Confirm" : "Confirm", + "Cancel adding mount" : "Cancel adding mount", + "Cancel" : "Cancel", + "Add mount" : "Add mount", + "ExApp container mounts" : "ExApp container mounts", + "No mounts defined" : "No mounts defined", "Description" : "Description", "Details" : "Details", "All" : "All", "Limit app usage to groups" : "Limit app usage to groups", "No results" : "No results", "Update to {version}" : "Update to {version}", + "Deploy options" : "Deploy options", "Default Deploy daemon is not accessible" : "Default Deploy daemon is not accessible", "Delete data on remove" : "Delete data on remove", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "This app has no minimum Nextcloud version assigned. This will cause an error in the future.", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "Unable to update server side encryption config", "Please confirm the group removal" : "Please confirm the group removal", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "You are about to remove the group \"{group}\". The accounts will NOT be deleted.", - "Cancel" : "Cancel", - "Confirm" : "Confirm", "Submit" : "Submit", "Rename group" : "Rename group", "Remove group" : "Remove group", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "Error cropping profile picture", "Error saving profile picture" : "Error saving profile picture", "Error removing profile picture" : "Error removing profile picture", - "Your biography" : "Your biography", + "Your biography. Markdown is supported." : "Your biography. Markdown is supported.", "Enter your date of birth" : "Enter your date of birth", "Unable to update date of birth" : "Unable to update date of birth", "You are a member of the following groups:" : "You are a member of the following groups:", @@ -653,6 +680,7 @@ "Group admin for" : "Group admin for", "Account backend" : "Account backend", "Storage location" : "Storage location", + "First login" : "First login", "Last login" : "Last login", "Account actions" : "Account actions", "Password or insufficient permissions message" : "Password or insufficient permissions message", @@ -691,6 +719,7 @@ "Show language" : "Show language", "Show account backend" : "Show account backend", "Show storage path" : "Show storage path", + "Show first login" : "Show first login", "Show last login" : "Show last login", "Sorting" : "Sorting", "The system config enforces sorting the groups by name. This also disables showing the member count." : "The system config enforces sorting the groups by name. This also disables showing the member count.", @@ -763,7 +792,7 @@ "Show to everyone" : "Show to everyone", "Show to logged in accounts only" : "Show to logged in accounts only", "Hide" : "Hide", - "manual-install apps cannot be updated" : "manual-install apps cannot be updated", + "Manually installed apps cannot be updated" : "Manually installed apps cannot be updated", "{progress}% Deploying …" : "{progress}% Deploying …", "{progress}% Initializing …" : "{progress}% Initializing …", "Health checking" : "Health checking", @@ -773,6 +802,7 @@ "Allow untested app" : "Allow untested app", "The app will be downloaded from the App Store" : "The app will be downloaded from the App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected.", + "Unknown" : "Unknown", "Never" : "Never", "Could not register device: Network error" : "Could not register device: Network error", "Could not register device: Probably already registered" : "Could not register device: Probably already registered", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "This community release of Nextcloud is unsupported and instant notifications are unavailable.", "Use a second factor besides your password to increase security for your account." : "Use a second factor besides your password to increase security for your account.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication.", - "No user supplied" : "No user supplied", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Please provide an admin recovery password; otherwise, all user data will be lost.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend does not support password change, but the user's encryption key was updated.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "You need to set your user email before being able to send test emails. Go to %s for that.", - "Invalid user" : "Invalid user", - "Your username is: %s" : "Your username is: %s", - "Logged in user must be a subadmin" : "Logged in user must be a subadmin", - "Old user imported certificates" : "Old user imported certificates", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "File locking" : "File locking", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", - "MySQL unicode support" : "MySQL unicode support", - "Overwrite cli URL" : "Overwrite CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", - "Exclude groups from sharing" : "Exclude groups from sharing", - "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", "Set default expiration date for shares" : "Set default expiration date for shares", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.", - "{license}-licensed" : "{license}-licensed", - "Rating: {score}/10" : "Rating: {score}/10", - "Username" : "Username", - "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).", - "The cron.php needs to be executed by the system user \"{user}\"." : "The cron.php needs to be executed by the system user \"{user}\".", - "Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", + "Your biography" : "Your biography", "You are using <strong>{usage}</strong>" : "You are using <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Additional emails", - "Enable Profile" : "Enable Profile", - "No users" : "No users", - "Loading users …" : "Loading users …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", "New user" : "New user", "Groups (required)" : "Groups (required)", "Set user groups" : "Set user groups", @@ -889,39 +892,15 @@ "Set user manager" : "Set user manager", "Username will be autogenerated" : "Username will be autogenerated", "Username (required)" : "Username (required)", + "Loading users …" : "Loading users …", + "Username" : "Username", "User backend" : "User backend", "User actions" : "User actions", - "Loading user …" : "Loading user …", - "You do not have permissions to see the details of this user" : "You do not have permissions to see the details of this user", "Add user to group" : "Add user to group", - "Set user as admin for" : "Set user as admin for", - "Select user quota" : "Select user quota", - "Delete user" : "Delete user", - "Wipe all devices" : "Wipe all devices", - "Disable user" : "Disable user", - "Enable user" : "Enable user", - "Failed to update user manager" : "Failed to update user manager", - "Toggle user actions menu" : "Toggle user actions menu", - "User management settings" : "User management settings", - "Show user backend" : "Show user backend", - "Send welcome email to new users" : "Send welcome email to new users", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", - "by {author}\n{license}" : "by {author}\n{license}", - "User management" : "User management", - "Active users" : "Active users", - "Disabled users" : "Disabled users", - "Creating group …" : "Creating group …", - "User group: {group}" : "User group: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions", - "Show to logged in users only" : "Show to logged in users only", - "Nextcloud help resources" : "Nextcloud help resources", - "SMTP Username" : "SMTP Username", - "Follow us on Twitter" : "Follow us on Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "Active accounts" : "Active accounts", + "Follow us on Twitter" : "Follow us on Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/eo.js b/apps/settings/l10n/eo.js index 887215b1f86..2eccf202c45 100644 --- a/apps/settings/l10n/eo.js +++ b/apps/settings/l10n/eo.js @@ -139,6 +139,9 @@ OC.L10N.register( "Disable all" : "Malŝalti ĉiujn", "Loading" : "Ŝargado", "Type" : "Tipo", + "Learn more" : "Scii pli", + "Confirm" : "Konfirmi", + "Cancel" : "Nuligi", "Description" : "Priskribo", "Details" : "Detaloj", "All" : "Ĉio", @@ -190,8 +193,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Jen la fina averto: ĉu vi certe volas ŝalti ĉifradon?", "No encryption module loaded, please enable an encryption module in the app menu." : "Neniu ĉifrado-modulo ŝargita. Bv. ebligi iun ĉifrado-modulon en la aplikaĵa menuo.", "Select default encryption module:" : "Elekti defaŭltan ĉifrado-modulon:", - "Cancel" : "Nuligi", - "Confirm" : "Konfirmi", "Submit" : "Sendi", "Remove group" : "Forigi grupon", "Current password" : "Nuna pasvorto", @@ -257,6 +258,7 @@ OC.L10N.register( "Download and enable" : "Elŝuti kaj ŝalti", "Disable" : "Malŝalti", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Tiu aplikaĵo ne kongruas kun via Nextcloud-versio. Se vi daŭrigas, vi tamen povos instali ĝin, sed eble tiu aplikaĵo ne funkcios bone.", + "Unknown" : "Nekonata", "Never" : "Neniam", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplikaĵo estis ŝaltita, sed ĝi bezonas ĝisdatiĝi. Vi estos direktita al ĝisdatiga paĝon post 5 sekundoj.", "Do you really want to wipe your data from this device?" : "Ĉu vi vere volas forviŝi viajn datumojn el tiu ĉi aparato?", @@ -298,30 +300,10 @@ OC.L10N.register( "Subscribe to our newsletter" : "Aboni nian retan bultenon", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Tiu elkomunuma eldono de Nextcloud ne estas subtenata, kaj tuj-sciigoj ne disponeblas.", "Use a second factor besides your password to increase security for your account." : "Uzu duan fazon krom via pasvorto por plisekurigi vian konton.", - "No user supplied" : "Neniu uzanto provizita", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bonvolu doni reekhava pasvorton de administranto; aliokaze, ĉiuj uzanto-datumoj perdiĝos.", - "Invalid user" : "Nevalida uzanto", - "Your username is: %s" : "Via uzantnomo estas: %s", - "Logged in user must be a subadmin" : "La konektita uzanto estu subadministranto.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankas kelkaj indeksoj en la datumbazo. Pro la ebla malrapideco aldoni indeksojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-indices“, dum la servilo estas funkcianta. Kiam la indeksoj ekzistos, la uzo de tiuj tabelojn estos kutime pli rapida.", - "Exclude groups from sharing" : "Malhelpi, ke grupoj kunhavigas", - "These groups will still be able to receive shares, but not to initiate them." : "Tiu ĉi grupoj povos ricevi kunhavojn, sed ne ekigi ilin.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Kiam grupoj estas aŭ elektitaj aŭ nedevigataj, ili sekvas la jenan logikon por decidi, ĉu uzanto estas devigata uzi dufazan aŭtentigon (2FA). Se neniu grupo estas elektita, 2FA estas devigata por ĉiuj escepte membrojn de la nedevigataj grupoj. Se uzanto estas samtempe en elektita kaj nedevigata grupo, la elektita ekprioritatas kaj 2FA estas devigata.", - "{license}-licensed" : "Permesilo: {license}", - "Username" : "Uzantonomo", "New user" : "Nova uzanto", + "Username" : "Uzantonomo", "User backend" : "Uzanto-loko", - "You do not have permissions to see the details of this user" : "Vi ne rajtas vidi detalojn pri tiu ĉu uzanto", - "Set user as admin for" : "Agordi uzanton kiel administranto por", - "Select user quota" : "Elekti uzant-kvoton", - "Delete user" : "Forigi uzanton", - "Wipe all devices" : "Forviŝi ĉiujn aparaton", - "Disable user" : "Malebligi uzanton", - "Enable user" : "Ebligi uzanton", - "Show user backend" : "Montri uzantolokon", - "Active users" : "Aktivaj uzantoj", - "Disabled users" : "Malebligitaj uzantoj", - "SMTP Username" : "SMTP-uzantonomo", "Follow us on Twitter" : "Sekvu nin per Twitter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/eo.json b/apps/settings/l10n/eo.json index f2c6dddd3e5..bbdb50fdabf 100644 --- a/apps/settings/l10n/eo.json +++ b/apps/settings/l10n/eo.json @@ -137,6 +137,9 @@ "Disable all" : "Malŝalti ĉiujn", "Loading" : "Ŝargado", "Type" : "Tipo", + "Learn more" : "Scii pli", + "Confirm" : "Konfirmi", + "Cancel" : "Nuligi", "Description" : "Priskribo", "Details" : "Detaloj", "All" : "Ĉio", @@ -188,8 +191,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Jen la fina averto: ĉu vi certe volas ŝalti ĉifradon?", "No encryption module loaded, please enable an encryption module in the app menu." : "Neniu ĉifrado-modulo ŝargita. Bv. ebligi iun ĉifrado-modulon en la aplikaĵa menuo.", "Select default encryption module:" : "Elekti defaŭltan ĉifrado-modulon:", - "Cancel" : "Nuligi", - "Confirm" : "Konfirmi", "Submit" : "Sendi", "Remove group" : "Forigi grupon", "Current password" : "Nuna pasvorto", @@ -255,6 +256,7 @@ "Download and enable" : "Elŝuti kaj ŝalti", "Disable" : "Malŝalti", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Tiu aplikaĵo ne kongruas kun via Nextcloud-versio. Se vi daŭrigas, vi tamen povos instali ĝin, sed eble tiu aplikaĵo ne funkcios bone.", + "Unknown" : "Nekonata", "Never" : "Neniam", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplikaĵo estis ŝaltita, sed ĝi bezonas ĝisdatiĝi. Vi estos direktita al ĝisdatiga paĝon post 5 sekundoj.", "Do you really want to wipe your data from this device?" : "Ĉu vi vere volas forviŝi viajn datumojn el tiu ĉi aparato?", @@ -296,30 +298,10 @@ "Subscribe to our newsletter" : "Aboni nian retan bultenon", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Tiu elkomunuma eldono de Nextcloud ne estas subtenata, kaj tuj-sciigoj ne disponeblas.", "Use a second factor besides your password to increase security for your account." : "Uzu duan fazon krom via pasvorto por plisekurigi vian konton.", - "No user supplied" : "Neniu uzanto provizita", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Bonvolu doni reekhava pasvorton de administranto; aliokaze, ĉiuj uzanto-datumoj perdiĝos.", - "Invalid user" : "Nevalida uzanto", - "Your username is: %s" : "Via uzantnomo estas: %s", - "Logged in user must be a subadmin" : "La konektita uzanto estu subadministranto.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Mankas kelkaj indeksoj en la datumbazo. Pro la ebla malrapideco aldoni indeksojn en grandaj tabeloj, ili ne estis aldonitaj aŭtomate. Vi povas aldoni ilin mane, rulante komandlinie „occ db:add-missing-indices“, dum la servilo estas funkcianta. Kiam la indeksoj ekzistos, la uzo de tiuj tabelojn estos kutime pli rapida.", - "Exclude groups from sharing" : "Malhelpi, ke grupoj kunhavigas", - "These groups will still be able to receive shares, but not to initiate them." : "Tiu ĉi grupoj povos ricevi kunhavojn, sed ne ekigi ilin.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Kiam grupoj estas aŭ elektitaj aŭ nedevigataj, ili sekvas la jenan logikon por decidi, ĉu uzanto estas devigata uzi dufazan aŭtentigon (2FA). Se neniu grupo estas elektita, 2FA estas devigata por ĉiuj escepte membrojn de la nedevigataj grupoj. Se uzanto estas samtempe en elektita kaj nedevigata grupo, la elektita ekprioritatas kaj 2FA estas devigata.", - "{license}-licensed" : "Permesilo: {license}", - "Username" : "Uzantonomo", "New user" : "Nova uzanto", + "Username" : "Uzantonomo", "User backend" : "Uzanto-loko", - "You do not have permissions to see the details of this user" : "Vi ne rajtas vidi detalojn pri tiu ĉu uzanto", - "Set user as admin for" : "Agordi uzanton kiel administranto por", - "Select user quota" : "Elekti uzant-kvoton", - "Delete user" : "Forigi uzanton", - "Wipe all devices" : "Forviŝi ĉiujn aparaton", - "Disable user" : "Malebligi uzanton", - "Enable user" : "Ebligi uzanton", - "Show user backend" : "Montri uzantolokon", - "Active users" : "Aktivaj uzantoj", - "Disabled users" : "Malebligitaj uzantoj", - "SMTP Username" : "SMTP-uzantonomo", "Follow us on Twitter" : "Sekvu nin per Twitter" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index d80a4682269..09e9f3d2a48 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -121,6 +121,11 @@ OC.L10N.register( "Personal info" : "Información personal", "Mobile & desktop" : "Móvil y escritorio", "Email server" : "Servidor de correo electrónico", + "Mail Providers" : "Proveedores de email", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "El proveedor de correo permite enviar correos electrónicos directamente a través de la cuenta de correo personal del usuario. En la actualidad, esta funcionalidad se limita a las invitaciones de calendario. Requiere Nextcloud Mail 4.1 y una cuenta de correo electrónico en Nextcloud Mail que coincida con la dirección de correo electrónico del usuario en Nextcloud.", + "Send emails using" : "Enviar correos usando", + "User's email account" : "Cuenta de correo del usuario", + "System email account" : "Cuenta de correo del sistema", "Security & setup checks" : "Chequeos de seguridad e instalación ", "Background jobs" : "Trabajos en segundo plano", "Unlimited" : "Ilimitado", @@ -206,11 +211,15 @@ OC.L10N.register( "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached está configurado como un caché distribuido, pero el módulo PHP incorrecto (memcache) está instalado. Por favor, instale el módulo PHP \"memcached\".", "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached está configurado como un caché distribuido, pero el módulo PHP \"memcached\" no está instalado. Por favor, instale el módulo PHP \"memcached\".", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No hay un caché en memoria configurado. Para mejorar el rendimiento, configura memcache, si está disponible.", + "Failed to write and read a value from local cache." : "Fallo al escribir y leer un valor de la caché local.", + "Failed to write and read a value from distributed cache." : "Fallo al escribir y leer un valor de la caché distribuida.", "Configured" : "Configurado", "Mimetype migrations available" : "Están disponibles las migraciones del tipo MIME", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Una o más migraciones del tipo MIME están disponibles. Ocasionalmente, nuevos tipos MIME se añaden para manejar de una manera más adecuada ciertos tipos de archivo. Migrar los tipos MIME puede tomar un tiempo considerable en instancias grandes así que esto no se hace de manera automática durante las actualizaciones. Use el comando `occ maintenance:repair --include-expensive` para realizar las migraciones.", "MySQL row format" : "Formato de columnas MySQL", "You are not using MySQL" : "No está usando MySQL", + "None of your tables use ROW_FORMAT=Compressed" : "Ninguna de tus tablas usan ROW_FORMAT=Compressed", + "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "Se ha encontrado un formato de fila incorrecto en tu base de datos. ROW_FORMAT=Dynamic ofrece las mejores prestaciones de base de datos para Nextcloud. Por favor, actualice el formato de fila en la siguiente lista: %s.", "MySQL Unicode support" : "Soporte Unicode de MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL se está utilizando como base de datos y soportar caracteres de 4 bytes", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL se está utilizando como base de datos pero no soporta caracteres de 4 bytes. Para que a esta le sea posible manejar caracteres de 4 bytes (como los emojis) sin problemas en los nombres de archivo o comentarios , por ejemplo, se recomienda habilitar el soporte de 4 bytes en MySQL.", @@ -234,6 +243,11 @@ OC.L10N.register( "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.", "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.", + "PHP file size upload limit" : "Límite de carga de archivos en PHP", + "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "El upload_max_filesize de PHP es demasiado bajo. Se recomienda un tamaño de al menos %1$s. Valor actual: %2$s.", + "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "El post_max_size de PHP es demasiado bajo. Se recomienda un tamaño de al menos %1$s. Valor actual: %2$s.", + "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "El max_input_time de PHP es demasiado bajo. Se recomienda un tiempo de al menos %1$s. Valor actual: %2$s.", + "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "El max_execution_time de PHP es demasiado bajo. Se recomienda un tiempo de al menos %1$s. Valor actual: %2$s.", "PHP memory limit" : "Límite de memoria PHP", "The PHP memory limit is below the recommended value of %s." : "El límite de memoria PHP está por debajo del valor recomendado, %s.", "PHP modules" : "Módulos PHP", @@ -291,6 +305,7 @@ OC.L10N.register( "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la version 10.3 de MariaDB, esta versión ya está en end-of-life y sólo está soportada por Ubuntu 20.04. Se sugiere utilizar MariaDB >=%1$s and <=%2$s para un mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la versión \"%1$s\" de MariaDB. Se sugiere utilizar una versión de MariaDB entre >=%2$s y <=%3$s para un mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud.", "MySQL version \"%1$s\" detected. MySQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la versión MySQL \"%1$s\" . Se sugiere utilizar MySQL >=%2$s y <=%3$s para el mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud.", + "PostgreSQL version \"%1$s\" detected. PostgreSQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "La versión de PostgreSQL es\"%1$s\". Se recomienda PostgreSQL>=%2$s y <=%3$s para un mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite se está utilizando actualmente como la base de datos principal. Para instalaciones más grandes, recomendamos que cambie a una base de datos principal diferente. Esto es particularmente recomendado cuando se utiliza el cliente de escritorio para la sincronización de archivos. Para migrar a otra base de datos, utilice la herramienta de línea de comandos: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de base de datos desconocida", "Architecture" : "Arquitectura", @@ -323,6 +338,7 @@ OC.L10N.register( "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Las tareas de IA pueden ser implementadas por diferentes aplicaciones. Aquí puede definir que app se debería utilizar para cada tarea.", "Task:" : "Tarea:", "Enable" : "Activar", + "None of your currently installed apps provide Task processing functionality" : "Ninguna de las aplicaciones que tienes actualmente instaladas proveen la funcionalidad de Tareas", "Machine translation" : "Traducción de máquina", "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "La traducción de máquina puede estar implementada por diferentes apps. Aquí puede definir la precedencia de las apps de traducción de máquina que ha instalado en el momento.", "Image generation" : "Generación de imágenes", @@ -330,6 +346,7 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "Ninguna de las aplicaciones instaladas provee funcionalidad de generación de imágenes", "Text processing" : "Procesamiento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Las tareas de procesamiento de texto pueden estar implementadas por diferentes apps. Aquí puede definir cual app debe utilizarse para cada tarea.", + "None of your currently installed apps provide text processing functionality using the Text Processing API." : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de procesamiento de texto usando la API de Text Processing.", "Here you can decide which group can access certain sections of the administration settings." : "Aquí puede decidir qué grupo puede acceder a determinadas secciones de la configuración de administración.", "None" : "Ninguno", "Unable to modify setting" : "No se ha podido modificar la configuración", @@ -344,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Forzar la protección por contraseña.", "Exclude groups from password requirements" : "Excluir grupos de los requisitos de contraseña", "Exclude groups from creating link shares" : "Excluir grupos de la creación de enlaces compartidos", + "Allow users to set custom share link tokens" : "Permitir a los usuarios definir un token personalizado en sus enlaces", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Compartir con tokens personalizados seguirán siendo accesibles después de desactivar esta opción.", + "Shares with guessable tokens may be accessed easily" : "Los recursos compartidos con tokens adivinables podrán ser accedidos fácilmente", "Limit sharing based on groups" : "Limitar el compartir basado en grupos", "Allow sharing for everyone (default)" : "Permitir compartir a cualquiera (por defecto)", "Exclude some groups from sharing" : "Excluir algunos grupos de compartir", @@ -351,6 +371,7 @@ OC.L10N.register( "Groups allowed to share" : "Grupos permitidos para compartir", "Groups excluded from sharing" : "Excluir grupos de compartir", "Not allowed groups will still be able to receive shares, but not to initiate them." : "Los grupos no permitidos aún podrán recibir recursos compartidos, pero no los podrán iniciar.", + "Set default expiration date for internal shares" : "Establecer fecha de caducidad predeterminada para enlaces compartidos internos", "Enforce expiration date" : "Forzar expiración", "Default expiration time of new shares in days" : "Tiempo de caducidad predeterminado para nuevos recursos compartidos, en días", "Expire shares after x days" : "Los recursos compartidos caducan tras x días", @@ -361,7 +382,10 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Establecer fecha de caducidad por defecto para recursos compartidos por enlace o por correo", "Default expiration time of shares in days" : "Fecha de caducidad predeterminada de recursos compartidos, en días", "Privacy settings for sharing" : "Ajustes de privacidad al compartir", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Permitir el autocompletado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si el autocompletado \"en mismo grupo\" e \"integración del número de telefono\" están activados, una coincidencia en cualquiera de ellos es suficiente para mostrar un usuario.", + "Restrict account name autocompletion and system address book access to users within the same groups" : "Limitar autocompletar el nombre de usuario y el acceso a la libreta de direcciones del sistema solo para los usuarios dentro de un mismo grupo", + "Restrict account name autocompletion to users based on phone number integration" : "Limitar autocompletar el nombre de usuario a usuarios basándose en la integración del número de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir autocompletado del nombre de usuario cuando se introduzca el nombre completo o la dirección del email (ignorando la falta de coincidencia en la agenda de teléfonos y ser del mismo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar texto de aviso en la página de subida de enlace público (solo se muestra cuando la lista de archivos está oculta)", "Disclaimer text" : "Descargo de responsabilidad", @@ -417,13 +441,40 @@ OC.L10N.register( "Display Name" : "Nombre a mostrar", "GPUs support" : "Soporte a GPUs", "Compute device" : "Dispositivo de cómputo", + "Advanced deploy options" : "Opciones avanzadas del despliegue", + "Edit ExApp deploy options before installation" : "Editar las opciones de despliegue de ExApp antes de la instalación", + "Configured ExApp deploy options. Can be set only during installation" : "Opciones de despliegue de ExApp configuradas. Sólo pueden configurarse durante la instalación", + "Learn more" : "Aprender más", + "Environment variables" : "Variables de entorno", + "ExApp container environment variables" : "Variables de entorno del contenedor ExApp ", + "No environment variables defined" : "No hay variables de entorno definidas", + "Mounts" : "Montajes", + "Define host folder mounts to bind to the ExApp container" : "Definir la carpeta de montajes del host para enlazar con el contenedor ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Debe existir en el host el daemon Deploy antes de instalar ExApp", + "Host path" : "Carpeta del host", + "Container path" : "Carpeta del contenedor", + "Read-only" : "Solo lectura", + "Remove mount" : "Eliminar montaje", + "New mount" : "Montar nuevo", + "Enter path to host folder" : "Introduzca la ubicación de la carpeta del host", + "Enter path to container folder" : "Introduzca la ubicación de la carpeta del contenedor", + "Toggle read-only mode" : "Alternar modo solo lectura", + "Confirm adding new mount" : "Confirmar añadir montaje", + "Confirm" : "Confirmar", + "Cancel adding mount" : "Cancelar añadir montaje", + "Cancel" : "Cancelar", + "Add mount" : "Añadir montaje", + "ExApp container mounts" : "Montajes del contenedor ExApp", + "No mounts defined" : "No hay montajes definidos", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", "Limit app usage to groups" : "Limitar uso de apps a grupos", "No results" : "No hay resultados", "Update to {version}" : "Actualizar a {version}", + "Deploy options" : "Opciones del despliegue", "Default Deploy daemon is not accessible" : "No se puede acceder al Daemon de despliegue predeterminado", + "Delete data on remove" : "Eliminar datos al borrar", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Esta app no tiene una versión mínima de Nextcloud asignada. Esto será un error en el futuro.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Esta app no tiene una versión máxima de Nextcloud asignada. Esto será un error en el futuro.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede instalarse porque las siguientes dependencias no están cumplimentadas:", @@ -514,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "No ha sido posible actualizar la configuración de cifrado del lado del servidor", "Please confirm the group removal" : "Por favor, confirme la eliminación del grupo", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Las cuentas NO serán eliminadas.", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Renombrar grupo", "Remove group" : "Eliminar grupo", @@ -537,9 +586,12 @@ OC.L10N.register( "Error cropping profile picture" : "Error recortando imagen del perfil", "Error saving profile picture" : "Error guardando imagen del perfil", "Error removing profile picture" : "Error eliminando imagen del perfil", - "Your biography" : "Tu biografía", + "Your biography. Markdown is supported." : "Tu biografía. Se admite Markdown.", + "Enter your date of birth" : "Indica tu fecha de nacimiento", "Unable to update date of birth" : "No se puede actualizar su fecha de nacimiento", "You are a member of the following groups:" : "Eres miembro de los siguientes grupos:", + "You are using {s}{usage}{/s}" : "Estás usando {s}{usage}{/s}", + "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Estás usando {s}{usage}{/s} de {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "Your full name" : "Tu nombre completo", "Primary email for password reset and notifications" : "Dirección email principal para restablecer contraseña y notificaciones", "Email options" : "Opciones de email", @@ -558,6 +610,7 @@ OC.L10N.register( "No email address set" : "No hay establecida ninguna dirección de correo", "Your handle" : "Su identificador", "Day to use as the first day of week" : "Primer día de la semana", + "Derived from your locale ({weekDayName})" : "Obtenido de su región ({weekDayName})", "Unable to update first day of week" : "No se pudo modificar el primer día de la semana", "Your headline" : "Su titular", "Languages" : "Idiomas", @@ -576,6 +629,10 @@ OC.L10N.register( "Unable to update profile enabled state" : "No se pudo actualizar el estado habilitado del perfil", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Se respetará en su perfil el ajuste más restrictivo entre visibilidad y alcance. Por ejemplo, si la visibilidad está configurada en \"Mostrar a todos\" y el alcance en \"Privado\", los ajustes de \"Privado\" se respetarán.", "Unable to update visibility of {displayId}" : "No se pudo actualizar la visibilidad de {displayId}", + "she/her" : "ella", + "he/him" : "él", + "they/them" : "elle", + "Your pronouns. E.g. ${pronounsExample}" : "Tus pronombres. Por ejemplo ${pronounsExample}", "Your role" : "Su rol", "Your X (formerly Twitter) handle" : "Tu usuario de X (anteriormente Twitter)", "Your website" : "La dirección de su sitio web", @@ -604,18 +661,28 @@ OC.L10N.register( "Password (required)" : "Contraseña (requerido)", "Email (required)" : "Email (requerido)", "Email" : "Correo electrónico", + "Member of the following groups (required)" : "Miembro de los siguientes grupos (requerido)", + "Member of the following groups" : "Miembro de los siguientes grupos", + "Set account groups" : "Definir grupos de la cuenta", + "Admin of the following groups" : "Administrador de los siguientes grupos", + "Set account as admin for …" : "Establecer cuenta de administrador a ...", "Quota" : "Espacio asignado", + "Set account quota" : "Definir cuota de la cuenta", "Language" : "Idioma", "Set default language" : "Establecer idioma por defecto", "Add new account" : "Añadir nueva cuenta", "Manager" : "Administrador", "Set line manager" : "Establecer el administrador", + "Account name will be autogenerated" : "El nombre de la cuenta se generará automáticamente", + "Account name (required)" : "Nombre de la cuenta (requerido)", "Total rows summary" : "Resumen de filas totales", "Scroll to load more rows" : "Desplácese para cargar más filas", "Avatar" : "Avatar", "Account name" : "Nombre de cuenta", "Group admin for" : "Administrador de grupo para", + "Account backend" : "Backend de cuenta", "Storage location" : "Ubicación de los datos", + "First login" : "Primer inicio de sesión", "Last login" : "Último inicio de sesión", "Account actions" : "Acciones de la cuenta", "Password or insufficient permissions message" : "Contraseña o mensaje de permisos insuficientes", @@ -654,6 +721,7 @@ OC.L10N.register( "Show language" : "Mostrar lenguaje", "Show account backend" : "Mostrar backend de la cuenta", "Show storage path" : "Mostrar ruta de almacenamiento", + "Show first login" : "Mostrar primer inicio de sesión", "Show last login" : "Mostrar último inicio de sesión", "Sorting" : "Orden", "The system config enforces sorting the groups by name. This also disables showing the member count." : "La configuración de sistema obliga a que los grupos sean ordenados por nombre. Esto también impide mostrar la cantidad de miembros.", @@ -683,6 +751,8 @@ OC.L10N.register( "Loading categories" : "Cargando categorías", "Developer documentation ↗" : "Documentación del desarrollador ↗", "Version {version}, {license}-licensed" : "Versión {version}, licenciado bajo {license}", + "Version {version}" : "Versión {version}", + "All accounts" : "Todas las cuentas", "Admins" : "Administradores", "Account group: {group}" : "Grupo de cuentas: {group}", "Account management" : "Administración de cuentas", @@ -724,13 +794,17 @@ OC.L10N.register( "Show to everyone" : "Mostrar a todos", "Show to logged in accounts only" : "Mostrar únicamente a usuarios con sesión iniciada", "Hide" : "Ocultar", - "manual-install apps cannot be updated" : "Las aplicaciones instaladas manualmente no pueden ser actualizadas", + "Manually installed apps cannot be updated" : "Las aplicaciones instaladas manualmente no pueden ser actualizadas", + "{progress}% Deploying …" : "{progress}% Desplegando …", + "{progress}% Initializing …" : "{progress}% Iniciando …", + "Health checking" : "Revisión de salud del servidor", "Deploy and Enable" : "Desplegar y habilitar", "Download and enable" : "Descargar y activar", "Disable" : "Desactivar", "Allow untested app" : "Habillitar aplicación no probada", "The app will be downloaded from the App Store" : "La app va a ser descargada de la App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta app no está marcada como compatible con tu versión de Nextcloud. Si continúas podrás instalar la app, pero ten en cuenta que podría no funcionar según lo esperado.", + "Unknown" : "Desconocido", "Never" : "Nunca", "Could not register device: Network error" : "No se pudo registrar el dispositivo: Error de red", "Could not register device: Probably already registered" : "No se pudo registrar el dispositivo: Es probable que ya esté registrado", @@ -757,6 +831,7 @@ OC.L10N.register( "Privacy policy" : "Política de privacidad", "None/STARTTLS" : "Ninguno/STARTTLS", "SSL" : "SSL", + "Mail delivery is disabled by instance config \"%s\"." : "El envío de correo electrónico se encuentra deshabilitado por la configuración \"%s\".", "Open documentation" : "Abrir documentación", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es importante configurar este servidor para que pueda enviar correos, por ejemplo para cambios de contraseñas y notificaciones.", "Send mode" : "Modo de envío", @@ -790,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "El lanzamiento de esta versión para la comunidad de Nextcloud no cuenta con soporte y las notificaciones instantáneas no están disponibles.", "Use a second factor besides your password to increase security for your account." : "Use un segundo factor además de su contraseña para incrementar la seguridad de su cuenta. ", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si utiliza aplicaciones de terceras partes para conectarse a Nextcloud, por favor compruebe que crea y configura una contraseña de app para cada una antes de activar el factor de autentificación de dos pasos.", - "No user supplied" : "No se especificó un usuario", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor, asigna una contraseña de recuperación del administrador; si no lo haces, se perderán todos los datos de los usuarios.", - "Backend does not support password change, but the user's encryption key was updated." : "El backend no soporta el cambio de contraseñas, pero se actualizó la llave de cifrado del usuario.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Necesitas configurar tu correo antes de poder enviar mensajes de prueba. Ve a %s para ello.", - "Invalid user" : "Usuario no válido", - "Your username is: %s" : "Su nombre de usuario es: %s", - "Logged in user must be a subadmin" : "El usuario registrado debe ser un subadministrador", - "Old user imported certificates" : "Antiguos certificados importados por el usuario", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba por el usuario los certificados SSL importados. Por favor, revisalo más tarde.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay algunos certificados SSL importados por el usuario que ya no se utilizan con Nextcloud 21. Pueden ser importados con la línea de comandos a través del comando \"occ security:certificates:import\". Sus rutas dentro del directorio de datos se muestran a continuación.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`", "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "File locking" : "Bloqueo de archivos", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueo de ficheros transaccional está deshabilitado, esto puede crear problemas por condiciones de carrera. Habilita \"filelocking.enabled\" en config.php para evitar estos problemas.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo hacer el chequeo del soporte JavaScript. Por favor haga el chequeo manual de si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", - "MySQL unicode support" : "Soporte unicode de MySQL", - "Overwrite cli URL" : "Sobreecribir el URL de la línea de comandos", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se ha podido comprobar la compatibilidad con JavaScript a través de ninguno de sus `trusted_domains` ni `overwrite.cli.url`. Esto puede deberse a un error de DNS en el servidor o a una regla del cortafuegos de salida. Compruebe manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Estás utilizando la versión PHP %s. PHP 8.0 está obsoleto en Nextcloud 27. Nextcloud 28 puede requerir PHP 8.1 como mínimo. Por favor, actualiza cuanto antes a una de las versiones de PHP soportadas oficialmente por el Grupo PHP.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Está instalada la versión MariaDB \"%s\". Nextcloud 21 ya no soporta esta versión y requiere MariaDB 10.2 o superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se utiliza la versión \"%s\" de MySQL. Nextcloud 21 ya no soportará esta versión y requiere MySQL 8.0 o MariaDB 10.2 o superior.", @@ -815,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "El dictado a texto puede estar implementada por diferentes apps. Aquí puede definir cual de ellas debería utilizarse.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de dictado a texto", "None of your currently installed apps provide Text processing functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de procesamiento de texto", - "Exclude groups from sharing" : "Excluye grupos de compartir", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán iniciarlos.", "Set default expiration date for shares" : "Establecer fecha de caducidad predeterminada para recursos compartidos", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir el auto-completado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "La autenticación de dos factores se puede aplicar para todos los usuarios y grupos específicos. Si no tienen configurado un proveedor de dos factores, no podrán iniciar sesión en el sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cuando los grupos se seleccionan/excluyen, usan la siguiente lógica para determinar si un usuario tiene obligada la 2FA: si no hay grupos seleccionados, 2FA está activa para todos excepto los miembros de los grupos excluidos. Si hay grupos seleccionados, 2FA está activa para todos los miembros de estos. Si un usuaro está a la vez en un grupo seleccionado y otro excluido, el seleccionado tiene preferencia y se obliga la 2FA.", - "{license}-licensed" : "licenciado bajo {license}", - "Rating: {score}/10" : "Calificación: {score}/10", - "Username" : "Nombre de usuario", - "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: Instancia de un solo usuario.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 5 minutos a través de HTTP. Caso de uso: Instancia muy pequeña (1-5 usuarios dependiendo del uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "El archivo cron.php debe ser ejecutado por el usuario de sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Activar o desactivar el perfil por defecto para los nuevos usuarios.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", + "Your biography" : "Tu biografía", "You are using <strong>{usage}</strong>" : "Estás usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Estás usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Direcciones de email adicionales", - "Enable Profile" : "Activar Perfil", - "No users" : "Sin usuarios", - "Loading users …" : "Cargando usuarios …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista no se muestra completa por razones de rendimiento. Los usuarios se mostrarán a medida que Ud. navega por la lista.", "New user" : "Nuevo usuario", "Groups (required)" : "Grupos (requerido)", "Set user groups" : "Establecer grupos de usuario", @@ -846,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Establecer administrador de usuario", "Username will be autogenerated" : "El nombre de usuario será autogenerado", "Username (required)" : "Nombre de usuario (requerido)", + "Loading users …" : "Cargando usuarios …", + "Username" : "Nombre de usuario", "User backend" : "Motor de usuario", "User actions" : "Acciones de usuario", - "Loading user …" : "Cargando usuario ...", - "You do not have permissions to see the details of this user" : "No tiene permisos para ver los detalles de este usuario", "Add user to group" : "Añadir usuario a grupo", - "Set user as admin for" : "Marcar usuario como administrador para", - "Select user quota" : "Seleccionar cuota de usuario", - "Delete user" : "Eliminar usuario", - "Wipe all devices" : "Borrar todos los dispositivos", - "Disable user" : "Inhabilitar usuario", - "Enable user" : "Habilitar usuario", - "Failed to update user manager" : "Error al actualizar el administrador de usuarios.", - "Toggle user actions menu" : "Alternar el menú de acciones del usuario", - "User management settings" : "Ajustes de administración de usuarios", - "Show user backend" : "Mostrar motor de usuario", - "Send welcome email to new users" : "Enviar correo de bienvenida a usuarios nuevos", "Name your device" : "Nombre de tu dispositivo", "Server error while trying to add WebAuthn device" : "Error del servidor al intentar añadir el dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Administración de usuarios", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios inhabilitados", - "Creating group …" : "Creando grupo …", - "User group: {group}" : "Grupo del usuario: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "No está disponible ya que la federación ha sido deshabilitada para su cuenta, contacte a su administrador del sistema si tiene cualquier pregunta", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "No está disponible ya que la publicación de datos específicos del usuario en el servidor de búsqueda no está permitida, póngase en contacto con el administrador del sistema si tiene alguna duda", - "Show to logged in users only" : "Mostrar solo a usuarios con inicio de sesión", - "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", - "SMTP Username" : "Nombre de usuario SMTP", - "Follow us on Twitter" : "Síguenos en Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se ha podido comprobar la compatibilidad con JavaScript a través de ninguno de sus `trusted_domains` ni `overwrite.cli.url`. Esto puede deberse a un error de DNS en el servidor o a una regla del cortafuegos de salida. Compruebe manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "Active accounts" : "Cuentas activas", + "Follow us on Twitter" : "Síguenos en Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`. Este fallo puede ser resultado de una inconsistencia DNS del lado del servidor o una regla de salida del cortafuegos.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la versión PostgreSQL \"%s\". Se sugiere utilizar PostgreSQL >=12 y <=16 para el mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud." }, diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index 501df99254f..1d9f5267964 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -119,6 +119,11 @@ "Personal info" : "Información personal", "Mobile & desktop" : "Móvil y escritorio", "Email server" : "Servidor de correo electrónico", + "Mail Providers" : "Proveedores de email", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "El proveedor de correo permite enviar correos electrónicos directamente a través de la cuenta de correo personal del usuario. En la actualidad, esta funcionalidad se limita a las invitaciones de calendario. Requiere Nextcloud Mail 4.1 y una cuenta de correo electrónico en Nextcloud Mail que coincida con la dirección de correo electrónico del usuario en Nextcloud.", + "Send emails using" : "Enviar correos usando", + "User's email account" : "Cuenta de correo del usuario", + "System email account" : "Cuenta de correo del sistema", "Security & setup checks" : "Chequeos de seguridad e instalación ", "Background jobs" : "Trabajos en segundo plano", "Unlimited" : "Ilimitado", @@ -204,11 +209,15 @@ "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached está configurado como un caché distribuido, pero el módulo PHP incorrecto (memcache) está instalado. Por favor, instale el módulo PHP \"memcached\".", "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached está configurado como un caché distribuido, pero el módulo PHP \"memcached\" no está instalado. Por favor, instale el módulo PHP \"memcached\".", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No hay un caché en memoria configurado. Para mejorar el rendimiento, configura memcache, si está disponible.", + "Failed to write and read a value from local cache." : "Fallo al escribir y leer un valor de la caché local.", + "Failed to write and read a value from distributed cache." : "Fallo al escribir y leer un valor de la caché distribuida.", "Configured" : "Configurado", "Mimetype migrations available" : "Están disponibles las migraciones del tipo MIME", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Una o más migraciones del tipo MIME están disponibles. Ocasionalmente, nuevos tipos MIME se añaden para manejar de una manera más adecuada ciertos tipos de archivo. Migrar los tipos MIME puede tomar un tiempo considerable en instancias grandes así que esto no se hace de manera automática durante las actualizaciones. Use el comando `occ maintenance:repair --include-expensive` para realizar las migraciones.", "MySQL row format" : "Formato de columnas MySQL", "You are not using MySQL" : "No está usando MySQL", + "None of your tables use ROW_FORMAT=Compressed" : "Ninguna de tus tablas usan ROW_FORMAT=Compressed", + "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "Se ha encontrado un formato de fila incorrecto en tu base de datos. ROW_FORMAT=Dynamic ofrece las mejores prestaciones de base de datos para Nextcloud. Por favor, actualice el formato de fila en la siguiente lista: %s.", "MySQL Unicode support" : "Soporte Unicode de MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL se está utilizando como base de datos y soportar caracteres de 4 bytes", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL se está utilizando como base de datos pero no soporta caracteres de 4 bytes. Para que a esta le sea posible manejar caracteres de 4 bytes (como los emojis) sin problemas en los nombres de archivo o comentarios , por ejemplo, se recomienda habilitar el soporte de 4 bytes en MySQL.", @@ -232,6 +241,11 @@ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.", "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.", + "PHP file size upload limit" : "Límite de carga de archivos en PHP", + "The PHP upload_max_filesize is too low. A size of at least %1$s is recommended. Current value: %2$s." : "El upload_max_filesize de PHP es demasiado bajo. Se recomienda un tamaño de al menos %1$s. Valor actual: %2$s.", + "The PHP post_max_size is too low. A size of at least %1$s is recommended. Current value: %2$s." : "El post_max_size de PHP es demasiado bajo. Se recomienda un tamaño de al menos %1$s. Valor actual: %2$s.", + "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "El max_input_time de PHP es demasiado bajo. Se recomienda un tiempo de al menos %1$s. Valor actual: %2$s.", + "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "El max_execution_time de PHP es demasiado bajo. Se recomienda un tiempo de al menos %1$s. Valor actual: %2$s.", "PHP memory limit" : "Límite de memoria PHP", "The PHP memory limit is below the recommended value of %s." : "El límite de memoria PHP está por debajo del valor recomendado, %s.", "PHP modules" : "Módulos PHP", @@ -289,6 +303,7 @@ "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la version 10.3 de MariaDB, esta versión ya está en end-of-life y sólo está soportada por Ubuntu 20.04. Se sugiere utilizar MariaDB >=%1$s and <=%2$s para un mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud.", "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la versión \"%1$s\" de MariaDB. Se sugiere utilizar una versión de MariaDB entre >=%2$s y <=%3$s para un mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud.", "MySQL version \"%1$s\" detected. MySQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la versión MySQL \"%1$s\" . Se sugiere utilizar MySQL >=%2$s y <=%3$s para el mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud.", + "PostgreSQL version \"%1$s\" detected. PostgreSQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "La versión de PostgreSQL es\"%1$s\". Se recomienda PostgreSQL>=%2$s y <=%3$s para un mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite se está utilizando actualmente como la base de datos principal. Para instalaciones más grandes, recomendamos que cambie a una base de datos principal diferente. Esto es particularmente recomendado cuando se utiliza el cliente de escritorio para la sincronización de archivos. Para migrar a otra base de datos, utilice la herramienta de línea de comandos: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de base de datos desconocida", "Architecture" : "Arquitectura", @@ -321,6 +336,7 @@ "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Las tareas de IA pueden ser implementadas por diferentes aplicaciones. Aquí puede definir que app se debería utilizar para cada tarea.", "Task:" : "Tarea:", "Enable" : "Activar", + "None of your currently installed apps provide Task processing functionality" : "Ninguna de las aplicaciones que tienes actualmente instaladas proveen la funcionalidad de Tareas", "Machine translation" : "Traducción de máquina", "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "La traducción de máquina puede estar implementada por diferentes apps. Aquí puede definir la precedencia de las apps de traducción de máquina que ha instalado en el momento.", "Image generation" : "Generación de imágenes", @@ -328,6 +344,7 @@ "None of your currently installed apps provide image generation functionality" : "Ninguna de las aplicaciones instaladas provee funcionalidad de generación de imágenes", "Text processing" : "Procesamiento de texto", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Las tareas de procesamiento de texto pueden estar implementadas por diferentes apps. Aquí puede definir cual app debe utilizarse para cada tarea.", + "None of your currently installed apps provide text processing functionality using the Text Processing API." : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de procesamiento de texto usando la API de Text Processing.", "Here you can decide which group can access certain sections of the administration settings." : "Aquí puede decidir qué grupo puede acceder a determinadas secciones de la configuración de administración.", "None" : "Ninguno", "Unable to modify setting" : "No se ha podido modificar la configuración", @@ -342,6 +359,9 @@ "Enforce password protection" : "Forzar la protección por contraseña.", "Exclude groups from password requirements" : "Excluir grupos de los requisitos de contraseña", "Exclude groups from creating link shares" : "Excluir grupos de la creación de enlaces compartidos", + "Allow users to set custom share link tokens" : "Permitir a los usuarios definir un token personalizado en sus enlaces", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Compartir con tokens personalizados seguirán siendo accesibles después de desactivar esta opción.", + "Shares with guessable tokens may be accessed easily" : "Los recursos compartidos con tokens adivinables podrán ser accedidos fácilmente", "Limit sharing based on groups" : "Limitar el compartir basado en grupos", "Allow sharing for everyone (default)" : "Permitir compartir a cualquiera (por defecto)", "Exclude some groups from sharing" : "Excluir algunos grupos de compartir", @@ -349,6 +369,7 @@ "Groups allowed to share" : "Grupos permitidos para compartir", "Groups excluded from sharing" : "Excluir grupos de compartir", "Not allowed groups will still be able to receive shares, but not to initiate them." : "Los grupos no permitidos aún podrán recibir recursos compartidos, pero no los podrán iniciar.", + "Set default expiration date for internal shares" : "Establecer fecha de caducidad predeterminada para enlaces compartidos internos", "Enforce expiration date" : "Forzar expiración", "Default expiration time of new shares in days" : "Tiempo de caducidad predeterminado para nuevos recursos compartidos, en días", "Expire shares after x days" : "Los recursos compartidos caducan tras x días", @@ -359,7 +380,10 @@ "Set default expiration date for shares via link or mail" : "Establecer fecha de caducidad por defecto para recursos compartidos por enlace o por correo", "Default expiration time of shares in days" : "Fecha de caducidad predeterminada de recursos compartidos, en días", "Privacy settings for sharing" : "Ajustes de privacidad al compartir", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Permitir el autocompletado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Si el autocompletado \"en mismo grupo\" e \"integración del número de telefono\" están activados, una coincidencia en cualquiera de ellos es suficiente para mostrar un usuario.", + "Restrict account name autocompletion and system address book access to users within the same groups" : "Limitar autocompletar el nombre de usuario y el acceso a la libreta de direcciones del sistema solo para los usuarios dentro de un mismo grupo", + "Restrict account name autocompletion to users based on phone number integration" : "Limitar autocompletar el nombre de usuario a usuarios basándose en la integración del número de teléfono", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir autocompletado del nombre de usuario cuando se introduzca el nombre completo o la dirección del email (ignorando la falta de coincidencia en la agenda de teléfonos y ser del mismo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Mostrar texto de aviso en la página de subida de enlace público (solo se muestra cuando la lista de archivos está oculta)", "Disclaimer text" : "Descargo de responsabilidad", @@ -415,13 +439,40 @@ "Display Name" : "Nombre a mostrar", "GPUs support" : "Soporte a GPUs", "Compute device" : "Dispositivo de cómputo", + "Advanced deploy options" : "Opciones avanzadas del despliegue", + "Edit ExApp deploy options before installation" : "Editar las opciones de despliegue de ExApp antes de la instalación", + "Configured ExApp deploy options. Can be set only during installation" : "Opciones de despliegue de ExApp configuradas. Sólo pueden configurarse durante la instalación", + "Learn more" : "Aprender más", + "Environment variables" : "Variables de entorno", + "ExApp container environment variables" : "Variables de entorno del contenedor ExApp ", + "No environment variables defined" : "No hay variables de entorno definidas", + "Mounts" : "Montajes", + "Define host folder mounts to bind to the ExApp container" : "Definir la carpeta de montajes del host para enlazar con el contenedor ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Debe existir en el host el daemon Deploy antes de instalar ExApp", + "Host path" : "Carpeta del host", + "Container path" : "Carpeta del contenedor", + "Read-only" : "Solo lectura", + "Remove mount" : "Eliminar montaje", + "New mount" : "Montar nuevo", + "Enter path to host folder" : "Introduzca la ubicación de la carpeta del host", + "Enter path to container folder" : "Introduzca la ubicación de la carpeta del contenedor", + "Toggle read-only mode" : "Alternar modo solo lectura", + "Confirm adding new mount" : "Confirmar añadir montaje", + "Confirm" : "Confirmar", + "Cancel adding mount" : "Cancelar añadir montaje", + "Cancel" : "Cancelar", + "Add mount" : "Añadir montaje", + "ExApp container mounts" : "Montajes del contenedor ExApp", + "No mounts defined" : "No hay montajes definidos", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", "Limit app usage to groups" : "Limitar uso de apps a grupos", "No results" : "No hay resultados", "Update to {version}" : "Actualizar a {version}", + "Deploy options" : "Opciones del despliegue", "Default Deploy daemon is not accessible" : "No se puede acceder al Daemon de despliegue predeterminado", + "Delete data on remove" : "Eliminar datos al borrar", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Esta app no tiene una versión mínima de Nextcloud asignada. Esto será un error en el futuro.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Esta app no tiene una versión máxima de Nextcloud asignada. Esto será un error en el futuro.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede instalarse porque las siguientes dependencias no están cumplimentadas:", @@ -512,8 +563,6 @@ "Unable to update server side encryption config" : "No ha sido posible actualizar la configuración de cifrado del lado del servidor", "Please confirm the group removal" : "Por favor, confirme la eliminación del grupo", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Las cuentas NO serán eliminadas.", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Renombrar grupo", "Remove group" : "Eliminar grupo", @@ -535,9 +584,12 @@ "Error cropping profile picture" : "Error recortando imagen del perfil", "Error saving profile picture" : "Error guardando imagen del perfil", "Error removing profile picture" : "Error eliminando imagen del perfil", - "Your biography" : "Tu biografía", + "Your biography. Markdown is supported." : "Tu biografía. Se admite Markdown.", + "Enter your date of birth" : "Indica tu fecha de nacimiento", "Unable to update date of birth" : "No se puede actualizar su fecha de nacimiento", "You are a member of the following groups:" : "Eres miembro de los siguientes grupos:", + "You are using {s}{usage}{/s}" : "Estás usando {s}{usage}{/s}", + "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "Estás usando {s}{usage}{/s} de {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "Your full name" : "Tu nombre completo", "Primary email for password reset and notifications" : "Dirección email principal para restablecer contraseña y notificaciones", "Email options" : "Opciones de email", @@ -556,6 +608,7 @@ "No email address set" : "No hay establecida ninguna dirección de correo", "Your handle" : "Su identificador", "Day to use as the first day of week" : "Primer día de la semana", + "Derived from your locale ({weekDayName})" : "Obtenido de su región ({weekDayName})", "Unable to update first day of week" : "No se pudo modificar el primer día de la semana", "Your headline" : "Su titular", "Languages" : "Idiomas", @@ -574,6 +627,10 @@ "Unable to update profile enabled state" : "No se pudo actualizar el estado habilitado del perfil", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Se respetará en su perfil el ajuste más restrictivo entre visibilidad y alcance. Por ejemplo, si la visibilidad está configurada en \"Mostrar a todos\" y el alcance en \"Privado\", los ajustes de \"Privado\" se respetarán.", "Unable to update visibility of {displayId}" : "No se pudo actualizar la visibilidad de {displayId}", + "she/her" : "ella", + "he/him" : "él", + "they/them" : "elle", + "Your pronouns. E.g. ${pronounsExample}" : "Tus pronombres. Por ejemplo ${pronounsExample}", "Your role" : "Su rol", "Your X (formerly Twitter) handle" : "Tu usuario de X (anteriormente Twitter)", "Your website" : "La dirección de su sitio web", @@ -602,18 +659,28 @@ "Password (required)" : "Contraseña (requerido)", "Email (required)" : "Email (requerido)", "Email" : "Correo electrónico", + "Member of the following groups (required)" : "Miembro de los siguientes grupos (requerido)", + "Member of the following groups" : "Miembro de los siguientes grupos", + "Set account groups" : "Definir grupos de la cuenta", + "Admin of the following groups" : "Administrador de los siguientes grupos", + "Set account as admin for …" : "Establecer cuenta de administrador a ...", "Quota" : "Espacio asignado", + "Set account quota" : "Definir cuota de la cuenta", "Language" : "Idioma", "Set default language" : "Establecer idioma por defecto", "Add new account" : "Añadir nueva cuenta", "Manager" : "Administrador", "Set line manager" : "Establecer el administrador", + "Account name will be autogenerated" : "El nombre de la cuenta se generará automáticamente", + "Account name (required)" : "Nombre de la cuenta (requerido)", "Total rows summary" : "Resumen de filas totales", "Scroll to load more rows" : "Desplácese para cargar más filas", "Avatar" : "Avatar", "Account name" : "Nombre de cuenta", "Group admin for" : "Administrador de grupo para", + "Account backend" : "Backend de cuenta", "Storage location" : "Ubicación de los datos", + "First login" : "Primer inicio de sesión", "Last login" : "Último inicio de sesión", "Account actions" : "Acciones de la cuenta", "Password or insufficient permissions message" : "Contraseña o mensaje de permisos insuficientes", @@ -652,6 +719,7 @@ "Show language" : "Mostrar lenguaje", "Show account backend" : "Mostrar backend de la cuenta", "Show storage path" : "Mostrar ruta de almacenamiento", + "Show first login" : "Mostrar primer inicio de sesión", "Show last login" : "Mostrar último inicio de sesión", "Sorting" : "Orden", "The system config enforces sorting the groups by name. This also disables showing the member count." : "La configuración de sistema obliga a que los grupos sean ordenados por nombre. Esto también impide mostrar la cantidad de miembros.", @@ -681,6 +749,8 @@ "Loading categories" : "Cargando categorías", "Developer documentation ↗" : "Documentación del desarrollador ↗", "Version {version}, {license}-licensed" : "Versión {version}, licenciado bajo {license}", + "Version {version}" : "Versión {version}", + "All accounts" : "Todas las cuentas", "Admins" : "Administradores", "Account group: {group}" : "Grupo de cuentas: {group}", "Account management" : "Administración de cuentas", @@ -722,13 +792,17 @@ "Show to everyone" : "Mostrar a todos", "Show to logged in accounts only" : "Mostrar únicamente a usuarios con sesión iniciada", "Hide" : "Ocultar", - "manual-install apps cannot be updated" : "Las aplicaciones instaladas manualmente no pueden ser actualizadas", + "Manually installed apps cannot be updated" : "Las aplicaciones instaladas manualmente no pueden ser actualizadas", + "{progress}% Deploying …" : "{progress}% Desplegando …", + "{progress}% Initializing …" : "{progress}% Iniciando …", + "Health checking" : "Revisión de salud del servidor", "Deploy and Enable" : "Desplegar y habilitar", "Download and enable" : "Descargar y activar", "Disable" : "Desactivar", "Allow untested app" : "Habillitar aplicación no probada", "The app will be downloaded from the App Store" : "La app va a ser descargada de la App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta app no está marcada como compatible con tu versión de Nextcloud. Si continúas podrás instalar la app, pero ten en cuenta que podría no funcionar según lo esperado.", + "Unknown" : "Desconocido", "Never" : "Nunca", "Could not register device: Network error" : "No se pudo registrar el dispositivo: Error de red", "Could not register device: Probably already registered" : "No se pudo registrar el dispositivo: Es probable que ya esté registrado", @@ -755,6 +829,7 @@ "Privacy policy" : "Política de privacidad", "None/STARTTLS" : "Ninguno/STARTTLS", "SSL" : "SSL", + "Mail delivery is disabled by instance config \"%s\"." : "El envío de correo electrónico se encuentra deshabilitado por la configuración \"%s\".", "Open documentation" : "Abrir documentación", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Es importante configurar este servidor para que pueda enviar correos, por ejemplo para cambios de contraseñas y notificaciones.", "Send mode" : "Modo de envío", @@ -788,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "El lanzamiento de esta versión para la comunidad de Nextcloud no cuenta con soporte y las notificaciones instantáneas no están disponibles.", "Use a second factor besides your password to increase security for your account." : "Use un segundo factor además de su contraseña para incrementar la seguridad de su cuenta. ", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si utiliza aplicaciones de terceras partes para conectarse a Nextcloud, por favor compruebe que crea y configura una contraseña de app para cada una antes de activar el factor de autentificación de dos pasos.", - "No user supplied" : "No se especificó un usuario", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor, asigna una contraseña de recuperación del administrador; si no lo haces, se perderán todos los datos de los usuarios.", - "Backend does not support password change, but the user's encryption key was updated." : "El backend no soporta el cambio de contraseñas, pero se actualizó la llave de cifrado del usuario.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Necesitas configurar tu correo antes de poder enviar mensajes de prueba. Ve a %s para ello.", - "Invalid user" : "Usuario no válido", - "Your username is: %s" : "Su nombre de usuario es: %s", - "Logged in user must be a subadmin" : "El usuario registrado debe ser un subadministrador", - "Old user imported certificates" : "Antiguos certificados importados por el usuario", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba por el usuario los certificados SSL importados. Por favor, revisalo más tarde.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay algunos certificados SSL importados por el usuario que ya no se utilizan con Nextcloud 21. Pueden ser importados con la línea de comandos a través del comando \"occ security:certificates:import\". Sus rutas dentro del directorio de datos se muestran a continuación.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`", "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "File locking" : "Bloqueo de archivos", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueo de ficheros transaccional está deshabilitado, esto puede crear problemas por condiciones de carrera. Habilita \"filelocking.enabled\" en config.php para evitar estos problemas.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo hacer el chequeo del soporte JavaScript. Por favor haga el chequeo manual de si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", - "MySQL unicode support" : "Soporte unicode de MySQL", - "Overwrite cli URL" : "Sobreecribir el URL de la línea de comandos", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se ha podido comprobar la compatibilidad con JavaScript a través de ninguno de sus `trusted_domains` ni `overwrite.cli.url`. Esto puede deberse a un error de DNS en el servidor o a una regla del cortafuegos de salida. Compruebe manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Estás utilizando la versión PHP %s. PHP 8.0 está obsoleto en Nextcloud 27. Nextcloud 28 puede requerir PHP 8.1 como mínimo. Por favor, actualiza cuanto antes a una de las versiones de PHP soportadas oficialmente por el Grupo PHP.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Está instalada la versión MariaDB \"%s\". Nextcloud 21 ya no soporta esta versión y requiere MariaDB 10.2 o superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se utiliza la versión \"%s\" de MySQL. Nextcloud 21 ya no soportará esta versión y requiere MySQL 8.0 o MariaDB 10.2 o superior.", @@ -813,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "El dictado a texto puede estar implementada por diferentes apps. Aquí puede definir cual de ellas debería utilizarse.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de dictado a texto", "None of your currently installed apps provide Text processing functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de procesamiento de texto", - "Exclude groups from sharing" : "Excluye grupos de compartir", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán iniciarlos.", "Set default expiration date for shares" : "Establecer fecha de caducidad predeterminada para recursos compartidos", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir el auto-completado del nombre de usuario en el diálogo de compartir y permitir el acceso a la libreta de direcciones del sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "La autenticación de dos factores se puede aplicar para todos los usuarios y grupos específicos. Si no tienen configurado un proveedor de dos factores, no podrán iniciar sesión en el sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cuando los grupos se seleccionan/excluyen, usan la siguiente lógica para determinar si un usuario tiene obligada la 2FA: si no hay grupos seleccionados, 2FA está activa para todos excepto los miembros de los grupos excluidos. Si hay grupos seleccionados, 2FA está activa para todos los miembros de estos. Si un usuaro está a la vez en un grupo seleccionado y otro excluido, el seleccionado tiene preferencia y se obliga la 2FA.", - "{license}-licensed" : "licenciado bajo {license}", - "Rating: {score}/10" : "Calificación: {score}/10", - "Username" : "Nombre de usuario", - "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: Instancia de un solo usuario.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 5 minutos a través de HTTP. Caso de uso: Instancia muy pequeña (1-5 usuarios dependiendo del uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "El archivo cron.php debe ser ejecutado por el usuario de sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Activar o desactivar el perfil por defecto para los nuevos usuarios.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", + "Your biography" : "Tu biografía", "You are using <strong>{usage}</strong>" : "Estás usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Estás usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Direcciones de email adicionales", - "Enable Profile" : "Activar Perfil", - "No users" : "Sin usuarios", - "Loading users …" : "Cargando usuarios …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista no se muestra completa por razones de rendimiento. Los usuarios se mostrarán a medida que Ud. navega por la lista.", "New user" : "Nuevo usuario", "Groups (required)" : "Grupos (requerido)", "Set user groups" : "Establecer grupos de usuario", @@ -844,39 +892,15 @@ "Set user manager" : "Establecer administrador de usuario", "Username will be autogenerated" : "El nombre de usuario será autogenerado", "Username (required)" : "Nombre de usuario (requerido)", + "Loading users …" : "Cargando usuarios …", + "Username" : "Nombre de usuario", "User backend" : "Motor de usuario", "User actions" : "Acciones de usuario", - "Loading user …" : "Cargando usuario ...", - "You do not have permissions to see the details of this user" : "No tiene permisos para ver los detalles de este usuario", "Add user to group" : "Añadir usuario a grupo", - "Set user as admin for" : "Marcar usuario como administrador para", - "Select user quota" : "Seleccionar cuota de usuario", - "Delete user" : "Eliminar usuario", - "Wipe all devices" : "Borrar todos los dispositivos", - "Disable user" : "Inhabilitar usuario", - "Enable user" : "Habilitar usuario", - "Failed to update user manager" : "Error al actualizar el administrador de usuarios.", - "Toggle user actions menu" : "Alternar el menú de acciones del usuario", - "User management settings" : "Ajustes de administración de usuarios", - "Show user backend" : "Mostrar motor de usuario", - "Send welcome email to new users" : "Enviar correo de bienvenida a usuarios nuevos", "Name your device" : "Nombre de tu dispositivo", "Server error while trying to add WebAuthn device" : "Error del servidor al intentar añadir el dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Administración de usuarios", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios inhabilitados", - "Creating group …" : "Creando grupo …", - "User group: {group}" : "Grupo del usuario: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "No está disponible ya que la federación ha sido deshabilitada para su cuenta, contacte a su administrador del sistema si tiene cualquier pregunta", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "No está disponible ya que la publicación de datos específicos del usuario en el servidor de búsqueda no está permitida, póngase en contacto con el administrador del sistema si tiene alguna duda", - "Show to logged in users only" : "Mostrar solo a usuarios con inicio de sesión", - "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", - "SMTP Username" : "Nombre de usuario SMTP", - "Follow us on Twitter" : "Síguenos en Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se ha podido comprobar la compatibilidad con JavaScript a través de ninguno de sus `trusted_domains` ni `overwrite.cli.url`. Esto puede deberse a un error de DNS en el servidor o a una regla del cortafuegos de salida. Compruebe manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "Active accounts" : "Cuentas activas", + "Follow us on Twitter" : "Síguenos en Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que este chequeo se lleve a cabo, debe asegurarse que su servidor pueda conectarse a sí mismo. Por tanto, este debe poder resolver y conectarse a alguno de sus `trusted_domains` o al url definido en `overwrite.cli.url`. Este fallo puede ser resultado de una inconsistencia DNS del lado del servidor o una regla de salida del cortafuegos.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Se detectó la versión PostgreSQL \"%s\". Se sugiere utilizar PostgreSQL >=12 y <=16 para el mejor rendimiento, estabilidad y funcionalidad con esta versión de Nextcloud." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/settings/l10n/es_419.js b/apps/settings/l10n/es_419.js index a10b76db0f4..5ab8b5d709d 100644 --- a/apps/settings/l10n/es_419.js +++ b/apps/settings/l10n/es_419.js @@ -103,6 +103,9 @@ OC.L10N.register( "No apps found for your version" : "No se encontraron aplicaciones para tu versión", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -147,8 +150,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -197,6 +198,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Forum" : "Foro", @@ -221,17 +223,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_419.json b/apps/settings/l10n/es_419.json index 12da54e80e2..e3373438b2c 100644 --- a/apps/settings/l10n/es_419.json +++ b/apps/settings/l10n/es_419.json @@ -101,6 +101,9 @@ "No apps found for your version" : "No se encontraron aplicaciones para tu versión", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -145,8 +148,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -195,6 +196,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Forum" : "Foro", @@ -219,17 +221,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_AR.js b/apps/settings/l10n/es_AR.js index 910ea3046db..3a3cee55aec 100644 --- a/apps/settings/l10n/es_AR.js +++ b/apps/settings/l10n/es_AR.js @@ -99,6 +99,9 @@ OC.L10N.register( "Loading" : "Cargando", "Type" : "Escribir", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conozca más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -143,8 +146,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente desea habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, favor de habilitar un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Seleccionar modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -191,6 +192,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicacion", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Usted será redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -215,17 +217,8 @@ OC.L10N.register( "Like our Facebook page" : "Me gusta en nuestra página de Facebook", "Check out our blog" : "Echa un vistazo a nuestro blog.", "Subscribe to our newsletter" : "Suscríbete a nuestro boletín", - "No user supplied" : "No se proporcionó un usuario", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Favor de proporcionar una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Su nombre de usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos áun podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Nombre de usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "nombre de usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_AR.json b/apps/settings/l10n/es_AR.json index f4af313ce50..a10cabb3b3b 100644 --- a/apps/settings/l10n/es_AR.json +++ b/apps/settings/l10n/es_AR.json @@ -97,6 +97,9 @@ "Loading" : "Cargando", "Type" : "Escribir", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conozca más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -141,8 +144,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente desea habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, favor de habilitar un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Seleccionar modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -189,6 +190,7 @@ "App bundles" : "Paquetes de aplicacion", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Usted será redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -213,17 +215,8 @@ "Like our Facebook page" : "Me gusta en nuestra página de Facebook", "Check out our blog" : "Echa un vistazo a nuestro blog.", "Subscribe to our newsletter" : "Suscríbete a nuestro boletín", - "No user supplied" : "No se proporcionó un usuario", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Favor de proporcionar una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Su nombre de usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos áun podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Nombre de usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "nombre de usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_CL.js b/apps/settings/l10n/es_CL.js index 21176d68016..76fadf01ee8 100644 --- a/apps/settings/l10n/es_CL.js +++ b/apps/settings/l10n/es_CL.js @@ -108,6 +108,9 @@ OC.L10N.register( "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -152,8 +155,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -201,6 +202,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -225,18 +227,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_CL.json b/apps/settings/l10n/es_CL.json index a612c2070dc..3727b9f71fb 100644 --- a/apps/settings/l10n/es_CL.json +++ b/apps/settings/l10n/es_CL.json @@ -106,6 +106,9 @@ "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -150,8 +153,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -199,6 +200,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -223,18 +225,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_CO.js b/apps/settings/l10n/es_CO.js index 7e26d585032..2defecec745 100644 --- a/apps/settings/l10n/es_CO.js +++ b/apps/settings/l10n/es_CO.js @@ -107,6 +107,9 @@ OC.L10N.register( "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -151,8 +154,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -199,6 +200,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Forum" : "Foro", @@ -222,18 +224,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_CO.json b/apps/settings/l10n/es_CO.json index 93075913a00..53f6ab989db 100644 --- a/apps/settings/l10n/es_CO.json +++ b/apps/settings/l10n/es_CO.json @@ -105,6 +105,9 @@ "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -149,8 +152,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -197,6 +198,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Forum" : "Foro", @@ -220,18 +222,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_CR.js b/apps/settings/l10n/es_CR.js index ac0ad94253e..bb8024f37d8 100644 --- a/apps/settings/l10n/es_CR.js +++ b/apps/settings/l10n/es_CR.js @@ -107,6 +107,9 @@ OC.L10N.register( "Loading" : "Cargando", "Daemon" : "Demonio", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -151,8 +154,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -199,6 +200,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -223,18 +225,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_CR.json b/apps/settings/l10n/es_CR.json index 0fb6fae1af5..28dc3ba5434 100644 --- a/apps/settings/l10n/es_CR.json +++ b/apps/settings/l10n/es_CR.json @@ -105,6 +105,9 @@ "Loading" : "Cargando", "Daemon" : "Demonio", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -149,8 +152,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -197,6 +198,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -221,18 +223,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_DO.js b/apps/settings/l10n/es_DO.js index 2cc092016ce..af7ac843450 100644 --- a/apps/settings/l10n/es_DO.js +++ b/apps/settings/l10n/es_DO.js @@ -106,6 +106,9 @@ OC.L10N.register( "No apps found for your version" : "No se encontraron aplicaciones para tu versión", "Daemon" : "Demonio", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -150,8 +153,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -198,6 +199,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -222,18 +224,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_DO.json b/apps/settings/l10n/es_DO.json index 98eb73a81a9..6e51e34d83b 100644 --- a/apps/settings/l10n/es_DO.json +++ b/apps/settings/l10n/es_DO.json @@ -104,6 +104,9 @@ "No apps found for your version" : "No se encontraron aplicaciones para tu versión", "Daemon" : "Demonio", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -148,8 +151,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -196,6 +197,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -220,18 +222,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_EC.js b/apps/settings/l10n/es_EC.js index 87fad23c9ea..3570a21393f 100644 --- a/apps/settings/l10n/es_EC.js +++ b/apps/settings/l10n/es_EC.js @@ -181,6 +181,9 @@ OC.L10N.register( "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -250,8 +253,6 @@ OC.L10N.register( "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Necesitas migrar tus claves de cifrado del cifrado antiguo (ownCloud <= 8.0) al nuevo. Activa el \"Módulo de cifrado predeterminado\" y ejecuta {command}", "Unable to update server side encryption config" : "No se pudo actualizar la configuración de cifrado en el servidor", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Renombrar grupo", "Remove group" : "Eliminar grupo", @@ -272,7 +273,6 @@ OC.L10N.register( "Error cropping profile picture" : "Error al recortar la foto de perfil", "Error saving profile picture" : "Error al guardar la foto de perfil", "Error removing profile picture" : "Error al eliminar la foto de perfil", - "Your biography" : "Tu biografía", "You are a member of the following groups:" : "Eres miembro de los siguientes grupos:", "Your full name" : "Tu nombre completo", "Primary email for password reset and notifications" : "Correo electrónico principal para restablecimiento de contraseña y notificaciones", @@ -407,6 +407,7 @@ OC.L10N.register( "Disable" : "Deshabilitar", "The app will be downloaded from the App Store" : "La aplicación se descargará desde la App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta aplicación no está marcada como compatible con tu versión de Nextcloud. Si continúas, aún podrás instalar la aplicación. Ten en cuenta que es posible que la aplicación no funcione como se espera.", + "Unknown" : "Desconocido", "Never" : "Nunca", "An error occurred during the request. Unable to proceed." : "Ocurrió un error durante la solicitud. No se puede continuar.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: Esta aplicación no se puede habilitar porque hace que el servidor sea inestable", @@ -454,37 +455,15 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Esta versión comunitaria de Nextcloud no cuenta con soporte y las notificaciones instantáneas no están disponibles.", "Use a second factor besides your password to increase security for your account." : "Utiliza un segundo factor además de tu contraseña para aumentar la seguridad de tu cuenta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si utilizas aplicaciones de terceros para conectarte a Nextcloud, asegúrate de crear y configurar una contraseña de aplicación para cada una antes de habilitar la autenticación de segundo factor.", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Backend does not support password change, but the user's encryption key was updated." : "El backend no admite el cambio de contraseña, pero se actualizó la clave de cifrado del usuario.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Necesitas establecer tu correo electrónico antes de poder enviar correos de prueba. Ve a %s para hacerlo.", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Hay una tarea en segundo plano pendiente que verifica los certificados SSL importados por el usuario. Por favor, vuelve más tarde.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay certificados SSL importados por el usuario que ya no se utilizan en Nextcloud 21. Pueden importarse mediante el comando en la línea de comandos \"occ security:certificates:import\". A continuación, se muestran las rutas dentro del directorio de datos.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido a que agregar índices en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-indices\", se pueden agregar manualmente esos índices faltantes mientras la instancia sigue funcionando. Una vez que se agregan los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MariaDB 10.2 o superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren PostgreSQL 9.6 o superior.", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Set default expiration date for shares" : "Establecer fecha de vencimiento predeterminada para los compartidos", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombre de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Se puede exigir la autenticación de dos factores para todos los usuarios y grupos específicos. Si no tienen un proveedor de autenticación de dos factores configurado, no podrán iniciar sesión en el sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cuando se seleccionan/excluyen grupos, se utiliza la siguiente lógica para determinar si se impone la autenticación de 2FA a un usuario: Si no se seleccionan grupos, la autenticación de 2FA está habilitada para todos, excepto los miembros de los grupos excluidos. Si se seleccionan grupos, la autenticación de 2FA está habilitada para todos los miembros de esos grupos. Si un usuario pertenece tanto a un grupo seleccionado como a uno excluido, el grupo seleccionado tiene prioridad y se impone la autenticación de 2FA.", - "{license}-licensed" : "Licenciado con {license}", - "Username" : "Usuario", - "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada carga de página. Caso de uso: instancia de un solo usuario.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php está registrado en un servicio webcron para llamar a cron.php cada 5 minutos a través de HTTP. Caso de uso: instancia muy pequeña (1-5 usuarios dependiendo del uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php debe ser ejecutado por el usuario del sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil de forma predeterminada para nuevos usuarios.", + "Your biography" : "Tu biografía", "You are using <strong>{usage}</strong>" : "Estás usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Estás usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Correos electrónicos adicionales", - "Enable Profile" : "Habilitar perfil", - "No users" : "Sin usuarios", - "Loading users …" : "Cargando usuarios...", "New user" : "Nuevo usuario", "Groups (required)" : "Grupos (requeridos)", "Set user groups" : "Establecer grupos de usuario", @@ -495,29 +474,13 @@ OC.L10N.register( "Set user manager" : "Establecer al usuario como administrador", "Username will be autogenerated" : "El nombre de usuario se generará automáticamente", "Username (required)" : "Nombre de usuario (requerido)", + "Loading users …" : "Cargando usuarios...", + "Username" : "Usuario", "User backend" : "Backend del usuario", "User actions" : "Acciones de usuario", - "Loading user …" : "Cargando usuario ...", - "You do not have permissions to see the details of this user" : "No tienes permisos para ver los detalles de este usuario", "Add user to group" : "Agregar usuario al grupo", - "Set user as admin for" : "Establecer usuario como administrador de", - "Select user quota" : "Seleccionar cuota de usuario", - "Delete user" : "Eliminar usuario", - "Wipe all devices" : "Borrar todos los dispositivos", - "Disable user" : "Deshabilitar usuario", - "Enable user" : "Habilitar usuario", - "Failed to update user manager" : "Error al actualizar el administrador de usuarios.", - "Toggle user actions menu" : "Alternar menú de acciones de usuario", - "Show user backend" : "Mostrar backend del usuario", "Name your device" : "Nombra tu dispositivo", "Server error while trying to add WebAuthn device" : "Error del servidor al intentar agregar el dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n {license}", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios deshabilitados", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "No disponible, ya que la federación se ha desactivado para tu cuenta. Ponte en contacto con el administrador del sistema si tienes alguna pregunta.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "No disponible, ya que no se permite la publicación de datos específicos de usuarios en el servidor de búsqueda. Ponte en contacto con el administrador del sistema si tienes alguna pregunta.", - "Show to logged in users only" : "Mostrar solo a usuarios conectados", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_EC.json b/apps/settings/l10n/es_EC.json index 3abc1d10639..4f475896b7e 100644 --- a/apps/settings/l10n/es_EC.json +++ b/apps/settings/l10n/es_EC.json @@ -179,6 +179,9 @@ "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -248,8 +251,6 @@ "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Necesitas migrar tus claves de cifrado del cifrado antiguo (ownCloud <= 8.0) al nuevo. Activa el \"Módulo de cifrado predeterminado\" y ejecuta {command}", "Unable to update server side encryption config" : "No se pudo actualizar la configuración de cifrado en el servidor", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Renombrar grupo", "Remove group" : "Eliminar grupo", @@ -270,7 +271,6 @@ "Error cropping profile picture" : "Error al recortar la foto de perfil", "Error saving profile picture" : "Error al guardar la foto de perfil", "Error removing profile picture" : "Error al eliminar la foto de perfil", - "Your biography" : "Tu biografía", "You are a member of the following groups:" : "Eres miembro de los siguientes grupos:", "Your full name" : "Tu nombre completo", "Primary email for password reset and notifications" : "Correo electrónico principal para restablecimiento de contraseña y notificaciones", @@ -405,6 +405,7 @@ "Disable" : "Deshabilitar", "The app will be downloaded from the App Store" : "La aplicación se descargará desde la App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta aplicación no está marcada como compatible con tu versión de Nextcloud. Si continúas, aún podrás instalar la aplicación. Ten en cuenta que es posible que la aplicación no funcione como se espera.", + "Unknown" : "Desconocido", "Never" : "Nunca", "An error occurred during the request. Unable to proceed." : "Ocurrió un error durante la solicitud. No se puede continuar.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: Esta aplicación no se puede habilitar porque hace que el servidor sea inestable", @@ -452,37 +453,15 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Esta versión comunitaria de Nextcloud no cuenta con soporte y las notificaciones instantáneas no están disponibles.", "Use a second factor besides your password to increase security for your account." : "Utiliza un segundo factor además de tu contraseña para aumentar la seguridad de tu cuenta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si utilizas aplicaciones de terceros para conectarte a Nextcloud, asegúrate de crear y configurar una contraseña de aplicación para cada una antes de habilitar la autenticación de segundo factor.", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Backend does not support password change, but the user's encryption key was updated." : "El backend no admite el cambio de contraseña, pero se actualizó la clave de cifrado del usuario.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Necesitas establecer tu correo electrónico antes de poder enviar correos de prueba. Ve a %s para hacerlo.", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Hay una tarea en segundo plano pendiente que verifica los certificados SSL importados por el usuario. Por favor, vuelve más tarde.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay certificados SSL importados por el usuario que ya no se utilizan en Nextcloud 21. Pueden importarse mediante el comando en la línea de comandos \"occ security:certificates:import\". A continuación, se muestran las rutas dentro del directorio de datos.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido a que agregar índices en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-indices\", se pueden agregar manualmente esos índices faltantes mientras la instancia sigue funcionando. Una vez que se agregan los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MariaDB 10.2 o superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y versiones posteriores no admiten esta versión y requieren PostgreSQL 9.6 o superior.", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Set default expiration date for shares" : "Establecer fecha de vencimiento predeterminada para los compartidos", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombre de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Se puede exigir la autenticación de dos factores para todos los usuarios y grupos específicos. Si no tienen un proveedor de autenticación de dos factores configurado, no podrán iniciar sesión en el sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cuando se seleccionan/excluyen grupos, se utiliza la siguiente lógica para determinar si se impone la autenticación de 2FA a un usuario: Si no se seleccionan grupos, la autenticación de 2FA está habilitada para todos, excepto los miembros de los grupos excluidos. Si se seleccionan grupos, la autenticación de 2FA está habilitada para todos los miembros de esos grupos. Si un usuario pertenece tanto a un grupo seleccionado como a uno excluido, el grupo seleccionado tiene prioridad y se impone la autenticación de 2FA.", - "{license}-licensed" : "Licenciado con {license}", - "Username" : "Usuario", - "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada carga de página. Caso de uso: instancia de un solo usuario.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php está registrado en un servicio webcron para llamar a cron.php cada 5 minutos a través de HTTP. Caso de uso: instancia muy pequeña (1-5 usuarios dependiendo del uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php debe ser ejecutado por el usuario del sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil de forma predeterminada para nuevos usuarios.", + "Your biography" : "Tu biografía", "You are using <strong>{usage}</strong>" : "Estás usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Estás usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Correos electrónicos adicionales", - "Enable Profile" : "Habilitar perfil", - "No users" : "Sin usuarios", - "Loading users …" : "Cargando usuarios...", "New user" : "Nuevo usuario", "Groups (required)" : "Grupos (requeridos)", "Set user groups" : "Establecer grupos de usuario", @@ -493,29 +472,13 @@ "Set user manager" : "Establecer al usuario como administrador", "Username will be autogenerated" : "El nombre de usuario se generará automáticamente", "Username (required)" : "Nombre de usuario (requerido)", + "Loading users …" : "Cargando usuarios...", + "Username" : "Usuario", "User backend" : "Backend del usuario", "User actions" : "Acciones de usuario", - "Loading user …" : "Cargando usuario ...", - "You do not have permissions to see the details of this user" : "No tienes permisos para ver los detalles de este usuario", "Add user to group" : "Agregar usuario al grupo", - "Set user as admin for" : "Establecer usuario como administrador de", - "Select user quota" : "Seleccionar cuota de usuario", - "Delete user" : "Eliminar usuario", - "Wipe all devices" : "Borrar todos los dispositivos", - "Disable user" : "Deshabilitar usuario", - "Enable user" : "Habilitar usuario", - "Failed to update user manager" : "Error al actualizar el administrador de usuarios.", - "Toggle user actions menu" : "Alternar menú de acciones de usuario", - "Show user backend" : "Mostrar backend del usuario", "Name your device" : "Nombra tu dispositivo", "Server error while trying to add WebAuthn device" : "Error del servidor al intentar agregar el dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n {license}", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios deshabilitados", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "No disponible, ya que la federación se ha desactivado para tu cuenta. Ponte en contacto con el administrador del sistema si tienes alguna pregunta.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "No disponible, ya que no se permite la publicación de datos específicos de usuarios en el servidor de búsqueda. Ponte en contacto con el administrador del sistema si tienes alguna pregunta.", - "Show to logged in users only" : "Mostrar solo a usuarios conectados", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_GT.js b/apps/settings/l10n/es_GT.js index cbfc2c7265b..972bd35e3c4 100644 --- a/apps/settings/l10n/es_GT.js +++ b/apps/settings/l10n/es_GT.js @@ -108,6 +108,9 @@ OC.L10N.register( "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -152,8 +155,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -201,6 +202,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -225,18 +227,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_GT.json b/apps/settings/l10n/es_GT.json index 9bec741e334..b08ba2bf58e 100644 --- a/apps/settings/l10n/es_GT.json +++ b/apps/settings/l10n/es_GT.json @@ -106,6 +106,9 @@ "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -150,8 +153,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -199,6 +200,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -223,18 +225,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_HN.js b/apps/settings/l10n/es_HN.js index 2930ef82069..f88e9246e10 100644 --- a/apps/settings/l10n/es_HN.js +++ b/apps/settings/l10n/es_HN.js @@ -103,6 +103,9 @@ OC.L10N.register( "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -146,8 +149,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -194,6 +195,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -217,17 +219,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_HN.json b/apps/settings/l10n/es_HN.json index 595249d3d97..8829dcdea95 100644 --- a/apps/settings/l10n/es_HN.json +++ b/apps/settings/l10n/es_HN.json @@ -101,6 +101,9 @@ "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -144,8 +147,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -192,6 +193,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -215,17 +217,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js index 569192ecba0..6f54bf8f9af 100644 --- a/apps/settings/l10n/es_MX.js +++ b/apps/settings/l10n/es_MX.js @@ -367,6 +367,9 @@ OC.L10N.register( "Display Name" : "Nombre a desplegar", "GPUs support" : "Soporte de GPUs", "Compute device" : "Dispositivo de cómputo", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -465,8 +468,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "No se pudo actualizar la configuración de cifrado del lado del servidor", "Please confirm the group removal" : "Por favor, confirme la eliminación del grupo", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Renombrar grupo", "Remove group" : "Eliminar grupo", @@ -488,7 +489,6 @@ OC.L10N.register( "Error cropping profile picture" : "Error al recortar la foto de perfil", "Error saving profile picture" : "Error al guardar la foto de perfil", "Error removing profile picture" : "Error al eliminar la foto de perfil", - "Your biography" : "Su biografía", "Enter your date of birth" : "Ingresa tu fecha de nacimiento", "Unable to update date of birth" : "No se pudo actualizar tu fecha de nacimiento", "You are a member of the following groups:" : "Usted es miembro de los siguientes grupos:", @@ -694,7 +694,6 @@ OC.L10N.register( "Show to everyone" : "Mostrar a todos", "Show to logged in accounts only" : "Mostrar únicamente a usuarios conectados", "Hide" : "Ocultar", - "manual-install apps cannot be updated" : "Las aplicaciones instaladas manualmente no pueden ser actualizadas", "{progress}% Deploying …" : "{progress}% Desplegando...", "{progress}% Initializing …" : "{progress}% Inicializando...", "Health checking" : "Revisión de salud del servidor", @@ -704,6 +703,7 @@ OC.L10N.register( "Allow untested app" : "Permitir aplicación no probada", "The app will be downloaded from the App Store" : "La aplicación será descargada de la tienda de aplicaciones", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta app no está marcada como compatible con tu versión de Nextcloud. Si continúas podrás instalar la app, pero ten en cuenta que podría no funcionar según lo esperado.", + "Unknown" : "Desconocido", "Never" : "Nunca", "Could not register device: Network error" : "No se pudo registrar el dispositivo: Error de red", "Could not register device: Probably already registered" : "No se pudo registrar el dispositivo: Probablemente ya esté registrado", @@ -763,21 +763,10 @@ OC.L10N.register( "Subscribe to our newsletter" : "Suscribete a nuestro boletín", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "El lanzamiento de esta versión para la comunidad de Nextcloud no cuenta con soporte y las notificaciones instantáneas no están disponibles.", "Use a second factor besides your password to increase security for your account." : "Use un segundo factor además de su contraseña para incrementar la seguridad de su cuenta. ", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Backend does not support password change, but the user's encryption key was updated." : "El backend no soporta el cambio de contraseñas, pero se actualizó la llave de cifrado del usuario.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Necesita establecer su correo electrónico antes de poder enviar correos de prueba. Vaya a %s para hacerlo.", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Old user imported certificates" : "Certificados antiguos de usuario importados", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de usuario importados. Por favor, vuelva a checar más tarde.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificación se lleve a cabo, debe asegurarse que su servidor web pueda conectarse a sí mismo. Por lo tanto, éste debe poder resolver y conectarse a al menos uno de sus `trusted_domains` o a `overwrite.cli.url`", "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-indices\" se pueden añadir los índices faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidos los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "File locking" : "Bloqueo de archivos", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo checar el soporte para JavaScript. Por favor, revise manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo JavaScript MIME.", - "MySQL unicode support" : "Soporte unicode de MySQL", - "Overwrite cli URL" : "Sobrescribir el URL de la línea de comandos", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y posteriores no soportan esta versión y requieren MariaDB 10.2 o superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y posteriores no soportan esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y posteriores no soportan esta versión y requieren PostgreSQL 9.6 o superior.", @@ -785,25 +774,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "El dictado a texto puede estar implementada por diferentes aplicaciones. Aquí puede definir cual de ellas debería utilizarse.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de dictado a texto", "None of your currently installed apps provide Text processing functionality" : "Ninguna de sus aplicaciones instaladas proveen la funcionalidad de procesamiento de texto", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Set default expiration date for shares" : "Establecer fecha de caducidad predeterminada para compartidos", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombres de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", - "{license}-licensed" : "Licenciado bajo {license}", - "Rating: {score}/10" : "Calificación: {score}/10", - "Username" : "Usuario", - "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: instancia de un solo usuario.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php está registrado en un servicio webcron para llamar a cron.php cada 5 minutos mediante HTTP. Caso de uso: instancia muy pequeña (1-5 usuarios, dependiendo del uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php debe ser ejecutado por el usuario del sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil por defecto para nuevos usuarios.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", + "Your biography" : "Su biografía", "You are using <strong>{usage}</strong>" : "Está usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Está usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Correos electrónicos adicionales", - "Enable Profile" : "Habilitar perfil", - "No users" : "Sin usuarios", - "Loading users …" : "Cargando usuarios …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista no se muestra completa por razones de rendimiento. Los usuarios se mostrarán a medida que navegue por la lista.", "New user" : "Nuevo usuario", "Groups (required)" : "Grupos (requerido)", "Set user groups" : "Establecer grupos de usuario", @@ -814,37 +789,14 @@ OC.L10N.register( "Set user manager" : "Establecer al administrador del usuario", "Username will be autogenerated" : "El nombre de usuario será autogenerado", "Username (required)" : "Nombre de usuario (requerido)", + "Loading users …" : "Cargando usuarios …", + "Username" : "Usuario", "User backend" : "Backend del usuario", "User actions" : "Acciones de usuario", - "Loading user …" : "Cargando usuario ...", - "You do not have permissions to see the details of this user" : "No tienes los permisos para ver los detalles de este usuario", "Add user to group" : "Añadir usuario al grupo", - "Set user as admin for" : "Establecer al usuario como administrador de", - "Select user quota" : "Seleccionar la cuota de usuario", - "Delete user" : "Borrar usuario", - "Wipe all devices" : "Limpiar todos los dispositivos", - "Disable user" : "Deshabilitar usuario", - "Enable user" : "Habilitar usuario", - "Failed to update user manager" : "No se pudo actualizar el gerente del usuario", - "Toggle user actions menu" : "Alternar menú de acciones de usuario", - "User management settings" : "Ajustes de administración de usuarios", - "Show user backend" : "Mostrar backend del usuario", - "Send welcome email to new users" : "Enviar correo de bienvenida a usuarios nuevos", "Name your device" : "Nombrar su dispositivo", "Server error while trying to add WebAuthn device" : "Error en el servidor al intentar agregar el dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Administración de usuarios", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios deshabilitados", - "Creating group …" : "Creando grupo …", - "User group: {group}" : "Grupo del usuario: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "No disponible, ya que la federación ha sido deshabilitada para su cuenta, contacte a su administrador del sistema si tiene alguna pregunta", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "No disponible, ya que no se permite la publicación de datos específicos de usuario en el servidor de búsqueda, póngase en contacto con el administrador del sistema si tiene alguna duda", - "Show to logged in users only" : "Mostrar únicamente a usuarios conectados", - "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", - "SMTP Username" : "Usuario SMTP", - "Follow us on Twitter" : "Síguenos en Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificación se lleve a cabo, debe asegurarse que su servidor web pueda conectarse a sí mismo. Por lo tanto, éste debe poder resolver y conectarse a al menos uno de sus `trusted_domains` o a `overwrite.cli.url`", - "Active accounts" : "Cuentas activas" + "Active accounts" : "Cuentas activas", + "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_MX.json b/apps/settings/l10n/es_MX.json index e6524a7aded..18f85c7462f 100644 --- a/apps/settings/l10n/es_MX.json +++ b/apps/settings/l10n/es_MX.json @@ -365,6 +365,9 @@ "Display Name" : "Nombre a desplegar", "GPUs support" : "Soporte de GPUs", "Compute device" : "Dispositivo de cómputo", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -463,8 +466,6 @@ "Unable to update server side encryption config" : "No se pudo actualizar la configuración de cifrado del lado del servidor", "Please confirm the group removal" : "Por favor, confirme la eliminación del grupo", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Renombrar grupo", "Remove group" : "Eliminar grupo", @@ -486,7 +487,6 @@ "Error cropping profile picture" : "Error al recortar la foto de perfil", "Error saving profile picture" : "Error al guardar la foto de perfil", "Error removing profile picture" : "Error al eliminar la foto de perfil", - "Your biography" : "Su biografía", "Enter your date of birth" : "Ingresa tu fecha de nacimiento", "Unable to update date of birth" : "No se pudo actualizar tu fecha de nacimiento", "You are a member of the following groups:" : "Usted es miembro de los siguientes grupos:", @@ -692,7 +692,6 @@ "Show to everyone" : "Mostrar a todos", "Show to logged in accounts only" : "Mostrar únicamente a usuarios conectados", "Hide" : "Ocultar", - "manual-install apps cannot be updated" : "Las aplicaciones instaladas manualmente no pueden ser actualizadas", "{progress}% Deploying …" : "{progress}% Desplegando...", "{progress}% Initializing …" : "{progress}% Inicializando...", "Health checking" : "Revisión de salud del servidor", @@ -702,6 +701,7 @@ "Allow untested app" : "Permitir aplicación no probada", "The app will be downloaded from the App Store" : "La aplicación será descargada de la tienda de aplicaciones", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta app no está marcada como compatible con tu versión de Nextcloud. Si continúas podrás instalar la app, pero ten en cuenta que podría no funcionar según lo esperado.", + "Unknown" : "Desconocido", "Never" : "Nunca", "Could not register device: Network error" : "No se pudo registrar el dispositivo: Error de red", "Could not register device: Probably already registered" : "No se pudo registrar el dispositivo: Probablemente ya esté registrado", @@ -761,21 +761,10 @@ "Subscribe to our newsletter" : "Suscribete a nuestro boletín", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "El lanzamiento de esta versión para la comunidad de Nextcloud no cuenta con soporte y las notificaciones instantáneas no están disponibles.", "Use a second factor besides your password to increase security for your account." : "Use un segundo factor además de su contraseña para incrementar la seguridad de su cuenta. ", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Backend does not support password change, but the user's encryption key was updated." : "El backend no soporta el cambio de contraseñas, pero se actualizó la llave de cifrado del usuario.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Necesita establecer su correo electrónico antes de poder enviar correos de prueba. Vaya a %s para hacerlo.", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Old user imported certificates" : "Certificados antiguos de usuario importados", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de usuario importados. Por favor, vuelva a checar más tarde.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificación se lleve a cabo, debe asegurarse que su servidor web pueda conectarse a sí mismo. Por lo tanto, éste debe poder resolver y conectarse a al menos uno de sus `trusted_domains` o a `overwrite.cli.url`", "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-indices\" se pueden añadir los índices faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidos los índices, las consultas a esas tablas suelen ser mucho más rápidas.", "File locking" : "Bloqueo de archivos", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo checar el soporte para JavaScript. Por favor, revise manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo JavaScript MIME.", - "MySQL unicode support" : "Soporte unicode de MySQL", - "Overwrite cli URL" : "Sobrescribir el URL de la línea de comandos", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MariaDB. Nextcloud 21 y posteriores no soportan esta versión y requieren MariaDB 10.2 o superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Se está utilizando la versión \"%s\" de MySQL. Nextcloud 21 y posteriores no soportan esta versión y requieren MySQL 8.0 o MariaDB 10.2 o superior.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Se está utilizando la versión \"%s\" de PostgreSQL. Nextcloud 21 y posteriores no soportan esta versión y requieren PostgreSQL 9.6 o superior.", @@ -783,25 +772,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "El dictado a texto puede estar implementada por diferentes aplicaciones. Aquí puede definir cual de ellas debería utilizarse.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ninguna de las aplicaciones que tiene actualmente instaladas proveen la funcionalidad de dictado a texto", "None of your currently installed apps provide Text processing functionality" : "Ninguna de sus aplicaciones instaladas proveen la funcionalidad de procesamiento de texto", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Set default expiration date for shares" : "Establecer fecha de caducidad predeterminada para compartidos", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir autocompletado de nombres de usuario en el cuadro de diálogo de compartir y permitir acceso a la libreta de direcciones del sistema", - "{license}-licensed" : "Licenciado bajo {license}", - "Rating: {score}/10" : "Calificación: {score}/10", - "Username" : "Usuario", - "Execute one task with each page loaded. Use case: Single user instance." : "Ejecutar una tarea con cada página cargada. Caso de uso: instancia de un solo usuario.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php está registrado en un servicio webcron para llamar a cron.php cada 5 minutos mediante HTTP. Caso de uso: instancia muy pequeña (1-5 usuarios, dependiendo del uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "El cron.php debe ser ejecutado por el usuario del sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Habilitar o deshabilitar el perfil por defecto para nuevos usuarios.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a punto de eliminar el grupo \"{group}\". Los usuarios NO serán eliminados.", + "Your biography" : "Su biografía", "You are using <strong>{usage}</strong>" : "Está usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Está usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Correos electrónicos adicionales", - "Enable Profile" : "Habilitar perfil", - "No users" : "Sin usuarios", - "Loading users …" : "Cargando usuarios …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista no se muestra completa por razones de rendimiento. Los usuarios se mostrarán a medida que navegue por la lista.", "New user" : "Nuevo usuario", "Groups (required)" : "Grupos (requerido)", "Set user groups" : "Establecer grupos de usuario", @@ -812,37 +787,14 @@ "Set user manager" : "Establecer al administrador del usuario", "Username will be autogenerated" : "El nombre de usuario será autogenerado", "Username (required)" : "Nombre de usuario (requerido)", + "Loading users …" : "Cargando usuarios …", + "Username" : "Usuario", "User backend" : "Backend del usuario", "User actions" : "Acciones de usuario", - "Loading user …" : "Cargando usuario ...", - "You do not have permissions to see the details of this user" : "No tienes los permisos para ver los detalles de este usuario", "Add user to group" : "Añadir usuario al grupo", - "Set user as admin for" : "Establecer al usuario como administrador de", - "Select user quota" : "Seleccionar la cuota de usuario", - "Delete user" : "Borrar usuario", - "Wipe all devices" : "Limpiar todos los dispositivos", - "Disable user" : "Deshabilitar usuario", - "Enable user" : "Habilitar usuario", - "Failed to update user manager" : "No se pudo actualizar el gerente del usuario", - "Toggle user actions menu" : "Alternar menú de acciones de usuario", - "User management settings" : "Ajustes de administración de usuarios", - "Show user backend" : "Mostrar backend del usuario", - "Send welcome email to new users" : "Enviar correo de bienvenida a usuarios nuevos", "Name your device" : "Nombrar su dispositivo", "Server error while trying to add WebAuthn device" : "Error en el servidor al intentar agregar el dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Administración de usuarios", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios deshabilitados", - "Creating group …" : "Creando grupo …", - "User group: {group}" : "Grupo del usuario: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "No disponible, ya que la federación ha sido deshabilitada para su cuenta, contacte a su administrador del sistema si tiene alguna pregunta", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "No disponible, ya que no se permite la publicación de datos específicos de usuario en el servidor de búsqueda, póngase en contacto con el administrador del sistema si tiene alguna duda", - "Show to logged in users only" : "Mostrar únicamente a usuarios conectados", - "Nextcloud help resources" : "Recursos de ayuda de Nextcloud", - "SMTP Username" : "Usuario SMTP", - "Follow us on Twitter" : "Síguenos en Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificación se lleve a cabo, debe asegurarse que su servidor web pueda conectarse a sí mismo. Por lo tanto, éste debe poder resolver y conectarse a al menos uno de sus `trusted_domains` o a `overwrite.cli.url`", - "Active accounts" : "Cuentas activas" + "Active accounts" : "Cuentas activas", + "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_NI.js b/apps/settings/l10n/es_NI.js index ce3332465f9..c2e29191165 100644 --- a/apps/settings/l10n/es_NI.js +++ b/apps/settings/l10n/es_NI.js @@ -102,6 +102,9 @@ OC.L10N.register( "Loading" : "Cargando", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -145,8 +148,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -193,6 +194,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -216,17 +218,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_NI.json b/apps/settings/l10n/es_NI.json index 3fa2d6c55fe..9ac6f7c95f0 100644 --- a/apps/settings/l10n/es_NI.json +++ b/apps/settings/l10n/es_NI.json @@ -100,6 +100,9 @@ "Loading" : "Cargando", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -143,8 +146,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -191,6 +192,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -214,17 +216,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_PA.js b/apps/settings/l10n/es_PA.js index dc6aad67c79..0063629a96d 100644 --- a/apps/settings/l10n/es_PA.js +++ b/apps/settings/l10n/es_PA.js @@ -102,6 +102,9 @@ OC.L10N.register( "Loading" : "Cargando", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -145,8 +148,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -194,6 +195,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -217,17 +219,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_PA.json b/apps/settings/l10n/es_PA.json index 067e2b8ede9..e5fd29d4079 100644 --- a/apps/settings/l10n/es_PA.json +++ b/apps/settings/l10n/es_PA.json @@ -100,6 +100,9 @@ "Loading" : "Cargando", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -143,8 +146,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -192,6 +193,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -215,17 +217,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_PE.js b/apps/settings/l10n/es_PE.js index e6c7019997e..7ddedaf7899 100644 --- a/apps/settings/l10n/es_PE.js +++ b/apps/settings/l10n/es_PE.js @@ -101,6 +101,9 @@ OC.L10N.register( "No apps found for your version" : "No se encontraron aplicaciones para tu versión", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -144,8 +147,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -193,6 +194,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -216,17 +218,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_PE.json b/apps/settings/l10n/es_PE.json index c79eb64b136..1a07133e124 100644 --- a/apps/settings/l10n/es_PE.json +++ b/apps/settings/l10n/es_PE.json @@ -99,6 +99,9 @@ "No apps found for your version" : "No se encontraron aplicaciones para tu versión", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -142,8 +145,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -191,6 +192,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -214,17 +216,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_PR.js b/apps/settings/l10n/es_PR.js index dc6aad67c79..0063629a96d 100644 --- a/apps/settings/l10n/es_PR.js +++ b/apps/settings/l10n/es_PR.js @@ -102,6 +102,9 @@ OC.L10N.register( "Loading" : "Cargando", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -145,8 +148,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -194,6 +195,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -217,17 +219,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_PR.json b/apps/settings/l10n/es_PR.json index 067e2b8ede9..e5fd29d4079 100644 --- a/apps/settings/l10n/es_PR.json +++ b/apps/settings/l10n/es_PR.json @@ -100,6 +100,9 @@ "Loading" : "Cargando", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -143,8 +146,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -192,6 +193,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -215,17 +217,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_PY.js b/apps/settings/l10n/es_PY.js index dc6aad67c79..13cd6dccf0b 100644 --- a/apps/settings/l10n/es_PY.js +++ b/apps/settings/l10n/es_PY.js @@ -102,6 +102,9 @@ OC.L10N.register( "Loading" : "Cargando", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -145,8 +148,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -217,17 +218,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_PY.json b/apps/settings/l10n/es_PY.json index 067e2b8ede9..2f9f0895195 100644 --- a/apps/settings/l10n/es_PY.json +++ b/apps/settings/l10n/es_PY.json @@ -100,6 +100,9 @@ "Loading" : "Cargando", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -143,8 +146,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -215,17 +216,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_SV.js b/apps/settings/l10n/es_SV.js index cbfc2c7265b..972bd35e3c4 100644 --- a/apps/settings/l10n/es_SV.js +++ b/apps/settings/l10n/es_SV.js @@ -108,6 +108,9 @@ OC.L10N.register( "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -152,8 +155,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -201,6 +202,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -225,18 +227,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_SV.json b/apps/settings/l10n/es_SV.json index 9bec741e334..b08ba2bf58e 100644 --- a/apps/settings/l10n/es_SV.json +++ b/apps/settings/l10n/es_SV.json @@ -106,6 +106,9 @@ "Daemon" : "Demonio", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -150,8 +153,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -199,6 +200,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación ha sido habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -223,18 +225,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Logged in user must be a subadmin" : "El usuario firmado debe ser un subadministrador ", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/es_UY.js b/apps/settings/l10n/es_UY.js index d5f41ae7ea2..49b5c0f070d 100644 --- a/apps/settings/l10n/es_UY.js +++ b/apps/settings/l10n/es_UY.js @@ -101,6 +101,9 @@ OC.L10N.register( "No apps found for your version" : "No se encontraron aplicaciones para tu versión", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -144,8 +147,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -192,6 +193,7 @@ OC.L10N.register( "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -215,17 +217,8 @@ OC.L10N.register( "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/es_UY.json b/apps/settings/l10n/es_UY.json index 6ca361343c2..94675179f49 100644 --- a/apps/settings/l10n/es_UY.json +++ b/apps/settings/l10n/es_UY.json @@ -99,6 +99,9 @@ "No apps found for your version" : "No se encontraron aplicaciones para tu versión", "Type" : "Tipo", "Display Name" : "Nombre a desplegar", + "Learn more" : "Conoce más", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descripción", "Details" : "Detalles", "All" : "Todos", @@ -142,8 +145,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Esta es la advertencia final: ¿Realmente deseas habilitar la encripción?", "No encryption module loaded, please enable an encryption module in the app menu." : "No se ha cargado un módulo de encripción, por favor habilita un módulo de encripción en el menú de la aplicación. ", "Select default encryption module:" : "Selecciona el modulo de encripción predeterminado:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Current password" : "Contraseña actual", "New password" : "Nueva contraseña", @@ -190,6 +191,7 @@ "App bundles" : "Paquetes de aplicación", "Hide" : "Ocultar", "Disable" : "Deshabilitar", + "Unknown" : "Desconocido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "La aplicación está habilitada pero necesita ser actualizada. Serás redireccionado a la página de actualización en 5 segundos. ", "Error" : "Error", @@ -213,17 +215,8 @@ "Like our Facebook page" : "Da un Like a nuestra página de Facebook", "Check out our blog" : "Visita nuestro blog", "Subscribe to our newsletter" : "Suscribete a nuestro boletín", - "No user supplied" : "No se proporcionó usuario alguno", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor proporciona una contraseña de recuperación de administrador; de lo contrario toda la información del usuario se perderá. ", - "Invalid user" : "Usuario inválido", - "Your username is: %s" : "Tu Usuario es: %s", - "Exclude groups from sharing" : "Evitar que los grupos compartan", - "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir elementos compartidos, pero no los podrán iniciar.", "Username" : "Usuario", "User backend" : "Backend del usuario", - "Show user backend" : "Mostrar backend del usuario", - "Active users" : "Usuarios activos", - "SMTP Username" : "Usuario SMTP", "Follow us on Twitter" : "Síguenos en Twitter" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/et_EE.js b/apps/settings/l10n/et_EE.js index cf0ca9c7533..d02e5db40af 100644 --- a/apps/settings/l10n/et_EE.js +++ b/apps/settings/l10n/et_EE.js @@ -112,6 +112,8 @@ OC.L10N.register( "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust", "Type" : "Tüüp", "Display Name" : "Kuvatav nimi", + "Confirm" : "Kinnita", + "Cancel" : "Loobu", "Description" : "Kirjeldus", "Details" : "Üksikasjad", "All" : "Kõik", @@ -151,8 +153,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "See on viimane hoiatus: Kas oled kindel, et soovid krüpteerimise sisse lülitada?", "No encryption module loaded, please enable an encryption module in the app menu." : "Krüpteerimise moodulit pole laetud, palun luba krüpteerimise moodul rakenduste menüüs.", "Select default encryption module:" : "Määra vaikimisi krüpteerimise moodul:", - "Cancel" : "Loobu", - "Confirm" : "Kinnita", "Submit" : "Saada", "Remove group" : "Eemalda grupp", "Current password" : "Praegune parool", @@ -210,6 +210,7 @@ OC.L10N.register( "App bundles" : "Rakenduste kogumikud", "Hide" : "Peida", "Disable" : "Lülita välja", + "Unknown" : "Teadmata", "Never" : "Mitte kunagi", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Rakendus on lubatud, aga see vajab uuendamist. Sind suunatakse 5 sekundi pärast uuendamise lehele.", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Sinu võrgust tuli liiga palju päringuid. Proovi hiljem uuesti, või võta ühendust administraatoriga, kui tegu on veaga.", @@ -230,22 +231,8 @@ OC.L10N.register( "Save" : "Salvesta", "Security & setup warnings" : "Turva- ja paigalduse hoiatused", "All checks passed." : "Kõik kontrollid on läbitud.", - "No user supplied" : "Kasutajat ei sisestatud", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Enne e-kirjade saatmist pead seadistama oma e-posti aadress. Selleks mine %s.", - "Invalid user" : "Vigane kasutaja", - "Your username is: %s" : "Sinu kasutajanimi on: %s", - "Exclude groups from sharing" : "Eemalda grupid jagamisest", - "These groups will still be able to receive shares, but not to initiate them." : "Need grupid saavad vastu võtta jagamisi, kuid ise jagamisi algatada ei saa.", - "{license}-licensed" : "{license} litsents", - "Username" : "Kasutajanimi", "New user" : "Uus kasutaja", - "User backend" : "Kasutaja taustarakendus", - "You do not have permissions to see the details of this user" : "Sul puuduvad õigused selle kasutaja üksikasjade vaatamiseks", - "Delete user" : "Kustuta kasutaja", - "Disable user" : "Keela kasutaja", - "Enable user" : "Luba kasutaja", - "Active users" : "Aktiivseid kasutajaid", - "Disabled users" : "Keelatud kasutajad", - "SMTP Username" : "SMTP kasutajatunnus" + "Username" : "Kasutajanimi", + "User backend" : "Kasutaja taustarakendus" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/et_EE.json b/apps/settings/l10n/et_EE.json index c993a877b01..539a1b06e4d 100644 --- a/apps/settings/l10n/et_EE.json +++ b/apps/settings/l10n/et_EE.json @@ -110,6 +110,8 @@ "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust", "Type" : "Tüüp", "Display Name" : "Kuvatav nimi", + "Confirm" : "Kinnita", + "Cancel" : "Loobu", "Description" : "Kirjeldus", "Details" : "Üksikasjad", "All" : "Kõik", @@ -149,8 +151,6 @@ "This is the final warning: Do you really want to enable encryption?" : "See on viimane hoiatus: Kas oled kindel, et soovid krüpteerimise sisse lülitada?", "No encryption module loaded, please enable an encryption module in the app menu." : "Krüpteerimise moodulit pole laetud, palun luba krüpteerimise moodul rakenduste menüüs.", "Select default encryption module:" : "Määra vaikimisi krüpteerimise moodul:", - "Cancel" : "Loobu", - "Confirm" : "Kinnita", "Submit" : "Saada", "Remove group" : "Eemalda grupp", "Current password" : "Praegune parool", @@ -208,6 +208,7 @@ "App bundles" : "Rakenduste kogumikud", "Hide" : "Peida", "Disable" : "Lülita välja", + "Unknown" : "Teadmata", "Never" : "Mitte kunagi", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Rakendus on lubatud, aga see vajab uuendamist. Sind suunatakse 5 sekundi pärast uuendamise lehele.", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Sinu võrgust tuli liiga palju päringuid. Proovi hiljem uuesti, või võta ühendust administraatoriga, kui tegu on veaga.", @@ -228,22 +229,8 @@ "Save" : "Salvesta", "Security & setup warnings" : "Turva- ja paigalduse hoiatused", "All checks passed." : "Kõik kontrollid on läbitud.", - "No user supplied" : "Kasutajat ei sisestatud", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Enne e-kirjade saatmist pead seadistama oma e-posti aadress. Selleks mine %s.", - "Invalid user" : "Vigane kasutaja", - "Your username is: %s" : "Sinu kasutajanimi on: %s", - "Exclude groups from sharing" : "Eemalda grupid jagamisest", - "These groups will still be able to receive shares, but not to initiate them." : "Need grupid saavad vastu võtta jagamisi, kuid ise jagamisi algatada ei saa.", - "{license}-licensed" : "{license} litsents", - "Username" : "Kasutajanimi", "New user" : "Uus kasutaja", - "User backend" : "Kasutaja taustarakendus", - "You do not have permissions to see the details of this user" : "Sul puuduvad õigused selle kasutaja üksikasjade vaatamiseks", - "Delete user" : "Kustuta kasutaja", - "Disable user" : "Keela kasutaja", - "Enable user" : "Luba kasutaja", - "Active users" : "Aktiivseid kasutajaid", - "Disabled users" : "Keelatud kasutajad", - "SMTP Username" : "SMTP kasutajatunnus" + "Username" : "Kasutajanimi", + "User backend" : "Kasutaja taustarakendus" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index 0d9f9597364..584ba0e2a3b 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -438,6 +438,9 @@ OC.L10N.register( "Display Name" : "Izena erakutsi", "GPUs support" : "GPUen bateragarritasuna", "Compute device" : "Konputazio gailua", + "Learn more" : "Ikasi gehiago", + "Confirm" : "Berretsi", + "Cancel" : "Ezeztatu", "Description" : "Deskripzioa", "Details" : "Xehetasunak", "All" : "Denak", @@ -536,8 +539,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Ezin izan da zerbitzariaren aldeko zifratzearen konfigurazioa eguneratu", "Please confirm the group removal" : "Mesedez, baieztatu taldearen ezabaketa", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "\"{group}\" taldea ezabatzera zoaz. Kontuak EZ dira ezabatuko.", - "Cancel" : "Ezeztatu", - "Confirm" : "Berretsi", "Submit" : "Bidali", "Rename group" : "Berrizendatu taldea", "Remove group" : "Ezabatu taldea", @@ -559,7 +560,6 @@ OC.L10N.register( "Error cropping profile picture" : "Errorea profil-irudia moztean", "Error saving profile picture" : "Errorea profil-irudia gordetzean", "Error removing profile picture" : "Errorea profil-irudia kentzean", - "Your biography" : "Zure biografia", "Enter your date of birth" : "Sartu zure jaioteguna", "Unable to update date of birth" : "Ezin da jaioteguna eguneratu", "You are a member of the following groups:" : "Honako taldeetako kide zara:", @@ -655,6 +655,7 @@ OC.L10N.register( "Group admin for" : "Talde honen administratzailea", "Account backend" : "Kontuaren motorra", "Storage location" : "Biltegiratze kokapena", + "First login" : "Lehen saio-hasiera", "Last login" : "Azken saioa", "Account actions" : "Kontuaren ekintzak", "Password or insufficient permissions message" : "Pasahitz edo baimen gutxiegiko mezua", @@ -693,6 +694,7 @@ OC.L10N.register( "Show language" : "Erakutsi hizkuntza", "Show account backend" : "Erakutsi kontuaren motorra", "Show storage path" : "Erakutsi biltegiaren bidea", + "Show first login" : "Erakutsi lehen saio-hasiera", "Show last login" : "Azken izen ematea erakutsi", "Sorting" : "Antolaketa", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Sistemaren konfigurazioak taldeak izenaren arabera ordenatzea eskatzen du. Horrek kideen kopurua erakustea ere desgaitzen du.", @@ -765,7 +767,6 @@ OC.L10N.register( "Show to everyone" : "Erakutsi denei", "Show to logged in accounts only" : "Erakutsi saioa hasi duten kontuei soilik", "Hide" : "Ezkutatu", - "manual-install apps cannot be updated" : "eskuz instalatutako aplikazioak ezin dira eguneratu", "{progress}% Deploying …" : "%{progress} zabaltzen", "{progress}% Initializing …" : "%{progress} hasieratzen", "Health checking" : "Osasuna egiaztatzen", @@ -775,6 +776,7 @@ OC.L10N.register( "Allow untested app" : "Baimendu probatu gabeko aplikazioa", "The app will be downloaded from the App Store" : "Aplikazioa aplikazio biltegitik deskargatuko da", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Aplikazio hau ez dago zure Nextcloud bertsioarekin bateragarri bezala markatuta. Jarraitzen baduzu aplikazioa instalatu egingo duzu. Kontuan izan agian aplikazioak ez duela ondo funtzionatuko.", + "Unknown" : "Ezezaguna", "Never" : "Inoiz ez", "Could not register device: Network error" : "Ezin izan da gailua erregistratu: Sare errorea", "Could not register device: Probably already registered" : "Ezin izan da gailua erregistratu: ziurrenik dagoeneko erregistratuta", @@ -835,23 +837,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Nextcloud komunitate bertsio honek ez du laguntza-zerbitzurik eta berehalako jakinarazpenak ez daude eskuragarri.", "Use a second factor besides your password to increase security for your account." : "Zure pasahitzaz gain bigarren faktore bat erabiltzeak zure kontua seguruago egingo du.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hirugarrenen aplikazioak erabiltzen badituzu Nextcloud-era konektatzeko, ziurtatu bakoitzarentzako aplikazioaren pasahitza sortu eta konfiguratzen duzula bigarren faktorearen autentifikazioa gaitu aurretik.", - "No user supplied" : "Ez da erabiltzailerik zehaztu", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Eman berreskuratzeko administrazio pasahitza, bestela erabiltzaile datu guztiak galduko dira", - "Backend does not support password change, but the user's encryption key was updated." : "Backend-ek ez du onartzen pasahitza aldatzea, baina erabiltzailearen enkriptatze-gakoa eguneratu da.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Zure erabiltzailearen posta elektronikoa ezarri behar duzu probako mezu elektronikoak bidali ahal izateko. Zoaz %sorrira horretarako.", - "Invalid user" : "Erabiltzaile baliogabea", - "Your username is: %s" : "Zure erabiltzailea hau da: %s", - "Logged in user must be a subadmin" : "Saioa hasitako erabiltzailea azpi-administratzailea izan behar du", - "Old user imported certificates" : "Erabiltzaileek inportatutako ziurtagiri zaharrak", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Erabiltzaileek inportaturiko SSL ziurtagiriak egiaztatzen dituen atzeko planoko lan bat dago egiteke. Egiaztatu berriro geroago.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando lerroan inportatu daitezke \"occ security: certificates: import\" komandoaren bidez. Datuen direktorioaren barruan dituzten bideak behean agertzen dira.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Egiaztapen hau exekuta dadin zure web zerbitzaria bere buruarekin konektatu daitekeela ziurtatu behar duzu. Hori dela eta, gutxienez bere `trusted_domains` edo `overwrite.cli.url` batera konektatzeko gai izan behar da.", "Missing optional index \"%s\" in table \"%s\"." : "\"%s\" hautazko indizea falta da \"%s\" taulan.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.", "File locking" : "Fitxategien blokeoa", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakzio-fitxategiak blokeatzea desgaituta dago, honek lasterketa baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript euskarria. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", - "MySQL unicode support" : "MySQL unicode euskarria", - "Overwrite cli URL" : "Gainidatzi cli URLa", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript onartzen baden zure `trusted_domains` edo `overwrite.cli.url` bidez. Baliteke zerbitzariaren DNS bat ez datozenen edo irteerako suebakiaren arauaren ondorioa izatea. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s exekutatzen ari zara. PHP 8.0 Nextcloud 27-n zaharkituta dago. Nextcloud 28k gutxienez PHP 8.1 behar ahal izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsioatara ahalik eta lasterren.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta MariaDB 10.2 edo berriagoa behar dute.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL bertsioa \"%s\" erabiltzen da. Nextcloud 21 eta berriek ez dute bertsio hau onartzen eta MySQL 8.0 edo MariaDB 10.2 edo berriagoa behar dute.", @@ -860,27 +851,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Ahotsetik testura aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen ezarri dezakezu hemen.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ez dago ahotsetik testurako funtzionalitatea ematen duen aplikaziorik unean.", "None of your currently installed apps provide Text processing functionality" : "Ez dago testu-prozesamendu funtzionalitatea ematen duen aplikaziorik unean.", - "Exclude groups from sharing" : "Baztertu taldeak partekatzean", - "These groups will still be able to receive shares, but not to initiate them." : "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu", "Set default expiration date for shares" : "Partekatzeei iraungitze data lehenetsia ezarri", "Allow username autocompletion in share dialog and allow access to the system address book" : "Baimendu erabiltzaile izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Bi faktoreko autentifikazioa erabiltzaile guztientzat edo talde batzuentzat ezarri daiteke. Ez badute bi faktoreko hornitzailerik konfiguratuta, ezingo dira sistemara sartu.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Taldeak aukeratuta daudenean hauxe erabiltzen da bi faktoreko autentikazioa derrigortu ala ez erabakitzeko: talderik ez badago aukeratuta, guztientzat dago derrigortuta kanpoan utzitako taldeetako kideentzat ezik. Taldeak aukeratuta badaude, beren kideentzat derrigortzen da. Erabiltzaile bat aukeratutako eta kanpoan utzitako talde bateko kide bada, aukeratutako taldekoa izatea lehenesten da eta bi faktoreko autentikazioa erabiltzera derrigortzen da.", - "{license}-licensed" : "{license}-lizentziaduna", - "Rating: {score}/10" : "Balorazioa: {score}/10", - "Username" : "Erabiltzaile izena", - "Execute one task with each page loaded. Use case: Single user instance." : "Exekutatu zeregin bat orrialde bakoitza kargatuta. Erabilera kasua: erabiltzaile bakarreko instantzia.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php webcron zerbitzu batean erregistratuta dago HTTP bidez 5 minuturo cron.php deitzeko. Erabilera kasua: oso instantzia txikia (1-5 erabiltzaile erabileraren arabera).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php sistemaren erabiltzaileak \"{user}\" exekutatu behar du.", - "Enable or disable profile by default for new users." : "Gaitu edo desgaitu profila lehenespenez erabiltzaile berrientzat.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\"taldea ezabatzera zoaz. Erabiltzaileak EZ dira ezabatuko.", + "Your biography" : "Zure biografia", "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong> erabiltzen ari zara", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{usage}</strong>/<strong>{totalSpace}</strong> erabiltzen ari zara (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Helbide elektroniko gehigarriak", - "Enable Profile" : "Gaitu profila", - "No users" : "Erabiltzailerik ez", - "Loading users …" : "Erabiltzaileak kargatzen ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Erabiltzaileen zerrenda. Zerrenda ez da guztiz errenderizatzen errendimendu arrazoiengatik. Erabiltzaileak zerrenda nabigatzen duzun heinean errenderizatuko dira.", "New user" : "Erabiltzaile berria", "Groups (required)" : "Taldeak (beharrezkoa)", "Set user groups" : "Ezarri erabiltzailearen taldeak", @@ -891,39 +866,15 @@ OC.L10N.register( "Set user manager" : "Ezarri erabiltzaile-kudeatzailea", "Username will be autogenerated" : "Erabiltzaile izena automatikoki sortuko da", "Username (required)" : "Erabiltzailea (beharrezkoa)", + "Loading users …" : "Erabiltzaileak kargatzen ...", + "Username" : "Erabiltzaile izena", "User backend" : "Erabiltzaile jatorria", "User actions" : "Erabiltzaile-ekintzak", - "Loading user …" : "Erabiltzailea kargatzen ...", - "You do not have permissions to see the details of this user" : "Ez duzu baimenik erabiltzaile honen xehetasunak ikusteko", "Add user to group" : "Gehitu erabiltzailea taldera", - "Set user as admin for" : "Ezarri erabiltzailea admin gisa", - "Select user quota" : "Aukeratu erabiltzaile-kuota ", - "Delete user" : "Ezabatu erabiltzailea", - "Wipe all devices" : "Garbitu gailu guztiak", - "Disable user" : "Desgaitu erabiltzailea", - "Enable user" : "Gaitu erabiltzailea", - "Failed to update user manager" : "Ezin izan da erabiltzaile kudeatzailea eguneratu", - "Toggle user actions menu" : "Txandakatu erabiltzailearen ekintza menua", - "User management settings" : "Erabiltzaile kudeaketaren ezarpenak", - "Show user backend" : "Bistaratu erabiltzaile motorra", - "Send welcome email to new users" : "Bidali ongietorri eposta erabiltzaile berriei", "Name your device" : "Izendatu zure gailua", "Server error while trying to add WebAuthn device" : "Zerbitzariaren errorea WebAuthn gailua gehitzen saiatzean", - "by {author}\n{license}" : "{author}-(e)k egina\n{license}", - "User management" : "Erabiltzaileen kudeaketa", - "Active users" : "Erabiltzaile aktiboak", - "Disabled users" : "Erabiltzaile ezinduak", - "Creating group …" : "Taldea sortzen ...", - "User group: {group}" : "Erabiltzailearen taldea: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ez dago erabilgarri federazioa desgaitu delako zure kontuan, jarri harremanetan sistema-administratzailearekin galderarik baduzu", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Ez dago eskuragarri bilaketa zerbitzarira erabiltzaileen datu zehatzak argitaratzea ez dagoelako baimenduta, jarri harremanetan sistemaren administratzailearekin galderarik baduzu", - "Show to logged in users only" : "Erakutsi saioa hasi duten erabiltzaileei soilik", - "Nextcloud help resources" : "Nextcloud laguntza baliabideak", - "SMTP Username" : "SMTP erabiltzaile-izena", - "Follow us on Twitter" : "Jarrai gaitzazu Twitterren", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Egiaztapen hau exekuta dadin zure web zerbitzaria bere buruarekin konektatu daitekeela ziurtatu behar duzu. Hori dela eta, gutxienez bere `trusted_domains` edo `overwrite.cli.url` batera konektatzeko gai izan behar da.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript onartzen baden zure `trusted_domains` edo `overwrite.cli.url` bidez. Baliteke zerbitzariaren DNS bat ez datozenen edo irteerako suebakiaren arauaren ondorioa izatea. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", "Active accounts" : "Kontu gaituak", + "Follow us on Twitter" : "Jarrai gaitzazu Twitterren", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Egiaztapen hau exekuta dadin ziurtatu behar duzu zure web zerbitzaria bere buruarekin konektatu daitekeela. Hori dela eta, bere `trusted_domains` edo `overwrite.cli.url`ra gutxienez ebatzi eta konektatzeko gai izan behar du. Baliteke hutsegite hau zerbitzariaren aldeko DNS ez bat etortzea edo irteerako suebakiaren arauaren ondorioa izatea.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" bertsioa detektatu da. PostgreSQL >=12 eta <=16 iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko." }, diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index 6988f5ed310..1d44853fd8e 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -436,6 +436,9 @@ "Display Name" : "Izena erakutsi", "GPUs support" : "GPUen bateragarritasuna", "Compute device" : "Konputazio gailua", + "Learn more" : "Ikasi gehiago", + "Confirm" : "Berretsi", + "Cancel" : "Ezeztatu", "Description" : "Deskripzioa", "Details" : "Xehetasunak", "All" : "Denak", @@ -534,8 +537,6 @@ "Unable to update server side encryption config" : "Ezin izan da zerbitzariaren aldeko zifratzearen konfigurazioa eguneratu", "Please confirm the group removal" : "Mesedez, baieztatu taldearen ezabaketa", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "\"{group}\" taldea ezabatzera zoaz. Kontuak EZ dira ezabatuko.", - "Cancel" : "Ezeztatu", - "Confirm" : "Berretsi", "Submit" : "Bidali", "Rename group" : "Berrizendatu taldea", "Remove group" : "Ezabatu taldea", @@ -557,7 +558,6 @@ "Error cropping profile picture" : "Errorea profil-irudia moztean", "Error saving profile picture" : "Errorea profil-irudia gordetzean", "Error removing profile picture" : "Errorea profil-irudia kentzean", - "Your biography" : "Zure biografia", "Enter your date of birth" : "Sartu zure jaioteguna", "Unable to update date of birth" : "Ezin da jaioteguna eguneratu", "You are a member of the following groups:" : "Honako taldeetako kide zara:", @@ -653,6 +653,7 @@ "Group admin for" : "Talde honen administratzailea", "Account backend" : "Kontuaren motorra", "Storage location" : "Biltegiratze kokapena", + "First login" : "Lehen saio-hasiera", "Last login" : "Azken saioa", "Account actions" : "Kontuaren ekintzak", "Password or insufficient permissions message" : "Pasahitz edo baimen gutxiegiko mezua", @@ -691,6 +692,7 @@ "Show language" : "Erakutsi hizkuntza", "Show account backend" : "Erakutsi kontuaren motorra", "Show storage path" : "Erakutsi biltegiaren bidea", + "Show first login" : "Erakutsi lehen saio-hasiera", "Show last login" : "Azken izen ematea erakutsi", "Sorting" : "Antolaketa", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Sistemaren konfigurazioak taldeak izenaren arabera ordenatzea eskatzen du. Horrek kideen kopurua erakustea ere desgaitzen du.", @@ -763,7 +765,6 @@ "Show to everyone" : "Erakutsi denei", "Show to logged in accounts only" : "Erakutsi saioa hasi duten kontuei soilik", "Hide" : "Ezkutatu", - "manual-install apps cannot be updated" : "eskuz instalatutako aplikazioak ezin dira eguneratu", "{progress}% Deploying …" : "%{progress} zabaltzen", "{progress}% Initializing …" : "%{progress} hasieratzen", "Health checking" : "Osasuna egiaztatzen", @@ -773,6 +774,7 @@ "Allow untested app" : "Baimendu probatu gabeko aplikazioa", "The app will be downloaded from the App Store" : "Aplikazioa aplikazio biltegitik deskargatuko da", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Aplikazio hau ez dago zure Nextcloud bertsioarekin bateragarri bezala markatuta. Jarraitzen baduzu aplikazioa instalatu egingo duzu. Kontuan izan agian aplikazioak ez duela ondo funtzionatuko.", + "Unknown" : "Ezezaguna", "Never" : "Inoiz ez", "Could not register device: Network error" : "Ezin izan da gailua erregistratu: Sare errorea", "Could not register device: Probably already registered" : "Ezin izan da gailua erregistratu: ziurrenik dagoeneko erregistratuta", @@ -833,23 +835,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Nextcloud komunitate bertsio honek ez du laguntza-zerbitzurik eta berehalako jakinarazpenak ez daude eskuragarri.", "Use a second factor besides your password to increase security for your account." : "Zure pasahitzaz gain bigarren faktore bat erabiltzeak zure kontua seguruago egingo du.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hirugarrenen aplikazioak erabiltzen badituzu Nextcloud-era konektatzeko, ziurtatu bakoitzarentzako aplikazioaren pasahitza sortu eta konfiguratzen duzula bigarren faktorearen autentifikazioa gaitu aurretik.", - "No user supplied" : "Ez da erabiltzailerik zehaztu", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Eman berreskuratzeko administrazio pasahitza, bestela erabiltzaile datu guztiak galduko dira", - "Backend does not support password change, but the user's encryption key was updated." : "Backend-ek ez du onartzen pasahitza aldatzea, baina erabiltzailearen enkriptatze-gakoa eguneratu da.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Zure erabiltzailearen posta elektronikoa ezarri behar duzu probako mezu elektronikoak bidali ahal izateko. Zoaz %sorrira horretarako.", - "Invalid user" : "Erabiltzaile baliogabea", - "Your username is: %s" : "Zure erabiltzailea hau da: %s", - "Logged in user must be a subadmin" : "Saioa hasitako erabiltzailea azpi-administratzailea izan behar du", - "Old user imported certificates" : "Erabiltzaileek inportatutako ziurtagiri zaharrak", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Erabiltzaileek inportaturiko SSL ziurtagiriak egiaztatzen dituen atzeko planoko lan bat dago egiteke. Egiaztatu berriro geroago.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando lerroan inportatu daitezke \"occ security: certificates: import\" komandoaren bidez. Datuen direktorioaren barruan dituzten bideak behean agertzen dira.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Egiaztapen hau exekuta dadin zure web zerbitzaria bere buruarekin konektatu daitekeela ziurtatu behar duzu. Hori dela eta, gutxienez bere `trusted_domains` edo `overwrite.cli.url` batera konektatzeko gai izan behar da.", "Missing optional index \"%s\" in table \"%s\"." : "\"%s\" hautazko indizea falta da \"%s\" taulan.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.", "File locking" : "Fitxategien blokeoa", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakzio-fitxategiak blokeatzea desgaituta dago, honek lasterketa baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript euskarria. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", - "MySQL unicode support" : "MySQL unicode euskarria", - "Overwrite cli URL" : "Gainidatzi cli URLa", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript onartzen baden zure `trusted_domains` edo `overwrite.cli.url` bidez. Baliteke zerbitzariaren DNS bat ez datozenen edo irteerako suebakiaren arauaren ondorioa izatea. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s exekutatzen ari zara. PHP 8.0 Nextcloud 27-n zaharkituta dago. Nextcloud 28k gutxienez PHP 8.1 behar ahal izango du. Mesedez, eguneratu PHP Group-ek ofizialki onartzen dituen PHP bertsioatara ahalik eta lasterren.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" bertsioa erabiltzen da. Nextcloud 21ek eta berriagoak ez dute bertsio hau onartzen eta MariaDB 10.2 edo berriagoa behar dute.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL bertsioa \"%s\" erabiltzen da. Nextcloud 21 eta berriek ez dute bertsio hau onartzen eta MySQL 8.0 edo MariaDB 10.2 edo berriagoa behar dute.", @@ -858,27 +849,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Ahotsetik testura aplikazio ezberdinek inplementatu dezakete. Zeintzuk aplikazio erabili daitezkeen ezarri dezakezu hemen.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ez dago ahotsetik testurako funtzionalitatea ematen duen aplikaziorik unean.", "None of your currently installed apps provide Text processing functionality" : "Ez dago testu-prozesamendu funtzionalitatea ematen duen aplikaziorik unean.", - "Exclude groups from sharing" : "Baztertu taldeak partekatzean", - "These groups will still be able to receive shares, but not to initiate them." : "Talde hauek oraindik jaso ahal izango dute partekatzeak, baina ezingo dute partekatu", "Set default expiration date for shares" : "Partekatzeei iraungitze data lehenetsia ezarri", "Allow username autocompletion in share dialog and allow access to the system address book" : "Baimendu erabiltzaile izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Bi faktoreko autentifikazioa erabiltzaile guztientzat edo talde batzuentzat ezarri daiteke. Ez badute bi faktoreko hornitzailerik konfiguratuta, ezingo dira sistemara sartu.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Taldeak aukeratuta daudenean hauxe erabiltzen da bi faktoreko autentikazioa derrigortu ala ez erabakitzeko: talderik ez badago aukeratuta, guztientzat dago derrigortuta kanpoan utzitako taldeetako kideentzat ezik. Taldeak aukeratuta badaude, beren kideentzat derrigortzen da. Erabiltzaile bat aukeratutako eta kanpoan utzitako talde bateko kide bada, aukeratutako taldekoa izatea lehenesten da eta bi faktoreko autentikazioa erabiltzera derrigortzen da.", - "{license}-licensed" : "{license}-lizentziaduna", - "Rating: {score}/10" : "Balorazioa: {score}/10", - "Username" : "Erabiltzaile izena", - "Execute one task with each page loaded. Use case: Single user instance." : "Exekutatu zeregin bat orrialde bakoitza kargatuta. Erabilera kasua: erabiltzaile bakarreko instantzia.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php webcron zerbitzu batean erregistratuta dago HTTP bidez 5 minuturo cron.php deitzeko. Erabilera kasua: oso instantzia txikia (1-5 erabiltzaile erabileraren arabera).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php sistemaren erabiltzaileak \"{user}\" exekutatu behar du.", - "Enable or disable profile by default for new users." : "Gaitu edo desgaitu profila lehenespenez erabiltzaile berrientzat.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\"taldea ezabatzera zoaz. Erabiltzaileak EZ dira ezabatuko.", + "Your biography" : "Zure biografia", "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong> erabiltzen ari zara", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{usage}</strong>/<strong>{totalSpace}</strong> erabiltzen ari zara (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Helbide elektroniko gehigarriak", - "Enable Profile" : "Gaitu profila", - "No users" : "Erabiltzailerik ez", - "Loading users …" : "Erabiltzaileak kargatzen ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Erabiltzaileen zerrenda. Zerrenda ez da guztiz errenderizatzen errendimendu arrazoiengatik. Erabiltzaileak zerrenda nabigatzen duzun heinean errenderizatuko dira.", "New user" : "Erabiltzaile berria", "Groups (required)" : "Taldeak (beharrezkoa)", "Set user groups" : "Ezarri erabiltzailearen taldeak", @@ -889,39 +864,15 @@ "Set user manager" : "Ezarri erabiltzaile-kudeatzailea", "Username will be autogenerated" : "Erabiltzaile izena automatikoki sortuko da", "Username (required)" : "Erabiltzailea (beharrezkoa)", + "Loading users …" : "Erabiltzaileak kargatzen ...", + "Username" : "Erabiltzaile izena", "User backend" : "Erabiltzaile jatorria", "User actions" : "Erabiltzaile-ekintzak", - "Loading user …" : "Erabiltzailea kargatzen ...", - "You do not have permissions to see the details of this user" : "Ez duzu baimenik erabiltzaile honen xehetasunak ikusteko", "Add user to group" : "Gehitu erabiltzailea taldera", - "Set user as admin for" : "Ezarri erabiltzailea admin gisa", - "Select user quota" : "Aukeratu erabiltzaile-kuota ", - "Delete user" : "Ezabatu erabiltzailea", - "Wipe all devices" : "Garbitu gailu guztiak", - "Disable user" : "Desgaitu erabiltzailea", - "Enable user" : "Gaitu erabiltzailea", - "Failed to update user manager" : "Ezin izan da erabiltzaile kudeatzailea eguneratu", - "Toggle user actions menu" : "Txandakatu erabiltzailearen ekintza menua", - "User management settings" : "Erabiltzaile kudeaketaren ezarpenak", - "Show user backend" : "Bistaratu erabiltzaile motorra", - "Send welcome email to new users" : "Bidali ongietorri eposta erabiltzaile berriei", "Name your device" : "Izendatu zure gailua", "Server error while trying to add WebAuthn device" : "Zerbitzariaren errorea WebAuthn gailua gehitzen saiatzean", - "by {author}\n{license}" : "{author}-(e)k egina\n{license}", - "User management" : "Erabiltzaileen kudeaketa", - "Active users" : "Erabiltzaile aktiboak", - "Disabled users" : "Erabiltzaile ezinduak", - "Creating group …" : "Taldea sortzen ...", - "User group: {group}" : "Erabiltzailearen taldea: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ez dago erabilgarri federazioa desgaitu delako zure kontuan, jarri harremanetan sistema-administratzailearekin galderarik baduzu", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Ez dago eskuragarri bilaketa zerbitzarira erabiltzaileen datu zehatzak argitaratzea ez dagoelako baimenduta, jarri harremanetan sistemaren administratzailearekin galderarik baduzu", - "Show to logged in users only" : "Erakutsi saioa hasi duten erabiltzaileei soilik", - "Nextcloud help resources" : "Nextcloud laguntza baliabideak", - "SMTP Username" : "SMTP erabiltzaile-izena", - "Follow us on Twitter" : "Jarrai gaitzazu Twitterren", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Egiaztapen hau exekuta dadin zure web zerbitzaria bere buruarekin konektatu daitekeela ziurtatu behar duzu. Hori dela eta, gutxienez bere `trusted_domains` edo `overwrite.cli.url` batera konektatzeko gai izan behar da.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript onartzen baden zure `trusted_domains` edo `overwrite.cli.url` bidez. Baliteke zerbitzariaren DNS bat ez datozenen edo irteerako suebakiaren arauaren ondorioa izatea. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", "Active accounts" : "Kontu gaituak", + "Follow us on Twitter" : "Jarrai gaitzazu Twitterren", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Egiaztapen hau exekuta dadin ziurtatu behar duzu zure web zerbitzaria bere buruarekin konektatu daitekeela. Hori dela eta, bere `trusted_domains` edo `overwrite.cli.url`ra gutxienez ebatzi eta konektatzeko gai izan behar du. Baliteke hutsegite hau zerbitzariaren aldeko DNS ez bat etortzea edo irteerako suebakiaren arauaren ondorioa izatea.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" bertsioa detektatu da. PostgreSQL >=12 eta <=16 iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/fa.js b/apps/settings/l10n/fa.js index 0f57eb5596e..93096aa554c 100644 --- a/apps/settings/l10n/fa.js +++ b/apps/settings/l10n/fa.js @@ -186,6 +186,9 @@ OC.L10N.register( "Loading" : "Loading", "Daemon" : "فرایندهای پس زمینه", "Type" : "نوع", + "Learn more" : "بیشتر بدانید", + "Confirm" : "تأیید", + "Cancel" : "منصرف شدن", "Description" : "شرح", "Details" : "جزییات", "All" : "همه", @@ -258,8 +261,6 @@ OC.L10N.register( "Select default encryption module:" : "انتخاب ماژول پیشفرض رمزگذاری:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}", "Unable to update server side encryption config" : "Unable to update server side encryption config", - "Cancel" : "منصرف شدن", - "Confirm" : "تأیید", "Submit" : "ارسال", "Rename group" : "Rename group", "Remove group" : "برداشتن گروه", @@ -280,7 +281,6 @@ OC.L10N.register( "Error cropping profile picture" : "خطا در برش عکس نمایه", "Error saving profile picture" : "خطا در ذخیره تصویر نمایه", "Error removing profile picture" : "خطا در حذف عکس نمایه", - "Your biography" : "بیوگرافی شما", "You are a member of the following groups:" : "عضوی از گروههای زیر هستید:", "Your full name" : "Your full name", "Primary email for password reset and notifications" : "ایمیل اصلی برای بازیابی رمز عبور و دریافت اعلان ها", @@ -419,6 +419,7 @@ OC.L10N.register( "Allow untested app" : "Allow untested app", "The app will be downloaded from the App Store" : "The app will be downloaded from the App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "این برنامه مطابق با نسخه نکست کلود شما مشخص نشده است. اگر ادامه بدهید همچنان می توانید برنامه را نصب کنید. توجه داشته باشید که برنامه ممکن است مطابق آنچه انتظار می رود کار نکند.", + "Unknown" : "ناشناخته", "Never" : "هرگز", "An error occurred during the request. Unable to proceed." : "An error occurred during the request. Unable to proceed.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: This app cannot be enabled because it makes the server unstable", @@ -467,15 +468,6 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "This community release of Nextcloud is unsupported and instant notifications are unavailable.", "Use a second factor besides your password to increase security for your account." : "برای افزایش امنیت حساب کاربری خود ، از یک عامل دوم علاوه بر رمز عبور خود استفاده کنید.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication.", - "No user supplied" : "هیچ کاربری تعریف نشده است", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "لطفاً رمز عبور بازیابی مدیر را ارائه دهید. در غیر این صورت ، تمام داده های کاربر از بین می رود.", - "Backend does not support password change, but the user's encryption key was updated." : " سرور از تغییرات گذرواژه پشتیبانی نمی کند، اما کلید رمزگذاری کاربر به روز شد.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "You need to set your user email before being able to send test emails. Go to %s for that.", - "Invalid user" : "کاربر نامعتبر", - "Your username is: %s" : "نام کاربری شما %s هست.", - "Logged in user must be a subadmin" : "ورود به سیستم کاربر باید زیرمجموعه باشد", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", @@ -484,25 +476,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", - "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", - "These groups will still be able to receive shares, but not to initiate them." : "این گروه ها هنوز هم می توانند سهم دریافت کنند ، اما نه آنها را شروع کنند.", "Set default expiration date for shares" : "تاریخ انقضا پیش فرض را برای اشتراک گذاری تعیین کنید", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "هنگامی که گروه ها انتخاب و حذف شدند ، از این منطق استفاده می کنند تا مشخص شود آیا کاربر 2FA اجباری دارد: اگر هیچ گروه انتخاب نشده باشند ، 2FA برای همه غیر از اعضای گروه های محروم امکان پذیر است. در صورت انتخاب گروه ها ، 2FA برای همه اعضای این گروه فعال است. اگر کاربر هر دو در یک گروه منتخب و مستثنی باشد ، انتخاب شده دارای اولویت است و 2FA اجرا می شود.", - "{license}-licensed" : "دارای مجوز- {license}", - "Username" : "نام کاربری", - "Execute one task with each page loaded. Use case: Single user instance." : "اجرای یک وظیفه با هر بار شدن صفحه. مناسب نمونههای تک کاربره.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "پروندهٔ cron.php ثبت شده در یک خدمت webcron برای فراخوانی هر ۵ دقیقه یک بار روی HTTP. مناسب برای نمونههای بسیار کوچک ( تا ۵ کاربر بسته به استفاده).", - "The cron.php needs to be executed by the system user \"{user}\"." : "پروندهٔ cron.php باید به دست کاربر سامانهای {user} قابل اجرا باشد.", - "Enable or disable profile by default for new users." : "به یا از کار انداختن نمایه برای کاربران جدید به صورت پیشگزیده.", + "Your biography" : "بیوگرافی شما", "You are using <strong>{usage}</strong>" : "فضای مورد استفاده: <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "شما در حال استفادهٔ <strong>{usage}</strong> از <strong>{totalSpace}</strong> (<strong>{usageRelative}٪</strong>) فضا هستید", - "Additional emails" : "Additional emails", - "Enable Profile" : "فعال کردن پروفایل", - "No users" : "No users", - "Loading users …" : "Loading users …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", "New user" : "کاربر جدید", "Groups (required)" : "Groups (required)", "Set user groups" : "Set user groups", @@ -513,33 +491,14 @@ OC.L10N.register( "Set user manager" : "Set user manager", "Username will be autogenerated" : "Username will be autogenerated", "Username (required)" : "Username (required)", + "Loading users …" : "Loading users …", + "Username" : "نام کاربری", "User backend" : "پشتیبان کاربر", "User actions" : "User actions", - "Loading user …" : "Loading user …", - "You do not have permissions to see the details of this user" : "شما مجوز دیدن جزئیات این کاربر را ندارید", "Add user to group" : "Add user to group", - "Set user as admin for" : "کاربر را به عنوان مدیر تنظیم کنید", - "Select user quota" : "سهمیه کاربر را انتخاب کنید", - "Delete user" : "حذف کردن کاربر", - "Wipe all devices" : "همه دستگاه ها را پاک کنید.", - "Disable user" : "غیرفعال کردن کاربر", - "Enable user" : "کاربر را فعال کنید", - "Failed to update user manager" : "Failed to update user manager", - "Toggle user actions menu" : "Toggle user actions menu", - "User management settings" : "User management settings", - "Show user backend" : "نمایش پس زمینه کاربر", - "Send welcome email to new users" : "Send welcome email to new users", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", - "by {author}\n{license}" : "by {author}\n{license}", - "Active users" : "کاربران فعال", - "Disabled users" : "کاربران غیرفعال شده است", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions", - "Show to logged in users only" : "نمایش فقط برای کاربران وارد شده به سامانه", - "Nextcloud help resources" : "منابع راهنمای نکستکلود", - "SMTP Username" : "نام کاربری SMTP", - "Follow us on Twitter" : "ما را در توییتر دنبال کنید", - "Active accounts" : "حسابهای فعال" + "Active accounts" : "حسابهای فعال", + "Follow us on Twitter" : "ما را در توییتر دنبال کنید" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/settings/l10n/fa.json b/apps/settings/l10n/fa.json index 9e421c93af8..b9bbbedd8b4 100644 --- a/apps/settings/l10n/fa.json +++ b/apps/settings/l10n/fa.json @@ -184,6 +184,9 @@ "Loading" : "Loading", "Daemon" : "فرایندهای پس زمینه", "Type" : "نوع", + "Learn more" : "بیشتر بدانید", + "Confirm" : "تأیید", + "Cancel" : "منصرف شدن", "Description" : "شرح", "Details" : "جزییات", "All" : "همه", @@ -256,8 +259,6 @@ "Select default encryption module:" : "انتخاب ماژول پیشفرض رمزگذاری:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}", "Unable to update server side encryption config" : "Unable to update server side encryption config", - "Cancel" : "منصرف شدن", - "Confirm" : "تأیید", "Submit" : "ارسال", "Rename group" : "Rename group", "Remove group" : "برداشتن گروه", @@ -278,7 +279,6 @@ "Error cropping profile picture" : "خطا در برش عکس نمایه", "Error saving profile picture" : "خطا در ذخیره تصویر نمایه", "Error removing profile picture" : "خطا در حذف عکس نمایه", - "Your biography" : "بیوگرافی شما", "You are a member of the following groups:" : "عضوی از گروههای زیر هستید:", "Your full name" : "Your full name", "Primary email for password reset and notifications" : "ایمیل اصلی برای بازیابی رمز عبور و دریافت اعلان ها", @@ -417,6 +417,7 @@ "Allow untested app" : "Allow untested app", "The app will be downloaded from the App Store" : "The app will be downloaded from the App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "این برنامه مطابق با نسخه نکست کلود شما مشخص نشده است. اگر ادامه بدهید همچنان می توانید برنامه را نصب کنید. توجه داشته باشید که برنامه ممکن است مطابق آنچه انتظار می رود کار نکند.", + "Unknown" : "ناشناخته", "Never" : "هرگز", "An error occurred during the request. Unable to proceed." : "An error occurred during the request. Unable to proceed.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: This app cannot be enabled because it makes the server unstable", @@ -465,15 +466,6 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "This community release of Nextcloud is unsupported and instant notifications are unavailable.", "Use a second factor besides your password to increase security for your account." : "برای افزایش امنیت حساب کاربری خود ، از یک عامل دوم علاوه بر رمز عبور خود استفاده کنید.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication.", - "No user supplied" : "هیچ کاربری تعریف نشده است", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "لطفاً رمز عبور بازیابی مدیر را ارائه دهید. در غیر این صورت ، تمام داده های کاربر از بین می رود.", - "Backend does not support password change, but the user's encryption key was updated." : " سرور از تغییرات گذرواژه پشتیبانی نمی کند، اما کلید رمزگذاری کاربر به روز شد.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "You need to set your user email before being able to send test emails. Go to %s for that.", - "Invalid user" : "کاربر نامعتبر", - "Your username is: %s" : "نام کاربری شما %s هست.", - "Logged in user must be a subadmin" : "ورود به سیستم کاربر باید زیرمجموعه باشد", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", @@ -482,25 +474,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", - "Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری", - "These groups will still be able to receive shares, but not to initiate them." : "این گروه ها هنوز هم می توانند سهم دریافت کنند ، اما نه آنها را شروع کنند.", "Set default expiration date for shares" : "تاریخ انقضا پیش فرض را برای اشتراک گذاری تعیین کنید", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "هنگامی که گروه ها انتخاب و حذف شدند ، از این منطق استفاده می کنند تا مشخص شود آیا کاربر 2FA اجباری دارد: اگر هیچ گروه انتخاب نشده باشند ، 2FA برای همه غیر از اعضای گروه های محروم امکان پذیر است. در صورت انتخاب گروه ها ، 2FA برای همه اعضای این گروه فعال است. اگر کاربر هر دو در یک گروه منتخب و مستثنی باشد ، انتخاب شده دارای اولویت است و 2FA اجرا می شود.", - "{license}-licensed" : "دارای مجوز- {license}", - "Username" : "نام کاربری", - "Execute one task with each page loaded. Use case: Single user instance." : "اجرای یک وظیفه با هر بار شدن صفحه. مناسب نمونههای تک کاربره.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "پروندهٔ cron.php ثبت شده در یک خدمت webcron برای فراخوانی هر ۵ دقیقه یک بار روی HTTP. مناسب برای نمونههای بسیار کوچک ( تا ۵ کاربر بسته به استفاده).", - "The cron.php needs to be executed by the system user \"{user}\"." : "پروندهٔ cron.php باید به دست کاربر سامانهای {user} قابل اجرا باشد.", - "Enable or disable profile by default for new users." : "به یا از کار انداختن نمایه برای کاربران جدید به صورت پیشگزیده.", + "Your biography" : "بیوگرافی شما", "You are using <strong>{usage}</strong>" : "فضای مورد استفاده: <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "شما در حال استفادهٔ <strong>{usage}</strong> از <strong>{totalSpace}</strong> (<strong>{usageRelative}٪</strong>) فضا هستید", - "Additional emails" : "Additional emails", - "Enable Profile" : "فعال کردن پروفایل", - "No users" : "No users", - "Loading users …" : "Loading users …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", "New user" : "کاربر جدید", "Groups (required)" : "Groups (required)", "Set user groups" : "Set user groups", @@ -511,33 +489,14 @@ "Set user manager" : "Set user manager", "Username will be autogenerated" : "Username will be autogenerated", "Username (required)" : "Username (required)", + "Loading users …" : "Loading users …", + "Username" : "نام کاربری", "User backend" : "پشتیبان کاربر", "User actions" : "User actions", - "Loading user …" : "Loading user …", - "You do not have permissions to see the details of this user" : "شما مجوز دیدن جزئیات این کاربر را ندارید", "Add user to group" : "Add user to group", - "Set user as admin for" : "کاربر را به عنوان مدیر تنظیم کنید", - "Select user quota" : "سهمیه کاربر را انتخاب کنید", - "Delete user" : "حذف کردن کاربر", - "Wipe all devices" : "همه دستگاه ها را پاک کنید.", - "Disable user" : "غیرفعال کردن کاربر", - "Enable user" : "کاربر را فعال کنید", - "Failed to update user manager" : "Failed to update user manager", - "Toggle user actions menu" : "Toggle user actions menu", - "User management settings" : "User management settings", - "Show user backend" : "نمایش پس زمینه کاربر", - "Send welcome email to new users" : "Send welcome email to new users", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", - "by {author}\n{license}" : "by {author}\n{license}", - "Active users" : "کاربران فعال", - "Disabled users" : "کاربران غیرفعال شده است", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions", - "Show to logged in users only" : "نمایش فقط برای کاربران وارد شده به سامانه", - "Nextcloud help resources" : "منابع راهنمای نکستکلود", - "SMTP Username" : "نام کاربری SMTP", - "Follow us on Twitter" : "ما را در توییتر دنبال کنید", - "Active accounts" : "حسابهای فعال" + "Active accounts" : "حسابهای فعال", + "Follow us on Twitter" : "ما را در توییتر دنبال کنید" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/fi.js b/apps/settings/l10n/fi.js index 62b54e105e4..fbe82ac0d97 100644 --- a/apps/settings/l10n/fi.js +++ b/apps/settings/l10n/fi.js @@ -220,6 +220,9 @@ OC.L10N.register( "Daemon" : "Taustapalvelu", "Type" : "Tyyppi", "Display Name" : "Näyttönimi", + "Learn more" : "Opi lisää", + "Confirm" : "Vahvista", + "Cancel" : "Peru", "Description" : "Kuvaus", "Details" : "Yksityiskohdat", "All" : "Kaikki", @@ -293,8 +296,6 @@ OC.L10N.register( "Select default encryption module:" : "Valitse oletuksena käytettävä salausmoduuli:", "Please confirm the group removal" : "Vahvista ryhmän poistaminen", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Olet aikeissa poistaa ryhmän \"{group}\". Tilejä EI poisteta.", - "Cancel" : "Peru", - "Confirm" : "Vahvista", "Submit" : "Lähetä", "Rename group" : "Nimeä ryhmä uudelleen", "Remove group" : "Poista ryhmä", @@ -316,7 +317,6 @@ OC.L10N.register( "Error cropping profile picture" : "Virhe profiilikuvaa rajatessa", "Error saving profile picture" : "Virhe profiilikuvaa tallentaessa", "Error removing profile picture" : "Virhe profiilikuvaa poistaessa", - "Your biography" : "Sinun elämäkertasi", "Enter your date of birth" : "Kirjoita syntymäpäiväsi", "Unable to update date of birth" : "Syntymäpäivää ei voitu päivittää", "You are a member of the following groups:" : "Olet seuraavien ryhmien jäsen:", @@ -472,6 +472,7 @@ OC.L10N.register( "Allow untested app" : "Salli testaamaton sovellus", "The app will be downloaded from the App Store" : "Sovellus ladataan sovelluskaupasta", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Sovellusta ei ole merkattu yhteensopivaksi Nextcloud-versiosi kanssa. Voit kuitenkin jatkaa ja asentaa sovelluksen. Huomioi, että sovellus ei välttämättä toimi odotetusti.", + "Unknown" : "Tuntematon", "Never" : "Ei koskaan", "Could not register device: Network error" : "Laitetta ei voitu rekisteröidä: verkkovirhe", "Could not register device: Probably already registered" : "Laitetta ei voitu rekisteröidä: luultavasti jo rekisteröity", @@ -524,33 +525,16 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Tätä yhteisöjulkaisua Nextcloudista ei tueta, ja pikailmoitukset eivät ole saatavilla.", "Use a second factor besides your password to increase security for your account." : "Käytä toista vaihetta salasanasi lisäksi parantaaksesi tilisi tietoturvaa.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Jos yhdistät kolmannen osapuolen ohjelmia Nextcloudiin, määritä niille sovellussalasanat ennen kaksiosaisen todentamismenetelmän käyttöönottoa.", - "No user supplied" : "Käyttäjää ei määritetty", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Anna ylläpitäjän palautussalasana; muuten kaikki käyttäjien data menetetään.", - "Invalid user" : "Virheellinen käyttäjä", - "Your username is: %s" : "Käyttäjätunnuksesi on: %s", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tietokannasta puuttuu indeksejä. Suuriin tauluihin indeksien lisääminen saattaa kestää kauan, ja sen vuoksi indeksejä ei lisätty automaattisesti. Suorita \"occ db:add-missing-indices\" lisätäksesi puuttuvat indeksit manuaalisesti samalla, kun instanssi pysyy käynnissä. Kun indeksit on lisätty, kyselyt kyseisiin tauluihin ovat yleensä huomattavasti aiempaa nopeampia.", "File locking" : "Tiedostolukitus", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", "Speech-To-Text" : "Puheesta tekstiksi", - "Exclude groups from sharing" : "Kiellä ryhmiä jakamasta", - "These groups will still be able to receive shares, but not to initiate them." : "Nämä ryhmät kykenevät vastaanottamaan jakoja, mutta eivät kuitenkaan itse pysty luoda jakoja.", "Set default expiration date for shares" : "Aseta oletusarvoinen vanhenemispäivä jaoille", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Kaksivaiheinen tunnistautuminen voidaan pakottaa kaikille käyttäjille ja halutuille ryhmille. Mikäli heillä ei ole kaksivaiheista tunnistautumistapaa määriteltynä, he eivät pysty kirjautumaan järjestelmään.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Kun ryhmiä on valittu tai poissuljettu, ne käyttävät seuraavaa logiikkaa määrittääkseen käyttäjän kaksivaiheisen tunnistautumisen (2FA) pakottamisen: Jos ryhmiä ei ole valittu, 2FA on käytössä kaikilla paitsi poissuljetuilla ryhmillä. Jos ryhmiä on valittu, 2FA on käytössä kaikilla niiden jäsenillä. Jos käyttäjä on sekä valitussa että poissuljetussa ryhmässä, valittu ryhmä on etusijalla ja 2FA on käytössä.", - "{license}-licensed" : "{license}-lisensoitu", - "Rating: {score}/10" : "Arvostelu: {score}/10", - "Username" : "Käyttäjätunnus", - "Enable or disable profile by default for new users." : "Käytä tai poista käytöstä profiili oletusarvoisesti uusille käyttäjille.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Olet aikeissa poistaa ryhmän \"{group}\". Käyttäjiä EI poisteta!", + "Your biography" : "Sinun elämäkertasi", "You are using <strong>{usage}</strong>" : "Käytössäsi on <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Käytössäsi on <strong>{usage}</strong>/<strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Muut sähköpostit", - "Enable Profile" : "Käytä profiilia", - "No users" : "Ei käyttäjiä", - "Loading users …" : "Ladataan käyttäjiä…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Luettelo käyttäjistä. Tätä luetteloa ei näytetä täysin suorituskykyyn liittyvistä syistä. Käyttäjät esitetään sitä mukaa, kun selaat luetteloa.", "New user" : "Uusi käyttäjä", "Groups (required)" : "Ryhmät (pakollinen)", "Set user groups" : "Aseta käyttäjäryhmät", @@ -558,33 +542,14 @@ OC.L10N.register( "Add new user" : "Lisää uusi käyttäjä", "Username will be autogenerated" : "Käyttäjänimi luodaan automaattisesti", "Username (required)" : "Käyttäjänimi (pakollinen)", + "Loading users …" : "Ladataan käyttäjiä…", + "Username" : "Käyttäjätunnus", "User backend" : "Käyttäjätaustaosa", "User actions" : "Käyttäjätoiminnot", - "Loading user …" : "Ladataan käyttäjää…", - "You do not have permissions to see the details of this user" : "Käyttöoikeutesi eivät riitä tämän käyttäjän tietojen näkemiseen", "Add user to group" : "Lisää käyttäjä ryhmään", - "Set user as admin for" : "Aseta käyttäjä järjestelmänvalvojaksi kohteelle", - "Select user quota" : "Valitse käyttäjäkiintiö", - "Delete user" : "Poista käyttäjä", - "Wipe all devices" : "Tyhjennä kaikki laitteet", - "Disable user" : "Poista käyttäjä käytöstä", - "Enable user" : "Ota käyttäjä käyttöön", - "Toggle user actions menu" : "Näytä tai piilota käyttäjätoimintojen valikko", - "User management settings" : "Käyttäjähallinnan asetukset", - "Show user backend" : "Näytä käyttäjätaustaosa", - "Send welcome email to new users" : "Lähetä Tervetuloa-sähköposti uusille käyttäjille", "Name your device" : "Nimeä laitteesi", "Server error while trying to add WebAuthn device" : "Palvelinvirhe kun yritettiin lisätä WebAuthn-laitetta", - "by {author}\n{license}" : "tekijä {author}\n{license}", - "User management" : "Käyttäjähallinta", - "Active users" : "Aktiiviset käyttäjät", - "Disabled users" : "Käytöstä poistetut käyttäjät", - "Creating group …" : "Luodaan ryhmää…", - "User group: {group}" : "Käyttäjäryhmä: {group}", - "Show to logged in users only" : "Näytä vain sisäänkirjautuneille käyttäjille", - "Nextcloud help resources" : "Nextcloud-ohjeresurssit", - "SMTP Username" : "SMTP-käyttäjätunnus", - "Follow us on Twitter" : "Seuraa meitä Twitterissä", - "Active accounts" : "Aktiiviset tilit" + "Active accounts" : "Aktiiviset tilit", + "Follow us on Twitter" : "Seuraa meitä Twitterissä" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/fi.json b/apps/settings/l10n/fi.json index 0e805a1d210..46ee1b42b95 100644 --- a/apps/settings/l10n/fi.json +++ b/apps/settings/l10n/fi.json @@ -218,6 +218,9 @@ "Daemon" : "Taustapalvelu", "Type" : "Tyyppi", "Display Name" : "Näyttönimi", + "Learn more" : "Opi lisää", + "Confirm" : "Vahvista", + "Cancel" : "Peru", "Description" : "Kuvaus", "Details" : "Yksityiskohdat", "All" : "Kaikki", @@ -291,8 +294,6 @@ "Select default encryption module:" : "Valitse oletuksena käytettävä salausmoduuli:", "Please confirm the group removal" : "Vahvista ryhmän poistaminen", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Olet aikeissa poistaa ryhmän \"{group}\". Tilejä EI poisteta.", - "Cancel" : "Peru", - "Confirm" : "Vahvista", "Submit" : "Lähetä", "Rename group" : "Nimeä ryhmä uudelleen", "Remove group" : "Poista ryhmä", @@ -314,7 +315,6 @@ "Error cropping profile picture" : "Virhe profiilikuvaa rajatessa", "Error saving profile picture" : "Virhe profiilikuvaa tallentaessa", "Error removing profile picture" : "Virhe profiilikuvaa poistaessa", - "Your biography" : "Sinun elämäkertasi", "Enter your date of birth" : "Kirjoita syntymäpäiväsi", "Unable to update date of birth" : "Syntymäpäivää ei voitu päivittää", "You are a member of the following groups:" : "Olet seuraavien ryhmien jäsen:", @@ -470,6 +470,7 @@ "Allow untested app" : "Salli testaamaton sovellus", "The app will be downloaded from the App Store" : "Sovellus ladataan sovelluskaupasta", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Sovellusta ei ole merkattu yhteensopivaksi Nextcloud-versiosi kanssa. Voit kuitenkin jatkaa ja asentaa sovelluksen. Huomioi, että sovellus ei välttämättä toimi odotetusti.", + "Unknown" : "Tuntematon", "Never" : "Ei koskaan", "Could not register device: Network error" : "Laitetta ei voitu rekisteröidä: verkkovirhe", "Could not register device: Probably already registered" : "Laitetta ei voitu rekisteröidä: luultavasti jo rekisteröity", @@ -522,33 +523,16 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Tätä yhteisöjulkaisua Nextcloudista ei tueta, ja pikailmoitukset eivät ole saatavilla.", "Use a second factor besides your password to increase security for your account." : "Käytä toista vaihetta salasanasi lisäksi parantaaksesi tilisi tietoturvaa.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Jos yhdistät kolmannen osapuolen ohjelmia Nextcloudiin, määritä niille sovellussalasanat ennen kaksiosaisen todentamismenetelmän käyttöönottoa.", - "No user supplied" : "Käyttäjää ei määritetty", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Anna ylläpitäjän palautussalasana; muuten kaikki käyttäjien data menetetään.", - "Invalid user" : "Virheellinen käyttäjä", - "Your username is: %s" : "Käyttäjätunnuksesi on: %s", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tietokannasta puuttuu indeksejä. Suuriin tauluihin indeksien lisääminen saattaa kestää kauan, ja sen vuoksi indeksejä ei lisätty automaattisesti. Suorita \"occ db:add-missing-indices\" lisätäksesi puuttuvat indeksit manuaalisesti samalla, kun instanssi pysyy käynnissä. Kun indeksit on lisätty, kyselyt kyseisiin tauluihin ovat yleensä huomattavasti aiempaa nopeampia.", "File locking" : "Tiedostolukitus", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", "Speech-To-Text" : "Puheesta tekstiksi", - "Exclude groups from sharing" : "Kiellä ryhmiä jakamasta", - "These groups will still be able to receive shares, but not to initiate them." : "Nämä ryhmät kykenevät vastaanottamaan jakoja, mutta eivät kuitenkaan itse pysty luoda jakoja.", "Set default expiration date for shares" : "Aseta oletusarvoinen vanhenemispäivä jaoille", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Kaksivaiheinen tunnistautuminen voidaan pakottaa kaikille käyttäjille ja halutuille ryhmille. Mikäli heillä ei ole kaksivaiheista tunnistautumistapaa määriteltynä, he eivät pysty kirjautumaan järjestelmään.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Kun ryhmiä on valittu tai poissuljettu, ne käyttävät seuraavaa logiikkaa määrittääkseen käyttäjän kaksivaiheisen tunnistautumisen (2FA) pakottamisen: Jos ryhmiä ei ole valittu, 2FA on käytössä kaikilla paitsi poissuljetuilla ryhmillä. Jos ryhmiä on valittu, 2FA on käytössä kaikilla niiden jäsenillä. Jos käyttäjä on sekä valitussa että poissuljetussa ryhmässä, valittu ryhmä on etusijalla ja 2FA on käytössä.", - "{license}-licensed" : "{license}-lisensoitu", - "Rating: {score}/10" : "Arvostelu: {score}/10", - "Username" : "Käyttäjätunnus", - "Enable or disable profile by default for new users." : "Käytä tai poista käytöstä profiili oletusarvoisesti uusille käyttäjille.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Olet aikeissa poistaa ryhmän \"{group}\". Käyttäjiä EI poisteta!", + "Your biography" : "Sinun elämäkertasi", "You are using <strong>{usage}</strong>" : "Käytössäsi on <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Käytössäsi on <strong>{usage}</strong>/<strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Muut sähköpostit", - "Enable Profile" : "Käytä profiilia", - "No users" : "Ei käyttäjiä", - "Loading users …" : "Ladataan käyttäjiä…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Luettelo käyttäjistä. Tätä luetteloa ei näytetä täysin suorituskykyyn liittyvistä syistä. Käyttäjät esitetään sitä mukaa, kun selaat luetteloa.", "New user" : "Uusi käyttäjä", "Groups (required)" : "Ryhmät (pakollinen)", "Set user groups" : "Aseta käyttäjäryhmät", @@ -556,33 +540,14 @@ "Add new user" : "Lisää uusi käyttäjä", "Username will be autogenerated" : "Käyttäjänimi luodaan automaattisesti", "Username (required)" : "Käyttäjänimi (pakollinen)", + "Loading users …" : "Ladataan käyttäjiä…", + "Username" : "Käyttäjätunnus", "User backend" : "Käyttäjätaustaosa", "User actions" : "Käyttäjätoiminnot", - "Loading user …" : "Ladataan käyttäjää…", - "You do not have permissions to see the details of this user" : "Käyttöoikeutesi eivät riitä tämän käyttäjän tietojen näkemiseen", "Add user to group" : "Lisää käyttäjä ryhmään", - "Set user as admin for" : "Aseta käyttäjä järjestelmänvalvojaksi kohteelle", - "Select user quota" : "Valitse käyttäjäkiintiö", - "Delete user" : "Poista käyttäjä", - "Wipe all devices" : "Tyhjennä kaikki laitteet", - "Disable user" : "Poista käyttäjä käytöstä", - "Enable user" : "Ota käyttäjä käyttöön", - "Toggle user actions menu" : "Näytä tai piilota käyttäjätoimintojen valikko", - "User management settings" : "Käyttäjähallinnan asetukset", - "Show user backend" : "Näytä käyttäjätaustaosa", - "Send welcome email to new users" : "Lähetä Tervetuloa-sähköposti uusille käyttäjille", "Name your device" : "Nimeä laitteesi", "Server error while trying to add WebAuthn device" : "Palvelinvirhe kun yritettiin lisätä WebAuthn-laitetta", - "by {author}\n{license}" : "tekijä {author}\n{license}", - "User management" : "Käyttäjähallinta", - "Active users" : "Aktiiviset käyttäjät", - "Disabled users" : "Käytöstä poistetut käyttäjät", - "Creating group …" : "Luodaan ryhmää…", - "User group: {group}" : "Käyttäjäryhmä: {group}", - "Show to logged in users only" : "Näytä vain sisäänkirjautuneille käyttäjille", - "Nextcloud help resources" : "Nextcloud-ohjeresurssit", - "SMTP Username" : "SMTP-käyttäjätunnus", - "Follow us on Twitter" : "Seuraa meitä Twitterissä", - "Active accounts" : "Aktiiviset tilit" + "Active accounts" : "Aktiiviset tilit", + "Follow us on Twitter" : "Seuraa meitä Twitterissä" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 1112fbf6674..15d2e26e956 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Imposer la protection par mot de passe", "Exclude groups from password requirements" : "Exclure des groupes des contraintes de mot de passe", "Exclude groups from creating link shares" : "Interdire à des groupes de créer liens de partage", + "Allow users to set custom share link tokens" : "Permettre aux utilisateurs de personnaliser le jeton de partage", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Les partages utilisant un jeton personnalisé continueront d'être accessibles après la désactivation de ce paramètre", + "Shares with guessable tokens may be accessed easily" : "Les partages avec des jetons devinables pourraient être accédés plus facilement", "Limit sharing based on groups" : "Limiter le partage selon les groupes", "Allow sharing for everyone (default)" : "Permettre le partage pour tout le monde (par défaut)", "Exclude some groups from sharing" : "Empêcher certains groupes de partager", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "Nom affiché", "GPUs support" : "Prise en charge des cartes graphiques", "Compute device" : "Appareil de calcul", + "Advanced deploy options" : "Options avancées de déploiement", + "Edit ExApp deploy options before installation" : "Éditer les options de déploiement ExApp avant l'installation", + "Configured ExApp deploy options. Can be set only during installation" : "Options de déploiement ExApp. Ne peuvent être définies que lors de l'installation", + "Learn more" : "En savoir plus", + "Environment variables" : "Variables d'environnement", + "ExApp container environment variables" : "Variables d'environnement du conteneur ExApp", + "No environment variables defined" : "Aucune variable d'environnement définie", + "Mounts" : "Montages", + "Define host folder mounts to bind to the ExApp container" : "Définir les montages de volumes de l'hôte à attacher au conteneur ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Doivent exister sur l'hôte de déploiement du service avant d'installer ExApp", + "Host path" : "Chemin de l'hôte", + "Container path" : "Chemin du conteneur", + "Read-only" : "Lecture seule", + "Remove mount" : "Retirer le point de montage", + "New mount" : "Nouveau point de montage", + "Enter path to host folder" : "Entrer le chemin du dossier sur l'hôte", + "Enter path to container folder" : "Entrer le chemin du dossier du conteneur", + "Toggle read-only mode" : "Activer/Désactiver le mode lecture seule", + "Confirm adding new mount" : "Confirmer l'ajout de nouveau point de montage", + "Confirm" : "Confirmer", + "Cancel adding mount" : "Annuler l'ajout de nouveau point de montage", + "Cancel" : "Annuler", + "Add mount" : "Ajouter un point de montage", + "ExApp container mounts" : "Points de montage ExApp", + "No mounts defined" : "Aucun point de montage défini", "Description" : "Description", "Details" : "Détails", "All" : "Tous", "Limit app usage to groups" : "Limiter l'utilisation de l'application à des groupes", "No results" : "Aucun résultat", "Update to {version}" : "Mettre à jour vers {version}", + "Deploy options" : "Options de déploiement", "Default Deploy daemon is not accessible" : "Le service de déploiement par défaut n'est pas accessible", "Delete data on remove" : "Supprimer les données lors de la désinstallation", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Cette application n’a pas de version minimum Nextcloud exigée. Ce sera considéré comme une erreur à l’avenir.", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Impossible de mettre à jour la configuration du chiffrement côté serveur", "Please confirm the group removal" : "Merci de confirmer la suppression du groupe", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe « {group} ». Les comptes qui en font partie ne seront PAS supprimés.", - "Cancel" : "Annuler", - "Confirm" : "Confirmer", "Submit" : "Soumettre", "Rename group" : "Renommer le groupe", "Remove group" : "Retirer le groupe", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "Erreur lors du recadrage d'image de profil", "Error saving profile picture" : "Erreur lors de la sauvegarde de l'image de profil", "Error removing profile picture" : "Erreur lors de la suppression de l'image de profil", - "Your biography" : "Votre biographie", + "Your biography. Markdown is supported." : "Votre biographie. Le format Markdown est pris en charge.", "Enter your date of birth" : "Saisissez votre date de naissance", "Unable to update date of birth" : "Impossible de mettre à jour la date de naissance", "You are a member of the following groups:" : "Vous êtes membre des groupes suivants :", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "Administrateur de groupe pour", "Account backend" : "Origine du compte", "Storage location" : "Emplacement du stockage", + "First login" : "Première connexion", "Last login" : "Dernière connexion", "Account actions" : "Actions du compte", "Password or insufficient permissions message" : "Mot de passe ou message d'autorisations insuffisantes", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "Afficher la langue", "Show account backend" : "Afficher l'origine du compte", "Show storage path" : "Afficher l'emplacement du stockage", + "Show first login" : "Afficher la première connexion", "Show last login" : "Afficher la dernière connexion", "Sorting" : "Trier", "The system config enforces sorting the groups by name. This also disables showing the member count." : "La configuration système impose le tri des groupes par nom. Ceci désactive également l’affichage du nombre de membres.", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "Montrer à tout le monde", "Show to logged in accounts only" : "Montrer seulement aux comptes connectés", "Hide" : "Cacher", - "manual-install apps cannot be updated" : "les applications installées manuellement ne peuvent pas être mises à jour", + "Manually installed apps cannot be updated" : "les applications installées manuellement ne peuvent pas être mises à jour", "{progress}% Deploying …" : "{progress}% Déploiement…", "{progress}% Initializing …" : "{progress}% Initialisation…", "Health checking" : "Contrôle de santé", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "Autoriser l'application non testée", "The app will be downloaded from the App Store" : "L'application sera téléchargée depuis le magasin d'applications", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Cette application n'est pas indiquée comme étant compatible avec votre version de Nextcloud. Si vous continuez vous pourrez toujours installer l'app. Notez cependant qu'elle pourrait ne pas fonctionner comme prévu.", + "Unknown" : "Inconnu", "Never" : "Jamais", "Could not register device: Network error" : "Impossible d’enregistrer l’appareil : erreur réseau", "Could not register device: Probably already registered" : "Impossible d’enregistrer l’appareil : probablement déjà enregistré", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Cette version communautaire de Nextcloud n'est pas supportée et les notifications push ne sont pas disponibles.", "Use a second factor besides your password to increase security for your account." : "Utilisez un second facteur d'authentification en plus de votre mot de passe pour renforcer la sécurité de votre compte.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si vous utilisez des applications tierces pour vous connecter à Nextcloud, assurez-vous de créer et de configurer un mot de passe d'application pour chacune avant d'activer l'authentification à deux facteurs.", - "No user supplied" : "Aucun utilisateur fourni", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Veuillez fournir un mot de passe administrateur de récupération de données, sinon toutes les données utilisateur seront perdues.", - "Backend does not support password change, but the user's encryption key was updated." : "Le serveur ne permet pas le changement de mot de passe mais la clé de chiffrement a été modifiée.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Vous devez définir votre e-mail utilisateur avant de tester l'envoi d'e-mail. Aller à %s pour cela.", - "Invalid user" : "Utilisateur non valide", - "Your username is: %s" : "Votre nom d’utilisateur est : %s", - "Logged in user must be a subadmin" : "L'utilisateur connecté doit être un sous-administrateur", - "Old user imported certificates" : "Anciens certificats utilisateur importés", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Une tâche en arrière-plan qui vérifie les certificats SSL importés par l’utilisateur est en attente. Veuillez vérifier plus tard.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Certains certificats SSL importés par les utilisateurs sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande \"occ security:certificates:import\". Leurs chemins dans le dossier data sont affichés ci-dessous.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Index optionnels manquants « %s » dans la table « %s ».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.", "File locking" : "Verrouillage des fichiers", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Le verrouillage transactionnel de fichiers est désactivé, cela peut causer des conflits en cas d'accès concurrent. Configurez « filelocking.enabled » dans config.php pour éviter ces problèmes.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge JavaScript. Veuillez vérifier manuellement si votre serveur web offre des fichiers `.mjs` en utilisant le type MIME JavaScript.", - "MySQL unicode support" : "Compatibilité Unicode MySQL", - "Overwrite cli URL" : "Écraser la « CLI URL »", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge Javascript via l’un de vos `trusted_domains` ou `overwrite.cli.url`. Cela peut résulter d’une incompatibilité DNS côté serveur ou d’une règle de pare-feu sortante. Veuillez vérifier manuellement si votre serveur web sert des fichiers `.mjs` utilisant le type MIME JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Vous exécutez actuellement PHP %s. PHP 8.0 est maintenant obsolète pour Nextcloud 27. Nextcloud 28 nécessite au moins PHP 8.1. Veuillez mettre à jour vers l'une des versions PHP officiellement compatibles fournies par le PHP Group dès que possible.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MariaDB 10.2 ou plus.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MySQL 8.0 or MariaDB 10.2 ou plus.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "La reconnaissance vocale peut être implémentée par différentes applications. Vous pouvez définir ici quelle application doit être utilisée.", "None of your currently installed apps provide Speech-To-Text functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de reconnaissance vocale.", "None of your currently installed apps provide Text processing functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de génération de texte.", - "Exclude groups from sharing" : "Empêcher certains groupes de partager", - "These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d’autres.", "Set default expiration date for shares" : "Définir par défaut une date d’expiration pour les partages", "Allow username autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom d'utilisateur dans le dialogue de partage et permettre l'accès au carnet d'adresses système", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être forcée pour tous les utilisateurs et des groupes spécifiques. S'ils n'ont pas un fournisseur à deux facteurs configuré, ils ne seront pas capables de s'authentifier sur le système.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Lorsque des groupes sont forcés/exclus, la logique suivante est utilisée pour déterminer si l'authentification à double facteur (A2F) est imposée à un utilisateur. Si aucun groupe n'est forcé, l'authentification à double facteur est activée pour tous sauf pour les membres des groupes exclus. Si des groupes sont forcés, l'authentification à double facteur est exigée pour tous les membres de ces groupes. Si un utilisateur est à la fois dans un groupe forcé et exclu, c'est le groupe forcé qui prime et l'authentification double facteur est imposée.", - "{license}-licensed" : "Sous licence {license}", - "Rating: {score}/10" : "Évaluation : {score}/10", - "Username" : "Nom d’utilisateur", - "Execute one task with each page loaded. Use case: Single user instance." : "Exécuter une tâche à chaque chargement de page. Cas d'utilisation : Instance avec un seul utilisateur.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php est enregistré dans un service webcron pour appeler cron.php toutes les 5 minutes via HTTP. Cas d'utilisation : Très petite instance (1-5 utilisateurs selon l'utilisation).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Le script cron.php doit être exécuté par l'utilisateur système \"{user}\".", - "Enable or disable profile by default for new users." : "Activer ou désactiver le profil par défaut pour les nouveaux utilisateurs.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe « {group} ». Les utilisateurs qui en font partie ne seront PAS supprimés.", + "Your biography" : "Votre biographie", "You are using <strong>{usage}</strong>" : "Vous utilisez <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Vous utilisez <strong>{usage}</strong> sur <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "E-mails suplémentaires", - "Enable Profile" : "Activer le profil", - "No users" : "Pas d'utilisateurs", - "Loading users …" : "Chargement des utilisateurs...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste des utilisateurs. Cette liste n'est pas entièrement affichée pour des raisons de performance. Les utilisateurs seront affichés au fur et à mesure que vous naviguerez dans la liste.", "New user" : "Nouvel utilisateur", "Groups (required)" : "Groupes (requis)", "Set user groups" : "Définir les groupes d'utilisateurs", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Définir le supérieur de l'utilisateur", "Username will be autogenerated" : "Le nom d’utilisateur sera généré automatiquement", "Username (required)" : "Nom d’utilisateur (requis)", + "Loading users …" : "Chargement des utilisateurs...", + "Username" : "Nom d’utilisateur", "User backend" : "Origine du compte", "User actions" : "Actions de l'utilisateur", - "Loading user …" : "Chargement de l'utilisateur...", - "You do not have permissions to see the details of this user" : "Vous n'avez pas les autorisations pour voir le détail de cet utilisateur", "Add user to group" : "Ajouter l'utilisateur au groupe", - "Set user as admin for" : "Définir en tant qu'administrateur pour", - "Select user quota" : "Sélectionner le quota de l'utilisateur ", - "Delete user" : "Supprimer l'utilisateur", - "Wipe all devices" : "Effacer tous les appareils", - "Disable user" : "Désactiver l'utilisateur", - "Enable user" : "Activer l'utilisateur", - "Failed to update user manager" : "Impossible de mettre à jour le gestionnaire d'utilisateurs", - "Toggle user actions menu" : "Afficher / Masquer le menu des actions de l'utilisateur", - "User management settings" : "Paramètres de la gestion utilisateurs", - "Show user backend" : "Afficher l'origine du compte", - "Send welcome email to new users" : "Envoyer un e-mail de bienvenue aux nouveaux utilisateurs", "Name your device" : "Nommez votre périphérique", "Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout du périphérique WebAuthn", - "by {author}\n{license}" : "par {author}\n{license}", - "User management" : "Gestion des utilisateurs", - "Active users" : "Utilisateurs actifs", - "Disabled users" : "Utilisateurs désactivés", - "Creating group …" : "Création du groupe...", - "User group: {group}" : "Groupe d'utilisateurs : {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Non disponible car la fédération a été désactivée pour votre compte, contactez votre administrateur système si vous avez des questions.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Non disponible car la publication de données spécifiques d'un utilisateur au serveur de recherche est interdit, contacter votre administrateur système si vous avez des questions", - "Show to logged in users only" : "Montrer seulement aux utilisateurs connectés", - "Nextcloud help resources" : "Ressources d'aide Nextcloud", - "SMTP Username" : "Nom d’utilisateur SMTP", - "Follow us on Twitter" : "Suivez-nous sur Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge Javascript via l’un de vos `trusted_domains` ou `overwrite.cli.url`. Cela peut résulter d’une incompatibilité DNS côté serveur ou d’une règle de pare-feu sortante. Veuillez vérifier manuellement si votre serveur web sert des fichiers `.mjs` utilisant le type MIME JavaScript.", "Active accounts" : "Comptes actifs", + "Follow us on Twitter" : "Suivez-nous sur Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`. Cet échec peut être le résultat d'une erreur de DNS côté serveur ou d'une règle de pare-feu sortante.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Version PostgreSQL \"%s\" détectée. PostgreSQL >= 12 et <= 16 sont recommandés pour de meilleures performances, stabilité et fonctionnalités avec cette version de Nextcloud." }, diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 53de036ce23..207e4145f08 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -359,6 +359,9 @@ "Enforce password protection" : "Imposer la protection par mot de passe", "Exclude groups from password requirements" : "Exclure des groupes des contraintes de mot de passe", "Exclude groups from creating link shares" : "Interdire à des groupes de créer liens de partage", + "Allow users to set custom share link tokens" : "Permettre aux utilisateurs de personnaliser le jeton de partage", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Les partages utilisant un jeton personnalisé continueront d'être accessibles après la désactivation de ce paramètre", + "Shares with guessable tokens may be accessed easily" : "Les partages avec des jetons devinables pourraient être accédés plus facilement", "Limit sharing based on groups" : "Limiter le partage selon les groupes", "Allow sharing for everyone (default)" : "Permettre le partage pour tout le monde (par défaut)", "Exclude some groups from sharing" : "Empêcher certains groupes de partager", @@ -436,12 +439,38 @@ "Display Name" : "Nom affiché", "GPUs support" : "Prise en charge des cartes graphiques", "Compute device" : "Appareil de calcul", + "Advanced deploy options" : "Options avancées de déploiement", + "Edit ExApp deploy options before installation" : "Éditer les options de déploiement ExApp avant l'installation", + "Configured ExApp deploy options. Can be set only during installation" : "Options de déploiement ExApp. Ne peuvent être définies que lors de l'installation", + "Learn more" : "En savoir plus", + "Environment variables" : "Variables d'environnement", + "ExApp container environment variables" : "Variables d'environnement du conteneur ExApp", + "No environment variables defined" : "Aucune variable d'environnement définie", + "Mounts" : "Montages", + "Define host folder mounts to bind to the ExApp container" : "Définir les montages de volumes de l'hôte à attacher au conteneur ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Doivent exister sur l'hôte de déploiement du service avant d'installer ExApp", + "Host path" : "Chemin de l'hôte", + "Container path" : "Chemin du conteneur", + "Read-only" : "Lecture seule", + "Remove mount" : "Retirer le point de montage", + "New mount" : "Nouveau point de montage", + "Enter path to host folder" : "Entrer le chemin du dossier sur l'hôte", + "Enter path to container folder" : "Entrer le chemin du dossier du conteneur", + "Toggle read-only mode" : "Activer/Désactiver le mode lecture seule", + "Confirm adding new mount" : "Confirmer l'ajout de nouveau point de montage", + "Confirm" : "Confirmer", + "Cancel adding mount" : "Annuler l'ajout de nouveau point de montage", + "Cancel" : "Annuler", + "Add mount" : "Ajouter un point de montage", + "ExApp container mounts" : "Points de montage ExApp", + "No mounts defined" : "Aucun point de montage défini", "Description" : "Description", "Details" : "Détails", "All" : "Tous", "Limit app usage to groups" : "Limiter l'utilisation de l'application à des groupes", "No results" : "Aucun résultat", "Update to {version}" : "Mettre à jour vers {version}", + "Deploy options" : "Options de déploiement", "Default Deploy daemon is not accessible" : "Le service de déploiement par défaut n'est pas accessible", "Delete data on remove" : "Supprimer les données lors de la désinstallation", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Cette application n’a pas de version minimum Nextcloud exigée. Ce sera considéré comme une erreur à l’avenir.", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "Impossible de mettre à jour la configuration du chiffrement côté serveur", "Please confirm the group removal" : "Merci de confirmer la suppression du groupe", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe « {group} ». Les comptes qui en font partie ne seront PAS supprimés.", - "Cancel" : "Annuler", - "Confirm" : "Confirmer", "Submit" : "Soumettre", "Rename group" : "Renommer le groupe", "Remove group" : "Retirer le groupe", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "Erreur lors du recadrage d'image de profil", "Error saving profile picture" : "Erreur lors de la sauvegarde de l'image de profil", "Error removing profile picture" : "Erreur lors de la suppression de l'image de profil", - "Your biography" : "Votre biographie", + "Your biography. Markdown is supported." : "Votre biographie. Le format Markdown est pris en charge.", "Enter your date of birth" : "Saisissez votre date de naissance", "Unable to update date of birth" : "Impossible de mettre à jour la date de naissance", "You are a member of the following groups:" : "Vous êtes membre des groupes suivants :", @@ -653,6 +680,7 @@ "Group admin for" : "Administrateur de groupe pour", "Account backend" : "Origine du compte", "Storage location" : "Emplacement du stockage", + "First login" : "Première connexion", "Last login" : "Dernière connexion", "Account actions" : "Actions du compte", "Password or insufficient permissions message" : "Mot de passe ou message d'autorisations insuffisantes", @@ -691,6 +719,7 @@ "Show language" : "Afficher la langue", "Show account backend" : "Afficher l'origine du compte", "Show storage path" : "Afficher l'emplacement du stockage", + "Show first login" : "Afficher la première connexion", "Show last login" : "Afficher la dernière connexion", "Sorting" : "Trier", "The system config enforces sorting the groups by name. This also disables showing the member count." : "La configuration système impose le tri des groupes par nom. Ceci désactive également l’affichage du nombre de membres.", @@ -763,7 +792,7 @@ "Show to everyone" : "Montrer à tout le monde", "Show to logged in accounts only" : "Montrer seulement aux comptes connectés", "Hide" : "Cacher", - "manual-install apps cannot be updated" : "les applications installées manuellement ne peuvent pas être mises à jour", + "Manually installed apps cannot be updated" : "les applications installées manuellement ne peuvent pas être mises à jour", "{progress}% Deploying …" : "{progress}% Déploiement…", "{progress}% Initializing …" : "{progress}% Initialisation…", "Health checking" : "Contrôle de santé", @@ -773,6 +802,7 @@ "Allow untested app" : "Autoriser l'application non testée", "The app will be downloaded from the App Store" : "L'application sera téléchargée depuis le magasin d'applications", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Cette application n'est pas indiquée comme étant compatible avec votre version de Nextcloud. Si vous continuez vous pourrez toujours installer l'app. Notez cependant qu'elle pourrait ne pas fonctionner comme prévu.", + "Unknown" : "Inconnu", "Never" : "Jamais", "Could not register device: Network error" : "Impossible d’enregistrer l’appareil : erreur réseau", "Could not register device: Probably already registered" : "Impossible d’enregistrer l’appareil : probablement déjà enregistré", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Cette version communautaire de Nextcloud n'est pas supportée et les notifications push ne sont pas disponibles.", "Use a second factor besides your password to increase security for your account." : "Utilisez un second facteur d'authentification en plus de votre mot de passe pour renforcer la sécurité de votre compte.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si vous utilisez des applications tierces pour vous connecter à Nextcloud, assurez-vous de créer et de configurer un mot de passe d'application pour chacune avant d'activer l'authentification à deux facteurs.", - "No user supplied" : "Aucun utilisateur fourni", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Veuillez fournir un mot de passe administrateur de récupération de données, sinon toutes les données utilisateur seront perdues.", - "Backend does not support password change, but the user's encryption key was updated." : "Le serveur ne permet pas le changement de mot de passe mais la clé de chiffrement a été modifiée.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Vous devez définir votre e-mail utilisateur avant de tester l'envoi d'e-mail. Aller à %s pour cela.", - "Invalid user" : "Utilisateur non valide", - "Your username is: %s" : "Votre nom d’utilisateur est : %s", - "Logged in user must be a subadmin" : "L'utilisateur connecté doit être un sous-administrateur", - "Old user imported certificates" : "Anciens certificats utilisateur importés", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Une tâche en arrière-plan qui vérifie les certificats SSL importés par l’utilisateur est en attente. Veuillez vérifier plus tard.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Certains certificats SSL importés par les utilisateurs sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande \"occ security:certificates:import\". Leurs chemins dans le dossier data sont affichés ci-dessous.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Index optionnels manquants « %s » dans la table « %s ».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.", "File locking" : "Verrouillage des fichiers", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Le verrouillage transactionnel de fichiers est désactivé, cela peut causer des conflits en cas d'accès concurrent. Configurez « filelocking.enabled » dans config.php pour éviter ces problèmes.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge JavaScript. Veuillez vérifier manuellement si votre serveur web offre des fichiers `.mjs` en utilisant le type MIME JavaScript.", - "MySQL unicode support" : "Compatibilité Unicode MySQL", - "Overwrite cli URL" : "Écraser la « CLI URL »", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge Javascript via l’un de vos `trusted_domains` ou `overwrite.cli.url`. Cela peut résulter d’une incompatibilité DNS côté serveur ou d’une règle de pare-feu sortante. Veuillez vérifier manuellement si votre serveur web sert des fichiers `.mjs` utilisant le type MIME JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Vous exécutez actuellement PHP %s. PHP 8.0 est maintenant obsolète pour Nextcloud 27. Nextcloud 28 nécessite au moins PHP 8.1. Veuillez mettre à jour vers l'une des versions PHP officiellement compatibles fournies par le PHP Group dès que possible.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MariaDB 10.2 ou plus.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MySQL 8.0 or MariaDB 10.2 ou plus.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "La reconnaissance vocale peut être implémentée par différentes applications. Vous pouvez définir ici quelle application doit être utilisée.", "None of your currently installed apps provide Speech-To-Text functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de reconnaissance vocale.", "None of your currently installed apps provide Text processing functionality" : "Aucune des applications actuellement installées ne fournit la fonctionnalité de génération de texte.", - "Exclude groups from sharing" : "Empêcher certains groupes de partager", - "These groups will still be able to receive shares, but not to initiate them." : "Ces groupes ne pourront plus initier de partage, mais ils pourront toujours rejoindre les partages faits par d’autres.", "Set default expiration date for shares" : "Définir par défaut une date d’expiration pour les partages", "Allow username autocompletion in share dialog and allow access to the system address book" : "Autoriser l'autocomplétion du nom d'utilisateur dans le dialogue de partage et permettre l'accès au carnet d'adresses système", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être forcée pour tous les utilisateurs et des groupes spécifiques. S'ils n'ont pas un fournisseur à deux facteurs configuré, ils ne seront pas capables de s'authentifier sur le système.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Lorsque des groupes sont forcés/exclus, la logique suivante est utilisée pour déterminer si l'authentification à double facteur (A2F) est imposée à un utilisateur. Si aucun groupe n'est forcé, l'authentification à double facteur est activée pour tous sauf pour les membres des groupes exclus. Si des groupes sont forcés, l'authentification à double facteur est exigée pour tous les membres de ces groupes. Si un utilisateur est à la fois dans un groupe forcé et exclu, c'est le groupe forcé qui prime et l'authentification double facteur est imposée.", - "{license}-licensed" : "Sous licence {license}", - "Rating: {score}/10" : "Évaluation : {score}/10", - "Username" : "Nom d’utilisateur", - "Execute one task with each page loaded. Use case: Single user instance." : "Exécuter une tâche à chaque chargement de page. Cas d'utilisation : Instance avec un seul utilisateur.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php est enregistré dans un service webcron pour appeler cron.php toutes les 5 minutes via HTTP. Cas d'utilisation : Très petite instance (1-5 utilisateurs selon l'utilisation).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Le script cron.php doit être exécuté par l'utilisateur système \"{user}\".", - "Enable or disable profile by default for new users." : "Activer ou désactiver le profil par défaut pour les nouveaux utilisateurs.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe « {group} ». Les utilisateurs qui en font partie ne seront PAS supprimés.", + "Your biography" : "Votre biographie", "You are using <strong>{usage}</strong>" : "Vous utilisez <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Vous utilisez <strong>{usage}</strong> sur <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "E-mails suplémentaires", - "Enable Profile" : "Activer le profil", - "No users" : "Pas d'utilisateurs", - "Loading users …" : "Chargement des utilisateurs...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste des utilisateurs. Cette liste n'est pas entièrement affichée pour des raisons de performance. Les utilisateurs seront affichés au fur et à mesure que vous naviguerez dans la liste.", "New user" : "Nouvel utilisateur", "Groups (required)" : "Groupes (requis)", "Set user groups" : "Définir les groupes d'utilisateurs", @@ -889,39 +892,15 @@ "Set user manager" : "Définir le supérieur de l'utilisateur", "Username will be autogenerated" : "Le nom d’utilisateur sera généré automatiquement", "Username (required)" : "Nom d’utilisateur (requis)", + "Loading users …" : "Chargement des utilisateurs...", + "Username" : "Nom d’utilisateur", "User backend" : "Origine du compte", "User actions" : "Actions de l'utilisateur", - "Loading user …" : "Chargement de l'utilisateur...", - "You do not have permissions to see the details of this user" : "Vous n'avez pas les autorisations pour voir le détail de cet utilisateur", "Add user to group" : "Ajouter l'utilisateur au groupe", - "Set user as admin for" : "Définir en tant qu'administrateur pour", - "Select user quota" : "Sélectionner le quota de l'utilisateur ", - "Delete user" : "Supprimer l'utilisateur", - "Wipe all devices" : "Effacer tous les appareils", - "Disable user" : "Désactiver l'utilisateur", - "Enable user" : "Activer l'utilisateur", - "Failed to update user manager" : "Impossible de mettre à jour le gestionnaire d'utilisateurs", - "Toggle user actions menu" : "Afficher / Masquer le menu des actions de l'utilisateur", - "User management settings" : "Paramètres de la gestion utilisateurs", - "Show user backend" : "Afficher l'origine du compte", - "Send welcome email to new users" : "Envoyer un e-mail de bienvenue aux nouveaux utilisateurs", "Name your device" : "Nommez votre périphérique", "Server error while trying to add WebAuthn device" : "Erreur du serveur lors de l'ajout du périphérique WebAuthn", - "by {author}\n{license}" : "par {author}\n{license}", - "User management" : "Gestion des utilisateurs", - "Active users" : "Utilisateurs actifs", - "Disabled users" : "Utilisateurs désactivés", - "Creating group …" : "Création du groupe...", - "User group: {group}" : "Groupe d'utilisateurs : {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Non disponible car la fédération a été désactivée pour votre compte, contactez votre administrateur système si vous avez des questions.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Non disponible car la publication de données spécifiques d'un utilisateur au serveur de recherche est interdit, contacter votre administrateur système si vous avez des questions", - "Show to logged in users only" : "Montrer seulement aux utilisateurs connectés", - "Nextcloud help resources" : "Ressources d'aide Nextcloud", - "SMTP Username" : "Nom d’utilisateur SMTP", - "Follow us on Twitter" : "Suivez-nous sur Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge Javascript via l’un de vos `trusted_domains` ou `overwrite.cli.url`. Cela peut résulter d’une incompatibilité DNS côté serveur ou d’une règle de pare-feu sortante. Veuillez vérifier manuellement si votre serveur web sert des fichiers `.mjs` utilisant le type MIME JavaScript.", "Active accounts" : "Comptes actifs", + "Follow us on Twitter" : "Suivez-nous sur Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Pour autoriser cette vérification, pour devez vous assurer que votre serveur web peut se connecter à lui-même. Il doit donc être capable de résoudre et de se connecter à au moins un de ses `trusted_domains` ou à l'URL `overwrite.cli.url`. Cet échec peut être le résultat d'une erreur de DNS côté serveur ou d'une règle de pare-feu sortante.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Version PostgreSQL \"%s\" détectée. PostgreSQL >= 12 et <= 16 sont recommandés pour de meilleures performances, stabilité et fonctionnalités avec cette version de Nextcloud." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/settings/l10n/ga.js b/apps/settings/l10n/ga.js index c799310d06a..f4e69ba7f2e 100644 --- a/apps/settings/l10n/ga.js +++ b/apps/settings/l10n/ga.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Cuir cosaint phasfhocal i bhfeidhm", "Exclude groups from password requirements" : "Fág grúpaí ó riachtanais phasfhocal", "Exclude groups from creating link shares" : "Fág grúpaí ó naisc a chruthú", + "Allow users to set custom share link tokens" : "Lig d'úsáideoirí comharthaí naisc shaincheaptha a shocrú", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Leanfar de bheith inrochtana ar scaireanna le comharthaí saincheaptha nuair a bheidh an socrú seo díchumasaithe", + "Shares with guessable tokens may be accessed easily" : "Is féidir teacht ar scaireanna a bhfuil comharthaí intomhaiste acu go héasca", "Limit sharing based on groups" : "Teorainn a chur le roinnt bunaithe ar ghrúpaí", "Allow sharing for everyone (default)" : "Ceadaigh comhroinnt do gach duine (réamhshocraithe)", "Exclude some groups from sharing" : "Fág roinnt grúpaí as an áireamh", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "Ainm taispeána", "GPUs support" : "Tacaíocht GPUs", "Compute device" : "Gléas ríomh", + "Advanced deploy options" : "Ardroghanna imscaradh", + "Edit ExApp deploy options before installation" : "Cuir roghanna imlonnaithe ExApp in eagar roimh an tsuiteáil", + "Configured ExApp deploy options. Can be set only during installation" : "Roghanna imlonnaithe ExApp cumraithe. Ní féidir é a shocrú ach amháin le linn na suiteála", + "Learn more" : "Foghlaim níos mó", + "Environment variables" : "Athróga timpeallachta", + "ExApp container environment variables" : "Athróga timpeallachta coimeádán ExApp", + "No environment variables defined" : "Níl aon athróg timpeallachta sainithe", + "Mounts" : "Feistis", + "Define host folder mounts to bind to the ExApp container" : "Sainmhínigh gléasanna an fhillteáin óstaigh chun ceangal leis an gcoimeádán ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Ní mór a bheith ar an ósta Deploy Deploy roimh shuiteáil an ExApp", + "Host path" : "Cosán óstach", + "Container path" : "Cosán coimeádán", + "Read-only" : "Inléite-amháin", + "Remove mount" : "Bain feisteas", + "New mount" : "Feisteas nua", + "Enter path to host folder" : "Cuir isteach cosán chuig an bhfillteán óstach", + "Enter path to container folder" : "Cuir isteach an cosán chuig an bhfillteán coimeádán", + "Toggle read-only mode" : "Scoránaigh mód inléite-amháin", + "Confirm adding new mount" : "Deimhnigh feisteas nua a chur leis", + "Confirm" : "Deimhnigh", + "Cancel adding mount" : "Cealaigh feisteas a chur leis", + "Cancel" : "Cealaigh", + "Add mount" : "Cuir feisteas", + "ExApp container mounts" : "Feisteas coimeádán ExApp", + "No mounts defined" : "Níl aon feisteas sainithe", "Description" : "Cur síos", "Details" : "Sonraí", "All" : "Gach", "Limit app usage to groups" : "Teorainn úsáid aipeanna go grúpaí", "No results" : "Gan torthaí", "Update to {version}" : "Nuashonraigh go {version}", + "Deploy options" : "Roghanna imscaradh", "Default Deploy daemon is not accessible" : "Níl an deamhan Réamhshocrú Imscaradh inrochtana", "Delete data on remove" : "Scrios sonraí ar bhaint", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Níl aon leagan íosta de Nextcloud sannta don aip seo. Earráid a bheidh anseo sa todhchaí.", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Ní féidir an chumraíocht chriptiúcháin ar thaobh an fhreastalaí a nuashonrú", "Please confirm the group removal" : "Deimhnigh baint an ghrúpa", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Tá tú ar tí an grúpa \"{group}\" a bhaint. NÍ scriosfar na cuntais.", - "Cancel" : "Cealaigh", - "Confirm" : "Deimhnigh", "Submit" : "Cuir isteach", "Rename group" : "Athainmnigh an grúpa", "Remove group" : "Bain an grúpa", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "Earráid agus pictiúr próifíle á bhearradh", "Error saving profile picture" : "Earráid agus pictiúr próifíle á shábháil", "Error removing profile picture" : "Earráid agus an pictiúr próifíle á bhaint", - "Your biography" : "Do bheathaisnéis", + "Your biography. Markdown is supported." : "Do bheathaisnéis. Tacaítear le Markdown.", "Enter your date of birth" : "Cuir isteach do dháta breithe", "Unable to update date of birth" : "Ní féidir an dáta breithe a nuashonrú", "You are a member of the following groups:" : "Tá tú i do bhall de na grúpaí seo a leanas:", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "Riarachán grúpa le haghaidh", "Account backend" : "Inneall chuntais", "Storage location" : "Suíomh stórála", + "First login" : "An chéad logáil isteach", "Last login" : "Logáil isteach deiridh", "Account actions" : "Gníomhartha cuntais", "Password or insufficient permissions message" : "Pasfhocal nó teachtaireacht ceadanna neamhleor", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "Taispeáin teanga", "Show account backend" : "Taispeáin inneall an chuntais", "Show storage path" : "Taispeáin cosán stórála", + "Show first login" : "Taispeáin an chéad logáil isteach", "Show last login" : "Taispeáin logáil isteach deiridh", "Sorting" : "Sórtáil", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Forfheidhmíonn cumraíocht an chórais na grúpaí a shórtáil de réir ainm. Díchumasaítear é seo freisin líon na mball a thaispeáint.", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "Taispeáin do gach duine", "Show to logged in accounts only" : "Taispeáin go cuntais logáilte isteach amháin", "Hide" : "Folaigh", - "manual-install apps cannot be updated" : "Ní féidir aipeanna le suiteáil láimhe a nuashonrú", + "Manually installed apps cannot be updated" : "Ní féidir aipeanna atá suiteáilte de láimh a nuashonrú", "{progress}% Deploying …" : "{progress}% Ag imscaradh …", "{progress}% Initializing …" : "{progress}% Ag tosú…", "Health checking" : "Seiceáil sláinte", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "Ceadaigh aip neamhthástáilte", "The app will be downloaded from the App Store" : "Déanfar an aip a íoslódáil ón Siopa Aip", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Níl an aip seo marcáilte mar chomhoiriúnach le do leagan Nextcloud. Má leanann tú ar aghaidh beidh tú fós in ann an aip a shuiteáil. Tabhair faoi deara go bhféadfadh sé nach n-oibreoidh an aip mar a bhíothas ag súil leis.", + "Unknown" : "Anaithnid", "Never" : "Riamh", "Could not register device: Network error" : "Níorbh fhéidir gléas a chlárú: Earráid líonra", "Could not register device: Probably already registered" : "Níorbh fhéidir gléas a chlárú: cláraithe cheana féin is dócha", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ní thacaítear leis an scaoileadh pobail seo de Nextcloud agus níl fógraí meandracha ar fáil.", "Use a second factor besides your password to increase security for your account." : "Úsáid fachtóir eile seachas do phasfhocal chun slándáil do chuntais a mhéadú.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Má úsáideann tú feidhmchláir tríú páirtí chun nascadh le Nextcloud, déan cinnte le do thoil pasfhocal aipe a chruthú agus a chumrú le haghaidh gach ceann acu sula gceadaítear fíordheimhniú dara fachtóir.", - "No user supplied" : "Níor soláthraíodh aon úsáideoir", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Tabhair pasfhocal riar athshlánaithe le do thoil; ar shlí eile, caillfear na sonraí úsáideora go léir.", - "Backend does not support password change, but the user's encryption key was updated." : "Ní thacaíonn Inneall le hathrú pasfhocail, ach nuashonraíodh eochair chriptiúcháin an úsáideora.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Ní mór duit do r-phost úsáideora a shocrú sula mbeidh tú in ann ríomhphoist tástála a sheoladh. Téigh go %s chuige sin.", - "Invalid user" : "Úsáideoir neamhbhailí", - "Your username is: %s" : "Is é d'ainm úsáideora: %s", - "Logged in user must be a subadmin" : "Caithfidh úsáideoir logáilte isteach a bheith ina fho-riarachán", - "Old user imported certificates" : "Sean-úsáideoir teastais iompórtáilte", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Tá post cúlra ar feitheamh a sheiceálann le haghaidh deimhnithe SSL iompórtáilte ag úsáideoirí. Seiceáil ar ais ar ball le do thoil.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Tá roinnt deimhnithe SSL iompórtáilte ag úsáideoirí i láthair, nach n-úsáidtear a thuilleadh le Nextcloud 21. Is féidir iad a iompórtáil ar an líne ordaithe trí ordú \"occ security:certificates:import\". Taispeántar thíos a gcuid cosáin taobh istigh den eolaire sonraí.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá `fearainn_iontaofa` nó don `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Innéacs roghnach \"%s\" ar iarraidh i dtábla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tá roinnt innéacsanna in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh go dtógfadh roinnt ama innéacsanna a chur leis na táblaí móra níor cuireadh leis go huathoibríoch iad. Trí \"occ db:add-missing-indices\" a rith, d'fhéadfaí na hinnéacsanna sin atá in easnamh a chur leis de láimh agus an ásc ag feidhmiú i gcónaí. Nuair a chuirtear na hinnéacsanna isteach is iondúil go mbíonn fiosruithe ar na táblaí sin i bhfad níos tapúla.", "File locking" : "Glasáil comhaid", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Díchumasaítear glasáil comhad idirbhirt, d'fhéadfadh fadhbanna le coinníollacha cine a bheith mar thoradh air seo. Cumasaigh \"filelocking.enabled\" i config.php chun na fadhbanna seo a sheachaint.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a sheiceáil. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME le do thoil.", - "MySQL unicode support" : "Tacaíocht Unicode MySQL", - "Overwrite cli URL" : "Forscríobh cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a fháil trí aon cheann de na `fearainn_ iontaofa` ná `overwrite.cli.url`. D'fhéadfadh sé seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Tá PHP %s á rith agat faoi láthair. Tá PHP 8.0 dímheasta anois i Nextcloud 27. D'fhéadfadh go mbeadh PHP 8.1 ar a laghad ag teastáil ó Nextcloud 28. Uasghrádaigh go dtí ceann de na leaganacha PHP a fhaigheann tacaíocht oifigiúil ón nGrúpa PHP chomh luath agus is féidir le do thoil.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsáidtear leagan MariaDB \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad MariaDB 10.2 nó níos airde.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsáidtear leagan MySQL \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad MySQL 8.0 nó MariaDB 10.2 nó níos airde.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Is féidir Óráid-go-Téacs a chur i bhfeidhm ag aipeanna éagsúla. Anseo is féidir leat a shocrú cén app ba chóir a úsáid.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht Óráid-go-Téacs", "None of your currently installed apps provide Text processing functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs", - "Exclude groups from sharing" : "Fág grúpaí as an áireamh", - "These groups will still be able to receive shares, but not to initiate them." : "Beidh na grúpaí seo fós in ann scaireanna a fháil, ach gan iad a thionscnamh.", "Set default expiration date for shares" : "Socraigh dáta éaga réamhshocraithe le haghaidh scaireanna", "Allow username autocompletion in share dialog and allow access to the system address book" : "Ceadaigh uathchríochnú ainm úsáideora sa dialóg scaireanna agus ceadaigh rochtain ar leabhar seoltaí an chóras", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Is féidir fíordheimhniú dhá fhachtóir a fhorghníomhú do gach úsáideoir agus do ghrúpaí ar leith. Mura bhfuil soláthraí dhá fhachtóir cumraithe acu, ní bheidh siad in ann logáil isteach sa chóras.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Nuair a roghnaítear/eisiatar grúpaí, úsáideann siad an loighic seo a leanas le fáil amach an bhfuil 2FA curtha i bhfeidhm ag úsáideoir: Mura roghnaítear grúpaí, tá 2FA cumasaithe do gach duine seachas baill de na grúpaí eisiata. Má roghnaítear grúpaí, tá 2FA cumasaithe do gach ball díobh seo. Má tá úsáideoir i ngrúpa roghnaithe agus eisiata araon, beidh tosaíocht ag an úsáideoir roghnaithe agus cuirtear 2FA i bhfeidhm.", - "{license}-licensed" : "{license}-cheadúnaithe", - "Rating: {score}/10" : "Rátáil: {score}/10", - "Username" : "Ainm úsáideora", - "Execute one task with each page loaded. Use case: Single user instance." : "Déan tasc amháin le gach leathanach luchtaithe. Cás úsáide: Sampla úsáideora aonair.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Tá cron.php cláraithe ag seirbhís webcron chun cron.php a ghlaoch gach 5 nóiméad thar HTTP. Cás úsáide: Sampla an-bheag (1–5 úsáideoir ag brath ar an úsáid).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Ní mór don úsáideoir córais \"{user}\" an cron.php a rith.", - "Enable or disable profile by default for new users." : "Cumasaigh nó díchumasaigh próifíl de réir réamhshocraithe d'úsáideoirí nua.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tá tú ar tí an grúpa \"{group}\" a bhaint. NÍ scriosfar na húsáideoirí.", + "Your biography" : "Do bheathaisnéis", "You are using <strong>{usage}</strong>" : "Tá tú ag úsáid <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tá tú ag úsáid<strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Ríomhphoist bhreise", - "Enable Profile" : "Cumasaigh Próifíl", - "No users" : "Uimh úsáideoirí", - "Loading users …" : "Úsáideoirí á lódáil…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liosta na n-úsáideoirí. Níl an liosta seo le fáil go hiomlán ar chúiseanna feidhmíochta. Déanfar na húsáideoirí a rindreáil agus tú ag dul tríd an liosta.", "New user" : "Úsáideoir nua", "Groups (required)" : "Grúpaí (riachtanach)", "Set user groups" : "Socraigh grúpaí úsáideoirí", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Socraigh bainisteoir úsáideora", "Username will be autogenerated" : "Déanfar an t-ainm úsáideora a ghiniúint go huathoibríoch", "Username (required)" : "Ainm úsáideora (riachtanach)", + "Loading users …" : "Úsáideoirí á lódáil…", + "Username" : "Ainm úsáideora", "User backend" : "Inneall úsáideora", "User actions" : "Gníomhartha úsáideora", - "Loading user …" : "Úsáideoir á lódáil…", - "You do not have permissions to see the details of this user" : "Níl cead agat sonraí an úsáideora seo a fheiceáil", "Add user to group" : "Cuir úsáideoir leis an ngrúpa", - "Set user as admin for" : "Socraigh an t-úsáideoir mar riarthóir do", - "Select user quota" : "Roghnaigh cuóta úsáideora", - "Delete user" : "Scrios úsáideoir", - "Wipe all devices" : "Scrios gach feiste", - "Disable user" : "Díchumasaigh an t-úsáideoir", - "Enable user" : "Cumasaigh úsáideoir", - "Failed to update user manager" : "Theip ar an mbainisteoir úsáideora a nuashonrú", - "Toggle user actions menu" : "Scoránaigh roghchlár gníomhartha úsáideora", - "User management settings" : "Socruithe bainistíochta úsáideora", - "Show user backend" : "Taispeáin inneall úsáideora", - "Send welcome email to new users" : "Seol ríomhphost fáilte chuig úsáideoirí nua", "Name your device" : "Ainmnigh do ghléas", "Server error while trying to add WebAuthn device" : "Earráid fhreastalaí agus iarracht á déanamh gléas WebAuthn a chur leis", - "by {author}\n{license}" : "le {author}\n{license}", - "User management" : "Bainistíocht úsáideora", - "Active users" : "Úsáideoirí gníomhacha", - "Disabled users" : "Úsáideoirí faoi mhíchumas", - "Creating group …" : "Grúpa á chruthú…", - "User group: {group}" : "Grúpa úsáideoirí: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Níl sé ar fáil toisc go bhfuil an chónaidhm díchumasaithe do do chuntas, déan teagmháil le riarthóir do chórais má tá aon cheist agat", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Níl sé ar fáil mar ní cheadaítear sonraí úsáideora sonracha a fhoilsiú don fhreastalaí cuardaigh, déan teagmháil le riarthóir do chórais má tá aon cheist agat", - "Show to logged in users only" : "Taispeáin d'úsáideoirí logáilte isteach amháin", - "Nextcloud help resources" : "Acmhainní cabhrach Nextcloud", - "SMTP Username" : "Ainm Úsáideora SMTP", - "Follow us on Twitter" : "Lean muid ar Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá `fearainn_iontaofa` nó don `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a fháil trí aon cheann de na `fearainn_ iontaofa` ná `overwrite.cli.url`. D'fhéadfadh sé seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME.", "Active accounts" : "Cuntais ghníomhacha", + "Follow us on Twitter" : "Lean muid ar Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí Gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá chuid `fearainn_iontaofa` nó an `overwrite.cli.url`. D'fhéadfadh an teip seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Braitheadh leagan PostgreSQL \"%s\". Moltar PostgreSQL >=12 agus <=16 don fheidhmíocht is fearr, don chobhsaíocht agus don fheidhmiúlacht leis an leagan seo de Nextcloud." }, diff --git a/apps/settings/l10n/ga.json b/apps/settings/l10n/ga.json index 517a6d6675a..28cab38afd7 100644 --- a/apps/settings/l10n/ga.json +++ b/apps/settings/l10n/ga.json @@ -359,6 +359,9 @@ "Enforce password protection" : "Cuir cosaint phasfhocal i bhfeidhm", "Exclude groups from password requirements" : "Fág grúpaí ó riachtanais phasfhocal", "Exclude groups from creating link shares" : "Fág grúpaí ó naisc a chruthú", + "Allow users to set custom share link tokens" : "Lig d'úsáideoirí comharthaí naisc shaincheaptha a shocrú", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Leanfar de bheith inrochtana ar scaireanna le comharthaí saincheaptha nuair a bheidh an socrú seo díchumasaithe", + "Shares with guessable tokens may be accessed easily" : "Is féidir teacht ar scaireanna a bhfuil comharthaí intomhaiste acu go héasca", "Limit sharing based on groups" : "Teorainn a chur le roinnt bunaithe ar ghrúpaí", "Allow sharing for everyone (default)" : "Ceadaigh comhroinnt do gach duine (réamhshocraithe)", "Exclude some groups from sharing" : "Fág roinnt grúpaí as an áireamh", @@ -436,12 +439,38 @@ "Display Name" : "Ainm taispeána", "GPUs support" : "Tacaíocht GPUs", "Compute device" : "Gléas ríomh", + "Advanced deploy options" : "Ardroghanna imscaradh", + "Edit ExApp deploy options before installation" : "Cuir roghanna imlonnaithe ExApp in eagar roimh an tsuiteáil", + "Configured ExApp deploy options. Can be set only during installation" : "Roghanna imlonnaithe ExApp cumraithe. Ní féidir é a shocrú ach amháin le linn na suiteála", + "Learn more" : "Foghlaim níos mó", + "Environment variables" : "Athróga timpeallachta", + "ExApp container environment variables" : "Athróga timpeallachta coimeádán ExApp", + "No environment variables defined" : "Níl aon athróg timpeallachta sainithe", + "Mounts" : "Feistis", + "Define host folder mounts to bind to the ExApp container" : "Sainmhínigh gléasanna an fhillteáin óstaigh chun ceangal leis an gcoimeádán ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Ní mór a bheith ar an ósta Deploy Deploy roimh shuiteáil an ExApp", + "Host path" : "Cosán óstach", + "Container path" : "Cosán coimeádán", + "Read-only" : "Inléite-amháin", + "Remove mount" : "Bain feisteas", + "New mount" : "Feisteas nua", + "Enter path to host folder" : "Cuir isteach cosán chuig an bhfillteán óstach", + "Enter path to container folder" : "Cuir isteach an cosán chuig an bhfillteán coimeádán", + "Toggle read-only mode" : "Scoránaigh mód inléite-amháin", + "Confirm adding new mount" : "Deimhnigh feisteas nua a chur leis", + "Confirm" : "Deimhnigh", + "Cancel adding mount" : "Cealaigh feisteas a chur leis", + "Cancel" : "Cealaigh", + "Add mount" : "Cuir feisteas", + "ExApp container mounts" : "Feisteas coimeádán ExApp", + "No mounts defined" : "Níl aon feisteas sainithe", "Description" : "Cur síos", "Details" : "Sonraí", "All" : "Gach", "Limit app usage to groups" : "Teorainn úsáid aipeanna go grúpaí", "No results" : "Gan torthaí", "Update to {version}" : "Nuashonraigh go {version}", + "Deploy options" : "Roghanna imscaradh", "Default Deploy daemon is not accessible" : "Níl an deamhan Réamhshocrú Imscaradh inrochtana", "Delete data on remove" : "Scrios sonraí ar bhaint", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Níl aon leagan íosta de Nextcloud sannta don aip seo. Earráid a bheidh anseo sa todhchaí.", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "Ní féidir an chumraíocht chriptiúcháin ar thaobh an fhreastalaí a nuashonrú", "Please confirm the group removal" : "Deimhnigh baint an ghrúpa", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Tá tú ar tí an grúpa \"{group}\" a bhaint. NÍ scriosfar na cuntais.", - "Cancel" : "Cealaigh", - "Confirm" : "Deimhnigh", "Submit" : "Cuir isteach", "Rename group" : "Athainmnigh an grúpa", "Remove group" : "Bain an grúpa", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "Earráid agus pictiúr próifíle á bhearradh", "Error saving profile picture" : "Earráid agus pictiúr próifíle á shábháil", "Error removing profile picture" : "Earráid agus an pictiúr próifíle á bhaint", - "Your biography" : "Do bheathaisnéis", + "Your biography. Markdown is supported." : "Do bheathaisnéis. Tacaítear le Markdown.", "Enter your date of birth" : "Cuir isteach do dháta breithe", "Unable to update date of birth" : "Ní féidir an dáta breithe a nuashonrú", "You are a member of the following groups:" : "Tá tú i do bhall de na grúpaí seo a leanas:", @@ -653,6 +680,7 @@ "Group admin for" : "Riarachán grúpa le haghaidh", "Account backend" : "Inneall chuntais", "Storage location" : "Suíomh stórála", + "First login" : "An chéad logáil isteach", "Last login" : "Logáil isteach deiridh", "Account actions" : "Gníomhartha cuntais", "Password or insufficient permissions message" : "Pasfhocal nó teachtaireacht ceadanna neamhleor", @@ -691,6 +719,7 @@ "Show language" : "Taispeáin teanga", "Show account backend" : "Taispeáin inneall an chuntais", "Show storage path" : "Taispeáin cosán stórála", + "Show first login" : "Taispeáin an chéad logáil isteach", "Show last login" : "Taispeáin logáil isteach deiridh", "Sorting" : "Sórtáil", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Forfheidhmíonn cumraíocht an chórais na grúpaí a shórtáil de réir ainm. Díchumasaítear é seo freisin líon na mball a thaispeáint.", @@ -763,7 +792,7 @@ "Show to everyone" : "Taispeáin do gach duine", "Show to logged in accounts only" : "Taispeáin go cuntais logáilte isteach amháin", "Hide" : "Folaigh", - "manual-install apps cannot be updated" : "Ní féidir aipeanna le suiteáil láimhe a nuashonrú", + "Manually installed apps cannot be updated" : "Ní féidir aipeanna atá suiteáilte de láimh a nuashonrú", "{progress}% Deploying …" : "{progress}% Ag imscaradh …", "{progress}% Initializing …" : "{progress}% Ag tosú…", "Health checking" : "Seiceáil sláinte", @@ -773,6 +802,7 @@ "Allow untested app" : "Ceadaigh aip neamhthástáilte", "The app will be downloaded from the App Store" : "Déanfar an aip a íoslódáil ón Siopa Aip", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Níl an aip seo marcáilte mar chomhoiriúnach le do leagan Nextcloud. Má leanann tú ar aghaidh beidh tú fós in ann an aip a shuiteáil. Tabhair faoi deara go bhféadfadh sé nach n-oibreoidh an aip mar a bhíothas ag súil leis.", + "Unknown" : "Anaithnid", "Never" : "Riamh", "Could not register device: Network error" : "Níorbh fhéidir gléas a chlárú: Earráid líonra", "Could not register device: Probably already registered" : "Níorbh fhéidir gléas a chlárú: cláraithe cheana féin is dócha", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ní thacaítear leis an scaoileadh pobail seo de Nextcloud agus níl fógraí meandracha ar fáil.", "Use a second factor besides your password to increase security for your account." : "Úsáid fachtóir eile seachas do phasfhocal chun slándáil do chuntais a mhéadú.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Má úsáideann tú feidhmchláir tríú páirtí chun nascadh le Nextcloud, déan cinnte le do thoil pasfhocal aipe a chruthú agus a chumrú le haghaidh gach ceann acu sula gceadaítear fíordheimhniú dara fachtóir.", - "No user supplied" : "Níor soláthraíodh aon úsáideoir", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Tabhair pasfhocal riar athshlánaithe le do thoil; ar shlí eile, caillfear na sonraí úsáideora go léir.", - "Backend does not support password change, but the user's encryption key was updated." : "Ní thacaíonn Inneall le hathrú pasfhocail, ach nuashonraíodh eochair chriptiúcháin an úsáideora.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Ní mór duit do r-phost úsáideora a shocrú sula mbeidh tú in ann ríomhphoist tástála a sheoladh. Téigh go %s chuige sin.", - "Invalid user" : "Úsáideoir neamhbhailí", - "Your username is: %s" : "Is é d'ainm úsáideora: %s", - "Logged in user must be a subadmin" : "Caithfidh úsáideoir logáilte isteach a bheith ina fho-riarachán", - "Old user imported certificates" : "Sean-úsáideoir teastais iompórtáilte", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Tá post cúlra ar feitheamh a sheiceálann le haghaidh deimhnithe SSL iompórtáilte ag úsáideoirí. Seiceáil ar ais ar ball le do thoil.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Tá roinnt deimhnithe SSL iompórtáilte ag úsáideoirí i láthair, nach n-úsáidtear a thuilleadh le Nextcloud 21. Is féidir iad a iompórtáil ar an líne ordaithe trí ordú \"occ security:certificates:import\". Taispeántar thíos a gcuid cosáin taobh istigh den eolaire sonraí.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá `fearainn_iontaofa` nó don `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Innéacs roghnach \"%s\" ar iarraidh i dtábla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tá roinnt innéacsanna in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh go dtógfadh roinnt ama innéacsanna a chur leis na táblaí móra níor cuireadh leis go huathoibríoch iad. Trí \"occ db:add-missing-indices\" a rith, d'fhéadfaí na hinnéacsanna sin atá in easnamh a chur leis de láimh agus an ásc ag feidhmiú i gcónaí. Nuair a chuirtear na hinnéacsanna isteach is iondúil go mbíonn fiosruithe ar na táblaí sin i bhfad níos tapúla.", "File locking" : "Glasáil comhaid", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Díchumasaítear glasáil comhad idirbhirt, d'fhéadfadh fadhbanna le coinníollacha cine a bheith mar thoradh air seo. Cumasaigh \"filelocking.enabled\" i config.php chun na fadhbanna seo a sheachaint.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a sheiceáil. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME le do thoil.", - "MySQL unicode support" : "Tacaíocht Unicode MySQL", - "Overwrite cli URL" : "Forscríobh cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a fháil trí aon cheann de na `fearainn_ iontaofa` ná `overwrite.cli.url`. D'fhéadfadh sé seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Tá PHP %s á rith agat faoi láthair. Tá PHP 8.0 dímheasta anois i Nextcloud 27. D'fhéadfadh go mbeadh PHP 8.1 ar a laghad ag teastáil ó Nextcloud 28. Uasghrádaigh go dtí ceann de na leaganacha PHP a fhaigheann tacaíocht oifigiúil ón nGrúpa PHP chomh luath agus is féidir le do thoil.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsáidtear leagan MariaDB \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad MariaDB 10.2 nó níos airde.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsáidtear leagan MySQL \"%s\". Ní thacaíonn Nextcloud 21 agus níos airde leis an leagan seo agus éilíonn siad MySQL 8.0 nó MariaDB 10.2 nó níos airde.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Is féidir Óráid-go-Téacs a chur i bhfeidhm ag aipeanna éagsúla. Anseo is féidir leat a shocrú cén app ba chóir a úsáid.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht Óráid-go-Téacs", "None of your currently installed apps provide Text processing functionality" : "Ní sholáthraíonn aon cheann de na haipeanna atá suiteáilte agat faoi láthair feidhmiúlacht próiseála Téacs", - "Exclude groups from sharing" : "Fág grúpaí as an áireamh", - "These groups will still be able to receive shares, but not to initiate them." : "Beidh na grúpaí seo fós in ann scaireanna a fháil, ach gan iad a thionscnamh.", "Set default expiration date for shares" : "Socraigh dáta éaga réamhshocraithe le haghaidh scaireanna", "Allow username autocompletion in share dialog and allow access to the system address book" : "Ceadaigh uathchríochnú ainm úsáideora sa dialóg scaireanna agus ceadaigh rochtain ar leabhar seoltaí an chóras", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Is féidir fíordheimhniú dhá fhachtóir a fhorghníomhú do gach úsáideoir agus do ghrúpaí ar leith. Mura bhfuil soláthraí dhá fhachtóir cumraithe acu, ní bheidh siad in ann logáil isteach sa chóras.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Nuair a roghnaítear/eisiatar grúpaí, úsáideann siad an loighic seo a leanas le fáil amach an bhfuil 2FA curtha i bhfeidhm ag úsáideoir: Mura roghnaítear grúpaí, tá 2FA cumasaithe do gach duine seachas baill de na grúpaí eisiata. Má roghnaítear grúpaí, tá 2FA cumasaithe do gach ball díobh seo. Má tá úsáideoir i ngrúpa roghnaithe agus eisiata araon, beidh tosaíocht ag an úsáideoir roghnaithe agus cuirtear 2FA i bhfeidhm.", - "{license}-licensed" : "{license}-cheadúnaithe", - "Rating: {score}/10" : "Rátáil: {score}/10", - "Username" : "Ainm úsáideora", - "Execute one task with each page loaded. Use case: Single user instance." : "Déan tasc amháin le gach leathanach luchtaithe. Cás úsáide: Sampla úsáideora aonair.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Tá cron.php cláraithe ag seirbhís webcron chun cron.php a ghlaoch gach 5 nóiméad thar HTTP. Cás úsáide: Sampla an-bheag (1–5 úsáideoir ag brath ar an úsáid).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Ní mór don úsáideoir córais \"{user}\" an cron.php a rith.", - "Enable or disable profile by default for new users." : "Cumasaigh nó díchumasaigh próifíl de réir réamhshocraithe d'úsáideoirí nua.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Tá tú ar tí an grúpa \"{group}\" a bhaint. NÍ scriosfar na húsáideoirí.", + "Your biography" : "Do bheathaisnéis", "You are using <strong>{usage}</strong>" : "Tá tú ag úsáid <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Tá tú ag úsáid<strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Ríomhphoist bhreise", - "Enable Profile" : "Cumasaigh Próifíl", - "No users" : "Uimh úsáideoirí", - "Loading users …" : "Úsáideoirí á lódáil…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liosta na n-úsáideoirí. Níl an liosta seo le fáil go hiomlán ar chúiseanna feidhmíochta. Déanfar na húsáideoirí a rindreáil agus tú ag dul tríd an liosta.", "New user" : "Úsáideoir nua", "Groups (required)" : "Grúpaí (riachtanach)", "Set user groups" : "Socraigh grúpaí úsáideoirí", @@ -889,39 +892,15 @@ "Set user manager" : "Socraigh bainisteoir úsáideora", "Username will be autogenerated" : "Déanfar an t-ainm úsáideora a ghiniúint go huathoibríoch", "Username (required)" : "Ainm úsáideora (riachtanach)", + "Loading users …" : "Úsáideoirí á lódáil…", + "Username" : "Ainm úsáideora", "User backend" : "Inneall úsáideora", "User actions" : "Gníomhartha úsáideora", - "Loading user …" : "Úsáideoir á lódáil…", - "You do not have permissions to see the details of this user" : "Níl cead agat sonraí an úsáideora seo a fheiceáil", "Add user to group" : "Cuir úsáideoir leis an ngrúpa", - "Set user as admin for" : "Socraigh an t-úsáideoir mar riarthóir do", - "Select user quota" : "Roghnaigh cuóta úsáideora", - "Delete user" : "Scrios úsáideoir", - "Wipe all devices" : "Scrios gach feiste", - "Disable user" : "Díchumasaigh an t-úsáideoir", - "Enable user" : "Cumasaigh úsáideoir", - "Failed to update user manager" : "Theip ar an mbainisteoir úsáideora a nuashonrú", - "Toggle user actions menu" : "Scoránaigh roghchlár gníomhartha úsáideora", - "User management settings" : "Socruithe bainistíochta úsáideora", - "Show user backend" : "Taispeáin inneall úsáideora", - "Send welcome email to new users" : "Seol ríomhphost fáilte chuig úsáideoirí nua", "Name your device" : "Ainmnigh do ghléas", "Server error while trying to add WebAuthn device" : "Earráid fhreastalaí agus iarracht á déanamh gléas WebAuthn a chur leis", - "by {author}\n{license}" : "le {author}\n{license}", - "User management" : "Bainistíocht úsáideora", - "Active users" : "Úsáideoirí gníomhacha", - "Disabled users" : "Úsáideoirí faoi mhíchumas", - "Creating group …" : "Grúpa á chruthú…", - "User group: {group}" : "Grúpa úsáideoirí: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Níl sé ar fáil toisc go bhfuil an chónaidhm díchumasaithe do do chuntas, déan teagmháil le riarthóir do chórais má tá aon cheist agat", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Níl sé ar fáil mar ní cheadaítear sonraí úsáideora sonracha a fhoilsiú don fhreastalaí cuardaigh, déan teagmháil le riarthóir do chórais má tá aon cheist agat", - "Show to logged in users only" : "Taispeáin d'úsáideoirí logáilte isteach amháin", - "Nextcloud help resources" : "Acmhainní cabhrach Nextcloud", - "SMTP Username" : "Ainm Úsáideora SMTP", - "Follow us on Twitter" : "Lean muid ar Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá `fearainn_iontaofa` nó don `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a fháil trí aon cheann de na `fearainn_ iontaofa` ná `overwrite.cli.url`. D'fhéadfadh sé seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME.", "Active accounts" : "Cuntais ghníomhacha", + "Follow us on Twitter" : "Lean muid ar Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Le gur féidir an tseiceáil seo a rith caithfidh tú a chinntiú gur féidir le do fhreastalaí Gréasáin nascadh leis féin. Mar sin caithfidh sé a bheith in ann réiteach agus ceangal a dhéanamh le ceann amháin ar a laghad dá chuid `fearainn_iontaofa` nó an `overwrite.cli.url`. D'fhéadfadh an teip seo a bheith mar thoradh ar mhímheaitseáil DNS ar thaobh an fhreastalaí nó riail balla dóiteáin amach.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Braitheadh leagan PostgreSQL \"%s\". Moltar PostgreSQL >=12 agus <=16 don fheidhmíocht is fearr, don chobhsaíocht agus don fheidhmiúlacht leis an leagan seo de Nextcloud." },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index 3a589bec719..06fcae4b741 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -2,7 +2,7 @@ OC.L10N.register( "settings", { "Private" : "Privado", - "Only visible to people matched via phone number integration through Talk on mobile" : "Só son visíbeis para as persoas coincidentes mediante a integración do número de teléfono a través de Talk no móbil", + "Only visible to people matched via phone number integration through Talk on mobile" : "Só son visíbeis para as persoas coincidentes mediante a integración do número de teléfono a través de Parlar no móbil", "Local" : "Local", "Only visible to people on this instance and guests" : "Visíbel só para as persoas desta instancia e os convidados", "Federated" : "Federado", @@ -349,7 +349,7 @@ OC.L10N.register( "None of your currently installed apps provide text processing functionality using the Text Processing API." : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto mediante a API de Text Processing.", "Here you can decide which group can access certain sections of the administration settings." : "Aquí pode decidir que grupo pode acceder a determinadas seccións dos axustes de administración.", "None" : "Ningún", - "Unable to modify setting" : "Non é posíbel modificar a configuración", + "Unable to modify setting" : "Non é posíbel modificar o axuste", "Allow apps to use the Share API" : "Permitir que as aplicacións empreguen a API para compartir", "Allow resharing" : "Permitir compartir", "Allow sharing with groups" : "Permitir compartir con grupos", @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Impor a protección por contrasinal", "Exclude groups from password requirements" : "Excluír grupos dos requisitos de contrasinal", "Exclude groups from creating link shares" : "Excluír grupos da creación de ligazóns para compartir", + "Allow users to set custom share link tokens" : "Permitir que os usuarios definan testemuños personalizados de ligazóns de uso compartido", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "As comparticións con testemuños personalizados seguirán estando accesíbeis após que se desactive este axuste", + "Shares with guessable tokens may be accessed easily" : "Pódese acceder doadamente ás comparticións con testemuños adiviñábeis", "Limit sharing based on groups" : "Limitar a compartición en función dos grupos", "Allow sharing for everyone (default)" : "Permitir compartir para todo o mundo (predeterminado)", "Exclude some groups from sharing" : "Excluír algúns grupos da compartición", @@ -416,7 +419,7 @@ OC.L10N.register( "Level" : "Nivel", "Actions" : "Accións", "Results from other categories" : "Resultados doutras categorías", - "No apps found for your version" : "Non se atoparon aplicacións para a súa versión", + "No apps found for your version" : "Non se atopou ningunha aplicación para a súa versión", "Disable all" : "Desactivar todo", "Download and enable all" : "Descargar e activar todo", "_%n app has an update available_::_%n apps have an update available_" : ["%n aplicación ten unha actualización dispòñíbel.","%n aplicacións teñen unha actualización dispoñíbel."], @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "Nome para amosar", "GPUs support" : "Compatibilidade con GPU", "Compute device" : "Dispositivo de computación", + "Advanced deploy options" : " Opcións avanzadas de despregadura", + "Edit ExApp deploy options before installation" : "Editar as opcións de despregadura da aplicación externa (ExApp) antes da instalación", + "Configured ExApp deploy options. Can be set only during installation" : "Opcións de despregadura da aplicación externa (ExApp) configuradas. Só é posíbel definilas durante a instalación", + "Learn more" : "Máis información", + "Environment variables" : "Variábeis de contorno", + "ExApp container environment variables" : "Variábeis de contorno do contedor da aplicación externa (ExApp)", + "No environment variables defined" : "Non foi definida ningunha variábel de contorno", + "Mounts" : "Montaxes", + "Define host folder mounts to bind to the ExApp container" : "Definir as montaxes do cartafol do servidor para unirse ao contedor da aplicación externa (ExApp)", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Debe existir no servidor/máquina do servizo de despregadura antes de instalar a aplicación externa (ExApp)", + "Host path" : "Ruta ao servidor/máquina", + "Container path" : "Ruta ao contedor", + "Read-only" : "Só lectura", + "Remove mount" : "Retirar a montaxe", + "New mount" : "Nova montaxe", + "Enter path to host folder" : "Introduza a ruta ao cartafol do servidor/máquina.", + "Enter path to container folder" : "Introduza a ruta ao cartafol do contedor.", + "Toggle read-only mode" : "Alternar o modo de só lectura", + "Confirm adding new mount" : "Confirmar o engadido dunha nova montaxe", + "Confirm" : "Confirmar", + "Cancel adding mount" : "Cancelar o engadido da montaxe", + "Cancel" : "Cancelar", + "Add mount" : "Engadir unha montaxe", + "ExApp container mounts" : "Montaxes de contedores de aplicacións externas (ExApp)", + "No mounts defined" : "Non foi definida ningunha montaxe", "Description" : "Descrición", "Details" : "Detalles", "All" : "Todo", "Limit app usage to groups" : "Limitar o uso de aplicacións a grupos", "No results" : "Sen resultados", "Update to {version}" : "Actualizar a {version}", + "Deploy options" : "Opcións de despregadura", "Default Deploy daemon is not accessible" : "Non é posíbel acceder ao servizo predeterminado de despregadura.", "Delete data on remove" : "Eliminar os datos ao retirar", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Esta aplicación non dispón dunha versión mínima de Nextcloud asignada. Isto será un erro no futuro.", @@ -479,8 +508,8 @@ OC.L10N.register( "Google Chrome for Android" : "Google Chrome para Android", "{productName} iOS app" : "Aplicación de iOS {productName}", "{productName} Android app" : "Aplicación de Android {productName}", - "{productName} Talk for iOS" : "Talk para iOS {productName}", - "{productName} Talk for Android" : "Talk para Android {productName}", + "{productName} Talk for iOS" : "Parlar para iOS {productName}", + "{productName} Talk for Android" : "Parlar para Android {productName}", "Sync client" : "Sincronizar o cliente", "This session" : "Esta sesión", "{client} - {version} ({system})" : "{client} - {version} ({system})", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Non é posíbel actualizar a configuración de cifrado do servidor", "Please confirm the group removal" : "Confirme a retirada do grupo", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Está a piques de retirar o grupo «{group}». As contas NON van ser eliminadas.", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Cambiar o nome do grupo", "Remove group" : "Retirar o grupo", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "Produciuse un erro ao recortar a imaxe de perfil", "Error saving profile picture" : "Produciuse un erro ao gardar a imaxe de perfil", "Error removing profile picture" : "Produciuse un erro ao retirar a imaxe de perfil", - "Your biography" : "A súa biografía", + "Your biography. Markdown is supported." : "A túa biografía. Admítese Markdown.", "Enter your date of birth" : "Introduza a súa data de nacemento", "Unable to update date of birth" : "Non é posíbel actualizar a data de nacemento", "You are a member of the following groups:" : "Vde. é membro dos seguintes grupos:", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "Administrador de grupo para", "Account backend" : "Infraestrutura da conta", "Storage location" : "Localización do almacenamento", + "First login" : "Primeiro acceso", "Last login" : "Último acceso", "Account actions" : "Accións da conta", "Password or insufficient permissions message" : "Mensaxe de contrasinal ou de permisos insuficientes", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "Amosar o idioma", "Show account backend" : "Amosar a infraestrutura da conta", "Show storage path" : "Amosar a ruta do almacenamento", + "Show first login" : "Amosar o primeiro acceso", "Show last login" : "Amosar o último acceso", "Sorting" : "Ordenando", "The system config enforces sorting the groups by name. This also disables showing the member count." : "A configuración do sistema obriga a clasificar os grupos por nome. Isto tamén desactiva a vista do reconto de membros.", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "Amosar a todos", "Show to logged in accounts only" : "Amosar só ás contas iniciadas", "Hide" : "Agochar", - "manual-install apps cannot be updated" : "non é posíbel actualizar as aplicacións de instalación manual", + "Manually installed apps cannot be updated" : "Non é posíbel actualizar as aplicacións instaladas manualmente", "{progress}% Deploying …" : "{progress}% Despregando…", "{progress}% Initializing …" : "{progress}% Iniciando…", "Health checking" : "Control de integridade", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "Permitir aplicación non probada", "The app will be downloaded from the App Store" : "A aplicación descargarase da tenda de aplicacións", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta aplicación non está marcado como compatíbel coa súa versión de Nextcloud. Se continúa, poderá instalar a aplicación. Teña en conta que é probábel que a aplicación non funcione como se agarda.", + "Unknown" : "Descoñecido", "Never" : "Nunca", "Could not register device: Network error" : "Non foi posíbel rexistrar o dispositivo: Produciuse un erro de rede", "Could not register device: Probably already registered" : "Non foi posíbel rexistrar o dispositivo: Probabelmente xa estea rexistrado", @@ -832,26 +862,15 @@ OC.L10N.register( "Follow us on Mastodon" : "Síganos en Mastodon", "Check out our blog" : "Visite o noso blog ", "Subscribe to our newsletter" : "Subscríbase ao noso boletín", - "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Esta versión comunitaria de Nextcloud non é compatíbel e as notificacións instantáneas non están dispoñíbeis.", + "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Esta edición comunitaria de Nextcloud non é compatíbel e as notificacións instantáneas non están dispoñíbeis.", "Use a second factor besides your password to increase security for your account." : "Empregue un segundo factor ademais do seu contrasinal para aumentar a seguranza da súa conta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : " Se usa aplicacións de terceiros para conectarse a Nextcloud, asegúrese de crear e configurar un contrasinal de aplicación para cada unha antes de activar o segundo factor de autenticación.", - "No user supplied" : "Non subministrado polo usuario", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Forneza un contrasinal de recuperación de administración; senón perderanse todos os datos do usuario.", - "Backend does not support password change, but the user's encryption key was updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado do usuario foi actualizada.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "É necesario definir o seu correo de usuario antes de poder enviar correos de proba. Vaia a %s para iso.", - "Invalid user" : "Usuario incorrecto", - "Your username is: %s" : "O seu nome de usuario é: %s", - "Logged in user must be a subadmin" : "O usuario que accede debe ser de subadministración", - "Old user imported certificates" : "Certificados antigos importados polo usuario", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendente un traballo en segundo plano que comprobe os certificados SSL importados polo usuario. Volva comprobar máis adiante.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados polo usuario, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amosanse deseguido.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", "Missing optional index \"%s\" in table \"%s\"." : "Falta o índice opcional «%s» na táboa «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.", "File locking" : "Bloqueo de ficheiros", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» utilizando o tipo MIME JavaScript.", - "MySQL unicode support" : "Compatibilidade con MySQL Unicode", - "Overwrite cli URL" : "Sobrescribir o URL da interface da liña de ordes", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript a través de ningún dos seus «trusted_domains» nin «overwrite.cli.url». Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» usando o tipo MIME JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está a executar PHP %s. PHP 8.0 é obsoleto en Nextcloud 27. Nextcloud 28 pode precisar polo menos PHP 8.1. Actualice a unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP o antes posíbel.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MariaDB. Nextcloud 21 ou superior non admite esta versión e precisa MariaDB 10.2 ou superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MySQL. Nextcloud 21 e superior non admite esta versión e precisan MySQL 8.0 ou MariaDB 10.2 ou superior.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text pode ser implementado por diferentes aplicacións. Aquí pode definir que aplicación debe usar.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de conversión de voz a texto", "None of your currently installed apps provide Text processing functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto", - "Exclude groups from sharing" : "Excluír grupos da compartición", - "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", "Set default expiration date for shares" : "Definir a data de caducidade predeterminada das comparticións", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir o autocompletado do nome de usuario no diálogo de compartir e permitir o acceso ao caderno de enderezos do sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A autenticación de dous factores pode ser aplicada a todos os usuarios e grupos específicos. Se non tiveran configurado un provedor de dous factores, non podería acceder ao sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cando se seleccionan/exclúen os grupos, usase a seguinte lóxica para determinar se un usuario ten obrigado o 2FA: Se non hai grupos seleccionados, o 2FA está activo para todos agás os membros dos grupos excluídos. Se hai grupos seleccionados, o 2FA está activo para todos os membros destes. Se un usuario está á vez nun grupo seleccionado e noutro excluído, o seleccionado ten preferencia e se lle obriga a 2FA.", - "{license}-licensed" : "Licenciado baixo a {license}", - "Rating: {score}/10" : "Valoración: {score}/10", - "Username" : "Nome de usuario", - "Execute one task with each page loaded. Use case: Single user instance." : "Executar unha tarefa con cada páxina cargada. Caso de uso: instancia de usuario único.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php está rexistrado nun servizo webcron para chamar a cron.php cada 5 minutos a través de HTTP. Caso de uso: instancia moi pequena (de 1 a 5 usuarios segundo o uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "O cron.php debe ser executado polo usuario do sistema «{user}».", - "Enable or disable profile by default for new users." : "Activar ou desactivar o perfil predeterminado para os novos usuarios.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a piques de retirar o grupo «{group}». Os usuarios NON van ser eliminados.", + "Your biography" : "A súa biografía", "You are using <strong>{usage}</strong>" : "Está a usar <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Está a usar <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Correos adicionais", - "Enable Profile" : "Activar o perfil", - "No users" : "Non hai usuarios", - "Loading users …" : "Cargando usuarios…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista non se representa de xeito completo por mor do rendemento. Os usuarios represéntanse mentres se despraza pola lista.", "New user" : "Novo usuario", "Groups (required)" : "Grupos (necesario)", "Set user groups" : "Definir grupos de usuarios", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Definir o xestor de usuarios", "Username will be autogenerated" : "O nome de usuario vai ser xerado automaticamente", "Username (required)" : "Nome de usuario (necesario)", + "Loading users …" : "Cargando usuarios…", + "Username" : "Nome de usuario", "User backend" : "Infraestrutura do usuario", "User actions" : "Accións do usuario", - "Loading user …" : "Cargando usuario…", - "You do not have permissions to see the details of this user" : "Vde. non ten permisos para ver os detalles deste usuario", "Add user to group" : "Engadir usuario ao grupo", - "Set user as admin for" : "Definir o usuario como administrador para", - "Select user quota" : "Seleccionar a cota de usuario", - "Delete user" : "Eliminar usuario", - "Wipe all devices" : "Limpar todos os dispositivos", - "Disable user" : "Desactivar usuario", - "Enable user" : "Activar usuario", - "Failed to update user manager" : "Produciuse un erro ao actualizar o xestor de usuarios", - "Toggle user actions menu" : "Alternar o menú de accións do usuario", - "User management settings" : "Axustes da xestión de usuarios", - "Show user backend" : "Amosar a infraestrutura do usuario", - "Send welcome email to new users" : "Enviar correo de benvida aos novos usuarios", "Name your device" : "Nome do seu dispositivo", "Server error while trying to add WebAuthn device" : "Produciuse un erro do servidor cando se tentaba engadir un dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Xestión de usuarios", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios desactivados", - "Creating group …" : "Creando un grupo…", - "User group: {group}" : "Grupo de usuarios: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Non está dispoñíbel porque a federación foi desactivada para a súa conta, póñase en contacto coa administración do sistema se ten algunha dúbida", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Non está dispoñíbel porque non se permite publicar datos específicos do usuario no servidor de buscas, póñase en contacto coa administración do sistema se ten algunha dúbida", - "Show to logged in users only" : "Amosar só aos usuarios que accederon", - "Nextcloud help resources" : "Recursos de axuda de Nextcloud", - "SMTP Username" : "Nome de usuario SMTP", - "Follow us on Twitter" : "Síganos en Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript a través de ningún dos seus «trusted_domains» nin «overwrite.cli.url». Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» usando o tipo MIME JavaScript.", "Active accounts" : "Contas activas", + "Follow us on Twitter" : "Síganos en Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url». Este fallo pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Detectouse a versión «%s» de PostgreSQL. Suxírese PostgreSQL >=12 e <=16 para un mellor rendemento, estabilidade e funcionalidade con esta versión de Nextcloud." }, diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index 5ca5632b643..1f328f16fbe 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -1,6 +1,6 @@ { "translations": { "Private" : "Privado", - "Only visible to people matched via phone number integration through Talk on mobile" : "Só son visíbeis para as persoas coincidentes mediante a integración do número de teléfono a través de Talk no móbil", + "Only visible to people matched via phone number integration through Talk on mobile" : "Só son visíbeis para as persoas coincidentes mediante a integración do número de teléfono a través de Parlar no móbil", "Local" : "Local", "Only visible to people on this instance and guests" : "Visíbel só para as persoas desta instancia e os convidados", "Federated" : "Federado", @@ -347,7 +347,7 @@ "None of your currently installed apps provide text processing functionality using the Text Processing API." : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto mediante a API de Text Processing.", "Here you can decide which group can access certain sections of the administration settings." : "Aquí pode decidir que grupo pode acceder a determinadas seccións dos axustes de administración.", "None" : "Ningún", - "Unable to modify setting" : "Non é posíbel modificar a configuración", + "Unable to modify setting" : "Non é posíbel modificar o axuste", "Allow apps to use the Share API" : "Permitir que as aplicacións empreguen a API para compartir", "Allow resharing" : "Permitir compartir", "Allow sharing with groups" : "Permitir compartir con grupos", @@ -359,6 +359,9 @@ "Enforce password protection" : "Impor a protección por contrasinal", "Exclude groups from password requirements" : "Excluír grupos dos requisitos de contrasinal", "Exclude groups from creating link shares" : "Excluír grupos da creación de ligazóns para compartir", + "Allow users to set custom share link tokens" : "Permitir que os usuarios definan testemuños personalizados de ligazóns de uso compartido", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "As comparticións con testemuños personalizados seguirán estando accesíbeis após que se desactive este axuste", + "Shares with guessable tokens may be accessed easily" : "Pódese acceder doadamente ás comparticións con testemuños adiviñábeis", "Limit sharing based on groups" : "Limitar a compartición en función dos grupos", "Allow sharing for everyone (default)" : "Permitir compartir para todo o mundo (predeterminado)", "Exclude some groups from sharing" : "Excluír algúns grupos da compartición", @@ -414,7 +417,7 @@ "Level" : "Nivel", "Actions" : "Accións", "Results from other categories" : "Resultados doutras categorías", - "No apps found for your version" : "Non se atoparon aplicacións para a súa versión", + "No apps found for your version" : "Non se atopou ningunha aplicación para a súa versión", "Disable all" : "Desactivar todo", "Download and enable all" : "Descargar e activar todo", "_%n app has an update available_::_%n apps have an update available_" : ["%n aplicación ten unha actualización dispòñíbel.","%n aplicacións teñen unha actualización dispoñíbel."], @@ -436,12 +439,38 @@ "Display Name" : "Nome para amosar", "GPUs support" : "Compatibilidade con GPU", "Compute device" : "Dispositivo de computación", + "Advanced deploy options" : " Opcións avanzadas de despregadura", + "Edit ExApp deploy options before installation" : "Editar as opcións de despregadura da aplicación externa (ExApp) antes da instalación", + "Configured ExApp deploy options. Can be set only during installation" : "Opcións de despregadura da aplicación externa (ExApp) configuradas. Só é posíbel definilas durante a instalación", + "Learn more" : "Máis información", + "Environment variables" : "Variábeis de contorno", + "ExApp container environment variables" : "Variábeis de contorno do contedor da aplicación externa (ExApp)", + "No environment variables defined" : "Non foi definida ningunha variábel de contorno", + "Mounts" : "Montaxes", + "Define host folder mounts to bind to the ExApp container" : "Definir as montaxes do cartafol do servidor para unirse ao contedor da aplicación externa (ExApp)", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Debe existir no servidor/máquina do servizo de despregadura antes de instalar a aplicación externa (ExApp)", + "Host path" : "Ruta ao servidor/máquina", + "Container path" : "Ruta ao contedor", + "Read-only" : "Só lectura", + "Remove mount" : "Retirar a montaxe", + "New mount" : "Nova montaxe", + "Enter path to host folder" : "Introduza a ruta ao cartafol do servidor/máquina.", + "Enter path to container folder" : "Introduza a ruta ao cartafol do contedor.", + "Toggle read-only mode" : "Alternar o modo de só lectura", + "Confirm adding new mount" : "Confirmar o engadido dunha nova montaxe", + "Confirm" : "Confirmar", + "Cancel adding mount" : "Cancelar o engadido da montaxe", + "Cancel" : "Cancelar", + "Add mount" : "Engadir unha montaxe", + "ExApp container mounts" : "Montaxes de contedores de aplicacións externas (ExApp)", + "No mounts defined" : "Non foi definida ningunha montaxe", "Description" : "Descrición", "Details" : "Detalles", "All" : "Todo", "Limit app usage to groups" : "Limitar o uso de aplicacións a grupos", "No results" : "Sen resultados", "Update to {version}" : "Actualizar a {version}", + "Deploy options" : "Opcións de despregadura", "Default Deploy daemon is not accessible" : "Non é posíbel acceder ao servizo predeterminado de despregadura.", "Delete data on remove" : "Eliminar os datos ao retirar", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Esta aplicación non dispón dunha versión mínima de Nextcloud asignada. Isto será un erro no futuro.", @@ -477,8 +506,8 @@ "Google Chrome for Android" : "Google Chrome para Android", "{productName} iOS app" : "Aplicación de iOS {productName}", "{productName} Android app" : "Aplicación de Android {productName}", - "{productName} Talk for iOS" : "Talk para iOS {productName}", - "{productName} Talk for Android" : "Talk para Android {productName}", + "{productName} Talk for iOS" : "Parlar para iOS {productName}", + "{productName} Talk for Android" : "Parlar para Android {productName}", "Sync client" : "Sincronizar o cliente", "This session" : "Esta sesión", "{client} - {version} ({system})" : "{client} - {version} ({system})", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "Non é posíbel actualizar a configuración de cifrado do servidor", "Please confirm the group removal" : "Confirme a retirada do grupo", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Está a piques de retirar o grupo «{group}». As contas NON van ser eliminadas.", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Cambiar o nome do grupo", "Remove group" : "Retirar o grupo", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "Produciuse un erro ao recortar a imaxe de perfil", "Error saving profile picture" : "Produciuse un erro ao gardar a imaxe de perfil", "Error removing profile picture" : "Produciuse un erro ao retirar a imaxe de perfil", - "Your biography" : "A súa biografía", + "Your biography. Markdown is supported." : "A túa biografía. Admítese Markdown.", "Enter your date of birth" : "Introduza a súa data de nacemento", "Unable to update date of birth" : "Non é posíbel actualizar a data de nacemento", "You are a member of the following groups:" : "Vde. é membro dos seguintes grupos:", @@ -653,6 +680,7 @@ "Group admin for" : "Administrador de grupo para", "Account backend" : "Infraestrutura da conta", "Storage location" : "Localización do almacenamento", + "First login" : "Primeiro acceso", "Last login" : "Último acceso", "Account actions" : "Accións da conta", "Password or insufficient permissions message" : "Mensaxe de contrasinal ou de permisos insuficientes", @@ -691,6 +719,7 @@ "Show language" : "Amosar o idioma", "Show account backend" : "Amosar a infraestrutura da conta", "Show storage path" : "Amosar a ruta do almacenamento", + "Show first login" : "Amosar o primeiro acceso", "Show last login" : "Amosar o último acceso", "Sorting" : "Ordenando", "The system config enforces sorting the groups by name. This also disables showing the member count." : "A configuración do sistema obriga a clasificar os grupos por nome. Isto tamén desactiva a vista do reconto de membros.", @@ -763,7 +792,7 @@ "Show to everyone" : "Amosar a todos", "Show to logged in accounts only" : "Amosar só ás contas iniciadas", "Hide" : "Agochar", - "manual-install apps cannot be updated" : "non é posíbel actualizar as aplicacións de instalación manual", + "Manually installed apps cannot be updated" : "Non é posíbel actualizar as aplicacións instaladas manualmente", "{progress}% Deploying …" : "{progress}% Despregando…", "{progress}% Initializing …" : "{progress}% Iniciando…", "Health checking" : "Control de integridade", @@ -773,6 +802,7 @@ "Allow untested app" : "Permitir aplicación non probada", "The app will be downloaded from the App Store" : "A aplicación descargarase da tenda de aplicacións", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Esta aplicación non está marcado como compatíbel coa súa versión de Nextcloud. Se continúa, poderá instalar a aplicación. Teña en conta que é probábel que a aplicación non funcione como se agarda.", + "Unknown" : "Descoñecido", "Never" : "Nunca", "Could not register device: Network error" : "Non foi posíbel rexistrar o dispositivo: Produciuse un erro de rede", "Could not register device: Probably already registered" : "Non foi posíbel rexistrar o dispositivo: Probabelmente xa estea rexistrado", @@ -830,26 +860,15 @@ "Follow us on Mastodon" : "Síganos en Mastodon", "Check out our blog" : "Visite o noso blog ", "Subscribe to our newsletter" : "Subscríbase ao noso boletín", - "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Esta versión comunitaria de Nextcloud non é compatíbel e as notificacións instantáneas non están dispoñíbeis.", + "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Esta edición comunitaria de Nextcloud non é compatíbel e as notificacións instantáneas non están dispoñíbeis.", "Use a second factor besides your password to increase security for your account." : "Empregue un segundo factor ademais do seu contrasinal para aumentar a seguranza da súa conta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : " Se usa aplicacións de terceiros para conectarse a Nextcloud, asegúrese de crear e configurar un contrasinal de aplicación para cada unha antes de activar o segundo factor de autenticación.", - "No user supplied" : "Non subministrado polo usuario", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Forneza un contrasinal de recuperación de administración; senón perderanse todos os datos do usuario.", - "Backend does not support password change, but the user's encryption key was updated." : "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado do usuario foi actualizada.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "É necesario definir o seu correo de usuario antes de poder enviar correos de proba. Vaia a %s para iso.", - "Invalid user" : "Usuario incorrecto", - "Your username is: %s" : "O seu nome de usuario é: %s", - "Logged in user must be a subadmin" : "O usuario que accede debe ser de subadministración", - "Old user imported certificates" : "Certificados antigos importados polo usuario", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendente un traballo en segundo plano que comprobe os certificados SSL importados polo usuario. Volva comprobar máis adiante.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados polo usuario, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amosanse deseguido.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", "Missing optional index \"%s\" in table \"%s\"." : "Falta o índice opcional «%s» na táboa «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.", "File locking" : "Bloqueo de ficheiros", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» utilizando o tipo MIME JavaScript.", - "MySQL unicode support" : "Compatibilidade con MySQL Unicode", - "Overwrite cli URL" : "Sobrescribir o URL da interface da liña de ordes", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript a través de ningún dos seus «trusted_domains» nin «overwrite.cli.url». Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» usando o tipo MIME JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualmente está a executar PHP %s. PHP 8.0 é obsoleto en Nextcloud 27. Nextcloud 28 pode precisar polo menos PHP 8.1. Actualice a unha das versións de PHP oficialmente compatíbeis fornecidas polo Grupo PHP o antes posíbel.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MariaDB. Nextcloud 21 ou superior non admite esta versión e precisa MariaDB 10.2 ou superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Utilízase a versión «%s» de MySQL. Nextcloud 21 e superior non admite esta versión e precisan MySQL 8.0 ou MariaDB 10.2 ou superior.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text pode ser implementado por diferentes aplicacións. Aquí pode definir que aplicación debe usar.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de conversión de voz a texto", "None of your currently installed apps provide Text processing functionality" : "Ningunha das aplicacións instaladas neste momento ofrece funcións de procesamento de texto", - "Exclude groups from sharing" : "Excluír grupos da compartición", - "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderán recibir comparticións, mais non inicialas.", "Set default expiration date for shares" : "Definir a data de caducidade predeterminada das comparticións", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir o autocompletado do nome de usuario no diálogo de compartir e permitir o acceso ao caderno de enderezos do sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A autenticación de dous factores pode ser aplicada a todos os usuarios e grupos específicos. Se non tiveran configurado un provedor de dous factores, non podería acceder ao sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cando se seleccionan/exclúen os grupos, usase a seguinte lóxica para determinar se un usuario ten obrigado o 2FA: Se non hai grupos seleccionados, o 2FA está activo para todos agás os membros dos grupos excluídos. Se hai grupos seleccionados, o 2FA está activo para todos os membros destes. Se un usuario está á vez nun grupo seleccionado e noutro excluído, o seleccionado ten preferencia e se lle obriga a 2FA.", - "{license}-licensed" : "Licenciado baixo a {license}", - "Rating: {score}/10" : "Valoración: {score}/10", - "Username" : "Nome de usuario", - "Execute one task with each page loaded. Use case: Single user instance." : "Executar unha tarefa con cada páxina cargada. Caso de uso: instancia de usuario único.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php está rexistrado nun servizo webcron para chamar a cron.php cada 5 minutos a través de HTTP. Caso de uso: instancia moi pequena (de 1 a 5 usuarios segundo o uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "O cron.php debe ser executado polo usuario do sistema «{user}».", - "Enable or disable profile by default for new users." : "Activar ou desactivar o perfil predeterminado para os novos usuarios.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Está a piques de retirar o grupo «{group}». Os usuarios NON van ser eliminados.", + "Your biography" : "A súa biografía", "You are using <strong>{usage}</strong>" : "Está a usar <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Está a usar <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Correos adicionais", - "Enable Profile" : "Activar o perfil", - "No users" : "Non hai usuarios", - "Loading users …" : "Cargando usuarios…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuarios. Esta lista non se representa de xeito completo por mor do rendemento. Os usuarios represéntanse mentres se despraza pola lista.", "New user" : "Novo usuario", "Groups (required)" : "Grupos (necesario)", "Set user groups" : "Definir grupos de usuarios", @@ -889,39 +892,15 @@ "Set user manager" : "Definir o xestor de usuarios", "Username will be autogenerated" : "O nome de usuario vai ser xerado automaticamente", "Username (required)" : "Nome de usuario (necesario)", + "Loading users …" : "Cargando usuarios…", + "Username" : "Nome de usuario", "User backend" : "Infraestrutura do usuario", "User actions" : "Accións do usuario", - "Loading user …" : "Cargando usuario…", - "You do not have permissions to see the details of this user" : "Vde. non ten permisos para ver os detalles deste usuario", "Add user to group" : "Engadir usuario ao grupo", - "Set user as admin for" : "Definir o usuario como administrador para", - "Select user quota" : "Seleccionar a cota de usuario", - "Delete user" : "Eliminar usuario", - "Wipe all devices" : "Limpar todos os dispositivos", - "Disable user" : "Desactivar usuario", - "Enable user" : "Activar usuario", - "Failed to update user manager" : "Produciuse un erro ao actualizar o xestor de usuarios", - "Toggle user actions menu" : "Alternar o menú de accións do usuario", - "User management settings" : "Axustes da xestión de usuarios", - "Show user backend" : "Amosar a infraestrutura do usuario", - "Send welcome email to new users" : "Enviar correo de benvida aos novos usuarios", "Name your device" : "Nome do seu dispositivo", "Server error while trying to add WebAuthn device" : "Produciuse un erro do servidor cando se tentaba engadir un dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Xestión de usuarios", - "Active users" : "Usuarios activos", - "Disabled users" : "Usuarios desactivados", - "Creating group …" : "Creando un grupo…", - "User group: {group}" : "Grupo de usuarios: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Non está dispoñíbel porque a federación foi desactivada para a súa conta, póñase en contacto coa administración do sistema se ten algunha dúbida", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Non está dispoñíbel porque non se permite publicar datos específicos do usuario no servidor de buscas, póñase en contacto coa administración do sistema se ten algunha dúbida", - "Show to logged in users only" : "Amosar só aos usuarios que accederon", - "Nextcloud help resources" : "Recursos de axuda de Nextcloud", - "SMTP Username" : "Nome de usuario SMTP", - "Follow us on Twitter" : "Síganos en Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url».", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript a través de ningún dos seus «trusted_domains» nin «overwrite.cli.url». Isto pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» usando o tipo MIME JavaScript.", "Active accounts" : "Contas activas", + "Follow us on Twitter" : "Síganos en Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta comprobación se execute, debe asegurarse de que o seu servidor web poida conectarse a si mesmo. Por tanto, debe ser quen de resolver e conectarse a polo menos un dos seus «trusted_domains» ou ao «overwrite.cli.url». Este fallo pode ser o resultado dunha falta de coincidencia de DNS do servidor ou dunha regra da devasa de saída.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Detectouse a versión «%s» de PostgreSQL. Suxírese PostgreSQL >=12 e <=16 para un mellor rendemento, estabilidade e funcionalidade con esta versión de Nextcloud." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/he.js b/apps/settings/l10n/he.js index fd594ef4ebd..305109aa45d 100644 --- a/apps/settings/l10n/he.js +++ b/apps/settings/l10n/he.js @@ -153,6 +153,9 @@ OC.L10N.register( "Daemon" : "סוכן", "Type" : "סוג", "Display Name" : "שם תצוגה", + "Learn more" : "לקריאה נוספת", + "Confirm" : "אימות", + "Cancel" : "ביטול", "Description" : "תיאור", "Details" : "פרטים", "All" : "הכל", @@ -205,8 +208,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "זו הזהרה אחרונה: האם באמת ברצונך להפעיל הצפנה?", "No encryption module loaded, please enable an encryption module in the app menu." : "לא נמצא מודול הצפנה, יש לאפשר מודול הצפנה בתפריט היישומים.", "Select default encryption module:" : "יש לבחור מודול הצפנת ברירת מחדל:", - "Cancel" : "ביטול", - "Confirm" : "אימות", "Submit" : "שליחה", "Remove group" : "הסרת קבוצה", "Current password" : "סיסמא נוכחית", @@ -288,6 +289,7 @@ OC.L10N.register( "Download and enable" : "להוריד ולהפעיל", "Disable" : "ניטרול", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "היישומון הזה לא מסומן כנתמך בגרסת ה־Nextcloud. עדיין יתאפשר לך להמשיך ולהתקין את היישומון. נא לשים לב שיכול להיות שהיישומון לא יעבוד כצפוי.", + "Unknown" : "לא ידוע", "Never" : "מעולם לא", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "היישומון הופעל אך יש לעדכן אותו. ההפניה לעמוד העדכון תחל בעוד 5 שניות.", "Do you really want to wipe your data from this device?" : "להשמיד את הנתונים שלך במכשיר הזה?", @@ -330,38 +332,13 @@ OC.L10N.register( "Subscribe to our newsletter" : "הרשמה לרשימת הדיוור שלנו", "Use a second factor besides your password to increase security for your account." : "ניתן להשתמש בגורם נוסף מלבד הססמה שלך כדי להגביר את אבטחת החשבון שלך.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "אם משמשים אותך יישומי צד־שלישי להתחברות אל Nextcloud, נא לוודא יצירת והגדרת ססמה ליישומון לכל אחד מהם בטרם הפעלת אימות דו־שלבי.", - "No user supplied" : "לא סופק שם משתמש", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "נא לספק ססמת שחזור של מנהלים, אחרת, כל נתוני המשתמשים ילכו לאיבוד.", - "Invalid user" : "משתמש שגוי", - "Your username is: %s" : "שם המשתמש שלך הוא: %s", - "Logged in user must be a subadmin" : "המשתמש שנכנס חייב להיות תת־מנהל", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "משימת רקע שבודקת את אישורי ה־SSL בייבוא המשתמש ממתינה. נא לדגום את הדף הזה שוב בהמשך.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "יש כמה אישורי SSL מיובאים קיימים שאינם בשימוש עוד ב־Nextcloud 21. אפשר לייבא אותם בשורת הפקודה עם הפקודה „occ security:certificates:import”. הנתיבים שלהם בתור תיקיית הנתונים מופיעים להלן.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "למסד הנתונים חסרים אינדקסים. כיוון שהוספת אינדקסים על טבלאות גדולות היא פעולה שגוזלת זמן רב הם לא נוספים אוטומטית. על ידי הרצת הפקודה „occ db:add-missing-indices” האינדקסים החסרים נוספים ידנית ללא עצירת פעולת העותק. לאחר הוספת האינדקסים השאילתות על הטבלאות האלה מהירות בהרבה.", - "Exclude groups from sharing" : "מניעת קבוצות משיתוף", - "These groups will still be able to receive shares, but not to initiate them." : "קבוצות אלו עדיין יוכלו לקבל שיתופים, אך לא לשתף בעצמם.", "Set default expiration date for shares" : "הגדרת תאריך תפוגה כבררת מחדל לשיתופים", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "ניתן לאכוף אימות דו־שלבי על כל המשתמשים ועל קבוצות מסוימות. אם אין להם ספק אימות דו־שלבי מוגדר, לא תהיה להם אפשרות להיכנס למערכת.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "כאשר קבוצות נבחרות/מוחרגות, הן משתמשות בלוגיקה הבאה כדי להחליט האם נאכף על המשתמש אימות דו־שלבי: אם לא נבחרו קבוצות, אימות דו־שלבי פעיל עבור כולם למעט החברים בקבוצות שהוחרגו. אם נבחרו קבוצות, אימות דו־שלבי מופעל לכל החברים של הקבוצות האלו. אם משתמש נמצא גם בקבוצה נבחרת וגם בקבוצה מוחרגת, הנבחרת מקבלת עדיפות ואימות דו־שלבי נאכף.", - "{license}-licensed" : "ברישיון {license}", - "Username" : "שם משתמש", "New user" : "משתמש חדש", + "Username" : "שם משתמש", "User backend" : "מנגנון משתמש", - "You do not have permissions to see the details of this user" : "אין לך הרשאות לצפות בפירוט על המשתמש", - "Set user as admin for" : "הגדרת משתמש כהנהלה של", - "Select user quota" : "בחירת מכסת משתמש", - "Delete user" : "מחיקת משתמש", - "Wipe all devices" : "השמדת נתוני כל המכשירים", - "Disable user" : "השבתת משתמש", - "Enable user" : "הפעלת משתמש", - "Toggle user actions menu" : "החלפת מצב תפריט פעולות משתמש", - "Show user backend" : "הצגת צד אחורי למשתמש", "Name your device" : "מתן שם להתקן שלך", "Server error while trying to add WebAuthn device" : "אירעה שגיאת שרת בעת הניסיון להוספת התקן WebAuthn", - "by {author}\n{license}" : "מאת {author}\n{license}", - "Active users" : "משתמשים פעילים", - "Disabled users" : "משתמשים מושבתים", - "SMTP Username" : "שם משתמש SMTP ", "Follow us on Twitter" : "לעקוב אחרינו בטוויטר" }, "nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"); diff --git a/apps/settings/l10n/he.json b/apps/settings/l10n/he.json index dae2d27865e..9b363c3755a 100644 --- a/apps/settings/l10n/he.json +++ b/apps/settings/l10n/he.json @@ -151,6 +151,9 @@ "Daemon" : "סוכן", "Type" : "סוג", "Display Name" : "שם תצוגה", + "Learn more" : "לקריאה נוספת", + "Confirm" : "אימות", + "Cancel" : "ביטול", "Description" : "תיאור", "Details" : "פרטים", "All" : "הכל", @@ -203,8 +206,6 @@ "This is the final warning: Do you really want to enable encryption?" : "זו הזהרה אחרונה: האם באמת ברצונך להפעיל הצפנה?", "No encryption module loaded, please enable an encryption module in the app menu." : "לא נמצא מודול הצפנה, יש לאפשר מודול הצפנה בתפריט היישומים.", "Select default encryption module:" : "יש לבחור מודול הצפנת ברירת מחדל:", - "Cancel" : "ביטול", - "Confirm" : "אימות", "Submit" : "שליחה", "Remove group" : "הסרת קבוצה", "Current password" : "סיסמא נוכחית", @@ -286,6 +287,7 @@ "Download and enable" : "להוריד ולהפעיל", "Disable" : "ניטרול", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "היישומון הזה לא מסומן כנתמך בגרסת ה־Nextcloud. עדיין יתאפשר לך להמשיך ולהתקין את היישומון. נא לשים לב שיכול להיות שהיישומון לא יעבוד כצפוי.", + "Unknown" : "לא ידוע", "Never" : "מעולם לא", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "היישומון הופעל אך יש לעדכן אותו. ההפניה לעמוד העדכון תחל בעוד 5 שניות.", "Do you really want to wipe your data from this device?" : "להשמיד את הנתונים שלך במכשיר הזה?", @@ -328,38 +330,13 @@ "Subscribe to our newsletter" : "הרשמה לרשימת הדיוור שלנו", "Use a second factor besides your password to increase security for your account." : "ניתן להשתמש בגורם נוסף מלבד הססמה שלך כדי להגביר את אבטחת החשבון שלך.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "אם משמשים אותך יישומי צד־שלישי להתחברות אל Nextcloud, נא לוודא יצירת והגדרת ססמה ליישומון לכל אחד מהם בטרם הפעלת אימות דו־שלבי.", - "No user supplied" : "לא סופק שם משתמש", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "נא לספק ססמת שחזור של מנהלים, אחרת, כל נתוני המשתמשים ילכו לאיבוד.", - "Invalid user" : "משתמש שגוי", - "Your username is: %s" : "שם המשתמש שלך הוא: %s", - "Logged in user must be a subadmin" : "המשתמש שנכנס חייב להיות תת־מנהל", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "משימת רקע שבודקת את אישורי ה־SSL בייבוא המשתמש ממתינה. נא לדגום את הדף הזה שוב בהמשך.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "יש כמה אישורי SSL מיובאים קיימים שאינם בשימוש עוד ב־Nextcloud 21. אפשר לייבא אותם בשורת הפקודה עם הפקודה „occ security:certificates:import”. הנתיבים שלהם בתור תיקיית הנתונים מופיעים להלן.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "למסד הנתונים חסרים אינדקסים. כיוון שהוספת אינדקסים על טבלאות גדולות היא פעולה שגוזלת זמן רב הם לא נוספים אוטומטית. על ידי הרצת הפקודה „occ db:add-missing-indices” האינדקסים החסרים נוספים ידנית ללא עצירת פעולת העותק. לאחר הוספת האינדקסים השאילתות על הטבלאות האלה מהירות בהרבה.", - "Exclude groups from sharing" : "מניעת קבוצות משיתוף", - "These groups will still be able to receive shares, but not to initiate them." : "קבוצות אלו עדיין יוכלו לקבל שיתופים, אך לא לשתף בעצמם.", "Set default expiration date for shares" : "הגדרת תאריך תפוגה כבררת מחדל לשיתופים", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "ניתן לאכוף אימות דו־שלבי על כל המשתמשים ועל קבוצות מסוימות. אם אין להם ספק אימות דו־שלבי מוגדר, לא תהיה להם אפשרות להיכנס למערכת.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "כאשר קבוצות נבחרות/מוחרגות, הן משתמשות בלוגיקה הבאה כדי להחליט האם נאכף על המשתמש אימות דו־שלבי: אם לא נבחרו קבוצות, אימות דו־שלבי פעיל עבור כולם למעט החברים בקבוצות שהוחרגו. אם נבחרו קבוצות, אימות דו־שלבי מופעל לכל החברים של הקבוצות האלו. אם משתמש נמצא גם בקבוצה נבחרת וגם בקבוצה מוחרגת, הנבחרת מקבלת עדיפות ואימות דו־שלבי נאכף.", - "{license}-licensed" : "ברישיון {license}", - "Username" : "שם משתמש", "New user" : "משתמש חדש", + "Username" : "שם משתמש", "User backend" : "מנגנון משתמש", - "You do not have permissions to see the details of this user" : "אין לך הרשאות לצפות בפירוט על המשתמש", - "Set user as admin for" : "הגדרת משתמש כהנהלה של", - "Select user quota" : "בחירת מכסת משתמש", - "Delete user" : "מחיקת משתמש", - "Wipe all devices" : "השמדת נתוני כל המכשירים", - "Disable user" : "השבתת משתמש", - "Enable user" : "הפעלת משתמש", - "Toggle user actions menu" : "החלפת מצב תפריט פעולות משתמש", - "Show user backend" : "הצגת צד אחורי למשתמש", "Name your device" : "מתן שם להתקן שלך", "Server error while trying to add WebAuthn device" : "אירעה שגיאת שרת בעת הניסיון להוספת התקן WebAuthn", - "by {author}\n{license}" : "מאת {author}\n{license}", - "Active users" : "משתמשים פעילים", - "Disabled users" : "משתמשים מושבתים", - "SMTP Username" : "שם משתמש SMTP ", "Follow us on Twitter" : "לעקוב אחרינו בטוויטר" },"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/hr.js b/apps/settings/l10n/hr.js index 9682d9b0e7f..c08fe261197 100644 --- a/apps/settings/l10n/hr.js +++ b/apps/settings/l10n/hr.js @@ -164,6 +164,9 @@ OC.L10N.register( "Daemon" : "Daemon", "Type" : "Vrsta", "Display Name" : "Ime", + "Learn more" : "Saznajte više", + "Confirm" : "Potvrdi", + "Cancel" : "Odustani", "Description" : "Opis", "Details" : "Pojedinosti", "All" : "Sve", @@ -221,15 +224,12 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Ovo je posljednje upozorenje: želite li zaista omogućiti šifriranje?", "No encryption module loaded, please enable an encryption module in the app menu." : "Nije učitan modul za šifriranje, omogućite modul za šifriranje u izborniku aplikacije.", "Select default encryption module:" : "Odaberi zadani modul za šifriranje:", - "Cancel" : "Odustani", - "Confirm" : "Potvrdi", "Submit" : "Šalji", "Remove group" : "Ukloni grupu", "Current password" : "Trenutna zaporka", "New password" : "Nova zaporka", "Change password" : "Promijeni zaporku", "Picture provided by original account" : "Slika s izvornog računa", - "Your biography" : "Vaša biografija", "You are a member of the following groups:" : "Član ste sljedećih grupa:", "Your full name" : "Vaše ime i prezime", "Primary email for password reset and notifications" : "Primarna e-pošta za resetiranje zaporke i primanje obavijesti", @@ -336,6 +336,7 @@ OC.L10N.register( "Disable" : "Onemogući", "The app will be downloaded from the App Store" : "Aplikacija će se preuzeti iz trgovine aplikacijama", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ova aplikacija nije označena kao kompatibilna s vašom inačicom Nextclouda. Ako odlučite nastaviti, moći ćete instalirati aplikaciju. Imajte na umu da aplikacija možda neće raditi kako očekujete.", + "Unknown" : "Nepoznata pogreška", "Never" : "Nikad", "Error: This app cannot be enabled because it makes the server unstable" : "Pogreška: ova aplikacija ne može biti omogućena jer čini poslužitelj nestabilnim", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacija je omogućena, ali je treba ažurirati. Za 5 sekundi bit ćete preusmjereni na stranicu za ažuriranje.", @@ -380,43 +381,15 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ovo izdanje Nextclouda nije podržano i nisu dostupne trenutne obavijesti.", "Use a second factor besides your password to increase security for your account." : "Koristite se i drugim faktorom pored zaporke kako biste povećali sigurnost svog računa.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ako se za povezivanje s Nextcloudom koristite aplikacijama treće strane, stvorite i konfigurirajte lozinku za svaku aplikaciju prije omogućavanja drugog faktora za provođenje autentifikacije.", - "No user supplied" : "Nijedan korisnik nije podnesen", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Unesite administratorsku zaporku za oporavak; u protivnom će svi podaci korisnika biti izgubljeni.", - "Invalid user" : "Nevažeći korisnik", - "Your username is: %s" : "Vaše korisničko ime je: %s", - "Logged in user must be a subadmin" : "Korisnik koji je prijavljen mora biti podadministrator", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Na čekanju je pozadinski zadatak za provjeravanje vjerodajnica SSL-a koje uvezu korisnici. Provjerite ponovno kasnije.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Prisutne su vjerodajnice SSL-a koje su uvezli korisnici i koje Nextcloud 21 ne upotrebljava. Mogu se uvesti putem naredbenog retka s pomoću naredbe „occ security:certificates:import”. U nastavku su prikazani njihovi putovi unutar podatkovnog direktorija.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "U bazi podataka nedostaju određeni indeksi. Zbog činjenice da bi dodavanje indeksa u velikim tablicama moglo potrajati neko duže vrijeme, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-indices” se ti indeksi mogu ručno dodati dok instanca radi. Kada se indeksi dodaju, upiti u te tablice obično su mnogo brži.", - "Exclude groups from sharing" : "Izuzmi grupe iz dijeljenja", - "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene sadržaje, ali ih neće moći pokrenuti.", "Set default expiration date for shares" : "Postavi zadani datum isteka dijeljenja", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvofaktorska autentifikacija može se primijeniti na sve korisnike i određene grupe. Ako nisu konfigurirali davatelje usluge dvofaktorske autentifikacije, neće se moći prijaviti u sustav.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Nakon odabira grupa koje će biti obuhvaćene/izuzete, primjenjuje se sljedeća logika za utvrđivanje je li 2FA omogućen za određenog korisnika: ako nije odabrana nijedna grupa, 2FA je omogućen za sve osim za članove izuzetih grupa. Ako su odabrane određene grupe, 2FA je omogućen samo za sve članove tih grupa. Ako je korisnik član odabrane i izuzete grupe, odabrana grupa ima prednost i 2FA se primjenjuje.", - "{license}-licensed" : "Licencirano prema {license}", - "Username" : "Korisničko ime", - "Additional emails" : "Dodatne adrese e-pošte", - "Enable Profile" : "Omogući profil", + "Your biography" : "Vaša biografija", "New user" : "Novi korisnik", + "Username" : "Korisničko ime", "User backend" : "Korisnički pozadinski sustav", - "You do not have permissions to see the details of this user" : "Nemate dopuštenja za prikaz pojedinosti ovog korisnika", "Add user to group" : "Dodaj korisnika u grupu", - "Set user as admin for" : "Postavi korisnika kao administratora za", - "Select user quota" : "Odaberi kvotu korisnika", - "Delete user" : "Izbriši korisnika", - "Wipe all devices" : "Izbriši podatke sa svih uređaja", - "Disable user" : "Onemogući korisnika", - "Enable user" : "Omogući korisnika", - "Toggle user actions menu" : "Uklj./isklj. izbornik s radnjama korisnika", - "Show user backend" : "Prikaži korisnički pozadinski sustav", "Name your device" : "Dodijelite naziv svom uređaju", "Server error while trying to add WebAuthn device" : "Pogreška poslužitelja pri dodavanju WebAuthn uređaja", - "by {author}\n{license}" : "{author}\n{license}", - "Active users" : "Aktivni korisnici", - "Disabled users" : "Onemogućeni korisnici", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nije dostupno jer nije dopušteno objavljivanje korisničkih podataka na poslužitelju pretraživanja, obratite se administratoru sustava ako imate pitanja", - "Show to logged in users only" : "Prikaži samo prijavljenim korisnicima", - "SMTP Username" : "Korisničko ime za SMTP", "Follow us on Twitter" : "Pratite nas na Twitteru" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/apps/settings/l10n/hr.json b/apps/settings/l10n/hr.json index 1e469f3cc4c..17aceba08ee 100644 --- a/apps/settings/l10n/hr.json +++ b/apps/settings/l10n/hr.json @@ -162,6 +162,9 @@ "Daemon" : "Daemon", "Type" : "Vrsta", "Display Name" : "Ime", + "Learn more" : "Saznajte više", + "Confirm" : "Potvrdi", + "Cancel" : "Odustani", "Description" : "Opis", "Details" : "Pojedinosti", "All" : "Sve", @@ -219,15 +222,12 @@ "This is the final warning: Do you really want to enable encryption?" : "Ovo je posljednje upozorenje: želite li zaista omogućiti šifriranje?", "No encryption module loaded, please enable an encryption module in the app menu." : "Nije učitan modul za šifriranje, omogućite modul za šifriranje u izborniku aplikacije.", "Select default encryption module:" : "Odaberi zadani modul za šifriranje:", - "Cancel" : "Odustani", - "Confirm" : "Potvrdi", "Submit" : "Šalji", "Remove group" : "Ukloni grupu", "Current password" : "Trenutna zaporka", "New password" : "Nova zaporka", "Change password" : "Promijeni zaporku", "Picture provided by original account" : "Slika s izvornog računa", - "Your biography" : "Vaša biografija", "You are a member of the following groups:" : "Član ste sljedećih grupa:", "Your full name" : "Vaše ime i prezime", "Primary email for password reset and notifications" : "Primarna e-pošta za resetiranje zaporke i primanje obavijesti", @@ -334,6 +334,7 @@ "Disable" : "Onemogući", "The app will be downloaded from the App Store" : "Aplikacija će se preuzeti iz trgovine aplikacijama", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ova aplikacija nije označena kao kompatibilna s vašom inačicom Nextclouda. Ako odlučite nastaviti, moći ćete instalirati aplikaciju. Imajte na umu da aplikacija možda neće raditi kako očekujete.", + "Unknown" : "Nepoznata pogreška", "Never" : "Nikad", "Error: This app cannot be enabled because it makes the server unstable" : "Pogreška: ova aplikacija ne može biti omogućena jer čini poslužitelj nestabilnim", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacija je omogućena, ali je treba ažurirati. Za 5 sekundi bit ćete preusmjereni na stranicu za ažuriranje.", @@ -378,43 +379,15 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ovo izdanje Nextclouda nije podržano i nisu dostupne trenutne obavijesti.", "Use a second factor besides your password to increase security for your account." : "Koristite se i drugim faktorom pored zaporke kako biste povećali sigurnost svog računa.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ako se za povezivanje s Nextcloudom koristite aplikacijama treće strane, stvorite i konfigurirajte lozinku za svaku aplikaciju prije omogućavanja drugog faktora za provođenje autentifikacije.", - "No user supplied" : "Nijedan korisnik nije podnesen", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Unesite administratorsku zaporku za oporavak; u protivnom će svi podaci korisnika biti izgubljeni.", - "Invalid user" : "Nevažeći korisnik", - "Your username is: %s" : "Vaše korisničko ime je: %s", - "Logged in user must be a subadmin" : "Korisnik koji je prijavljen mora biti podadministrator", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Na čekanju je pozadinski zadatak za provjeravanje vjerodajnica SSL-a koje uvezu korisnici. Provjerite ponovno kasnije.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Prisutne su vjerodajnice SSL-a koje su uvezli korisnici i koje Nextcloud 21 ne upotrebljava. Mogu se uvesti putem naredbenog retka s pomoću naredbe „occ security:certificates:import”. U nastavku su prikazani njihovi putovi unutar podatkovnog direktorija.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "U bazi podataka nedostaju određeni indeksi. Zbog činjenice da bi dodavanje indeksa u velikim tablicama moglo potrajati neko duže vrijeme, isti se ne dodaju automatski. Izvršenjem „occ db:add-missing-indices” se ti indeksi mogu ručno dodati dok instanca radi. Kada se indeksi dodaju, upiti u te tablice obično su mnogo brži.", - "Exclude groups from sharing" : "Izuzmi grupe iz dijeljenja", - "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene sadržaje, ali ih neće moći pokrenuti.", "Set default expiration date for shares" : "Postavi zadani datum isteka dijeljenja", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvofaktorska autentifikacija može se primijeniti na sve korisnike i određene grupe. Ako nisu konfigurirali davatelje usluge dvofaktorske autentifikacije, neće se moći prijaviti u sustav.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Nakon odabira grupa koje će biti obuhvaćene/izuzete, primjenjuje se sljedeća logika za utvrđivanje je li 2FA omogućen za određenog korisnika: ako nije odabrana nijedna grupa, 2FA je omogućen za sve osim za članove izuzetih grupa. Ako su odabrane određene grupe, 2FA je omogućen samo za sve članove tih grupa. Ako je korisnik član odabrane i izuzete grupe, odabrana grupa ima prednost i 2FA se primjenjuje.", - "{license}-licensed" : "Licencirano prema {license}", - "Username" : "Korisničko ime", - "Additional emails" : "Dodatne adrese e-pošte", - "Enable Profile" : "Omogući profil", + "Your biography" : "Vaša biografija", "New user" : "Novi korisnik", + "Username" : "Korisničko ime", "User backend" : "Korisnički pozadinski sustav", - "You do not have permissions to see the details of this user" : "Nemate dopuštenja za prikaz pojedinosti ovog korisnika", "Add user to group" : "Dodaj korisnika u grupu", - "Set user as admin for" : "Postavi korisnika kao administratora za", - "Select user quota" : "Odaberi kvotu korisnika", - "Delete user" : "Izbriši korisnika", - "Wipe all devices" : "Izbriši podatke sa svih uređaja", - "Disable user" : "Onemogući korisnika", - "Enable user" : "Omogući korisnika", - "Toggle user actions menu" : "Uklj./isklj. izbornik s radnjama korisnika", - "Show user backend" : "Prikaži korisnički pozadinski sustav", "Name your device" : "Dodijelite naziv svom uređaju", "Server error while trying to add WebAuthn device" : "Pogreška poslužitelja pri dodavanju WebAuthn uređaja", - "by {author}\n{license}" : "{author}\n{license}", - "Active users" : "Aktivni korisnici", - "Disabled users" : "Onemogućeni korisnici", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nije dostupno jer nije dopušteno objavljivanje korisničkih podataka na poslužitelju pretraživanja, obratite se administratoru sustava ako imate pitanja", - "Show to logged in users only" : "Prikaži samo prijavljenim korisnicima", - "SMTP Username" : "Korisničko ime za SMTP", "Follow us on Twitter" : "Pratite nas na Twitteru" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index 1317104ba4b..881322f0ad3 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -181,19 +181,44 @@ OC.L10N.register( "Transactional File Locking" : "Tranzakciós File Lockolás", "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "A Tranzakciós File Lockolás le van tiltva. Ez a konfiguráció nem támogatott. Nehezen kibogozható problémákhoz vezethet, adatvesztést beleértve. Távolítsd el a `'filelocking.enabled' => false` bejegyzést a `config.php`-ból, hogy ezt elkerüld.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "A Tranzakciós File Lockolás jelenleg az adatbázis segítségével történik. A performancia javítása érdekében lehetőleg konfiguráld be a memcache-t.", + "Forwarded for headers" : "Továbbítva a fejlécekhez", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "A \"trusted_proxies\" beállítása nincs megfelelően beállítva, ennek egy tömbnek (array) kell lennie.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "A \"trusted_proxies\" beállítása nincs megfelelően beállítva, IP-címek tömbjének (array) kell lennie – opcionálisan CIDR-jelöléssel.", + "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "A fordított proxyfejléc konfigurációja hibás. Ez biztonsági probléma, és lehetővé teheti a támadók számára, hogy a Nextcloud számára láthatóként meghamisítsák az IP-címüket.", + "Your IP address was resolved as %s" : "Az IP-címedet a következőképpen rögzítették: %s", + "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "A fordított proxyfejléc-konfiguráció helytelen, vagy a Nextcloud megbízható proxyról van elérve. Ha nem, ez biztonsági probléma, és lehetővé teheti a támadók számára, hogy a Nextcloud számára láthatóként meghamisítsák az IP-címüket.", "HTTPS access and URLs" : "HTTPS hozzáférés és URL-ok", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "A webhely nem biztonságos elérése HTTP-n keresztül. Erősen avasoljuk, hogy a szervert úgy állítsa be, hogy helyette HTTPS-t igényeljen. Enélkül néhány fontos webes funkció, mint például a \"másolás a vágólapra\" vagy a \"szolgáltatások\" nem fognak működni!", "Accessing site insecurely via HTTP." : "A webhely nem biztonságos elérése HTTP-n keresztül.", + "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "Ön biztonságos kapcsolaton keresztül fér hozzá a példányához, azonban a példánya nem biztonságos URL-eket generál. Ez valószínűleg azt jelenti, hogy a példány egy fordított proxy mögött van, és a Nextcloud `overwrite*` konfigurációs értékei nincsenek megfelelően beállítva.", + "Your instance is generating insecure URLs. If you access your instance over HTTPS, this likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "Az Ön munkamenete nem biztonságos URL-eket generál. Ha HTTPS-en keresztül éri el a munkamenetet, ez valószínűleg azt jelenti, hogy a példány egy fordított proxy mögött van, és a Nextcloud `overwrite*` konfigurációs értékei nincsenek megfelelően beállítva.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Ön biztonságos kapcsolaton keresztül fér hozzá a példányához, és a munkamenete biztonságos URL-eket generál.", "Internet connectivity" : "Internetkapcsolat", "Internet connectivity is disabled in configuration file." : "Az internetkapcsolat le van tiltva a konfigurációs fájlban.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Ennek a kiszolgálónak nincs működő internetkapcsolata: több végpont nem érhető el. Ez azt jelenti, hogy néhány funkció, mint például a külső tárolók csatolása, a frissítési értesítések, vagy a harmadik féltől származó alkalmazások telepítése nem fog működni. Lehet, hogy a fájlok távoli elérése és az e-mail értesítések sem működnek. Létesítsen internetkapcsolatot a kiszolgálón, ha minden funkciót használni szeretne.", "JavaScript modules support" : "JavaScript modulok támogatása", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nem lehet futtatni a JavaScript-támogatás ellenőrzését. Kérjük, javítsa vagy erősítse meg manuálisan, ha a webszerver JavaScript MIME-típussal szolgál ki `.mjs` fájlokat.", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "A webszerver nem szolgál ki `.mjs` fájlokat JavaScript MIME-típus használatával. Ez megszakít néhány alkalmazást, mivel megakadályozza, hogy a böngészők végrehajtsák a JavaScript-fájlokat. A webszerverét úgy kell beállítania, hogy a \"text/javascript\" vagy az \"application/javascript\" MIME-típusú \".mjs\" fájlokat szolgálja ki.", + "JavaScript source map support" : "JavaScript forrástérkép támogatás", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "A webszerver nincs beállítva `.js.map` fájlok kiszolgálására. E fájlok nélkül a JavaScript forrástérkép nem fog megfelelően működni, így nagyobb kihívást jelent az esetlegesen felmerülő problémák hibaelhárítása és hibakeresése.", "Old server-side-encryption" : "Régi kiszolgálóoldali titkosítás", "Disabled" : "Letiltva", "The old server-side-encryption format is enabled. We recommend disabling this." : "A régi kiszolgálóoldali titkosítási formátum engedélyezett. Javasoljuk ennek letiltását.", "Maintenance window start" : "Karbantartási ablak indítása", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "A kiszolgálón nincs beállítva a karbantartási időszak kezdési ideje. Ez azt jelenti, hogy az erőforrás-igényes napi háttérmunkák a fő használati idő alatt is végrehajtásra kerülnek. Javasoljuk, hogy alacsony igénybevételre állítsa be, így a felhasználókat kevésbé érinti az ezekből az erőforrásigényes feladatokból származó terhelés.", + "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "A erőforrásigényes háttérfeladatok végrehajtásához szükséges karbantartási időszak {start}:00 UTC és {end}:00 UTC között van", "Memcache" : "Memcache", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "A Memcached elosztott gyorsítótárként van konfigurálva, de nem a megfelelő PHP-modul (\"memcache\") van telepítve. Kérjük, telepítse a \"memcached\" PHP modult.", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "A Memcached elosztott gyorsítótárként van konfigurálva, de a \"memcached\" PHP modul nincs telepítve. Kérjük, telepítse a \"memcached\" PHP modult.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nincs memória-gyorsítótár beállítva. A teljesítmény fokozása érdekében állítson be egy memória-gyorsítótárat, ha elérhető.", + "Failed to write and read a value from local cache." : "Nem sikerült írni és olvasni egy értéket a helyi gyorsítótárból.", + "Failed to write and read a value from distributed cache." : "Nem sikerült egy értéket írni és beolvasni az elosztott gyorsítótárból.", "Configured" : "Beállítva", + "Mimetype migrations available" : "A Mimetype migráció elérhető", + "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Egy vagy több mimetype migráció elérhető. Időnként új MIME-típusok kerülnek hozzáadásra bizonyos fájltípusok jobb kezelése érdekében. A MIME-típusok áttelepítése hosszú időt vesz igénybe nagyobb példányokon, így ez nem történik meg automatikusan a frissítések során. Használja az \"occ maintenance:repair --include-expensive\" parancsot az áttelepítések végrehajtásához.", + "MySQL row format" : "MySQL sorformátum", + "You are not using MySQL" : "Nem használ MySQL-t", + "None of your tables use ROW_FORMAT=Compressed" : "Egyik táblazata sem használja a ROW_FORMAT=Compressed értéket", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A „set_time_limit” PHP függvény nem érhető el. Emiatt egy szkript megszakadhat futás közben, a telepítés hibáját okozva. A függvény engedélyezése erősen javallott.", "Supported" : "Támogatott", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "A PHP-ból hiányzik a FreeType-támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.", @@ -281,6 +306,9 @@ OC.L10N.register( "Daemon" : "Démon", "Type" : "Típus", "Display Name" : "Megjelenített név", + "Learn more" : "Tudjon meg többet", + "Confirm" : "Megerősítés", + "Cancel" : "Mégse", "Description" : "Leírás", "Details" : "Részletek", "All" : "Mind", @@ -368,8 +396,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Át kell költöztetni a titkosítási kulcsokat a régi titkosításból (ownCloud <= 8.0) az újba. Engedélyezze az „Alapértelmezett titkosítási modult” és futtassa ezt: {command}", "Unable to update server side encryption config" : "A kiszolgálóoldali titkosítás beállításai nem frissíthetők", "Please confirm the group removal" : "Erősítse meg a csoport eltávolítását", - "Cancel" : "Mégse", - "Confirm" : "Megerősítés", "Submit" : "Beküldés", "Rename group" : "Csoport átnevezése", "Remove group" : "Csoport eltávolítása", @@ -391,7 +417,6 @@ OC.L10N.register( "Error cropping profile picture" : "Hiba a profilkép levágása során", "Error saving profile picture" : "Hiba a profilkép mentése során", "Error removing profile picture" : "Hiba a profilkép eltávolítása során", - "Your biography" : "Az Ön életrajza", "You are a member of the following groups:" : "Ön a következő csoportok tagja:", "Your full name" : "Az Ön teljes neve", "Primary email for password reset and notifications" : "Elsődleges e-mail-cím a jelszó-visszaállításhoz és az értesítésekhez", @@ -573,6 +598,7 @@ OC.L10N.register( "Allow untested app" : "Teszteletlen alkalmazás engedélyezése", "The app will be downloaded from the App Store" : "Az alkalmazás letöltésre kerül az alkalmazástárból", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ez az alkalmazás nincs megjelölve, hogy kompatibilis lenne a jelenlegi Nextcloud verzióval. Ha folytatja, telepítheti az alkalmazást. Azonban az alkalmazás lehet, hogy nem fog rendeltetés szerint működni.", + "Unknown" : "Ismeretlen", "Never" : "Soha", "An error occurred during the request. Unable to proceed." : "Hiba történt a kérés során. Nem lehet folytatni.", "Error: This app cannot be enabled because it makes the server unstable" : "Hiba: az alkalmazás nem nem engedélyezhető, mert instabillá tenné a kiszolgálót", @@ -624,16 +650,6 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "A Nextcloud e közösségi kiadása nem támogatott, és az azonnal értesítések nem érhetők el.", "Use a second factor besides your password to increase security for your account." : "Használjon egy második faktort a jelszava mellett, hogy növelje fiókja biztonságát.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ha harmadik féltől származó alkalmazásokat használ a Nextcloudhoz való csatlakozáshoz, akkor a két faktoros hitelesítés engedélyezése előtt győződjön meg róla, hogy mindegyikhez létrehozott és beállított egy alkalmazásjelszót.", - "No user supplied" : "Nincs megadva felhasználó", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Adjon meg egy rendszergazdai helyreállító jelszót; különben az összes felhasználó adata elvész.", - "Backend does not support password change, but the user's encryption key was updated." : "A háttérszolgáltatás nem támogatja a jelszómódosítást, de a felhasználó titkosítási kulcsa frissítve lett.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Előbb meg kell adnia az e-mail-címét, mielőtt tesztelni tudná az e-mail küldést. Ehhez ugorjon ide: %s.", - "Invalid user" : "Érvénytelen felhasználó", - "Your username is: %s" : "A felhasználóneve: %s", - "Logged in user must be a subadmin" : "Nem rendszergazda felhasználóként kell bejelentkezzen", - "Old user imported certificates" : "Régi, felhasználó által importált tanúsítvány", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Függőben van egy háttérfolyamat, amely ellenőrzi a felhasználó által importált SSL-tanúsítványokat. Kérjük, nézzen vissza később. ", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Vannak olyan felhasználók által importált SSL-tanúsítványok, melyeket a Nextcloud 21 már nem használ. Importálhatók parancssorból az „occ security: certificate: import” paranccsal. Az adatkönyvtárban található elérési utak az alábbiakban láthatók.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", "File locking" : "Fájlzárolás", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "A jelenlegi PHP-verzió: %s. A PHP 8.0 már elavult a Nextcloud 27-ben. A Nextcloud 28-hoz legalább PHP 8.1 szükséges. Frissítsen az egyik hivatalosan támogatott PHP verzióra, melyet a PHP Group biztosít.", @@ -644,26 +660,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "A beszédfelismerés különböző alkalmazásokkal is megvalósítható. Itt állítható be, hogy melyik alkalmazás legyen használva.", "None of your currently installed apps provide Speech-To-Text functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a beszédfelismerés funkciót", "None of your currently installed apps provide Text processing functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a szövegfeldolgozás funkciót", - "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", - "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", "Set default expiration date for shares" : "A megosztások alapértelmezett lejárati idejének beállítása", "Allow username autocompletion in share dialog and allow access to the system address book" : "Felhasználónév automatikus kiegészítésének bekapcsolása a megosztási párbeszédablakban, és hozzáférés engedélyezése a rendszer címjegyzékéhez", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A kétfaktoros hitelesítés az összes felhasználó vagy adott csoport tagjai esetén követelhető meg. Ha nincs nekik kétfaktoros szolgáltató beállítva, akkor nem fognak tudni bejelentkezni a rendszerbe.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Amikor csoportok ki vannak választva/zárva, akkor az alábbi logika határozza meg, hogy egy felhasználó esetén kötelező-e a kétfaktoros hitelesítés: ha nincs csoport kiválasztva, akkor a kétfaktoros hitelesítés mindenkinél be van kapcsolva, kivéve a kizárt csoportok tagjainál. Ha van kiválasztva csoport, akkor a kétfaktoros hitelesítés számukra kötelező. Amennyiben egy felhasználó kiválasztott és kizárt csoportban is szerepel, akkor a kiválasztás lesz az erősebb, így a kétfaktoros hitelesítés neki is kötelező.", - "{license}-licensed" : "{license}-licencelt", - "Username" : "Felhasználónév", - "Execute one task with each page loaded. Use case: Single user instance." : "Egy feladat végrehajtása minden egyes oldalbetöltésnél. Használati eset: egyfelhasználós példány", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "A cron.php egy webcron szolgáltatásnál van regisztrálva, hogy 5 percenkenként meghívja a cron.php-t. Használati eset: Nagyon kis példány (1-5 felhasználó, használattól függően).", - "The cron.php needs to be executed by the system user \"{user}\"." : "A cron.php-t „{user}” rendszerfelhasználónak kell végrehajtania.", - "Enable or disable profile by default for new users." : "A profil alapértelmezett engedélyezése vagy letiltása az új felhasználók számára.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "A(z) „{group}” csoport eltávolítására készül. A felhasználok NEM lesznek törölve.", + "Your biography" : "Az Ön életrajza", "You are using <strong>{usage}</strong>" : "Ezt használja: <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Jelenleg <strong>{usage}</strong>-ot használ ennyiből: <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "További e-mail-címek", - "Enable Profile" : "Profil engedélyezése", - "No users" : "Nincsenek felhasználók", - "Loading users …" : "Felhasználók betöltése…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Felhasználók listája. Ez a lista teljesítménybeli okokból nincs teljes egészében megjelenítve. A felhasználók a listában navigálás során jelennek meg, ", "New user" : "Új felhasználó", "Groups (required)" : "Csoportok (kötelező)", "Set user groups" : "Felhasználói csoportok beállítása", @@ -674,34 +675,14 @@ OC.L10N.register( "Set user manager" : "Felhasználókezelő beállítása", "Username will be autogenerated" : "A felhasználónév automatikusan keletkezik", "Username (required)" : "Felhasználónév (kötelező)", + "Loading users …" : "Felhasználók betöltése…", + "Username" : "Felhasználónév", "User backend" : "Felhasználói háttérszolgáltatás", "User actions" : "Felhasználói műveletek", - "Loading user …" : "Felhasználó betöltése…", - "You do not have permissions to see the details of this user" : "Nincs jogosultsága megnézni a felhasználó részletes adatait", "Add user to group" : "Felhasználó hozzáadása egy csoporthoz", - "Set user as admin for" : "Felhasználó beállítása rendszergazdaként itt:", - "Select user quota" : "Válasszon felhasználói kvótát", - "Delete user" : "Felhasználó törlése", - "Wipe all devices" : "Összes eszköz törlése", - "Disable user" : "Felhasználó tiltása", - "Enable user" : "Felhasználó engedélyezése", - "Failed to update user manager" : "A felhasználókezelő frissítése sikertelen", - "Toggle user actions menu" : "Felhasználói műveletek menü be/ki", - "User management settings" : "Felhasználókezelő beállításai", - "Show user backend" : "Felhasználói háttérszolgáltatás megjelenítése", - "Send welcome email to new users" : "Üdvözlő e-mail küldése az új felhasználóknak", "Name your device" : "Nevezze el az eszközét", "Server error while trying to add WebAuthn device" : "Kiszolgálóhiba a WebAuthn eszköz hozzáadása során", - "by {author}\n{license}" : "szerző: {author}\n{license}", - "Active users" : "Aktív felhasználók", - "Disabled users" : "Letiltott felhasználók", - "Creating group …" : "Csoport létrehozása…", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nem érhető el, mert a föderálás le lett tiltva a fióknál, ha kérdése van, lépjen kapcsolatba a rendszergazdával", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nem érhető el, mert a felhasználóspecifikus adatok közzététele a lekérési kiszolgáló felé nem engedélyezett, ha kérdése van, lépjen kapcsolatba a rendszergazdával.", - "Show to logged in users only" : "Csak a bejelentkezett felhasználók számára látható", - "Nextcloud help resources" : "Nextcloud súgóerőforrások", - "SMTP Username" : "SMTP felhasználónév", - "Follow us on Twitter" : "Kövessen minket Twitteren", - "Active accounts" : "Aktív fiókok" + "Active accounts" : "Aktív fiókok", + "Follow us on Twitter" : "Kövessen minket Twitteren" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index 6939644fab5..adc2262ab70 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -179,19 +179,44 @@ "Transactional File Locking" : "Tranzakciós File Lockolás", "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "A Tranzakciós File Lockolás le van tiltva. Ez a konfiguráció nem támogatott. Nehezen kibogozható problémákhoz vezethet, adatvesztést beleértve. Távolítsd el a `'filelocking.enabled' => false` bejegyzést a `config.php`-ból, hogy ezt elkerüld.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "A Tranzakciós File Lockolás jelenleg az adatbázis segítségével történik. A performancia javítása érdekében lehetőleg konfiguráld be a memcache-t.", + "Forwarded for headers" : "Továbbítva a fejlécekhez", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "A \"trusted_proxies\" beállítása nincs megfelelően beállítva, ennek egy tömbnek (array) kell lennie.", + "Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "A \"trusted_proxies\" beállítása nincs megfelelően beállítva, IP-címek tömbjének (array) kell lennie – opcionálisan CIDR-jelöléssel.", + "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "A fordított proxyfejléc konfigurációja hibás. Ez biztonsági probléma, és lehetővé teheti a támadók számára, hogy a Nextcloud számára láthatóként meghamisítsák az IP-címüket.", + "Your IP address was resolved as %s" : "Az IP-címedet a következőképpen rögzítették: %s", + "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "A fordított proxyfejléc-konfiguráció helytelen, vagy a Nextcloud megbízható proxyról van elérve. Ha nem, ez biztonsági probléma, és lehetővé teheti a támadók számára, hogy a Nextcloud számára láthatóként meghamisítsák az IP-címüket.", "HTTPS access and URLs" : "HTTPS hozzáférés és URL-ok", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "A webhely nem biztonságos elérése HTTP-n keresztül. Erősen avasoljuk, hogy a szervert úgy állítsa be, hogy helyette HTTPS-t igényeljen. Enélkül néhány fontos webes funkció, mint például a \"másolás a vágólapra\" vagy a \"szolgáltatások\" nem fognak működni!", "Accessing site insecurely via HTTP." : "A webhely nem biztonságos elérése HTTP-n keresztül.", + "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "Ön biztonságos kapcsolaton keresztül fér hozzá a példányához, azonban a példánya nem biztonságos URL-eket generál. Ez valószínűleg azt jelenti, hogy a példány egy fordított proxy mögött van, és a Nextcloud `overwrite*` konfigurációs értékei nincsenek megfelelően beállítva.", + "Your instance is generating insecure URLs. If you access your instance over HTTPS, this likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "Az Ön munkamenete nem biztonságos URL-eket generál. Ha HTTPS-en keresztül éri el a munkamenetet, ez valószínűleg azt jelenti, hogy a példány egy fordított proxy mögött van, és a Nextcloud `overwrite*` konfigurációs értékei nincsenek megfelelően beállítva.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Ön biztonságos kapcsolaton keresztül fér hozzá a példányához, és a munkamenete biztonságos URL-eket generál.", "Internet connectivity" : "Internetkapcsolat", "Internet connectivity is disabled in configuration file." : "Az internetkapcsolat le van tiltva a konfigurációs fájlban.", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Ennek a kiszolgálónak nincs működő internetkapcsolata: több végpont nem érhető el. Ez azt jelenti, hogy néhány funkció, mint például a külső tárolók csatolása, a frissítési értesítések, vagy a harmadik féltől származó alkalmazások telepítése nem fog működni. Lehet, hogy a fájlok távoli elérése és az e-mail értesítések sem működnek. Létesítsen internetkapcsolatot a kiszolgálón, ha minden funkciót használni szeretne.", "JavaScript modules support" : "JavaScript modulok támogatása", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nem lehet futtatni a JavaScript-támogatás ellenőrzését. Kérjük, javítsa vagy erősítse meg manuálisan, ha a webszerver JavaScript MIME-típussal szolgál ki `.mjs` fájlokat.", + "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "A webszerver nem szolgál ki `.mjs` fájlokat JavaScript MIME-típus használatával. Ez megszakít néhány alkalmazást, mivel megakadályozza, hogy a böngészők végrehajtsák a JavaScript-fájlokat. A webszerverét úgy kell beállítania, hogy a \"text/javascript\" vagy az \"application/javascript\" MIME-típusú \".mjs\" fájlokat szolgálja ki.", + "JavaScript source map support" : "JavaScript forrástérkép támogatás", + "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "A webszerver nincs beállítva `.js.map` fájlok kiszolgálására. E fájlok nélkül a JavaScript forrástérkép nem fog megfelelően működni, így nagyobb kihívást jelent az esetlegesen felmerülő problémák hibaelhárítása és hibakeresése.", "Old server-side-encryption" : "Régi kiszolgálóoldali titkosítás", "Disabled" : "Letiltva", "The old server-side-encryption format is enabled. We recommend disabling this." : "A régi kiszolgálóoldali titkosítási formátum engedélyezett. Javasoljuk ennek letiltását.", "Maintenance window start" : "Karbantartási ablak indítása", + "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "A kiszolgálón nincs beállítva a karbantartási időszak kezdési ideje. Ez azt jelenti, hogy az erőforrás-igényes napi háttérmunkák a fő használati idő alatt is végrehajtásra kerülnek. Javasoljuk, hogy alacsony igénybevételre állítsa be, így a felhasználókat kevésbé érinti az ezekből az erőforrásigényes feladatokból származó terhelés.", + "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "A erőforrásigényes háttérfeladatok végrehajtásához szükséges karbantartási időszak {start}:00 UTC és {end}:00 UTC között van", "Memcache" : "Memcache", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "A Memcached elosztott gyorsítótárként van konfigurálva, de nem a megfelelő PHP-modul (\"memcache\") van telepítve. Kérjük, telepítse a \"memcached\" PHP modult.", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "A Memcached elosztott gyorsítótárként van konfigurálva, de a \"memcached\" PHP modul nincs telepítve. Kérjük, telepítse a \"memcached\" PHP modult.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nincs memória-gyorsítótár beállítva. A teljesítmény fokozása érdekében állítson be egy memória-gyorsítótárat, ha elérhető.", + "Failed to write and read a value from local cache." : "Nem sikerült írni és olvasni egy értéket a helyi gyorsítótárból.", + "Failed to write and read a value from distributed cache." : "Nem sikerült egy értéket írni és beolvasni az elosztott gyorsítótárból.", "Configured" : "Beállítva", + "Mimetype migrations available" : "A Mimetype migráció elérhető", + "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Egy vagy több mimetype migráció elérhető. Időnként új MIME-típusok kerülnek hozzáadásra bizonyos fájltípusok jobb kezelése érdekében. A MIME-típusok áttelepítése hosszú időt vesz igénybe nagyobb példányokon, így ez nem történik meg automatikusan a frissítések során. Használja az \"occ maintenance:repair --include-expensive\" parancsot az áttelepítések végrehajtásához.", + "MySQL row format" : "MySQL sorformátum", + "You are not using MySQL" : "Nem használ MySQL-t", + "None of your tables use ROW_FORMAT=Compressed" : "Egyik táblazata sem használja a ROW_FORMAT=Compressed értéket", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "A „set_time_limit” PHP függvény nem érhető el. Emiatt egy szkript megszakadhat futás közben, a telepítés hibáját okozva. A függvény engedélyezése erősen javallott.", "Supported" : "Támogatott", "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "A PHP-ból hiányzik a FreeType-támogatás. Ez a beállítási felület és a profilképek hibás megjelenítését okozhatja.", @@ -279,6 +304,9 @@ "Daemon" : "Démon", "Type" : "Típus", "Display Name" : "Megjelenített név", + "Learn more" : "Tudjon meg többet", + "Confirm" : "Megerősítés", + "Cancel" : "Mégse", "Description" : "Leírás", "Details" : "Részletek", "All" : "Mind", @@ -366,8 +394,6 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Át kell költöztetni a titkosítási kulcsokat a régi titkosításból (ownCloud <= 8.0) az újba. Engedélyezze az „Alapértelmezett titkosítási modult” és futtassa ezt: {command}", "Unable to update server side encryption config" : "A kiszolgálóoldali titkosítás beállításai nem frissíthetők", "Please confirm the group removal" : "Erősítse meg a csoport eltávolítását", - "Cancel" : "Mégse", - "Confirm" : "Megerősítés", "Submit" : "Beküldés", "Rename group" : "Csoport átnevezése", "Remove group" : "Csoport eltávolítása", @@ -389,7 +415,6 @@ "Error cropping profile picture" : "Hiba a profilkép levágása során", "Error saving profile picture" : "Hiba a profilkép mentése során", "Error removing profile picture" : "Hiba a profilkép eltávolítása során", - "Your biography" : "Az Ön életrajza", "You are a member of the following groups:" : "Ön a következő csoportok tagja:", "Your full name" : "Az Ön teljes neve", "Primary email for password reset and notifications" : "Elsődleges e-mail-cím a jelszó-visszaállításhoz és az értesítésekhez", @@ -571,6 +596,7 @@ "Allow untested app" : "Teszteletlen alkalmazás engedélyezése", "The app will be downloaded from the App Store" : "Az alkalmazás letöltésre kerül az alkalmazástárból", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ez az alkalmazás nincs megjelölve, hogy kompatibilis lenne a jelenlegi Nextcloud verzióval. Ha folytatja, telepítheti az alkalmazást. Azonban az alkalmazás lehet, hogy nem fog rendeltetés szerint működni.", + "Unknown" : "Ismeretlen", "Never" : "Soha", "An error occurred during the request. Unable to proceed." : "Hiba történt a kérés során. Nem lehet folytatni.", "Error: This app cannot be enabled because it makes the server unstable" : "Hiba: az alkalmazás nem nem engedélyezhető, mert instabillá tenné a kiszolgálót", @@ -622,16 +648,6 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "A Nextcloud e közösségi kiadása nem támogatott, és az azonnal értesítések nem érhetők el.", "Use a second factor besides your password to increase security for your account." : "Használjon egy második faktort a jelszava mellett, hogy növelje fiókja biztonságát.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ha harmadik féltől származó alkalmazásokat használ a Nextcloudhoz való csatlakozáshoz, akkor a két faktoros hitelesítés engedélyezése előtt győződjön meg róla, hogy mindegyikhez létrehozott és beállított egy alkalmazásjelszót.", - "No user supplied" : "Nincs megadva felhasználó", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Adjon meg egy rendszergazdai helyreállító jelszót; különben az összes felhasználó adata elvész.", - "Backend does not support password change, but the user's encryption key was updated." : "A háttérszolgáltatás nem támogatja a jelszómódosítást, de a felhasználó titkosítási kulcsa frissítve lett.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Előbb meg kell adnia az e-mail-címét, mielőtt tesztelni tudná az e-mail küldést. Ehhez ugorjon ide: %s.", - "Invalid user" : "Érvénytelen felhasználó", - "Your username is: %s" : "A felhasználóneve: %s", - "Logged in user must be a subadmin" : "Nem rendszergazda felhasználóként kell bejelentkezzen", - "Old user imported certificates" : "Régi, felhasználó által importált tanúsítvány", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Függőben van egy háttérfolyamat, amely ellenőrzi a felhasználó által importált SSL-tanúsítványokat. Kérjük, nézzen vissza később. ", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Vannak olyan felhasználók által importált SSL-tanúsítványok, melyeket a Nextcloud 21 már nem használ. Importálhatók parancssorból az „occ security: certificate: import” paranccsal. Az adatkönyvtárban található elérési utak az alábbiakban láthatók.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", "File locking" : "Fájlzárolás", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "A jelenlegi PHP-verzió: %s. A PHP 8.0 már elavult a Nextcloud 27-ben. A Nextcloud 28-hoz legalább PHP 8.1 szükséges. Frissítsen az egyik hivatalosan támogatott PHP verzióra, melyet a PHP Group biztosít.", @@ -642,26 +658,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "A beszédfelismerés különböző alkalmazásokkal is megvalósítható. Itt állítható be, hogy melyik alkalmazás legyen használva.", "None of your currently installed apps provide Speech-To-Text functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a beszédfelismerés funkciót", "None of your currently installed apps provide Text processing functionality" : "Egyik jelenleg telepített alkalmazás sem támogatja a szövegfeldolgozás funkciót", - "Exclude groups from sharing" : "Csoportok megosztási jogának tiltása", - "These groups will still be able to receive shares, but not to initiate them." : "E csoportok tagjaival meg lehet osztani anyagokat, de ők nem hozhatnak létre megosztást.", "Set default expiration date for shares" : "A megosztások alapértelmezett lejárati idejének beállítása", "Allow username autocompletion in share dialog and allow access to the system address book" : "Felhasználónév automatikus kiegészítésének bekapcsolása a megosztási párbeszédablakban, és hozzáférés engedélyezése a rendszer címjegyzékéhez", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A kétfaktoros hitelesítés az összes felhasználó vagy adott csoport tagjai esetén követelhető meg. Ha nincs nekik kétfaktoros szolgáltató beállítva, akkor nem fognak tudni bejelentkezni a rendszerbe.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Amikor csoportok ki vannak választva/zárva, akkor az alábbi logika határozza meg, hogy egy felhasználó esetén kötelező-e a kétfaktoros hitelesítés: ha nincs csoport kiválasztva, akkor a kétfaktoros hitelesítés mindenkinél be van kapcsolva, kivéve a kizárt csoportok tagjainál. Ha van kiválasztva csoport, akkor a kétfaktoros hitelesítés számukra kötelező. Amennyiben egy felhasználó kiválasztott és kizárt csoportban is szerepel, akkor a kiválasztás lesz az erősebb, így a kétfaktoros hitelesítés neki is kötelező.", - "{license}-licensed" : "{license}-licencelt", - "Username" : "Felhasználónév", - "Execute one task with each page loaded. Use case: Single user instance." : "Egy feladat végrehajtása minden egyes oldalbetöltésnél. Használati eset: egyfelhasználós példány", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "A cron.php egy webcron szolgáltatásnál van regisztrálva, hogy 5 percenkenként meghívja a cron.php-t. Használati eset: Nagyon kis példány (1-5 felhasználó, használattól függően).", - "The cron.php needs to be executed by the system user \"{user}\"." : "A cron.php-t „{user}” rendszerfelhasználónak kell végrehajtania.", - "Enable or disable profile by default for new users." : "A profil alapértelmezett engedélyezése vagy letiltása az új felhasználók számára.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "A(z) „{group}” csoport eltávolítására készül. A felhasználok NEM lesznek törölve.", + "Your biography" : "Az Ön életrajza", "You are using <strong>{usage}</strong>" : "Ezt használja: <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Jelenleg <strong>{usage}</strong>-ot használ ennyiből: <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "További e-mail-címek", - "Enable Profile" : "Profil engedélyezése", - "No users" : "Nincsenek felhasználók", - "Loading users …" : "Felhasználók betöltése…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Felhasználók listája. Ez a lista teljesítménybeli okokból nincs teljes egészében megjelenítve. A felhasználók a listában navigálás során jelennek meg, ", "New user" : "Új felhasználó", "Groups (required)" : "Csoportok (kötelező)", "Set user groups" : "Felhasználói csoportok beállítása", @@ -672,34 +673,14 @@ "Set user manager" : "Felhasználókezelő beállítása", "Username will be autogenerated" : "A felhasználónév automatikusan keletkezik", "Username (required)" : "Felhasználónév (kötelező)", + "Loading users …" : "Felhasználók betöltése…", + "Username" : "Felhasználónév", "User backend" : "Felhasználói háttérszolgáltatás", "User actions" : "Felhasználói műveletek", - "Loading user …" : "Felhasználó betöltése…", - "You do not have permissions to see the details of this user" : "Nincs jogosultsága megnézni a felhasználó részletes adatait", "Add user to group" : "Felhasználó hozzáadása egy csoporthoz", - "Set user as admin for" : "Felhasználó beállítása rendszergazdaként itt:", - "Select user quota" : "Válasszon felhasználói kvótát", - "Delete user" : "Felhasználó törlése", - "Wipe all devices" : "Összes eszköz törlése", - "Disable user" : "Felhasználó tiltása", - "Enable user" : "Felhasználó engedélyezése", - "Failed to update user manager" : "A felhasználókezelő frissítése sikertelen", - "Toggle user actions menu" : "Felhasználói műveletek menü be/ki", - "User management settings" : "Felhasználókezelő beállításai", - "Show user backend" : "Felhasználói háttérszolgáltatás megjelenítése", - "Send welcome email to new users" : "Üdvözlő e-mail küldése az új felhasználóknak", "Name your device" : "Nevezze el az eszközét", "Server error while trying to add WebAuthn device" : "Kiszolgálóhiba a WebAuthn eszköz hozzáadása során", - "by {author}\n{license}" : "szerző: {author}\n{license}", - "Active users" : "Aktív felhasználók", - "Disabled users" : "Letiltott felhasználók", - "Creating group …" : "Csoport létrehozása…", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nem érhető el, mert a föderálás le lett tiltva a fióknál, ha kérdése van, lépjen kapcsolatba a rendszergazdával", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nem érhető el, mert a felhasználóspecifikus adatok közzététele a lekérési kiszolgáló felé nem engedélyezett, ha kérdése van, lépjen kapcsolatba a rendszergazdával.", - "Show to logged in users only" : "Csak a bejelentkezett felhasználók számára látható", - "Nextcloud help resources" : "Nextcloud súgóerőforrások", - "SMTP Username" : "SMTP felhasználónév", - "Follow us on Twitter" : "Kövessen minket Twitteren", - "Active accounts" : "Aktív fiókok" + "Active accounts" : "Aktív fiókok", + "Follow us on Twitter" : "Kövessen minket Twitteren" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/id.js b/apps/settings/l10n/id.js index 941386ae203..64143b9c6fc 100644 --- a/apps/settings/l10n/id.js +++ b/apps/settings/l10n/id.js @@ -150,6 +150,9 @@ OC.L10N.register( "_Update_::_Update all_" : ["Perbarui semua"], "Loading" : "Memuat", "Type" : "tipe", + "Learn more" : "Pelajari lebih lanjut", + "Confirm" : "Konfirmasi", + "Cancel" : "Batal", "Description" : "Deskrisi", "Details" : "Detil", "All" : "Semua", @@ -207,8 +210,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Ini adalah peringatan terakhir: Apakah Anda yakin ingin mengaktifkan enkripsi?", "No encryption module loaded, please enable an encryption module in the app menu." : "Tidak ada modul enkripsi yang dimuat, mohon aktifkan modul enkripsi di menu aplikasi.", "Select default encryption module:" : "Pilih modul enkripsi baku:", - "Cancel" : "Batal", - "Confirm" : "Konfirmasi", "Rename group" : "Ganti nama grup", "Remove group" : "Hapus grup", "Current password" : "Kata sandi saat ini", @@ -220,7 +221,6 @@ OC.L10N.register( "Picture provided by original account" : "Gambar disediakan oleh akun asli", "Choose your profile picture" : "Pilih gambar profilmu", "Error removing profile picture" : "Kesalahan terjadi ketika mencoba hapus gambar profil", - "Your biography" : "Biografi Anda", "You are a member of the following groups:" : "Anda adalah seorang anggota dari grup berikut ini:", "Your full name" : "Nama lengkap Anda", "Primary email for password reset and notifications" : "Surel utama untuk pengaturan ulang kata sandi dan pemberitahuan", @@ -280,6 +280,7 @@ OC.L10N.register( "Download and enable" : "Unduh dan hidupkan", "Disable" : "Nonaktifkan", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Aplikasi ini tidak ditandai sebagai versi Nextcloud Anda yang kompatibel. Jika Anda tetap ingin melanjutkannya, Anda tetap dapat memasang aplikasi. Catatan bahwa aplikasinya mungkin tidak akan berjalan seperti yang diharapkan.", + "Unknown" : "Tidak diketahui", "Never" : "Tidak pernah", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikasi diaktifkan namun butuh diperbarui. Anda akan dialihkan ke halaman pembaruan dalam 5 detik.", "Do you really want to wipe your data from this device?" : "Yakin ingin menghapus data Anda dari perangkat ini?", @@ -320,30 +321,11 @@ OC.L10N.register( "Check out our blog" : "Cek blog kami", "Subscribe to our newsletter" : "Berlangganan surat berita kami", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Rilis komunitas Nextcloud ini tidak didukung dan pemberitahuan instan tidak tersedia.", - "No user supplied" : "Tidak ada pengguna yang diberikan", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Berikan kata sandi pemulihan admin; Jika tidak, semua data pengguna akan hilang.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Anda harus pilih alamat surel pengguna sebelum bisa mengirim surel percobaan. Pergilah ke %s untuk itu.", - "Invalid user" : "Pengguna tidak sah", - "Your username is: %s" : "Nama pengguna Anda: %s", - "Logged in user must be a subadmin" : "Masuk ke dalam pengguna harus sebagai seorang subadmin", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Pangkalan data kehilangan beberapa indeks. Berdasarkan fakta bahwa menambahkan indeks pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-indexes\", untuk menambahkan indeks secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka kueri akan jauh lebih cepat.", - "Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi", - "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.", - "{license}-licensed" : "{license}-dilisensikan", - "Username" : "Nama pengguna", - "Enable or disable profile by default for new users." : "Aktifkan atau nonaktifkan profil secara default untuk pengguna baru.", + "Your biography" : "Biografi Anda", "New user" : "Pengguna baru", + "Username" : "Nama pengguna", "User backend" : "Backend pengguna", - "You do not have permissions to see the details of this user" : "Anda tidak memiliki ijin untuk melihat detil pengguna ini", - "Set user as admin for" : "Atur pengguna sebagai admin untuk", - "Select user quota" : "Pilih kuota pengguna", - "Delete user" : "Hapus pengguna", - "Disable user" : "Nonaktifkan pengguna", - "Enable user" : "Aktifkan pengguna", - "Show user backend" : "Tampilkan pengguna backend", - "Active users" : "Pengguna aktif", - "Disabled users" : "Nonaktifkan pengguna", - "SMTP Username" : "Nama pengguna SMTP", "Follow us on Twitter" : "Ikuti kami di Twitter" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/id.json b/apps/settings/l10n/id.json index 8147487d077..096f18f384a 100644 --- a/apps/settings/l10n/id.json +++ b/apps/settings/l10n/id.json @@ -148,6 +148,9 @@ "_Update_::_Update all_" : ["Perbarui semua"], "Loading" : "Memuat", "Type" : "tipe", + "Learn more" : "Pelajari lebih lanjut", + "Confirm" : "Konfirmasi", + "Cancel" : "Batal", "Description" : "Deskrisi", "Details" : "Detil", "All" : "Semua", @@ -205,8 +208,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Ini adalah peringatan terakhir: Apakah Anda yakin ingin mengaktifkan enkripsi?", "No encryption module loaded, please enable an encryption module in the app menu." : "Tidak ada modul enkripsi yang dimuat, mohon aktifkan modul enkripsi di menu aplikasi.", "Select default encryption module:" : "Pilih modul enkripsi baku:", - "Cancel" : "Batal", - "Confirm" : "Konfirmasi", "Rename group" : "Ganti nama grup", "Remove group" : "Hapus grup", "Current password" : "Kata sandi saat ini", @@ -218,7 +219,6 @@ "Picture provided by original account" : "Gambar disediakan oleh akun asli", "Choose your profile picture" : "Pilih gambar profilmu", "Error removing profile picture" : "Kesalahan terjadi ketika mencoba hapus gambar profil", - "Your biography" : "Biografi Anda", "You are a member of the following groups:" : "Anda adalah seorang anggota dari grup berikut ini:", "Your full name" : "Nama lengkap Anda", "Primary email for password reset and notifications" : "Surel utama untuk pengaturan ulang kata sandi dan pemberitahuan", @@ -278,6 +278,7 @@ "Download and enable" : "Unduh dan hidupkan", "Disable" : "Nonaktifkan", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Aplikasi ini tidak ditandai sebagai versi Nextcloud Anda yang kompatibel. Jika Anda tetap ingin melanjutkannya, Anda tetap dapat memasang aplikasi. Catatan bahwa aplikasinya mungkin tidak akan berjalan seperti yang diharapkan.", + "Unknown" : "Tidak diketahui", "Never" : "Tidak pernah", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikasi diaktifkan namun butuh diperbarui. Anda akan dialihkan ke halaman pembaruan dalam 5 detik.", "Do you really want to wipe your data from this device?" : "Yakin ingin menghapus data Anda dari perangkat ini?", @@ -318,30 +319,11 @@ "Check out our blog" : "Cek blog kami", "Subscribe to our newsletter" : "Berlangganan surat berita kami", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Rilis komunitas Nextcloud ini tidak didukung dan pemberitahuan instan tidak tersedia.", - "No user supplied" : "Tidak ada pengguna yang diberikan", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Berikan kata sandi pemulihan admin; Jika tidak, semua data pengguna akan hilang.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Anda harus pilih alamat surel pengguna sebelum bisa mengirim surel percobaan. Pergilah ke %s untuk itu.", - "Invalid user" : "Pengguna tidak sah", - "Your username is: %s" : "Nama pengguna Anda: %s", - "Logged in user must be a subadmin" : "Masuk ke dalam pengguna harus sebagai seorang subadmin", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Pangkalan data kehilangan beberapa indeks. Berdasarkan fakta bahwa menambahkan indeks pada tabel yang besar membutuhkan waktu cukup lama, maka ini tidak dilakukan otomatis. Eksekusi \"occ db: add-missing-indexes\", untuk menambahkan indeks secara manual sementara instance tetap berjalan. Setelah itu dilakukan, maka kueri akan jauh lebih cepat.", - "Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi", - "These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.", - "{license}-licensed" : "{license}-dilisensikan", - "Username" : "Nama pengguna", - "Enable or disable profile by default for new users." : "Aktifkan atau nonaktifkan profil secara default untuk pengguna baru.", + "Your biography" : "Biografi Anda", "New user" : "Pengguna baru", + "Username" : "Nama pengguna", "User backend" : "Backend pengguna", - "You do not have permissions to see the details of this user" : "Anda tidak memiliki ijin untuk melihat detil pengguna ini", - "Set user as admin for" : "Atur pengguna sebagai admin untuk", - "Select user quota" : "Pilih kuota pengguna", - "Delete user" : "Hapus pengguna", - "Disable user" : "Nonaktifkan pengguna", - "Enable user" : "Aktifkan pengguna", - "Show user backend" : "Tampilkan pengguna backend", - "Active users" : "Pengguna aktif", - "Disabled users" : "Nonaktifkan pengguna", - "SMTP Username" : "Nama pengguna SMTP", "Follow us on Twitter" : "Ikuti kami di Twitter" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/is.js b/apps/settings/l10n/is.js index 357a2aadaf3..f2254e9f350 100644 --- a/apps/settings/l10n/is.js +++ b/apps/settings/l10n/is.js @@ -231,6 +231,9 @@ OC.L10N.register( "Daemon" : "Púki", "Type" : "Tegund", "Display Name" : "Birtingarnafn", + "Learn more" : "Læra meira", + "Confirm" : "Staðfesta", + "Cancel" : "Hætta við", "Description" : "Lýsing", "Details" : "Nánar", "All" : "Allt", @@ -305,8 +308,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Þú verður að yfirfæra dulritunarlyklana þína úr gömlu dulrituninni (ownCloud <= 8.0) yfir í þá nýju. Virkjaðu \"Sjálfgefin dulritunareining\" og keyrðu {command}", "Unable to update server side encryption config" : " Get ekki uppfært uppsetningu fyrir dulritun á þjóni", "Please confirm the group removal" : "Staðfestu fjarlægingu hópsins", - "Cancel" : "Hætta við", - "Confirm" : "Staðfesta", "Submit" : "Senda inn", "Rename group" : "Endurnefna hóp", "Remove group" : "Fjarlægja hóp", @@ -328,7 +329,6 @@ OC.L10N.register( "Error cropping profile picture" : "Villa kom upp við að skera utan af auðkennismyndinni", "Error saving profile picture" : "Villa kom upp við að vista auðkennismyndina", "Error removing profile picture" : "Villa kom upp við að fjarlægja auðkennismyndina", - "Your biography" : "Æviágrip þitt", "You are a member of the following groups:" : "Þú ert meðlimur eftirfarandi hópa:", "Your full name" : "Fullt nafn þitt", "Primary email for password reset and notifications" : "Aðallykilorð fyrir tilkynningar og endurstillingu lykilorðs", @@ -392,6 +392,7 @@ OC.L10N.register( "Total rows summary" : "Samantek á fjölda raða", "Scroll to load more rows" : "Skrunaðu til að hlaða inn fleiri röðum", "Avatar" : "Auðkennismynd", + "Account name" : "Heiti notandaaðgangs", "Group admin for" : "Hópstjóri fyrir", "Storage location" : "Staðsetning gagnageymslu", "Last login" : "Síðasta innskráning", @@ -454,6 +455,7 @@ OC.L10N.register( "Headline" : "Fyrirsögn", "Organisation" : "Stofnun/Félag/Fyrirtæki", "Phone number" : "Símanúmer", + "Pronouns" : "Fornöfn", "Role" : "Role", "X (formerly Twitter)" : "X (fyrrum Twitter)", "Website" : "Vefsvæði", @@ -474,6 +476,7 @@ OC.L10N.register( "Allow untested app" : "Leyfa óprófuð forrit", "The app will be downloaded from the App Store" : "Forritið verður sótt úr forritabúðinni", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Þetta forrit er merkt sem ekki samhæft við þína útgáfu af Nextcloud. Ef þú heldur áfram er mögulegt að þú getir samt sett forritið upp. En athugaðu þá að ekki er víst að forritið virki eins og skyldi.", + "Unknown" : "Óþekkt", "Never" : "Aldrei", "An error occurred during the request. Unable to proceed." : "Villa kom upp við beiðnina. Get ekki haldið áfram.", "Error: This app cannot be enabled because it makes the server unstable" : "Villa: Ekki er hægt að virkja þetta forrit því það gerir þjóninn óstöðugan", @@ -524,40 +527,16 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Þessi samfélagsútgáfa Nextcloud kemur ekki með neinni opinberri aðstoð og rauntímatilkynningar eru ekki til taks.", "Use a second factor besides your password to increase security for your account." : "Notaðu annað þrep til viðbótar lykilorðinu þínu til að auka öryggi notandaaðgangsins þíns.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ef þú notaðir utanaðkomandi forrit til að tengjast við Nextcloud, skaltu ganga úr skugga um að þú útbúir lykilorð fyrir hvert slíkt forrit áður en þú virkjar 2FA tveggja-þrepa auðkenningu.", - "No user supplied" : "Enginn notandi gefinn", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Settu inn endurheimtulykilorð kerfisstjóra, annars munu öll notandagögn tapast.", - "Backend does not support password change, but the user's encryption key was updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil notandans.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Þú verður að gefa upp tölvupóstfangið þitt svo að þú getir sent prófunarpósta. Farðu á %s til þess.", - "Invalid user" : "Ógildur notandi", - "Your username is: %s" : "Notandanafnið þitt er: %s", - "Logged in user must be a subadmin" : "Innskráður notandi verður að vera undirstjórnandi (subadmin)", - "Old user imported certificates" : "Gömul skilríki sem notandi hefur flutt inn", "Missing optional index \"%s\" in table \"%s\"." : "Vantar valkvæða vísinn \"s\" í töflunni \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", "File locking" : "Skráalæsing", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál.", "Speech-To-Text" : "Tal-í-texta", - "Exclude groups from sharing" : "Undanskilja hópa frá því að deila", - "These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.", "Set default expiration date for shares" : "Setja sjálfgefinn gildistíma fyrir sameignir", "Allow username autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Hægt er að þvinga fram tveggja-þrepa auðkenningu fyrir alla notendur og/eða tiltekna hópa. Ef þeir eru ekki með tveggja-þrepa auðkenningarþjónustu uppsetta, munu þeir ekki geta skráð sig inn á kerfið.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Þegar hópar eru valdir/útilokaðir, styðjast þeir við eftirfarandi röksemdafærslu til að ákvarða hvort notandi sé með þvingaða/virka tveggja-þrepa auðkenningu: tveggja-þrepa auðkenning er virk fyrir alla nema meðlimi útilokaðra hópa. Ef hópar eru valdir, er tveggja-þrepa auðkenningvirk fyrir alla meðlimi þessara hópa. Ef notandi er bæði í völdum og í útilokuðum hópum, ræður valið og því er tveggja-þrepa auðkenning virk.", - "{license}-licensed" : "{license}-notkunarleyfi", - "Rating: {score}/10" : "Einkunn: {score}/10", - "Username" : "Notandanafn", - "Execute one task with each page loaded. Use case: Single user instance." : "Framkvæma eitt verk með hverri innhlaðinni síðu. Dæmi um notkun: Tilvik fyrir einn notanda.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 5 mínútna fresti yfir HTTP. Dæmi um notkun: Mjög lítil tilvik (1–5 notendur eða eftir notkun).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php verður að vera keyrt af kerfisnotandanum \"{user}\".", - "Enable or disable profile by default for new users." : "Virkja eða gera notandasnið óvirkt sjálfgefið fyrir nýja notendur.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Þú er í þann mund að fara að fjarlægja hópinn \"{group}\". Notendunum verður EKKI eytt.", + "Your biography" : "Æviágrip þitt", "You are using <strong>{usage}</strong>" : "Þú ert að nota <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Þú ert að nota <strong>{usage}</strong> af <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Viðbótartölvupóstföng", - "Enable Profile" : "Virkja notandasnið", - "No users" : "Engir notendur", - "Loading users …" : "Hleð inn notendum …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Listi yfir notendur. Til að halda sem bestum afköstum er þessi listi ekki myndgerður að fullu. Notendur munu birtast eftir því sem farið er í gegnum listann.", "New user" : "Nýr notandi", "Groups (required)" : "Hópar (nauðsynlegt)", "Set user groups" : "Setja notendahópa", @@ -568,33 +547,13 @@ OC.L10N.register( "Set user manager" : "Settu stjórnanda notenda", "Username will be autogenerated" : "Notandanafn verður útbúið sjálfvirkt", "Username (required)" : "Notandanafn (nauðsynlegt)", + "Loading users …" : "Hleð inn notendum …", + "Username" : "Notandanafn", "User backend" : "Bakendi notanda", "User actions" : "Aðgerðir notanda", - "Loading user …" : "Hleð inn notanda...", - "You do not have permissions to see the details of this user" : "Þú hefur ekki réttindi til að skoða ítarupplýsingar um þennan notanda", "Add user to group" : "Bæta notanda í hóp", - "Set user as admin for" : "Setja notanda sem stjórnanda fyrir", - "Select user quota" : "Veldu kvóta notandans", - "Delete user" : "Eyða notanda", - "Wipe all devices" : "Þurrka út af öllum tækjum", - "Disable user" : "Gera notanda óvirkan", - "Enable user" : "Virkja notanda", - "Failed to update user manager" : "Mistókst að uppfæra notendastýringu", - "Toggle user actions menu" : "Víxla af/á valmynd fyrir aðgerðir notanda", - "User management settings" : "Stillingar notendastýringar", - "Show user backend" : "Birta bakenda notanda", - "Send welcome email to new users" : "Senda tölvupóst sem býður notanda velkominn", "Name your device" : "Gefðu tækinu þínu nafn", "Server error while trying to add WebAuthn device" : "Villa á þjóni við að bæta við WebAuthn-tæki", - "by {author}\n{license}" : "frá {author}\n{license}", - "Active users" : "Virkir notendur", - "Disabled users" : "Óvirkir notendur", - "Creating group …" : "Bý til hóp …", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Er ekki tiltækt þar sem skýjasamband (federation) hefur verið gert óvirkt fyrir aðganginn þinn, hafðu samband við kerfisstjórann þinn ef þú ert með einhverjar spurningar", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Er ekki tiltækt þar sem ekki er leyfilegt að miðla sértækum gögnum notenda yfir á uppflettingaþjóninn, hafðu samband við kerfisstjórann þinn ef þú ert með einhverjar spurningar", - "Show to logged in users only" : "Birta einungis innskráðum notendum", - "Nextcloud help resources" : "Aðstoðartilföng Nextcloud", - "SMTP Username" : "SMTP-notandanafn", "Follow us on Twitter" : "Fylgstu með okkur á Twitter" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/settings/l10n/is.json b/apps/settings/l10n/is.json index 871056c4702..59d4a002618 100644 --- a/apps/settings/l10n/is.json +++ b/apps/settings/l10n/is.json @@ -229,6 +229,9 @@ "Daemon" : "Púki", "Type" : "Tegund", "Display Name" : "Birtingarnafn", + "Learn more" : "Læra meira", + "Confirm" : "Staðfesta", + "Cancel" : "Hætta við", "Description" : "Lýsing", "Details" : "Nánar", "All" : "Allt", @@ -303,8 +306,6 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Þú verður að yfirfæra dulritunarlyklana þína úr gömlu dulrituninni (ownCloud <= 8.0) yfir í þá nýju. Virkjaðu \"Sjálfgefin dulritunareining\" og keyrðu {command}", "Unable to update server side encryption config" : " Get ekki uppfært uppsetningu fyrir dulritun á þjóni", "Please confirm the group removal" : "Staðfestu fjarlægingu hópsins", - "Cancel" : "Hætta við", - "Confirm" : "Staðfesta", "Submit" : "Senda inn", "Rename group" : "Endurnefna hóp", "Remove group" : "Fjarlægja hóp", @@ -326,7 +327,6 @@ "Error cropping profile picture" : "Villa kom upp við að skera utan af auðkennismyndinni", "Error saving profile picture" : "Villa kom upp við að vista auðkennismyndina", "Error removing profile picture" : "Villa kom upp við að fjarlægja auðkennismyndina", - "Your biography" : "Æviágrip þitt", "You are a member of the following groups:" : "Þú ert meðlimur eftirfarandi hópa:", "Your full name" : "Fullt nafn þitt", "Primary email for password reset and notifications" : "Aðallykilorð fyrir tilkynningar og endurstillingu lykilorðs", @@ -390,6 +390,7 @@ "Total rows summary" : "Samantek á fjölda raða", "Scroll to load more rows" : "Skrunaðu til að hlaða inn fleiri röðum", "Avatar" : "Auðkennismynd", + "Account name" : "Heiti notandaaðgangs", "Group admin for" : "Hópstjóri fyrir", "Storage location" : "Staðsetning gagnageymslu", "Last login" : "Síðasta innskráning", @@ -452,6 +453,7 @@ "Headline" : "Fyrirsögn", "Organisation" : "Stofnun/Félag/Fyrirtæki", "Phone number" : "Símanúmer", + "Pronouns" : "Fornöfn", "Role" : "Role", "X (formerly Twitter)" : "X (fyrrum Twitter)", "Website" : "Vefsvæði", @@ -472,6 +474,7 @@ "Allow untested app" : "Leyfa óprófuð forrit", "The app will be downloaded from the App Store" : "Forritið verður sótt úr forritabúðinni", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Þetta forrit er merkt sem ekki samhæft við þína útgáfu af Nextcloud. Ef þú heldur áfram er mögulegt að þú getir samt sett forritið upp. En athugaðu þá að ekki er víst að forritið virki eins og skyldi.", + "Unknown" : "Óþekkt", "Never" : "Aldrei", "An error occurred during the request. Unable to proceed." : "Villa kom upp við beiðnina. Get ekki haldið áfram.", "Error: This app cannot be enabled because it makes the server unstable" : "Villa: Ekki er hægt að virkja þetta forrit því það gerir þjóninn óstöðugan", @@ -522,40 +525,16 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Þessi samfélagsútgáfa Nextcloud kemur ekki með neinni opinberri aðstoð og rauntímatilkynningar eru ekki til taks.", "Use a second factor besides your password to increase security for your account." : "Notaðu annað þrep til viðbótar lykilorðinu þínu til að auka öryggi notandaaðgangsins þíns.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ef þú notaðir utanaðkomandi forrit til að tengjast við Nextcloud, skaltu ganga úr skugga um að þú útbúir lykilorð fyrir hvert slíkt forrit áður en þú virkjar 2FA tveggja-þrepa auðkenningu.", - "No user supplied" : "Enginn notandi gefinn", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Settu inn endurheimtulykilorð kerfisstjóra, annars munu öll notandagögn tapast.", - "Backend does not support password change, but the user's encryption key was updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil notandans.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Þú verður að gefa upp tölvupóstfangið þitt svo að þú getir sent prófunarpósta. Farðu á %s til þess.", - "Invalid user" : "Ógildur notandi", - "Your username is: %s" : "Notandanafnið þitt er: %s", - "Logged in user must be a subadmin" : "Innskráður notandi verður að vera undirstjórnandi (subadmin)", - "Old user imported certificates" : "Gömul skilríki sem notandi hefur flutt inn", "Missing optional index \"%s\" in table \"%s\"." : "Vantar valkvæða vísinn \"s\" í töflunni \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", "File locking" : "Skráalæsing", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál.", "Speech-To-Text" : "Tal-í-texta", - "Exclude groups from sharing" : "Undanskilja hópa frá því að deila", - "These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.", "Set default expiration date for shares" : "Setja sjálfgefinn gildistíma fyrir sameignir", "Allow username autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Hægt er að þvinga fram tveggja-þrepa auðkenningu fyrir alla notendur og/eða tiltekna hópa. Ef þeir eru ekki með tveggja-þrepa auðkenningarþjónustu uppsetta, munu þeir ekki geta skráð sig inn á kerfið.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Þegar hópar eru valdir/útilokaðir, styðjast þeir við eftirfarandi röksemdafærslu til að ákvarða hvort notandi sé með þvingaða/virka tveggja-þrepa auðkenningu: tveggja-þrepa auðkenning er virk fyrir alla nema meðlimi útilokaðra hópa. Ef hópar eru valdir, er tveggja-þrepa auðkenningvirk fyrir alla meðlimi þessara hópa. Ef notandi er bæði í völdum og í útilokuðum hópum, ræður valið og því er tveggja-þrepa auðkenning virk.", - "{license}-licensed" : "{license}-notkunarleyfi", - "Rating: {score}/10" : "Einkunn: {score}/10", - "Username" : "Notandanafn", - "Execute one task with each page loaded. Use case: Single user instance." : "Framkvæma eitt verk með hverri innhlaðinni síðu. Dæmi um notkun: Tilvik fyrir einn notanda.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php er skráð á webcron-þjónustu til að kalla á cron.php á 5 mínútna fresti yfir HTTP. Dæmi um notkun: Mjög lítil tilvik (1–5 notendur eða eftir notkun).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php verður að vera keyrt af kerfisnotandanum \"{user}\".", - "Enable or disable profile by default for new users." : "Virkja eða gera notandasnið óvirkt sjálfgefið fyrir nýja notendur.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Þú er í þann mund að fara að fjarlægja hópinn \"{group}\". Notendunum verður EKKI eytt.", + "Your biography" : "Æviágrip þitt", "You are using <strong>{usage}</strong>" : "Þú ert að nota <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Þú ert að nota <strong>{usage}</strong> af <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Viðbótartölvupóstföng", - "Enable Profile" : "Virkja notandasnið", - "No users" : "Engir notendur", - "Loading users …" : "Hleð inn notendum …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Listi yfir notendur. Til að halda sem bestum afköstum er þessi listi ekki myndgerður að fullu. Notendur munu birtast eftir því sem farið er í gegnum listann.", "New user" : "Nýr notandi", "Groups (required)" : "Hópar (nauðsynlegt)", "Set user groups" : "Setja notendahópa", @@ -566,33 +545,13 @@ "Set user manager" : "Settu stjórnanda notenda", "Username will be autogenerated" : "Notandanafn verður útbúið sjálfvirkt", "Username (required)" : "Notandanafn (nauðsynlegt)", + "Loading users …" : "Hleð inn notendum …", + "Username" : "Notandanafn", "User backend" : "Bakendi notanda", "User actions" : "Aðgerðir notanda", - "Loading user …" : "Hleð inn notanda...", - "You do not have permissions to see the details of this user" : "Þú hefur ekki réttindi til að skoða ítarupplýsingar um þennan notanda", "Add user to group" : "Bæta notanda í hóp", - "Set user as admin for" : "Setja notanda sem stjórnanda fyrir", - "Select user quota" : "Veldu kvóta notandans", - "Delete user" : "Eyða notanda", - "Wipe all devices" : "Þurrka út af öllum tækjum", - "Disable user" : "Gera notanda óvirkan", - "Enable user" : "Virkja notanda", - "Failed to update user manager" : "Mistókst að uppfæra notendastýringu", - "Toggle user actions menu" : "Víxla af/á valmynd fyrir aðgerðir notanda", - "User management settings" : "Stillingar notendastýringar", - "Show user backend" : "Birta bakenda notanda", - "Send welcome email to new users" : "Senda tölvupóst sem býður notanda velkominn", "Name your device" : "Gefðu tækinu þínu nafn", "Server error while trying to add WebAuthn device" : "Villa á þjóni við að bæta við WebAuthn-tæki", - "by {author}\n{license}" : "frá {author}\n{license}", - "Active users" : "Virkir notendur", - "Disabled users" : "Óvirkir notendur", - "Creating group …" : "Bý til hóp …", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Er ekki tiltækt þar sem skýjasamband (federation) hefur verið gert óvirkt fyrir aðganginn þinn, hafðu samband við kerfisstjórann þinn ef þú ert með einhverjar spurningar", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Er ekki tiltækt þar sem ekki er leyfilegt að miðla sértækum gögnum notenda yfir á uppflettingaþjóninn, hafðu samband við kerfisstjórann þinn ef þú ert með einhverjar spurningar", - "Show to logged in users only" : "Birta einungis innskráðum notendum", - "Nextcloud help resources" : "Aðstoðartilföng Nextcloud", - "SMTP Username" : "SMTP-notandanafn", "Follow us on Twitter" : "Fylgstu með okkur á Twitter" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index de907dc0b35..eb7d2a221b0 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -358,6 +358,9 @@ OC.L10N.register( "Daemon" : "Demone", "Type" : "Tipo", "Display Name" : "Nome visualizzato", + "Learn more" : "Scopri altro", + "Confirm" : "Conferma", + "Cancel" : "Annulla", "Description" : "Descrizione", "Details" : "Dettagli", "All" : "Tutti", @@ -444,8 +447,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Devi migrare le tue chiavi di cifratura dalla vecchia crittografia (ownCloud <= 8.0) alla nuova. Attiva il \"Modulo di cifratura predefinito\" ed esegui {command}", "Unable to update server side encryption config" : "Impossibile aggiornare la configurazione della crittografia lato server", "Please confirm the group removal" : "Conferma la rimozione del gruppo", - "Cancel" : "Annulla", - "Confirm" : "Conferma", "Submit" : "Invia", "Rename group" : "Rinomina gruppo", "Remove group" : "Rimuovi gruppo", @@ -467,7 +468,6 @@ OC.L10N.register( "Error cropping profile picture" : "Errore durante il ritaglio dell'immagine del profilo", "Error saving profile picture" : "Errore durante il salvataggio dell'immagine del profilo", "Error removing profile picture" : "Errore durante la rimozione dell'immagine del profilo", - "Your biography" : "La tua biografia", "You are a member of the following groups:" : "Sei un membro dei seguenti gruppi:", "Your full name" : "Il tuo nome completo", "Primary email for password reset and notifications" : "Email principale per ripristino della password e notifiche", @@ -624,6 +624,7 @@ OC.L10N.register( "Allow untested app" : "Consenti applicazione non verificata", "The app will be downloaded from the App Store" : "L'applicazione sarà scaricata dal negozio delle applicazioni", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Questa applicazione non è marcata come compatibile con la tua versione di Nextcloud. Se continui sarai ancora in grado di installare l'applicazione. Nota che l'applicazione potrebbe non funzionare come previsto.", + "Unknown" : "Sconosciuto", "Never" : "Mai", "An error occurred during the request. Unable to proceed." : "Si è verificato un errore durante la richiesta. Impossibile continuare.", "Error: This app cannot be enabled because it makes the server unstable" : "Errore: questa applicazione non può essere abilitata perché rende il server instabile", @@ -675,21 +676,10 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Questa versione di Nextcloud della community non è supportata e le notifiche istantanee non sono disponibili.", "Use a second factor besides your password to increase security for your account." : "Utilizza un secondo fattore oltre alla tua password per aumentare la sicurezza per il tuo account.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Se utilizzi applicazioni di terze parti per connetterti a Nextcloud, assicurati di creare e configurare una password per ciascuna applicazione prima di abilitare l'autenticazione a due fattori.", - "No user supplied" : "Non è stato fornito alcun utente", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Fornisci una password amministrativa di ripristino; altrimenti, tutti i dati degli utenti saranno persi.", - "Backend does not support password change, but the user's encryption key was updated." : "Il backend non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Devi impostare la tua email prima di poter inviare email di prova. Vai in %s per farlo.", - "Invalid user" : "Utente non valido", - "Your username is: %s" : "Il tuo nome utente è: %s", - "Logged in user must be a subadmin" : "L'utente che ha eseguito l'accesso deve essere un sotto-amministratore ", - "Old user imported certificates" : "Certificati importati del vecchio utente.", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "È in sospeso un processo in background che controlla i certificati SSL importati dall'utente. Controlla più tardi.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sono presenti alcuni certificati SSL importati dagli utenti, che non vengono più utilizzati con Nextcloud 21. Possono essere importati dalla riga di comando tramite il comando \"occ security:certificates:import\". I loro percorsi all'interno della cartella dei dati sono mostrati di seguito.", "Missing optional index \"%s\" in table \"%s\"." : "Manca l'indice facoltativo \"%s\" nella tabella \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.", "File locking" : "Blocco dei file", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Il blocco di file transazionale è disattivato, ciò potrebbe comportare problemi di race condition. Attiva \"filelocking.enabled\" nel config.php per evitare questi problemi.", - "Overwrite cli URL" : "Sovrascrivi URL della riga di comando", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Attualmente stai usando PHP %s. PHP 8.0 è deprecato in Nextcloud 27. Nextcloud 28 potrebbe richiedere almeno PHP 8.1. Aggiorna ad una delle versioni di PHP supportate ufficialmente fornite dal Gruppo PHP il prima possibile.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MySQL. Nextcloud 21 e successivi non supportano questa versione e richiedono MySQL 8.0 o MariaDB 10.2 o successivi.", @@ -698,27 +688,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Il riconoscimento vocale può essere implementato da diverse applicazioni. Qui puoi impostare quale applicazioni usare.", "None of your currently installed apps provide Speech-To-Text functionality" : "Nessuna delle applicazioni installate integra la funzionalità di riconoscimento vocale", "None of your currently installed apps provide Text processing functionality" : "Nessuna delle applicazioni installate integra la funzionalità elaborazione del testo", - "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", - "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", "Set default expiration date for shares" : "Imposta data di scadenza predefinita per le condivisioni", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permetti l'autocompletamento dei nomi utente nella finestra di condivisione e l'accesso alla rubrica di sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'autenticazione a due fattori può essere imposta per tutti gli utenti e gruppi specifici. Se non hanno un fornitore a due fattori configurato, non saranno in grado di accedere al sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quando si selezionano/escludono gruppi, viene utilizzata la logica seguente per determinare se un utente ha 2FA applicato: se non si seleziona alcun gruppo, 2FA è abilitato per chiunque eccetto per i membri dei gruppi esclusi. Se un utente è sia in un gruppo selezionato che in un escluso, il selezionato ha la precedenza e 2FA è applicato.", - "{license}-licensed" : "sotto licenza {license}", - "Rating: {score}/10" : "Valutazione: {score}/10", - "Username" : "Nome utente", - "Execute one task with each page loaded. Use case: Single user instance." : "Esegui un'attività con ogni pagina caricata. Caso d'uso: istanza per utente singolo.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php è registrato in un servizio webcron per invocare cron.php ogni 5 minuti via HTTP. Caso d'uso: istanza molto piccola (1–5 utenti a seconda dell'utilizzo).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Attiva o disattiva il profilo in modo predefinito per i nuovo utenti.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Stai per rimuovere il gruppo \"{group}\". Gli utenti NON verranno eliminati.", + "Your biography" : "La tua biografia", "You are using <strong>{usage}</strong>" : "Stai utilizzando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Stai utilizzando <strong>{usage}</strong> di <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Email aggiuntive", - "Enable Profile" : "Attiva profilo", - "No users" : "Nessun utente", - "Loading users …" : "Caricamento utenti …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Elenco di utenti. Questa lista non viene mostrata completamente per ragioni di prestazioni. Gli utenti verranno mostrati mentre scorri l'elenco.", "New user" : "Nuovo utente", "Groups (required)" : "Gruppi (richiesto)", "Set user groups" : "Imposta gruppi utente", @@ -729,36 +703,14 @@ OC.L10N.register( "Set user manager" : "Imposta responsabile utente", "Username will be autogenerated" : "Il nome utente verrà autogenerato", "Username (required)" : "Nome utente (richiesto)", + "Loading users …" : "Caricamento utenti …", + "Username" : "Nome utente", "User backend" : "Motore utente", "User actions" : "Azioni utente", - "Loading user …" : "Caricamento utente …", - "You do not have permissions to see the details of this user" : "Non hai i permessi per vedere i dettagli di questo utente", "Add user to group" : "Aggiungi utente al gruppo", - "Set user as admin for" : "Imposta utente come amministratore per", - "Select user quota" : "Seleziona quota utente", - "Delete user" : "Elimina utente", - "Wipe all devices" : "Cancella tutti i dispositivi", - "Disable user" : "Disabilita utente", - "Enable user" : "Abilita utente", - "Failed to update user manager" : "Aggiornamento del gestore di utenti non riuscito", - "Toggle user actions menu" : "Commuta il menu delle azioni utente", - "User management settings" : "Impostazioni di gestione utenti", - "Show user backend" : "Mostra il motore utente", - "Send welcome email to new users" : "Invia email di benvenuto ai nuovi utenti", "Name your device" : "Nome del tuo dispositivo", "Server error while trying to add WebAuthn device" : "Errore del server durante il tentativo di aggiungere il dispositivo WebAuthn", - "by {author}\n{license}" : "di {author}\n{license}", - "User management" : "Gestione degli utenti", - "Active users" : "Utenti attivi", - "Disabled users" : "Utenti disabilitati", - "Creating group …" : "Creazione gruppo …", - "User group: {group}" : "Gruppo utenti: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Non disponibile poiché la federazione è stata disattivata per il tuo account, contatta l'amministratore di sistema se hai domande", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Non disponibile poiché pubblicare dati specifici dell'utente sul server di ricerca non è permesso, contatta l'amministratore di sistema se hai domande", - "Show to logged in users only" : "Mostra solo a utenti registrati", - "Nextcloud help resources" : "Risorse dell'aiuto per Nextcloud", - "SMTP Username" : "Nome utente SMTP", - "Follow us on Twitter" : "Seguici su Twitter!", - "Active accounts" : "Account attivi" + "Active accounts" : "Account attivi", + "Follow us on Twitter" : "Seguici su Twitter!" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index d3d0df92cf6..6bab83de076 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -356,6 +356,9 @@ "Daemon" : "Demone", "Type" : "Tipo", "Display Name" : "Nome visualizzato", + "Learn more" : "Scopri altro", + "Confirm" : "Conferma", + "Cancel" : "Annulla", "Description" : "Descrizione", "Details" : "Dettagli", "All" : "Tutti", @@ -442,8 +445,6 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Devi migrare le tue chiavi di cifratura dalla vecchia crittografia (ownCloud <= 8.0) alla nuova. Attiva il \"Modulo di cifratura predefinito\" ed esegui {command}", "Unable to update server side encryption config" : "Impossibile aggiornare la configurazione della crittografia lato server", "Please confirm the group removal" : "Conferma la rimozione del gruppo", - "Cancel" : "Annulla", - "Confirm" : "Conferma", "Submit" : "Invia", "Rename group" : "Rinomina gruppo", "Remove group" : "Rimuovi gruppo", @@ -465,7 +466,6 @@ "Error cropping profile picture" : "Errore durante il ritaglio dell'immagine del profilo", "Error saving profile picture" : "Errore durante il salvataggio dell'immagine del profilo", "Error removing profile picture" : "Errore durante la rimozione dell'immagine del profilo", - "Your biography" : "La tua biografia", "You are a member of the following groups:" : "Sei un membro dei seguenti gruppi:", "Your full name" : "Il tuo nome completo", "Primary email for password reset and notifications" : "Email principale per ripristino della password e notifiche", @@ -622,6 +622,7 @@ "Allow untested app" : "Consenti applicazione non verificata", "The app will be downloaded from the App Store" : "L'applicazione sarà scaricata dal negozio delle applicazioni", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Questa applicazione non è marcata come compatibile con la tua versione di Nextcloud. Se continui sarai ancora in grado di installare l'applicazione. Nota che l'applicazione potrebbe non funzionare come previsto.", + "Unknown" : "Sconosciuto", "Never" : "Mai", "An error occurred during the request. Unable to proceed." : "Si è verificato un errore durante la richiesta. Impossibile continuare.", "Error: This app cannot be enabled because it makes the server unstable" : "Errore: questa applicazione non può essere abilitata perché rende il server instabile", @@ -673,21 +674,10 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Questa versione di Nextcloud della community non è supportata e le notifiche istantanee non sono disponibili.", "Use a second factor besides your password to increase security for your account." : "Utilizza un secondo fattore oltre alla tua password per aumentare la sicurezza per il tuo account.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Se utilizzi applicazioni di terze parti per connetterti a Nextcloud, assicurati di creare e configurare una password per ciascuna applicazione prima di abilitare l'autenticazione a due fattori.", - "No user supplied" : "Non è stato fornito alcun utente", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Fornisci una password amministrativa di ripristino; altrimenti, tutti i dati degli utenti saranno persi.", - "Backend does not support password change, but the user's encryption key was updated." : "Il backend non supporta la modifica della password, ma la chiave di cifratura dell'utente è stata aggiornata.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Devi impostare la tua email prima di poter inviare email di prova. Vai in %s per farlo.", - "Invalid user" : "Utente non valido", - "Your username is: %s" : "Il tuo nome utente è: %s", - "Logged in user must be a subadmin" : "L'utente che ha eseguito l'accesso deve essere un sotto-amministratore ", - "Old user imported certificates" : "Certificati importati del vecchio utente.", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "È in sospeso un processo in background che controlla i certificati SSL importati dall'utente. Controlla più tardi.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sono presenti alcuni certificati SSL importati dagli utenti, che non vengono più utilizzati con Nextcloud 21. Possono essere importati dalla riga di comando tramite il comando \"occ security:certificates:import\". I loro percorsi all'interno della cartella dei dati sono mostrati di seguito.", "Missing optional index \"%s\" in table \"%s\"." : "Manca l'indice facoltativo \"%s\" nella tabella \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.", "File locking" : "Blocco dei file", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Il blocco di file transazionale è disattivato, ciò potrebbe comportare problemi di race condition. Attiva \"filelocking.enabled\" nel config.php per evitare questi problemi.", - "Overwrite cli URL" : "Sovrascrivi URL della riga di comando", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Attualmente stai usando PHP %s. PHP 8.0 è deprecato in Nextcloud 27. Nextcloud 28 potrebbe richiedere almeno PHP 8.1. Aggiorna ad una delle versioni di PHP supportate ufficialmente fornite dal Gruppo PHP il prima possibile.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MySQL. Nextcloud 21 e successivi non supportano questa versione e richiedono MySQL 8.0 o MariaDB 10.2 o successivi.", @@ -696,27 +686,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Il riconoscimento vocale può essere implementato da diverse applicazioni. Qui puoi impostare quale applicazioni usare.", "None of your currently installed apps provide Speech-To-Text functionality" : "Nessuna delle applicazioni installate integra la funzionalità di riconoscimento vocale", "None of your currently installed apps provide Text processing functionality" : "Nessuna delle applicazioni installate integra la funzionalità elaborazione del testo", - "Exclude groups from sharing" : "Escludi gruppi dalla condivisione", - "These groups will still be able to receive shares, but not to initiate them." : "Questi gruppi saranno in grado di ricevere condivisioni, ma non iniziarle.", "Set default expiration date for shares" : "Imposta data di scadenza predefinita per le condivisioni", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permetti l'autocompletamento dei nomi utente nella finestra di condivisione e l'accesso alla rubrica di sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'autenticazione a due fattori può essere imposta per tutti gli utenti e gruppi specifici. Se non hanno un fornitore a due fattori configurato, non saranno in grado di accedere al sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quando si selezionano/escludono gruppi, viene utilizzata la logica seguente per determinare se un utente ha 2FA applicato: se non si seleziona alcun gruppo, 2FA è abilitato per chiunque eccetto per i membri dei gruppi esclusi. Se un utente è sia in un gruppo selezionato che in un escluso, il selezionato ha la precedenza e 2FA è applicato.", - "{license}-licensed" : "sotto licenza {license}", - "Rating: {score}/10" : "Valutazione: {score}/10", - "Username" : "Nome utente", - "Execute one task with each page loaded. Use case: Single user instance." : "Esegui un'attività con ogni pagina caricata. Caso d'uso: istanza per utente singolo.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php è registrato in un servizio webcron per invocare cron.php ogni 5 minuti via HTTP. Caso d'uso: istanza molto piccola (1–5 utenti a seconda dell'utilizzo).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Il cron.php deve essere eseguito dall'utente di sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Attiva o disattiva il profilo in modo predefinito per i nuovo utenti.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Stai per rimuovere il gruppo \"{group}\". Gli utenti NON verranno eliminati.", + "Your biography" : "La tua biografia", "You are using <strong>{usage}</strong>" : "Stai utilizzando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Stai utilizzando <strong>{usage}</strong> di <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Email aggiuntive", - "Enable Profile" : "Attiva profilo", - "No users" : "Nessun utente", - "Loading users …" : "Caricamento utenti …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Elenco di utenti. Questa lista non viene mostrata completamente per ragioni di prestazioni. Gli utenti verranno mostrati mentre scorri l'elenco.", "New user" : "Nuovo utente", "Groups (required)" : "Gruppi (richiesto)", "Set user groups" : "Imposta gruppi utente", @@ -727,36 +701,14 @@ "Set user manager" : "Imposta responsabile utente", "Username will be autogenerated" : "Il nome utente verrà autogenerato", "Username (required)" : "Nome utente (richiesto)", + "Loading users …" : "Caricamento utenti …", + "Username" : "Nome utente", "User backend" : "Motore utente", "User actions" : "Azioni utente", - "Loading user …" : "Caricamento utente …", - "You do not have permissions to see the details of this user" : "Non hai i permessi per vedere i dettagli di questo utente", "Add user to group" : "Aggiungi utente al gruppo", - "Set user as admin for" : "Imposta utente come amministratore per", - "Select user quota" : "Seleziona quota utente", - "Delete user" : "Elimina utente", - "Wipe all devices" : "Cancella tutti i dispositivi", - "Disable user" : "Disabilita utente", - "Enable user" : "Abilita utente", - "Failed to update user manager" : "Aggiornamento del gestore di utenti non riuscito", - "Toggle user actions menu" : "Commuta il menu delle azioni utente", - "User management settings" : "Impostazioni di gestione utenti", - "Show user backend" : "Mostra il motore utente", - "Send welcome email to new users" : "Invia email di benvenuto ai nuovi utenti", "Name your device" : "Nome del tuo dispositivo", "Server error while trying to add WebAuthn device" : "Errore del server durante il tentativo di aggiungere il dispositivo WebAuthn", - "by {author}\n{license}" : "di {author}\n{license}", - "User management" : "Gestione degli utenti", - "Active users" : "Utenti attivi", - "Disabled users" : "Utenti disabilitati", - "Creating group …" : "Creazione gruppo …", - "User group: {group}" : "Gruppo utenti: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Non disponibile poiché la federazione è stata disattivata per il tuo account, contatta l'amministratore di sistema se hai domande", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Non disponibile poiché pubblicare dati specifici dell'utente sul server di ricerca non è permesso, contatta l'amministratore di sistema se hai domande", - "Show to logged in users only" : "Mostra solo a utenti registrati", - "Nextcloud help resources" : "Risorse dell'aiuto per Nextcloud", - "SMTP Username" : "Nome utente SMTP", - "Follow us on Twitter" : "Seguici su Twitter!", - "Active accounts" : "Account attivi" + "Active accounts" : "Account attivi", + "Follow us on Twitter" : "Seguici su Twitter!" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index d449f890ffe..2ee807bc0a2 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "常にパスワード保護を有効にする", "Exclude groups from password requirements" : "パスワード要件から除外するグループ", "Exclude groups from creating link shares" : "リンク共有作成を除外するグループ", + "Allow users to set custom share link tokens" : "ユーザーがカスタム共有リンクのトークンを設定できるようにする", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "カスタムトークンを持つ共有は、この設定を無効にした後もアクセス可能です", + "Shares with guessable tokens may be accessed easily" : "推測可能なトークンを持つ共有は簡単にアクセスできます", "Limit sharing based on groups" : "グループに基づいて共有を制限する", "Allow sharing for everyone (default)" : "全員に共有を許可する(デフォルト)", "Exclude some groups from sharing" : "共有可能なグループから除外する", @@ -438,6 +441,9 @@ OC.L10N.register( "Display Name" : "表示名", "GPUs support" : "GPUサポート", "Compute device" : "計算デバイス", + "Learn more" : "もっと見る", + "Confirm" : "承認", + "Cancel" : "キャンセル", "Description" : "説明", "Details" : "詳細", "All" : "すべて", @@ -536,8 +542,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "サーバー側暗号化の設定を更新できませんでした", "Please confirm the group removal" : "グループの削除を確認してください", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "グループ \"{group}\" を削除しようとしています。アカウントは削除されません。", - "Cancel" : "キャンセル", - "Confirm" : "承認", "Submit" : "送信", "Rename group" : "グループの名称変更", "Remove group" : "グループを削除", @@ -559,7 +563,7 @@ OC.L10N.register( "Error cropping profile picture" : "プロフィール画像を切り取れませんでした", "Error saving profile picture" : "プロフィール画像を保存できませんでした", "Error removing profile picture" : "プロフィール画像を削除できませんでした", - "Your biography" : "あなたのプロファイル", + "Your biography. Markdown is supported." : "あなたの経歴。Markdownに対応しています。", "Enter your date of birth" : "生年月日を入力してください", "Unable to update date of birth" : "生年月日の更新ができません", "You are a member of the following groups:" : "次のグループに所属:", @@ -655,6 +659,7 @@ OC.L10N.register( "Group admin for" : "グループの管理者", "Account backend" : "アカウントバックエンド", "Storage location" : "データの保存場所", + "First login" : "初回ログイン", "Last login" : "最終ログイン", "Account actions" : "アカウント操作", "Password or insufficient permissions message" : "パスワードまたは権限不足のメッセージ", @@ -693,6 +698,7 @@ OC.L10N.register( "Show language" : "言語を表示", "Show account backend" : "アカウントバックエンドを表示", "Show storage path" : "ストレージの場所を表示", + "Show first login" : "初回ログインを表示", "Show last login" : "最終ログインを表示", "Sorting" : "並べ替え", "The system config enforces sorting the groups by name. This also disables showing the member count." : "システム設定により、名前によるグループのソートが強制されます。これはメンバー数の表示も無効にします。", @@ -765,7 +771,6 @@ OC.L10N.register( "Show to everyone" : "全員に見せる", "Show to logged in accounts only" : "ログインしているアカウントのみに表示する", "Hide" : "隠す", - "manual-install apps cannot be updated" : "手動インストールしたアプリはアップデートできません", "{progress}% Deploying …" : "{progress}% デプロイ中 …", "{progress}% Initializing …" : "{progress}% 初期化中 …", "Health checking" : "ヘルスチェック", @@ -775,6 +780,7 @@ OC.L10N.register( "Allow untested app" : "テストされていないアプリを許可する", "The app will be downloaded from the App Store" : "このアプリは、アプリストアからダウンロードできます。", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "このアプリはご利用中のNextcloudのバージョンと互換性があるとしてマークされていません。 続行しても、アプリをインストールすることはできます。 アプリが期待通りに動作しない可能性があることに注意してください。", + "Unknown" : "不明", "Never" : "なし", "Could not register device: Network error" : "デバイスを登録できませんでした: ネットワークエラー", "Could not register device: Probably already registered" : "デバイスを登録できませんでした: おそらくすでに登録されています", @@ -835,23 +841,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "このコミュニティリリースのNextcloudは未サポートです。インスタント通知も利用できません。", "Use a second factor besides your password to increase security for your account." : "アカウントのセキュリティを強化するには、パスワード以外に2番目の要素を使用してください。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "サードパーティのアプリケーションを使用してNextcloudに接続する場合は、二要素認証を有効にする前に必ずそれぞれのアプリパスワードを作成して設定してください。", - "No user supplied" : "ユーザーが指定されていません", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "リカバリ用の管理者パスワードを入力してください。そうしないと、全ユーザーのデータが失われます。", - "Backend does not support password change, but the user's encryption key was updated." : "バックエンドはパスワードの変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。", - "You need to set your user email before being able to send test emails. Go to %s for that." : "テストメールを送信する前に、ユーザーメールを設定する必要があります。%sから設定を行ってください。", - "Invalid user" : "無効なユーザー", - "Your username is: %s" : "あなたのユーザー名: %s", - "Logged in user must be a subadmin" : "ログインユーザーはサブ管理者である必要があります", - "Old user imported certificates" : "旧ユーザがインポートした証明書", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "ユーザーがインポートしたSSL証明書をチェックするバックグラウンドジョブが保留になっています。しばらくして再度確認してください。", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "ユーザーがインポートしたSSL証明書がいくつか存在しますが、Nextcloud 21ではもう使用されていません。これらの証明書は、\"occ security:certificates:import\" コマンドにより、コマンドラインでインポートすることができます。これらの証明書のデータディレクトリ内のパスは以下のとおりです。", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。", "Missing optional index \"%s\" in table \"%s\"." : "オプションのインデックス \"%s\" がテーブル \"%s\"にありません", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。", "File locking" : "ファイルロック", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "トランザクションファイルロックが無効になっているため、競合状態の問題が発生する可能性があります。これらの問題を回避するには、config.phpで \"filelocking.enabled\" を有効にします。", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript サポートを確認できませんでした。あなたのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうか、手動で確認してください。", - "MySQL unicode support" : "MySQL unicodeサポート", - "Overwrite cli URL" : "Overwrite cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s を実行しています。PHP 8.0 は Nextcloud 27 では非推奨です。Nextcloud 28 では、少なくとも PHP 8.1 が必要になる可能性があります。PHP グループが公式にサポートする PHP のいずれかのバージョンにできるだけ早くアップグレードしてください。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB のバージョン\"%s\" が使われています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MariaDB 10.2 以降のバージョンが必要になります。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQLのバージョン \"%s\" が使用されています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MySQL 8.0またはMariaDB 10.2以上が必要となります。", @@ -860,27 +855,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text はさまざまなアプリで実装できます。ここでは、どのアプリを使用するかを設定できます。", "None of your currently installed apps provide Speech-To-Text functionality" : "現在インストールされているどのアプリも音声テキスト化機能(Speech-To-Text)を提供していません。", "None of your currently installed apps provide Text processing functionality" : "現在インストールされているどのアプリも、テキスト処理機能を提供していません", - "Exclude groups from sharing" : "共有可能なグループから除外する", - "These groups will still be able to receive shares, but not to initiate them." : "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", "Set default expiration date for shares" : "共有のデフォルトの有効期限を設定する", "Allow username autocompletion in share dialog and allow access to the system address book" : "共有ダイアログでユーザー名の自動補完を許可し、システムのアドレス帳へのアクセスを許可する", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "二要素認証はすべてのユーザーと特定のグループに強制することができます。設定済みの二要素プロバイダーがない場合は、システムにログインできません。", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "グループが選択または除外されている場合、ユーザーに対して二要素認証を強制するかを次のロジックで判断します: 強制するグループが未選択の場合、除外するグループのメンバーを除く全ユーザーに対して二要素認証を強制します。強制するグループが選択されている場合、強制するグループの全メンバーに対して二要素認証を強制します。両方のグループに所属するユーザーに対しては、強制するグループが優先され、二要素認証が強制されます。", - "{license}-licensed" : "{license}-に許諾されています", - "Rating: {score}/10" : "評価: {score}/10", - "Username" : "ユーザーID", - "Execute one task with each page loaded. Use case: Single user instance." : "各ページが読み込まれる度に1つのタスクを実行します。使用例: シングルユーザーのインスタンスの場合。", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.phpは、HTTP越しに5分おきにcron.phpを読み出すWebcronサービスにより登録されています。使用例: 極小なインスタンス(利用率に依存する1〜5ユーザー程度)の場合。", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php はシステムユーザー \"{user}\" で実行する必要があります。", - "Enable or disable profile by default for new users." : "新規ユーザーのプロフィールの有効・無効(デフォルト)", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "グループ \"{group}\" を削除しようとしています。ユーザーは削除されません。", + "Your biography" : "あなたのプロファイル", "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong>使用中です", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{totalSpace}</strong> (<strong>{usageRelative}</strong>) のうち<strong>{usage}</strong>を使用しています", - "Additional emails" : "その他のメールアドレス", - "Enable Profile" : "プロフィールを有効化", - "No users" : "No users", - "Loading users …" : "Loading users …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "ユーザーのリスト。このリストはパフォーマンス上の理由から完全にはレンダリングされません。ユーザはリスト内を移動するにつれてレンダリングされます。", "New user" : "新しいユーザー", "Groups (required)" : "グループ (必須)", "Set user groups" : "ユーザーグループの設定", @@ -891,39 +870,15 @@ OC.L10N.register( "Set user manager" : "ユーザーマネージャーを設定", "Username will be autogenerated" : "ユーザー名は自動生成されます", "Username (required)" : "ユーザー名 (必須)", + "Loading users …" : "Loading users …", + "Username" : "ユーザーID", "User backend" : "ユーザーバックエンド", "User actions" : "ユーザーアクション", - "Loading user …" : "ユーザーを読み込む ...", - "You do not have permissions to see the details of this user" : "このユーザーの詳細を表示する権限がありません", "Add user to group" : "ユーザーをグループに追加", - "Set user as admin for" : "ユーザーを管理者に設定します", - "Select user quota" : "ユーザークオータを選択", - "Delete user" : "ユーザーを削除", - "Wipe all devices" : "すべての端末をワイプ", - "Disable user" : "ユーザーを無効", - "Enable user" : "ユーザーを有効", - "Failed to update user manager" : "ユーザーマネージャの更新に失敗しました", - "Toggle user actions menu" : "ユーザーアクションメニューを切り替える", - "User management settings" : "ユーザー管理設定", - "Show user backend" : "ユーザーバックエンドを表示", - "Send welcome email to new users" : "新規ユーザーにウェルカムメールを送る", "Name your device" : "デバイスに名前をつける", "Server error while trying to add WebAuthn device" : "WebAuthn デバイスを追加しようとしたときのサーバーエラー", - "by {author}\n{license}" : "作者 {author}\n{license}", - "User management" : "ユーザー管理", - "Active users" : "アクティブユーザー", - "Disabled users" : "無効なユーザー", - "Creating group …" : "グループを作成 ...", - "User group: {group}" : "ユーザーグループ: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "お客様のアカウントでフェデレーションが無効になっているため利用できません。不明な点がある場合は、システム管理者にお問い合わせください", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "ユーザー固有のデータをルックアップサーバーに公開することは許可されていないため、利用できません。ご不明な点がある場合は、システム管理者にお問い合わせください", - "Show to logged in users only" : "ログインしているユーザーだけに見せる", - "Nextcloud help resources" : "Nextcloud ヘルプのリソース", - "SMTP Username" : "SMTPユーザー名", - "Follow us on Twitter" : "Twitter でフォロー!", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。", "Active accounts" : "アクティブなアカウント", + "Follow us on Twitter" : "Twitter でフォロー!", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "このチェックを実行させるには、Webサーバーが自分自身に接続できることを確認しなければならない。そのため、少なくとも一つの `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。この失敗は、サーバ側のDNSの不一致やアウトバウンドファイアウォールルールの結果かもしれません。", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQLのバージョン \"%s\"が検出されました。 このバージョンのNextcloudで最高のパフォーマンス、安定性、機能性を得るには、PostgreSQL >=12および<=16を推奨します。" }, diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index d48354b5e00..260b7777e55 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -359,6 +359,9 @@ "Enforce password protection" : "常にパスワード保護を有効にする", "Exclude groups from password requirements" : "パスワード要件から除外するグループ", "Exclude groups from creating link shares" : "リンク共有作成を除外するグループ", + "Allow users to set custom share link tokens" : "ユーザーがカスタム共有リンクのトークンを設定できるようにする", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "カスタムトークンを持つ共有は、この設定を無効にした後もアクセス可能です", + "Shares with guessable tokens may be accessed easily" : "推測可能なトークンを持つ共有は簡単にアクセスできます", "Limit sharing based on groups" : "グループに基づいて共有を制限する", "Allow sharing for everyone (default)" : "全員に共有を許可する(デフォルト)", "Exclude some groups from sharing" : "共有可能なグループから除外する", @@ -436,6 +439,9 @@ "Display Name" : "表示名", "GPUs support" : "GPUサポート", "Compute device" : "計算デバイス", + "Learn more" : "もっと見る", + "Confirm" : "承認", + "Cancel" : "キャンセル", "Description" : "説明", "Details" : "詳細", "All" : "すべて", @@ -534,8 +540,6 @@ "Unable to update server side encryption config" : "サーバー側暗号化の設定を更新できませんでした", "Please confirm the group removal" : "グループの削除を確認してください", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "グループ \"{group}\" を削除しようとしています。アカウントは削除されません。", - "Cancel" : "キャンセル", - "Confirm" : "承認", "Submit" : "送信", "Rename group" : "グループの名称変更", "Remove group" : "グループを削除", @@ -557,7 +561,7 @@ "Error cropping profile picture" : "プロフィール画像を切り取れませんでした", "Error saving profile picture" : "プロフィール画像を保存できませんでした", "Error removing profile picture" : "プロフィール画像を削除できませんでした", - "Your biography" : "あなたのプロファイル", + "Your biography. Markdown is supported." : "あなたの経歴。Markdownに対応しています。", "Enter your date of birth" : "生年月日を入力してください", "Unable to update date of birth" : "生年月日の更新ができません", "You are a member of the following groups:" : "次のグループに所属:", @@ -653,6 +657,7 @@ "Group admin for" : "グループの管理者", "Account backend" : "アカウントバックエンド", "Storage location" : "データの保存場所", + "First login" : "初回ログイン", "Last login" : "最終ログイン", "Account actions" : "アカウント操作", "Password or insufficient permissions message" : "パスワードまたは権限不足のメッセージ", @@ -691,6 +696,7 @@ "Show language" : "言語を表示", "Show account backend" : "アカウントバックエンドを表示", "Show storage path" : "ストレージの場所を表示", + "Show first login" : "初回ログインを表示", "Show last login" : "最終ログインを表示", "Sorting" : "並べ替え", "The system config enforces sorting the groups by name. This also disables showing the member count." : "システム設定により、名前によるグループのソートが強制されます。これはメンバー数の表示も無効にします。", @@ -763,7 +769,6 @@ "Show to everyone" : "全員に見せる", "Show to logged in accounts only" : "ログインしているアカウントのみに表示する", "Hide" : "隠す", - "manual-install apps cannot be updated" : "手動インストールしたアプリはアップデートできません", "{progress}% Deploying …" : "{progress}% デプロイ中 …", "{progress}% Initializing …" : "{progress}% 初期化中 …", "Health checking" : "ヘルスチェック", @@ -773,6 +778,7 @@ "Allow untested app" : "テストされていないアプリを許可する", "The app will be downloaded from the App Store" : "このアプリは、アプリストアからダウンロードできます。", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "このアプリはご利用中のNextcloudのバージョンと互換性があるとしてマークされていません。 続行しても、アプリをインストールすることはできます。 アプリが期待通りに動作しない可能性があることに注意してください。", + "Unknown" : "不明", "Never" : "なし", "Could not register device: Network error" : "デバイスを登録できませんでした: ネットワークエラー", "Could not register device: Probably already registered" : "デバイスを登録できませんでした: おそらくすでに登録されています", @@ -833,23 +839,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "このコミュニティリリースのNextcloudは未サポートです。インスタント通知も利用できません。", "Use a second factor besides your password to increase security for your account." : "アカウントのセキュリティを強化するには、パスワード以外に2番目の要素を使用してください。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "サードパーティのアプリケーションを使用してNextcloudに接続する場合は、二要素認証を有効にする前に必ずそれぞれのアプリパスワードを作成して設定してください。", - "No user supplied" : "ユーザーが指定されていません", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "リカバリ用の管理者パスワードを入力してください。そうしないと、全ユーザーのデータが失われます。", - "Backend does not support password change, but the user's encryption key was updated." : "バックエンドはパスワードの変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。", - "You need to set your user email before being able to send test emails. Go to %s for that." : "テストメールを送信する前に、ユーザーメールを設定する必要があります。%sから設定を行ってください。", - "Invalid user" : "無効なユーザー", - "Your username is: %s" : "あなたのユーザー名: %s", - "Logged in user must be a subadmin" : "ログインユーザーはサブ管理者である必要があります", - "Old user imported certificates" : "旧ユーザがインポートした証明書", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "ユーザーがインポートしたSSL証明書をチェックするバックグラウンドジョブが保留になっています。しばらくして再度確認してください。", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "ユーザーがインポートしたSSL証明書がいくつか存在しますが、Nextcloud 21ではもう使用されていません。これらの証明書は、\"occ security:certificates:import\" コマンドにより、コマンドラインでインポートすることができます。これらの証明書のデータディレクトリ内のパスは以下のとおりです。", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。", "Missing optional index \"%s\" in table \"%s\"." : "オプションのインデックス \"%s\" がテーブル \"%s\"にありません", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。", "File locking" : "ファイルロック", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "トランザクションファイルロックが無効になっているため、競合状態の問題が発生する可能性があります。これらの問題を回避するには、config.phpで \"filelocking.enabled\" を有効にします。", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript サポートを確認できませんでした。あなたのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうか、手動で確認してください。", - "MySQL unicode support" : "MySQL unicodeサポート", - "Overwrite cli URL" : "Overwrite cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "PHP %s を実行しています。PHP 8.0 は Nextcloud 27 では非推奨です。Nextcloud 28 では、少なくとも PHP 8.1 が必要になる可能性があります。PHP グループが公式にサポートする PHP のいずれかのバージョンにできるだけ早くアップグレードしてください。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB のバージョン\"%s\" が使われています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MariaDB 10.2 以降のバージョンが必要になります。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQLのバージョン \"%s\" が使用されています。Nextcloud 21以降ではこのバージョンのサポートは終了し、MySQL 8.0またはMariaDB 10.2以上が必要となります。", @@ -858,27 +853,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text はさまざまなアプリで実装できます。ここでは、どのアプリを使用するかを設定できます。", "None of your currently installed apps provide Speech-To-Text functionality" : "現在インストールされているどのアプリも音声テキスト化機能(Speech-To-Text)を提供していません。", "None of your currently installed apps provide Text processing functionality" : "現在インストールされているどのアプリも、テキスト処理機能を提供していません", - "Exclude groups from sharing" : "共有可能なグループから除外する", - "These groups will still be able to receive shares, but not to initiate them." : "このグループでは、フォルダー共有を開始することはできませんが、共有されたフォルダーを参照することはできます。", "Set default expiration date for shares" : "共有のデフォルトの有効期限を設定する", "Allow username autocompletion in share dialog and allow access to the system address book" : "共有ダイアログでユーザー名の自動補完を許可し、システムのアドレス帳へのアクセスを許可する", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "二要素認証はすべてのユーザーと特定のグループに強制することができます。設定済みの二要素プロバイダーがない場合は、システムにログインできません。", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "グループが選択または除外されている場合、ユーザーに対して二要素認証を強制するかを次のロジックで判断します: 強制するグループが未選択の場合、除外するグループのメンバーを除く全ユーザーに対して二要素認証を強制します。強制するグループが選択されている場合、強制するグループの全メンバーに対して二要素認証を強制します。両方のグループに所属するユーザーに対しては、強制するグループが優先され、二要素認証が強制されます。", - "{license}-licensed" : "{license}-に許諾されています", - "Rating: {score}/10" : "評価: {score}/10", - "Username" : "ユーザーID", - "Execute one task with each page loaded. Use case: Single user instance." : "各ページが読み込まれる度に1つのタスクを実行します。使用例: シングルユーザーのインスタンスの場合。", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.phpは、HTTP越しに5分おきにcron.phpを読み出すWebcronサービスにより登録されています。使用例: 極小なインスタンス(利用率に依存する1〜5ユーザー程度)の場合。", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php はシステムユーザー \"{user}\" で実行する必要があります。", - "Enable or disable profile by default for new users." : "新規ユーザーのプロフィールの有効・無効(デフォルト)", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "グループ \"{group}\" を削除しようとしています。ユーザーは削除されません。", + "Your biography" : "あなたのプロファイル", "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong>使用中です", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{totalSpace}</strong> (<strong>{usageRelative}</strong>) のうち<strong>{usage}</strong>を使用しています", - "Additional emails" : "その他のメールアドレス", - "Enable Profile" : "プロフィールを有効化", - "No users" : "No users", - "Loading users …" : "Loading users …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "ユーザーのリスト。このリストはパフォーマンス上の理由から完全にはレンダリングされません。ユーザはリスト内を移動するにつれてレンダリングされます。", "New user" : "新しいユーザー", "Groups (required)" : "グループ (必須)", "Set user groups" : "ユーザーグループの設定", @@ -889,39 +868,15 @@ "Set user manager" : "ユーザーマネージャーを設定", "Username will be autogenerated" : "ユーザー名は自動生成されます", "Username (required)" : "ユーザー名 (必須)", + "Loading users …" : "Loading users …", + "Username" : "ユーザーID", "User backend" : "ユーザーバックエンド", "User actions" : "ユーザーアクション", - "Loading user …" : "ユーザーを読み込む ...", - "You do not have permissions to see the details of this user" : "このユーザーの詳細を表示する権限がありません", "Add user to group" : "ユーザーをグループに追加", - "Set user as admin for" : "ユーザーを管理者に設定します", - "Select user quota" : "ユーザークオータを選択", - "Delete user" : "ユーザーを削除", - "Wipe all devices" : "すべての端末をワイプ", - "Disable user" : "ユーザーを無効", - "Enable user" : "ユーザーを有効", - "Failed to update user manager" : "ユーザーマネージャの更新に失敗しました", - "Toggle user actions menu" : "ユーザーアクションメニューを切り替える", - "User management settings" : "ユーザー管理設定", - "Show user backend" : "ユーザーバックエンドを表示", - "Send welcome email to new users" : "新規ユーザーにウェルカムメールを送る", "Name your device" : "デバイスに名前をつける", "Server error while trying to add WebAuthn device" : "WebAuthn デバイスを追加しようとしたときのサーバーエラー", - "by {author}\n{license}" : "作者 {author}\n{license}", - "User management" : "ユーザー管理", - "Active users" : "アクティブユーザー", - "Disabled users" : "無効なユーザー", - "Creating group …" : "グループを作成 ...", - "User group: {group}" : "ユーザーグループ: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "お客様のアカウントでフェデレーションが無効になっているため利用できません。不明な点がある場合は、システム管理者にお問い合わせください", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "ユーザー固有のデータをルックアップサーバーに公開することは許可されていないため、利用できません。ご不明な点がある場合は、システム管理者にお問い合わせください", - "Show to logged in users only" : "ログインしているユーザーだけに見せる", - "Nextcloud help resources" : "Nextcloud ヘルプのリソース", - "SMTP Username" : "SMTPユーザー名", - "Follow us on Twitter" : "Twitter でフォロー!", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "このチェックを実行させるには、ウェブサーバが自分自身に接続できることを確認する必要があります。したがって、少なくとも `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` または `overwrite.cli.url` で JavaScript のサポートを確認できませんでした。これはサーバ側の DNS の不一致か、アウトバウンドファイアウォールルールの結果である可能性があります。お使いのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうかを手動で確認してください。", "Active accounts" : "アクティブなアカウント", + "Follow us on Twitter" : "Twitter でフォロー!", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "このチェックを実行させるには、Webサーバーが自分自身に接続できることを確認しなければならない。そのため、少なくとも一つの `trusted_domains` または `overwrite.cli.url` を解決して接続できなければなりません。この失敗は、サーバ側のDNSの不一致やアウトバウンドファイアウォールルールの結果かもしれません。", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQLのバージョン \"%s\"が検出されました。 このバージョンのNextcloudで最高のパフォーマンス、安定性、機能性を得るには、PostgreSQL >=12および<=16を推奨します。" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/settings/l10n/ka.js b/apps/settings/l10n/ka.js index 159edfe7ddd..d918a3b36da 100644 --- a/apps/settings/l10n/ka.js +++ b/apps/settings/l10n/ka.js @@ -259,6 +259,8 @@ OC.L10N.register( "_Update_::_Update all_" : ["Update","Update all"], "Loading" : "Loading", "Type" : "Type", + "Confirm" : "Confirm", + "Cancel" : "Cancel", "Description" : "Description", "Details" : "Details", "All" : "All", @@ -344,8 +346,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}", "Unable to update server side encryption config" : "Unable to update server side encryption config", "Please confirm the group removal" : "Please confirm the group removal", - "Cancel" : "Cancel", - "Confirm" : "Confirm", "Submit" : "Submit", "Rename group" : "Rename group", "Remove group" : "Remove group", @@ -367,7 +367,6 @@ OC.L10N.register( "Error cropping profile picture" : "Error cropping profile picture", "Error saving profile picture" : "Error saving profile picture", "Error removing profile picture" : "Error removing profile picture", - "Your biography" : "Your biography", "You are a member of the following groups:" : "You are a member of the following groups:", "Your full name" : "Your full name", "Primary email for password reset and notifications" : "Primary email for password reset and notifications", @@ -512,6 +511,7 @@ OC.L10N.register( "Allow untested app" : "Allow untested app", "The app will be downloaded from the App Store" : "The app will be downloaded from the App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected.", + "Unknown" : "Unknown", "Never" : "Never", "An error occurred during the request. Unable to proceed." : "An error occurred during the request. Unable to proceed.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: This app cannot be enabled because it makes the server unstable", @@ -563,16 +563,6 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "This community release of Nextcloud is unsupported and instant notifications are unavailable.", "Use a second factor besides your password to increase security for your account." : "Use a second factor besides your password to increase security for your account.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication.", - "No user supplied" : "No user supplied", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Please provide an admin recovery password; otherwise, all user data will be lost.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend does not support password change, but the user's encryption key was updated.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "You need to set your user email before being able to send test emails. Go to %s for that.", - "Invalid user" : "Invalid user", - "Your username is: %s" : "Your username is: %s", - "Logged in user must be a subadmin" : "Logged in user must be a subadmin", - "Old user imported certificates" : "Old user imported certificates", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "File locking" : "File locking", @@ -585,27 +575,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", - "Exclude groups from sharing" : "Exclude groups from sharing", - "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", "Set default expiration date for shares" : "Set default expiration date for shares", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.", - "{license}-licensed" : "{license}-licensed", - "Rating: {score}/10" : "Rating: {score}/10", - "Username" : "Username", - "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).", - "The cron.php needs to be executed by the system user \"{user}\"." : "The cron.php needs to be executed by the system user \"{user}\".", - "Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", + "Your biography" : "Your biography", "You are using <strong>{usage}</strong>" : "You are using <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Additional emails", - "Enable Profile" : "Enable Profile", - "No users" : "No users", - "Loading users …" : "Loading users …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", "New user" : "New user", "Groups (required)" : "Groups (required)", "Set user groups" : "Set user groups", @@ -616,35 +590,13 @@ OC.L10N.register( "Set user manager" : "Set user manager", "Username will be autogenerated" : "Username will be autogenerated", "Username (required)" : "Username (required)", + "Loading users …" : "Loading users …", + "Username" : "Username", "User backend" : "User backend", "User actions" : "User actions", - "Loading user …" : "Loading user …", - "You do not have permissions to see the details of this user" : "You do not have permissions to see the details of this user", "Add user to group" : "Add user to group", - "Set user as admin for" : "Set user as admin for", - "Select user quota" : "Select user quota", - "Delete user" : "Delete user", - "Wipe all devices" : "Wipe all devices", - "Disable user" : "Disable user", - "Enable user" : "Enable user", - "Failed to update user manager" : "Failed to update user manager", - "Toggle user actions menu" : "Toggle user actions menu", - "User management settings" : "User management settings", - "Show user backend" : "Show user backend", - "Send welcome email to new users" : "Send welcome email to new users", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", - "by {author}\n{license}" : "by {author}\n{license}", - "User management" : "User management", - "Active users" : "Active users", - "Disabled users" : "Disabled users", - "Creating group …" : "Creating group …", - "User group: {group}" : "User group: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions", - "Show to logged in users only" : "Show to logged in users only", - "Nextcloud help resources" : "Nextcloud help resources", - "SMTP Username" : "SMTP Username", "Follow us on Twitter" : "Follow us on Twitter" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/settings/l10n/ka.json b/apps/settings/l10n/ka.json index 4e3f16d032b..cc80838a8a2 100644 --- a/apps/settings/l10n/ka.json +++ b/apps/settings/l10n/ka.json @@ -257,6 +257,8 @@ "_Update_::_Update all_" : ["Update","Update all"], "Loading" : "Loading", "Type" : "Type", + "Confirm" : "Confirm", + "Cancel" : "Cancel", "Description" : "Description", "Details" : "Details", "All" : "All", @@ -342,8 +344,6 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}", "Unable to update server side encryption config" : "Unable to update server side encryption config", "Please confirm the group removal" : "Please confirm the group removal", - "Cancel" : "Cancel", - "Confirm" : "Confirm", "Submit" : "Submit", "Rename group" : "Rename group", "Remove group" : "Remove group", @@ -365,7 +365,6 @@ "Error cropping profile picture" : "Error cropping profile picture", "Error saving profile picture" : "Error saving profile picture", "Error removing profile picture" : "Error removing profile picture", - "Your biography" : "Your biography", "You are a member of the following groups:" : "You are a member of the following groups:", "Your full name" : "Your full name", "Primary email for password reset and notifications" : "Primary email for password reset and notifications", @@ -510,6 +509,7 @@ "Allow untested app" : "Allow untested app", "The app will be downloaded from the App Store" : "The app will be downloaded from the App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected.", + "Unknown" : "Unknown", "Never" : "Never", "An error occurred during the request. Unable to proceed." : "An error occurred during the request. Unable to proceed.", "Error: This app cannot be enabled because it makes the server unstable" : "Error: This app cannot be enabled because it makes the server unstable", @@ -561,16 +561,6 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "This community release of Nextcloud is unsupported and instant notifications are unavailable.", "Use a second factor besides your password to increase security for your account." : "Use a second factor besides your password to increase security for your account.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication.", - "No user supplied" : "No user supplied", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Please provide an admin recovery password; otherwise, all user data will be lost.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend does not support password change, but the user's encryption key was updated.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "You need to set your user email before being able to send test emails. Go to %s for that.", - "Invalid user" : "Invalid user", - "Your username is: %s" : "Your username is: %s", - "Logged in user must be a subadmin" : "Logged in user must be a subadmin", - "Old user imported certificates" : "Old user imported certificates", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", "File locking" : "File locking", @@ -583,27 +573,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.", "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality", "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality", - "Exclude groups from sharing" : "Exclude groups from sharing", - "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", "Set default expiration date for shares" : "Set default expiration date for shares", "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.", - "{license}-licensed" : "{license}-licensed", - "Rating: {score}/10" : "Rating: {score}/10", - "Username" : "Username", - "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).", - "The cron.php needs to be executed by the system user \"{user}\"." : "The cron.php needs to be executed by the system user \"{user}\".", - "Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", + "Your biography" : "Your biography", "You are using <strong>{usage}</strong>" : "You are using <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Additional emails", - "Enable Profile" : "Enable Profile", - "No users" : "No users", - "Loading users …" : "Loading users …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", "New user" : "New user", "Groups (required)" : "Groups (required)", "Set user groups" : "Set user groups", @@ -614,35 +588,13 @@ "Set user manager" : "Set user manager", "Username will be autogenerated" : "Username will be autogenerated", "Username (required)" : "Username (required)", + "Loading users …" : "Loading users …", + "Username" : "Username", "User backend" : "User backend", "User actions" : "User actions", - "Loading user …" : "Loading user …", - "You do not have permissions to see the details of this user" : "You do not have permissions to see the details of this user", "Add user to group" : "Add user to group", - "Set user as admin for" : "Set user as admin for", - "Select user quota" : "Select user quota", - "Delete user" : "Delete user", - "Wipe all devices" : "Wipe all devices", - "Disable user" : "Disable user", - "Enable user" : "Enable user", - "Failed to update user manager" : "Failed to update user manager", - "Toggle user actions menu" : "Toggle user actions menu", - "User management settings" : "User management settings", - "Show user backend" : "Show user backend", - "Send welcome email to new users" : "Send welcome email to new users", "Name your device" : "Name your device", "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", - "by {author}\n{license}" : "by {author}\n{license}", - "User management" : "User management", - "Active users" : "Active users", - "Disabled users" : "Disabled users", - "Creating group …" : "Creating group …", - "User group: {group}" : "User group: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions", - "Show to logged in users only" : "Show to logged in users only", - "Nextcloud help resources" : "Nextcloud help resources", - "SMTP Username" : "SMTP Username", "Follow us on Twitter" : "Follow us on Twitter" },"pluralForm" :"nplurals=2; plural=(n!=1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/ka_GE.js b/apps/settings/l10n/ka_GE.js index e3fd8ea7b52..bf3dcf5ae67 100644 --- a/apps/settings/l10n/ka_GE.js +++ b/apps/settings/l10n/ka_GE.js @@ -106,6 +106,9 @@ OC.L10N.register( "No apps found for your version" : "აპლიკაციები თქვენი ვერსიისთვის ვერ იქნა ნაპოვნი", "Daemon" : "დაემონი", "Display Name" : "დისპლეი სახელი", + "Learn more" : "შეიტყვეთ მეტი", + "Confirm" : "დადასტურება", + "Cancel" : "უარყოფა", "Description" : "აღწერილობა", "Details" : "დეტალები", "All" : "ყველა", @@ -149,8 +152,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "ეს ბოლო გაფრთხილებაა: ნამდვილად გსურთ შიფრაციის ამოქმედება?", "No encryption module loaded, please enable an encryption module in the app menu." : "შიფრაციის მოდული არაა ჩატვირთული, გთხოვთ აამოქმედოთ ის აპლიკაციის მენიუდან. ", "Select default encryption module:" : "აირჩიეთ შიფრაციის საწყისი მოდული:", - "Cancel" : "უარყოფა", - "Confirm" : "დადასტურება", "Submit" : "გაგზავნა", "Current password" : "მიმდინარე პაროლი", "New password" : "ახალი პაროლი", @@ -198,6 +199,7 @@ OC.L10N.register( "App bundles" : "აპლიკაციის შეკვრები", "Hide" : "დამალვა", "Disable" : "გამორთვა", + "Unknown" : "უცნობია", "Never" : "არასდროს", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "აპლიკაცია ამოქმედდა, თუმცა საჭიროებს განახლებას. 5 წამში გადამისამართდებით განახლების გვერდზე.", "Error" : "შეცდომა", @@ -221,18 +223,8 @@ OC.L10N.register( "Like our Facebook page" : "მოიწონეთ ჩვენი Facebook გვერდი", "Check out our blog" : "იხილეთ ჩვენი ბლოგი", "Subscribe to our newsletter" : "გამოიწერეთ ჩვენი სიახლეები", - "No user supplied" : "მომხმარებელი არ იქნა მოწოდებული", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "გთხოვთ მოგვაწოდოთ ადმინისტრატორის აღდგენის პაროლი; სხვა შემთხვევაში ყველა მონაცემი დაიკარგება.", - "Invalid user" : "არასწორი მომხმარებელი", - "Your username is: %s" : "თქვენი მომხმარებლის სახელია: %s", - "Logged in user must be a subadmin" : "ავტორიზირებული მომხმარებელი უნდა იყოს ქვე-ადმინისტრატორი", - "Exclude groups from sharing" : "აკრძალეთ ჯგუფების გაზიარება", - "These groups will still be able to receive shares, but not to initiate them." : "ეს ჯგუფები ისევ მიიღებენ გაზიარებებს, მაგრამ ვერ წამოიწყებენ მათ.", "Username" : "მომხმარებლის სახელი", "User backend" : "მომხმარებელის ბექენდი", - "Show user backend" : "მომხმარებლის ბექენდის ჩვენება", - "Active users" : "აქტიური მომხმარებლები", - "SMTP Username" : "SMTP მოხმარებლის სახელი", "Follow us on Twitter" : "გამოგვყევით Twitter-ზე" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/settings/l10n/ka_GE.json b/apps/settings/l10n/ka_GE.json index 6dff7b41dba..8a68c295c75 100644 --- a/apps/settings/l10n/ka_GE.json +++ b/apps/settings/l10n/ka_GE.json @@ -104,6 +104,9 @@ "No apps found for your version" : "აპლიკაციები თქვენი ვერსიისთვის ვერ იქნა ნაპოვნი", "Daemon" : "დაემონი", "Display Name" : "დისპლეი სახელი", + "Learn more" : "შეიტყვეთ მეტი", + "Confirm" : "დადასტურება", + "Cancel" : "უარყოფა", "Description" : "აღწერილობა", "Details" : "დეტალები", "All" : "ყველა", @@ -147,8 +150,6 @@ "This is the final warning: Do you really want to enable encryption?" : "ეს ბოლო გაფრთხილებაა: ნამდვილად გსურთ შიფრაციის ამოქმედება?", "No encryption module loaded, please enable an encryption module in the app menu." : "შიფრაციის მოდული არაა ჩატვირთული, გთხოვთ აამოქმედოთ ის აპლიკაციის მენიუდან. ", "Select default encryption module:" : "აირჩიეთ შიფრაციის საწყისი მოდული:", - "Cancel" : "უარყოფა", - "Confirm" : "დადასტურება", "Submit" : "გაგზავნა", "Current password" : "მიმდინარე პაროლი", "New password" : "ახალი პაროლი", @@ -196,6 +197,7 @@ "App bundles" : "აპლიკაციის შეკვრები", "Hide" : "დამალვა", "Disable" : "გამორთვა", + "Unknown" : "უცნობია", "Never" : "არასდროს", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "აპლიკაცია ამოქმედდა, თუმცა საჭიროებს განახლებას. 5 წამში გადამისამართდებით განახლების გვერდზე.", "Error" : "შეცდომა", @@ -219,18 +221,8 @@ "Like our Facebook page" : "მოიწონეთ ჩვენი Facebook გვერდი", "Check out our blog" : "იხილეთ ჩვენი ბლოგი", "Subscribe to our newsletter" : "გამოიწერეთ ჩვენი სიახლეები", - "No user supplied" : "მომხმარებელი არ იქნა მოწოდებული", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "გთხოვთ მოგვაწოდოთ ადმინისტრატორის აღდგენის პაროლი; სხვა შემთხვევაში ყველა მონაცემი დაიკარგება.", - "Invalid user" : "არასწორი მომხმარებელი", - "Your username is: %s" : "თქვენი მომხმარებლის სახელია: %s", - "Logged in user must be a subadmin" : "ავტორიზირებული მომხმარებელი უნდა იყოს ქვე-ადმინისტრატორი", - "Exclude groups from sharing" : "აკრძალეთ ჯგუფების გაზიარება", - "These groups will still be able to receive shares, but not to initiate them." : "ეს ჯგუფები ისევ მიიღებენ გაზიარებებს, მაგრამ ვერ წამოიწყებენ მათ.", "Username" : "მომხმარებლის სახელი", "User backend" : "მომხმარებელის ბექენდი", - "Show user backend" : "მომხმარებლის ბექენდის ჩვენება", - "Active users" : "აქტიური მომხმარებლები", - "SMTP Username" : "SMTP მოხმარებლის სახელი", "Follow us on Twitter" : "გამოგვყევით Twitter-ზე" },"pluralForm" :"nplurals=2; plural=(n!=1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 9479dd1d874..ad4427f47c4 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -56,6 +56,7 @@ OC.L10N.register( "Wrong password" : "잘못된 암호", "Unable to change personal password" : "개인 패스워드를 변경할 수 없음", "Saved" : "저장됨", + "No Login supplied" : "로그인 정보 없음", "Unable to change password. Password too long." : "패스워드를 변경할 수 없음. 패스워드가 너무 긺.", "Authentication error" : "인증 오류", "Please provide an admin recovery password; otherwise, all account data will be lost." : "관리자 복구 암호를 입력하십시오. 그렇지 않으면 모든 계정 데이터가 초기화됩니다.", @@ -71,6 +72,7 @@ OC.L10N.register( "Email could not be sent. Check your mail server log" : "이메일을 보낼 수 없습니다. 메일 서버 로그를 확인하십시오.", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "이메일을 보내는 중 오류가 발생했습니다. 설정을 확인하십시오.(오류: %s)", "You need to set your account email before being able to send test emails. Go to %s for that." : "이메일 발송 테스트를 진행하기 앞서 계정 이메일을 설정해야 합니다. 설정을 위해 %s(으)로 가십시오.", + "Recently active" : "최근 활동함", "Disabled accounts" : "비활성화된 계정", "Invalid account" : "잘못된 계정", "Invalid mail address" : "잘못된 이메일 주소", @@ -119,9 +121,20 @@ OC.L10N.register( "Personal info" : "개인 정보", "Mobile & desktop" : "모바일 & 데스크톱", "Email server" : "이메일 서버", + "Mail Providers" : "메일 제공자", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "메일 제공자는 사용자의 개인 이메일 계정을 통해 이메일을 직접 보낼 수 있도록 합니다. 현재 이 기능은 달력 초대에만 가능합니다. Nextcloud 메일 4.1이 필요하며, Nextcloud에 등록된 사용자의 이메일 주소와 일치하는 이메일 계정이 Nextcloud 메일에 있어야 합니다.", + "Send emails using" : "다음을 사용하여 이메일 보내기", + "User's email account" : "사용자 이메일 계정", + "System email account" : "시스템 이메일 계정", + "Security & setup checks" : "보안 & 설정 검사", "Background jobs" : "배경 작업", "Unlimited" : "무제한", "Verifying" : "검사", + "Allowed admin IP ranges" : "허용된 관리자 IP 범위", + "Admin IP filtering isn’t applied." : "관리자 IP 필터링이 적용되지 않습니다.", + "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "\"%1$s\" 설정 키에는 배열(%2$s 발견)이 필요합니다. 관리자 IP 범위 검사가 적용되지 않습니다.", + "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "\"%1$s\" 설정 키에 잘못된 IP 범위(들이)가 있습니다: \"%2$s\"", + "Admin IP filtering is correctly configured." : "관리자 IP 필터링이 올바르게 설정되었습니다.", "App directories owner" : "앱 디렉토리 소유자", "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "일부 앱 디렉토리를 웹 서버가 아닌 다른 사용자가 소유하고 있습니다. 앱을 수동으로 설치한 경우에 발생할 수 있습니다. 다음 앱 디렉토리의 사용 권한을 확인하십시오: %s", "App directories have the correct owner \"%s\"" : "앱 디렉토리가 소유자 \"%s\"이(가) 올바릅니다", @@ -129,6 +142,7 @@ OC.L10N.register( "Your remote address could not be determined." : "원격 주소가 지정되지 않았습니다", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "당신의 원격지 주소는 \"%s\"(으)로 식별되며, 현재 무차별 대입 공격 방어를 위해 여러 요청의 성능을 저하시켰습니다. 위 원격지 주소가 당신의 주소가 아니라면, 프록시 설정이 제대로 되지 않았음을 나타냅니다.", "Your remote address \"%s\" is not brute-force throttled." : "원격지 주소 \"%s\"은(는) 무차별 대입 공격 쓰로틀링이 작동되지 않았습니다.", + "Old administration imported certificates" : "과거 관리자가 인증서를 가져왔습니다", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "관리자가 불러온 SSL 인증서를 확인하는 백그라운드 작업이 진행중입니다. 나중에 다시 확인하십시오.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "현재 관리자가 불러온 SSL 인증서 중 Nextcloud 21과 함께 사용할 수 없는 것이 있습니다. 이러한 인증서는 커맨드라인 명령어 \"occ security:certificates:import\"로 불러올 수 있습니다. 데이터 디렉토리 내부에 있는 해당 인증서의 경로가 아래에 표시됩니다.", "Code integrity" : "코드 무결성", @@ -148,9 +162,12 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "표 \"%s\"의 optional column \"%s\"이(가) 사라졌습니다", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "데이터베이스에 일부 선택적 열이 누락되었습니다. 큰 테이블에 열을 추가하는 데 시간이 걸릴 수 있기 때문에 선택 사항일 수 있는 열이 자동으로 추가되지 않았습니다. 명령행에서 \"occ db:add-missing-columns\"를 실행하면 누락된 열을 인스턴스를 실행되는 동안 수동으로 추가할 수 있습니다. 열이 추가되면 일부 기능의 응답성이나 사용성이 향상될 수 있습니다.", "Database missing indices" : "데이터베이스의 색인이 사라졌습니다", + "Missing indices:" : "빠진 인덱스:", + "Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them. " : "일부 선택적 인덱스가 빠진 것을 감지했습니다. 데이터베이스 성능을 향상하기 위해 때때로 (Nextcloud나 설치된 앱을 통해) 새로운 인덱스가 추가됩니다. 인덱스 추가는 가끔 시간이 걸려 일시적으로 성능을 저하시킬 수 있기 때문에 자동으로 업데이트 중에 실행되지 않습니다. 인덱스가 추가되면 그 테이블에 질의하는 것이 빨라집니다. `occ db:add-missing-indices` 명령을 사용해 추가하세요.", "Database missing primary keys" : "데이터베이스의 기본 키가 사라졌습니다", "Missing primary key on table \"%s\"." : "표 \"%s\"의 기본키가 사라졌습니다", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "데이터베이스에 일부 기본 키가 누락되었습니다. 큰 테이블에 기본 키를 추가하는 데 시간이 걸릴 수 있기 때문에 자동으로 추가되지 않았습니다. 명령행에서 \"occ db:add-missing-primary-keys\"를 실행하면 인스턴스가 계속 실행되는 동안 누락된 기본 키를 수동으로 추가할 수 있습니다.", + "Database pending bigint migrations" : "bigint 마이그레이션 보류중인 데이터베이스", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "일부 데이터베이스 열이 big int로 변환되지 않았습니다. 큰 테이블의 열 형식을 변환하는 데 시간이 걸리기 때문에 자동으로 변환하지 않았습니다. 명령행에서 \"occ db:convert-filecache-bigint\" 명령을 실행하여 변경 사항을 직접 적용할 수 있습니다. 이 작업은 인스턴스를 오프라인으로 전환하고 실행해야 합니다. 더 많은 정보를 보려면 이에 관한 문서 페이지 ↗ 를 참조하십시오.", "Debug mode" : "디버그 모드", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "이 인스턴스는 디버그 모드에서 작동 중입니다. 프로덕션 환경이 아닌 로컬 개발을 위해서만 활성화 하세요.", @@ -160,6 +177,8 @@ OC.L10N.register( "Email test" : "이메일 시험", "Email test was successfully sent" : "시험 이메일이 성공적으로 전송됨", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "이메일 서버 설정이 입력되지 않았거나 검증되지 않았습니다. \"기본 설정\"으로 이동해 설정을 완료하십시오. 서버 정보를 입력한 후 양식 아래 \"이메일 발송\" 버튼을 눌러 설정을 검증하십시오.", + "Transactional File Locking" : "트랜잭션 파일 잠금", + "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "트랜잭션 파일 잠금이 비활성화 되었습니다. 이 설정은 지원되지 않습니다. 때문에 파일 손상 등의 문제를 차단하는 데 어려움이 생길 수 있습니다. 이 문제를 방지하려면 `config.php`에서 `'filelocking.enabled' => false` 설정 항목을 제거하세요.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "데이터베이스가 트랜잭션 파일 잠금에 사용됩니다. 성능을 향상하려면, 가능한 경우 memcache를 설정하십시오.", "Forwarded for headers" : "헤더에 전달됨", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "\"trusted_proxies\" 설정이 바르지 않습니다. 배열(array) 형식으로 설정해야 합니다.", @@ -168,11 +187,18 @@ OC.L10N.register( "Your IP address was resolved as %s" : "IP 주소가 %s(으)로 resolve 됨", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 그렇지 않다면, 이는 보안 문제이며 공격자가 Nextcloud 상에서 IP 주소를 스푸핑할 수 있습니다. ", "HTTPS access and URLs" : "HTTPS 접근 및 URL", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "HTTP를 통해 사이트에 안전하지 않게 액세스하고 있습니다. HTTPS를 필수적으로 사용하도록 서버를 설정할 것을 강력히 권장합니다. 그렇지 않으면 \"클립보드에 복사\" 또는 \"서비스 워커\"와 같은 중요한 웹 기능이 작동하지 않습니다!", + "Accessing site insecurely via HTTP." : "HTTP를 통해 안전하지 않게 사이트에 접근합니다.", + "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "당신의 인스턴스에 안전하게 연결되어 액세스하고 있지만, 인스턴스가 안전하지 않은 URL을 생성합니다. 이는 당신의 인스턴스가 역방향 프록시 뒤에 있고 Nextcloud `overwrite*` 설정이 올바르게 되지 않았기 때문일 수 있습니다.", + "Your instance is generating insecure URLs. If you access your instance over HTTPS, this likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "당신의 인스턴스가 안전하지 않은 URL를 생성합니다. HTTPS를 통해 액세스했다면, 이는 당신의 인스턴스가 역방향 프록시 뒤에 있고 Nextcloud `overwrite*` 설정이 올바르게 되지 않았기 때문일 수 있습니다.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "당신의 인스턴스에 안전하게 연결되어 액세스하고 있고, 인스턴스가 안전한 URL을 생성합니다.", "Internet connectivity" : "인터넷 연결", "Internet connectivity is disabled in configuration file." : "인터넷 연결이 설정 파일에서 비활성화 되었습니다", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "서버가 인터넷에 연결되지 않아 다수의 종단점에 도달할 수 없습니다. 이로 인해 외부 저장소 마운트, 서드파티 앱 업데이트와 설치에 대한 알림 수신 등의 기능을 사용할 수 없을 것입니다. 원격 파일 접근과 알림 이메일 전송 또한 작동하지 않을 것입니다. 서버를 인터넷과 연결하여 모든 기능을 사용하십시오.", "JavaScript modules support" : "JavaScript 모듈 지원", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript 지원 여부를 확인할 수 없습니다. 이 웹 서버가 JavaScript MIME 타입을 통해 `.mjs` 파일을 제공하는지를 수동으로 확인하거나 해결하십시오.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "이 웹 서버는 JavaScript MIME 타입을 활용해 `.mjs` 파일을 제공하지 않습니다. 브라우저에서 JavaScript 파일을 실행할 수 없으므로, 일부 앱이 정상적으로 작동하지 않을 것입니다. 웹 서버가 `text/javascript` 및 `application/javascript` MIME 타입을 활용하여 `.mjs` 파일을 제공하도록 설정하십시오.", + "JavaScript source map support" : "JavaScript 소스 맵 지원", "Old server-side-encryption" : "구식 서버 측 암호화", "Disabled" : "비활성화됨", "The old server-side-encryption format is enabled. We recommend disabling this." : "구형 포맷의 서버 측 암호화가 활성화된 상태입니다. 이를 비활성화 하는 것을 권장합니다.", @@ -356,6 +382,9 @@ OC.L10N.register( "Display Name" : "표시 이름", "GPUs support" : "GPU 지원<br>", "Compute device" : "컴퓨팅 장치", + "Learn more" : "자세히 알아보기", + "Confirm" : "확인", + "Cancel" : "취소", "Description" : "설명", "Details" : "자세히", "All" : "모두", @@ -451,8 +480,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "서버 측 암호화 설정을 갱신할 수 없음", "Please confirm the group removal" : "그룹 지우기를 확인해 주십시오", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "그룹 \"{group}\"을(를) 지우려고 합니다. 그룹의 계정은 삭제되지 않습니다.", - "Cancel" : "취소", - "Confirm" : "확인", "Submit" : "제출", "Rename group" : "그룹 이름 바꾸기", "Remove group" : "그룹 지우기", @@ -474,7 +501,6 @@ OC.L10N.register( "Error cropping profile picture" : "프로필 사진을 자르는 중 오류 발생", "Error saving profile picture" : "프로필 사진 저장 중 오류 발생", "Error removing profile picture" : "프로필 사진 삭제 중 오류 발생", - "Your biography" : "내 소개문구", "Enter your date of birth" : "생일을 입력하세요", "Unable to update date of birth" : "생일 변경 실패", "You are a member of the following groups:" : "당신은 다음 그룹의 멤버입니다:", @@ -636,13 +662,13 @@ OC.L10N.register( "Show to everyone" : "전체 공개", "Show to logged in accounts only" : "로그인된 계정에 공개", "Hide" : "비공개", - "manual-install apps cannot be updated" : "수동 설치 앱은 업데이트 할 수 없음", "Deploy and Enable" : "배포 및 활성화", "Download and enable" : "다운로드 및 사용", "Disable" : "사용 안함", "Allow untested app" : "확인되지 않은 앱 허용", "The app will be downloaded from the App Store" : "이 앱이 앱 스토어에서 다운로드됩니다.", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "이 앱은 현재 Nextcloud 버젼과 호환되지 않습니다. 이 앱을 설치하면, 제대로 작동하지 않을 수 있습니다.", + "Unknown" : "알 수 없음", "Never" : "하지 않음", "Could not register device: Network error" : "기기를 등록할 수 없음: 네트워크 오류", "Could not register device: Probably already registered" : "기기를 등록할 수 없음: 이미 등록된 기기인 것 같습니다", @@ -698,23 +724,10 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "이 Nextcloud 커뮤니티 릴리즈는 지원되지 않으며 즉각적인 알림을 사용할 수 없습니다.", "Use a second factor besides your password to increase security for your account." : "사용자의 계정을 더욱 안전하게 보호하기 위해 암호와 함께 2단계 인증을 사용하세요.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Nextcloud에 연결하기 위해 서드파티 애플리케이션을 사용할 경우 2차 인증을 활성화하기 앞서 각 애플리케이션에 대한 앱 암호를 생성, 설정하십시오.", - "No user supplied" : "사용자가 지정되지 않음", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "관리자 복구 암호를 입력하십시오. 그렇지 않으면 모든 사용자 데이이터가 초기화됩니다다.", - "Backend does not support password change, but the user's encryption key was updated." : "백엔드에서 암호 변경을 지원하지 않지만 사용자의 암호화 키는 업데이트되었습니다.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "이메일 발송 테스트를 진행하기 앞서 당신의 사용자 이메일을 설정해야 합니다. 설정을 위해 %s(으)로 가십시오.", - "Invalid user" : "잘못된 사용자", - "Your username is: %s" : "사용자 이름: %s", - "Logged in user must be a subadmin" : "로그인한 사용자는 부관리자여야 합니다.", - "Old user imported certificates" : "과거 사용자가 인증서를 가져왔습니다", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "사용자가 불러온 SSL 인증서를 확인하는 백그라운드 작업이 진행중입니다. 나중에 다시 확인하십시오.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "현재 사용자가 불러온 SSL 인증서 중 Nextcloud 21과 함께 사용할 수 없는 것이 있습니다. 이러한 인증서는 커맨드라인 명령어 \"occ security:certificates:import\"로 불러올 수 있습니다. 데이터 디렉토리 내부에 있는 해당 인증서의 경로가 아래에 표시됩니다.", "Missing optional index \"%s\" in table \"%s\"." : "표 \"%s\"의 optional index \"%s\"이(가) 사라졌습니다", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.", "File locking" : "파일 잠금", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 방지하십시오.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript 지원 여부를 확인할 수 없습니다. 이 웹 서버가 JacaScript MIME 타입을 통해 `.mjs` 파일을 제공할 경우 수동으로 이를 확인하십시오.", - "MySQL unicode support" : "MySQL 유니코드 지원", - "Overwrite cli URL" : "CLI URL 덮어쓰기", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "현재 PHP %s이(가) 동작 중입니다. Nextcloud 27에서 PHP 8.0의 지원이 중단되었습니다. Nextcloud 28은 최소 PHP 8.1이 요구됩니다. 가능한 빨리 PHP Group에서 제공하는 공식 지원 PHP 버전으로 업그레이드 하십시오.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "현재 MariaDB \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MariaDB 10.2 이상을 사용하십시오.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "현재 MySQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MySQL 8.0 혹은 MariaDB 10.2 이상을 사용하십시오.", @@ -723,27 +736,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "음성인식 기능을 채용한 앱이 이곳에 표시됩니다. 음성인식 기능을 사용할 앱을 선택하십시오. ", "None of your currently installed apps provide Speech-To-Text functionality" : "현재 설치된 앱 중 음성인식 기능을 제공하는 것이 없습니다", "None of your currently installed apps provide Text processing functionality" : "현재 설치된 앱 중 문장처리 기술을 제공하는 것이 없습니다", - "Exclude groups from sharing" : "공유에서 그룹 제외", - "These groups will still be able to receive shares, but not to initiate them." : "이 그룹의 사용자들은 다른 사용자가 공유한 파일을 받을 수는 있지만, 자기 파일을 공유할 수는 없습니다.", "Set default expiration date for shares" : "공유에 대한 기본 만료 날짜 설정", "Allow username autocompletion in share dialog and allow access to the system address book" : "공유 대화창에서 시스템 주소록에 있는 사용자 이름을 자동으로 채울 수 있도록 허용", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "2단계 인증을 모든 사용자 또는 특정 그룹에 강제할 수 있습니다. 만약 대상자가 2단계 인증 공급자를 설정하지 않았다면, 대상자는 시스템에 접근할 수 없게 될 것입니다.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "그룹을 선택 또는 제외할 때, 이들의 2단계 인증 강제 여부는 다음과 같은 로직을 따릅니다: 만약 2단계 인증이 강제되었고, 아무런 그룹이 선택되지 않았다면 제외된 그룹의 멤버를 제외하고 모든 사용자에게 2단계 인증이 강제됩니다. 만약 그룹이 선택되었다면 그룹 안의 모든 멤버에게 2단계 인증이 강제됩니다. 만약 사용자가 선택된 그룹과 제외된 그룹에 동시에 속해 있다면, 선택된 그룹이 우선되며 2단계 인증이 강제됩니다.", - "{license}-licensed" : "{license} 라이선스", - "Rating: {score}/10" : "점수: {score}/10", - "Username" : "사용자 이름", - "Execute one task with each page loaded. Use case: Single user instance." : "페이지를 로드할 때마다 작업을 실행합니다. 사용자가 한 명인 인스턴스에 적합합니다.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php를 webcron 서비스에 등록하여 매 5분마다 HTTP 상에서 실행합니다. 사용자가 1~5명인 소규모 인스턴스에 적합합니다.", - "The cron.php needs to be executed by the system user \"{user}\"." : "시스템 사용자 \"{user}\"(으)로 cron.php를 실행해야 합니다.", - "Enable or disable profile by default for new users." : "신규 사용자에 대한 프로필 기본 사용 여부를 설정하십시오.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "그룹 \"{group}\"을(를) 지우려고 합니다. 그룹의 사용자는 삭제되지 않습니다.", + "Your biography" : "내 소개문구", "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong>를 사용하고 있습니다.", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "전체 <strong>{totalSpace}</strong> 중 <strong>{usage}</strong>(<strong>{usageRelative}%</strong>)를 사용하고 있습니다.", - "Additional emails" : "추가 이메일", - "Enable Profile" : "프로필 활성화", - "No users" : "사용자 없음", - "Loading users …" : "사용자 불러오는 중 ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "사용자 목록입니다. 이 목록은 성능을 위해 완전히 처리되지 않았습니다. 목록을 계속 탐색하면 남은 목록이 자동으로 처리됩니다.", "New user" : "새 사용자", "Groups (required)" : "그룹 (필수)", "Set user groups" : "사용자 그룹 설정", @@ -753,35 +750,14 @@ OC.L10N.register( "Set user manager" : "사용자 담당 관리자 지정", "Username will be autogenerated" : "사용자 이름이 자동으로 생성됩니다", "Username (required)" : "사용자 이름 (필수)", + "Loading users …" : "사용자 불러오는 중 ...", + "Username" : "사용자 이름", "User backend" : "사용자 백엔드", "User actions" : "사용자 동작", - "Loading user …" : "사용자 불러오는 중 ...", - "You do not have permissions to see the details of this user" : "사용자의 상세정보를 볼 권한이 없습니다.", "Add user to group" : "사용자를 그룹에 추가", - "Set user as admin for" : "사용자를 다음에 대한 관리자로 설정", - "Select user quota" : "사용자 할당량 선택", - "Delete user" : "사용자 지우기", - "Wipe all devices" : "모든 기기 지우기", - "Disable user" : "사용자 비활성화하기", - "Enable user" : "사용자 활성화하기", - "Failed to update user manager" : "사용자 담당 관리자를 지정할 수 없음", - "Toggle user actions menu" : "사용자 동작 메뉴 켜고 끄기", - "User management settings" : "사용자 관리 설정", - "Show user backend" : "사용자 백엔드 보이기", - "Send welcome email to new users" : "새 사용자에게 환영 이메일 보내기", "Name your device" : "장치 이름 설정", "Server error while trying to add WebAuthn device" : "WebAuthn 기기 추가 시도 중 서버 오류 발생", - "by {author}\n{license}" : "{author} 님이 작성\n{license}", - "User management" : "사용자 관리", - "Active users" : "활성 사용자", - "Disabled users" : "비활성화된 사용자", - "Creating group …" : "그룹 생성 ...", - "User group: {group}" : "사용자 그룹: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "계정에서 연합이 비활성화되어 현재 사용할 수 없는 상태입니다. 시스템 관리자에게 문의하십시오", - "Show to logged in users only" : "로그인된 사용자에게 공개", - "Nextcloud help resources" : "Nextcloud 도움말 자원", - "SMTP Username" : "SMTP 사용자 이름", - "Follow us on Twitter" : "트위터에서 팔로하기", - "Active accounts" : "활성화된 계정" + "Active accounts" : "활성화된 계정", + "Follow us on Twitter" : "트위터에서 팔로하기" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/ko.json b/apps/settings/l10n/ko.json index e8be13e5972..40f25ff8025 100644 --- a/apps/settings/l10n/ko.json +++ b/apps/settings/l10n/ko.json @@ -54,6 +54,7 @@ "Wrong password" : "잘못된 암호", "Unable to change personal password" : "개인 패스워드를 변경할 수 없음", "Saved" : "저장됨", + "No Login supplied" : "로그인 정보 없음", "Unable to change password. Password too long." : "패스워드를 변경할 수 없음. 패스워드가 너무 긺.", "Authentication error" : "인증 오류", "Please provide an admin recovery password; otherwise, all account data will be lost." : "관리자 복구 암호를 입력하십시오. 그렇지 않으면 모든 계정 데이터가 초기화됩니다.", @@ -69,6 +70,7 @@ "Email could not be sent. Check your mail server log" : "이메일을 보낼 수 없습니다. 메일 서버 로그를 확인하십시오.", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "이메일을 보내는 중 오류가 발생했습니다. 설정을 확인하십시오.(오류: %s)", "You need to set your account email before being able to send test emails. Go to %s for that." : "이메일 발송 테스트를 진행하기 앞서 계정 이메일을 설정해야 합니다. 설정을 위해 %s(으)로 가십시오.", + "Recently active" : "최근 활동함", "Disabled accounts" : "비활성화된 계정", "Invalid account" : "잘못된 계정", "Invalid mail address" : "잘못된 이메일 주소", @@ -117,9 +119,20 @@ "Personal info" : "개인 정보", "Mobile & desktop" : "모바일 & 데스크톱", "Email server" : "이메일 서버", + "Mail Providers" : "메일 제공자", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "메일 제공자는 사용자의 개인 이메일 계정을 통해 이메일을 직접 보낼 수 있도록 합니다. 현재 이 기능은 달력 초대에만 가능합니다. Nextcloud 메일 4.1이 필요하며, Nextcloud에 등록된 사용자의 이메일 주소와 일치하는 이메일 계정이 Nextcloud 메일에 있어야 합니다.", + "Send emails using" : "다음을 사용하여 이메일 보내기", + "User's email account" : "사용자 이메일 계정", + "System email account" : "시스템 이메일 계정", + "Security & setup checks" : "보안 & 설정 검사", "Background jobs" : "배경 작업", "Unlimited" : "무제한", "Verifying" : "검사", + "Allowed admin IP ranges" : "허용된 관리자 IP 범위", + "Admin IP filtering isn’t applied." : "관리자 IP 필터링이 적용되지 않습니다.", + "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "\"%1$s\" 설정 키에는 배열(%2$s 발견)이 필요합니다. 관리자 IP 범위 검사가 적용되지 않습니다.", + "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "\"%1$s\" 설정 키에 잘못된 IP 범위(들이)가 있습니다: \"%2$s\"", + "Admin IP filtering is correctly configured." : "관리자 IP 필터링이 올바르게 설정되었습니다.", "App directories owner" : "앱 디렉토리 소유자", "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "일부 앱 디렉토리를 웹 서버가 아닌 다른 사용자가 소유하고 있습니다. 앱을 수동으로 설치한 경우에 발생할 수 있습니다. 다음 앱 디렉토리의 사용 권한을 확인하십시오: %s", "App directories have the correct owner \"%s\"" : "앱 디렉토리가 소유자 \"%s\"이(가) 올바릅니다", @@ -127,6 +140,7 @@ "Your remote address could not be determined." : "원격 주소가 지정되지 않았습니다", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "당신의 원격지 주소는 \"%s\"(으)로 식별되며, 현재 무차별 대입 공격 방어를 위해 여러 요청의 성능을 저하시켰습니다. 위 원격지 주소가 당신의 주소가 아니라면, 프록시 설정이 제대로 되지 않았음을 나타냅니다.", "Your remote address \"%s\" is not brute-force throttled." : "원격지 주소 \"%s\"은(는) 무차별 대입 공격 쓰로틀링이 작동되지 않았습니다.", + "Old administration imported certificates" : "과거 관리자가 인증서를 가져왔습니다", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "관리자가 불러온 SSL 인증서를 확인하는 백그라운드 작업이 진행중입니다. 나중에 다시 확인하십시오.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "현재 관리자가 불러온 SSL 인증서 중 Nextcloud 21과 함께 사용할 수 없는 것이 있습니다. 이러한 인증서는 커맨드라인 명령어 \"occ security:certificates:import\"로 불러올 수 있습니다. 데이터 디렉토리 내부에 있는 해당 인증서의 경로가 아래에 표시됩니다.", "Code integrity" : "코드 무결성", @@ -146,9 +160,12 @@ "Missing optional column \"%s\" in table \"%s\"." : "표 \"%s\"의 optional column \"%s\"이(가) 사라졌습니다", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "데이터베이스에 일부 선택적 열이 누락되었습니다. 큰 테이블에 열을 추가하는 데 시간이 걸릴 수 있기 때문에 선택 사항일 수 있는 열이 자동으로 추가되지 않았습니다. 명령행에서 \"occ db:add-missing-columns\"를 실행하면 누락된 열을 인스턴스를 실행되는 동안 수동으로 추가할 수 있습니다. 열이 추가되면 일부 기능의 응답성이나 사용성이 향상될 수 있습니다.", "Database missing indices" : "데이터베이스의 색인이 사라졌습니다", + "Missing indices:" : "빠진 인덱스:", + "Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them. " : "일부 선택적 인덱스가 빠진 것을 감지했습니다. 데이터베이스 성능을 향상하기 위해 때때로 (Nextcloud나 설치된 앱을 통해) 새로운 인덱스가 추가됩니다. 인덱스 추가는 가끔 시간이 걸려 일시적으로 성능을 저하시킬 수 있기 때문에 자동으로 업데이트 중에 실행되지 않습니다. 인덱스가 추가되면 그 테이블에 질의하는 것이 빨라집니다. `occ db:add-missing-indices` 명령을 사용해 추가하세요.", "Database missing primary keys" : "데이터베이스의 기본 키가 사라졌습니다", "Missing primary key on table \"%s\"." : "표 \"%s\"의 기본키가 사라졌습니다", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "데이터베이스에 일부 기본 키가 누락되었습니다. 큰 테이블에 기본 키를 추가하는 데 시간이 걸릴 수 있기 때문에 자동으로 추가되지 않았습니다. 명령행에서 \"occ db:add-missing-primary-keys\"를 실행하면 인스턴스가 계속 실행되는 동안 누락된 기본 키를 수동으로 추가할 수 있습니다.", + "Database pending bigint migrations" : "bigint 마이그레이션 보류중인 데이터베이스", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "일부 데이터베이스 열이 big int로 변환되지 않았습니다. 큰 테이블의 열 형식을 변환하는 데 시간이 걸리기 때문에 자동으로 변환하지 않았습니다. 명령행에서 \"occ db:convert-filecache-bigint\" 명령을 실행하여 변경 사항을 직접 적용할 수 있습니다. 이 작업은 인스턴스를 오프라인으로 전환하고 실행해야 합니다. 더 많은 정보를 보려면 이에 관한 문서 페이지 ↗ 를 참조하십시오.", "Debug mode" : "디버그 모드", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "이 인스턴스는 디버그 모드에서 작동 중입니다. 프로덕션 환경이 아닌 로컬 개발을 위해서만 활성화 하세요.", @@ -158,6 +175,8 @@ "Email test" : "이메일 시험", "Email test was successfully sent" : "시험 이메일이 성공적으로 전송됨", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "이메일 서버 설정이 입력되지 않았거나 검증되지 않았습니다. \"기본 설정\"으로 이동해 설정을 완료하십시오. 서버 정보를 입력한 후 양식 아래 \"이메일 발송\" 버튼을 눌러 설정을 검증하십시오.", + "Transactional File Locking" : "트랜잭션 파일 잠금", + "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "트랜잭션 파일 잠금이 비활성화 되었습니다. 이 설정은 지원되지 않습니다. 때문에 파일 손상 등의 문제를 차단하는 데 어려움이 생길 수 있습니다. 이 문제를 방지하려면 `config.php`에서 `'filelocking.enabled' => false` 설정 항목을 제거하세요.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "데이터베이스가 트랜잭션 파일 잠금에 사용됩니다. 성능을 향상하려면, 가능한 경우 memcache를 설정하십시오.", "Forwarded for headers" : "헤더에 전달됨", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "\"trusted_proxies\" 설정이 바르지 않습니다. 배열(array) 형식으로 설정해야 합니다.", @@ -166,11 +185,18 @@ "Your IP address was resolved as %s" : "IP 주소가 %s(으)로 resolve 됨", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 그렇지 않다면, 이는 보안 문제이며 공격자가 Nextcloud 상에서 IP 주소를 스푸핑할 수 있습니다. ", "HTTPS access and URLs" : "HTTPS 접근 및 URL", + "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "HTTP를 통해 사이트에 안전하지 않게 액세스하고 있습니다. HTTPS를 필수적으로 사용하도록 서버를 설정할 것을 강력히 권장합니다. 그렇지 않으면 \"클립보드에 복사\" 또는 \"서비스 워커\"와 같은 중요한 웹 기능이 작동하지 않습니다!", + "Accessing site insecurely via HTTP." : "HTTP를 통해 안전하지 않게 사이트에 접근합니다.", + "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "당신의 인스턴스에 안전하게 연결되어 액세스하고 있지만, 인스턴스가 안전하지 않은 URL을 생성합니다. 이는 당신의 인스턴스가 역방향 프록시 뒤에 있고 Nextcloud `overwrite*` 설정이 올바르게 되지 않았기 때문일 수 있습니다.", + "Your instance is generating insecure URLs. If you access your instance over HTTPS, this likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "당신의 인스턴스가 안전하지 않은 URL를 생성합니다. HTTPS를 통해 액세스했다면, 이는 당신의 인스턴스가 역방향 프록시 뒤에 있고 Nextcloud `overwrite*` 설정이 올바르게 되지 않았기 때문일 수 있습니다.", + "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "당신의 인스턴스에 안전하게 연결되어 액세스하고 있고, 인스턴스가 안전한 URL을 생성합니다.", "Internet connectivity" : "인터넷 연결", "Internet connectivity is disabled in configuration file." : "인터넷 연결이 설정 파일에서 비활성화 되었습니다", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "서버가 인터넷에 연결되지 않아 다수의 종단점에 도달할 수 없습니다. 이로 인해 외부 저장소 마운트, 서드파티 앱 업데이트와 설치에 대한 알림 수신 등의 기능을 사용할 수 없을 것입니다. 원격 파일 접근과 알림 이메일 전송 또한 작동하지 않을 것입니다. 서버를 인터넷과 연결하여 모든 기능을 사용하십시오.", "JavaScript modules support" : "JavaScript 모듈 지원", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript 지원 여부를 확인할 수 없습니다. 이 웹 서버가 JavaScript MIME 타입을 통해 `.mjs` 파일을 제공하는지를 수동으로 확인하거나 해결하십시오.", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "이 웹 서버는 JavaScript MIME 타입을 활용해 `.mjs` 파일을 제공하지 않습니다. 브라우저에서 JavaScript 파일을 실행할 수 없으므로, 일부 앱이 정상적으로 작동하지 않을 것입니다. 웹 서버가 `text/javascript` 및 `application/javascript` MIME 타입을 활용하여 `.mjs` 파일을 제공하도록 설정하십시오.", + "JavaScript source map support" : "JavaScript 소스 맵 지원", "Old server-side-encryption" : "구식 서버 측 암호화", "Disabled" : "비활성화됨", "The old server-side-encryption format is enabled. We recommend disabling this." : "구형 포맷의 서버 측 암호화가 활성화된 상태입니다. 이를 비활성화 하는 것을 권장합니다.", @@ -354,6 +380,9 @@ "Display Name" : "표시 이름", "GPUs support" : "GPU 지원<br>", "Compute device" : "컴퓨팅 장치", + "Learn more" : "자세히 알아보기", + "Confirm" : "확인", + "Cancel" : "취소", "Description" : "설명", "Details" : "자세히", "All" : "모두", @@ -449,8 +478,6 @@ "Unable to update server side encryption config" : "서버 측 암호화 설정을 갱신할 수 없음", "Please confirm the group removal" : "그룹 지우기를 확인해 주십시오", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "그룹 \"{group}\"을(를) 지우려고 합니다. 그룹의 계정은 삭제되지 않습니다.", - "Cancel" : "취소", - "Confirm" : "확인", "Submit" : "제출", "Rename group" : "그룹 이름 바꾸기", "Remove group" : "그룹 지우기", @@ -472,7 +499,6 @@ "Error cropping profile picture" : "프로필 사진을 자르는 중 오류 발생", "Error saving profile picture" : "프로필 사진 저장 중 오류 발생", "Error removing profile picture" : "프로필 사진 삭제 중 오류 발생", - "Your biography" : "내 소개문구", "Enter your date of birth" : "생일을 입력하세요", "Unable to update date of birth" : "생일 변경 실패", "You are a member of the following groups:" : "당신은 다음 그룹의 멤버입니다:", @@ -634,13 +660,13 @@ "Show to everyone" : "전체 공개", "Show to logged in accounts only" : "로그인된 계정에 공개", "Hide" : "비공개", - "manual-install apps cannot be updated" : "수동 설치 앱은 업데이트 할 수 없음", "Deploy and Enable" : "배포 및 활성화", "Download and enable" : "다운로드 및 사용", "Disable" : "사용 안함", "Allow untested app" : "확인되지 않은 앱 허용", "The app will be downloaded from the App Store" : "이 앱이 앱 스토어에서 다운로드됩니다.", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "이 앱은 현재 Nextcloud 버젼과 호환되지 않습니다. 이 앱을 설치하면, 제대로 작동하지 않을 수 있습니다.", + "Unknown" : "알 수 없음", "Never" : "하지 않음", "Could not register device: Network error" : "기기를 등록할 수 없음: 네트워크 오류", "Could not register device: Probably already registered" : "기기를 등록할 수 없음: 이미 등록된 기기인 것 같습니다", @@ -696,23 +722,10 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "이 Nextcloud 커뮤니티 릴리즈는 지원되지 않으며 즉각적인 알림을 사용할 수 없습니다.", "Use a second factor besides your password to increase security for your account." : "사용자의 계정을 더욱 안전하게 보호하기 위해 암호와 함께 2단계 인증을 사용하세요.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Nextcloud에 연결하기 위해 서드파티 애플리케이션을 사용할 경우 2차 인증을 활성화하기 앞서 각 애플리케이션에 대한 앱 암호를 생성, 설정하십시오.", - "No user supplied" : "사용자가 지정되지 않음", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "관리자 복구 암호를 입력하십시오. 그렇지 않으면 모든 사용자 데이이터가 초기화됩니다다.", - "Backend does not support password change, but the user's encryption key was updated." : "백엔드에서 암호 변경을 지원하지 않지만 사용자의 암호화 키는 업데이트되었습니다.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "이메일 발송 테스트를 진행하기 앞서 당신의 사용자 이메일을 설정해야 합니다. 설정을 위해 %s(으)로 가십시오.", - "Invalid user" : "잘못된 사용자", - "Your username is: %s" : "사용자 이름: %s", - "Logged in user must be a subadmin" : "로그인한 사용자는 부관리자여야 합니다.", - "Old user imported certificates" : "과거 사용자가 인증서를 가져왔습니다", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "사용자가 불러온 SSL 인증서를 확인하는 백그라운드 작업이 진행중입니다. 나중에 다시 확인하십시오.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "현재 사용자가 불러온 SSL 인증서 중 Nextcloud 21과 함께 사용할 수 없는 것이 있습니다. 이러한 인증서는 커맨드라인 명령어 \"occ security:certificates:import\"로 불러올 수 있습니다. 데이터 디렉토리 내부에 있는 해당 인증서의 경로가 아래에 표시됩니다.", "Missing optional index \"%s\" in table \"%s\"." : "표 \"%s\"의 optional index \"%s\"이(가) 사라졌습니다", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.", "File locking" : "파일 잠금", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 방지하십시오.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript 지원 여부를 확인할 수 없습니다. 이 웹 서버가 JacaScript MIME 타입을 통해 `.mjs` 파일을 제공할 경우 수동으로 이를 확인하십시오.", - "MySQL unicode support" : "MySQL 유니코드 지원", - "Overwrite cli URL" : "CLI URL 덮어쓰기", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "현재 PHP %s이(가) 동작 중입니다. Nextcloud 27에서 PHP 8.0의 지원이 중단되었습니다. Nextcloud 28은 최소 PHP 8.1이 요구됩니다. 가능한 빨리 PHP Group에서 제공하는 공식 지원 PHP 버전으로 업그레이드 하십시오.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "현재 MariaDB \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MariaDB 10.2 이상을 사용하십시오.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "현재 MySQL \"%s\" 버전이 사용되고 있습니다. Nextcloud 21 및 그 이상의 버전은 이를 지원하지 않습니다. MySQL 8.0 혹은 MariaDB 10.2 이상을 사용하십시오.", @@ -721,27 +734,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "음성인식 기능을 채용한 앱이 이곳에 표시됩니다. 음성인식 기능을 사용할 앱을 선택하십시오. ", "None of your currently installed apps provide Speech-To-Text functionality" : "현재 설치된 앱 중 음성인식 기능을 제공하는 것이 없습니다", "None of your currently installed apps provide Text processing functionality" : "현재 설치된 앱 중 문장처리 기술을 제공하는 것이 없습니다", - "Exclude groups from sharing" : "공유에서 그룹 제외", - "These groups will still be able to receive shares, but not to initiate them." : "이 그룹의 사용자들은 다른 사용자가 공유한 파일을 받을 수는 있지만, 자기 파일을 공유할 수는 없습니다.", "Set default expiration date for shares" : "공유에 대한 기본 만료 날짜 설정", "Allow username autocompletion in share dialog and allow access to the system address book" : "공유 대화창에서 시스템 주소록에 있는 사용자 이름을 자동으로 채울 수 있도록 허용", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "2단계 인증을 모든 사용자 또는 특정 그룹에 강제할 수 있습니다. 만약 대상자가 2단계 인증 공급자를 설정하지 않았다면, 대상자는 시스템에 접근할 수 없게 될 것입니다.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "그룹을 선택 또는 제외할 때, 이들의 2단계 인증 강제 여부는 다음과 같은 로직을 따릅니다: 만약 2단계 인증이 강제되었고, 아무런 그룹이 선택되지 않았다면 제외된 그룹의 멤버를 제외하고 모든 사용자에게 2단계 인증이 강제됩니다. 만약 그룹이 선택되었다면 그룹 안의 모든 멤버에게 2단계 인증이 강제됩니다. 만약 사용자가 선택된 그룹과 제외된 그룹에 동시에 속해 있다면, 선택된 그룹이 우선되며 2단계 인증이 강제됩니다.", - "{license}-licensed" : "{license} 라이선스", - "Rating: {score}/10" : "점수: {score}/10", - "Username" : "사용자 이름", - "Execute one task with each page loaded. Use case: Single user instance." : "페이지를 로드할 때마다 작업을 실행합니다. 사용자가 한 명인 인스턴스에 적합합니다.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php를 webcron 서비스에 등록하여 매 5분마다 HTTP 상에서 실행합니다. 사용자가 1~5명인 소규모 인스턴스에 적합합니다.", - "The cron.php needs to be executed by the system user \"{user}\"." : "시스템 사용자 \"{user}\"(으)로 cron.php를 실행해야 합니다.", - "Enable or disable profile by default for new users." : "신규 사용자에 대한 프로필 기본 사용 여부를 설정하십시오.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "그룹 \"{group}\"을(를) 지우려고 합니다. 그룹의 사용자는 삭제되지 않습니다.", + "Your biography" : "내 소개문구", "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong>를 사용하고 있습니다.", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "전체 <strong>{totalSpace}</strong> 중 <strong>{usage}</strong>(<strong>{usageRelative}%</strong>)를 사용하고 있습니다.", - "Additional emails" : "추가 이메일", - "Enable Profile" : "프로필 활성화", - "No users" : "사용자 없음", - "Loading users …" : "사용자 불러오는 중 ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "사용자 목록입니다. 이 목록은 성능을 위해 완전히 처리되지 않았습니다. 목록을 계속 탐색하면 남은 목록이 자동으로 처리됩니다.", "New user" : "새 사용자", "Groups (required)" : "그룹 (필수)", "Set user groups" : "사용자 그룹 설정", @@ -751,35 +748,14 @@ "Set user manager" : "사용자 담당 관리자 지정", "Username will be autogenerated" : "사용자 이름이 자동으로 생성됩니다", "Username (required)" : "사용자 이름 (필수)", + "Loading users …" : "사용자 불러오는 중 ...", + "Username" : "사용자 이름", "User backend" : "사용자 백엔드", "User actions" : "사용자 동작", - "Loading user …" : "사용자 불러오는 중 ...", - "You do not have permissions to see the details of this user" : "사용자의 상세정보를 볼 권한이 없습니다.", "Add user to group" : "사용자를 그룹에 추가", - "Set user as admin for" : "사용자를 다음에 대한 관리자로 설정", - "Select user quota" : "사용자 할당량 선택", - "Delete user" : "사용자 지우기", - "Wipe all devices" : "모든 기기 지우기", - "Disable user" : "사용자 비활성화하기", - "Enable user" : "사용자 활성화하기", - "Failed to update user manager" : "사용자 담당 관리자를 지정할 수 없음", - "Toggle user actions menu" : "사용자 동작 메뉴 켜고 끄기", - "User management settings" : "사용자 관리 설정", - "Show user backend" : "사용자 백엔드 보이기", - "Send welcome email to new users" : "새 사용자에게 환영 이메일 보내기", "Name your device" : "장치 이름 설정", "Server error while trying to add WebAuthn device" : "WebAuthn 기기 추가 시도 중 서버 오류 발생", - "by {author}\n{license}" : "{author} 님이 작성\n{license}", - "User management" : "사용자 관리", - "Active users" : "활성 사용자", - "Disabled users" : "비활성화된 사용자", - "Creating group …" : "그룹 생성 ...", - "User group: {group}" : "사용자 그룹: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "계정에서 연합이 비활성화되어 현재 사용할 수 없는 상태입니다. 시스템 관리자에게 문의하십시오", - "Show to logged in users only" : "로그인된 사용자에게 공개", - "Nextcloud help resources" : "Nextcloud 도움말 자원", - "SMTP Username" : "SMTP 사용자 이름", - "Follow us on Twitter" : "트위터에서 팔로하기", - "Active accounts" : "활성화된 계정" + "Active accounts" : "활성화된 계정", + "Follow us on Twitter" : "트위터에서 팔로하기" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/lt_LT.js b/apps/settings/l10n/lt_LT.js index 385ad892525..58f7473c559 100644 --- a/apps/settings/l10n/lt_LT.js +++ b/apps/settings/l10n/lt_LT.js @@ -145,8 +145,10 @@ OC.L10N.register( "Enforce password protection" : "Priverstinė apsauga slaptažodžiu", "Enforce expiration date" : "Priverstinė galiojimo pabaigos data", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Rodyti atsakomybės ribojimo tekstą įkėlimo per viešąją nuorodą puslapyje (rodomas tik tada, kai failų sąrašas yra paslėptas)", + "Disclaimer text" : "Atsakomybės ribojimo tekstas", "This text will be shown on the public link upload page when the file list is hidden." : "Šis tekstas bus rodomas viešų nuorodų įkėlimo puslapyje, kai failų sąrašas bus paslėptas.", "Default share permissions" : "Numatytieji viešinių leidimai", + "Could not set disclaimer text" : "Nepavyko nustatyti atsakomybės ribojimo teksto", "Two-Factor Authentication" : "Dviejų faktorių tapatybės nustatymas", "Enforce two-factor authentication" : "Priversti naudoti dviejų faktorių tapatybės nustatymą", "Limit to groups" : "Apriboti iki grupių", @@ -180,6 +182,9 @@ OC.L10N.register( "Daemon" : "Tarnyba", "Type" : "Tipas", "Display Name" : "Rodomas vardas", + "Learn more" : "Sužinoti daugiau", + "Confirm" : "Patvirtinti", + "Cancel" : "Atšaukti", "Description" : "Aprašas", "Details" : "Išsamiau", "All" : "Viskas", @@ -247,8 +252,6 @@ OC.L10N.register( "No encryption module loaded, please enable an encryption module in the app menu." : "Neįkeltas joks šifravimo modulis, įjunkite šifravimo modulį programėlės meniu.", "Select default encryption module:" : "Pasirinkite numatytąjį šifravimo modulį:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Jūs turite perkelti savo šifravimo raktus iš senojo šifravimo (ownCloud <= 8.0) į naująjį. Įjunkite „Numatytąjį šifravimo modulį“ ir paleiskite komandą {command}", - "Cancel" : "Atšaukti", - "Confirm" : "Patvirtinti", "Submit" : "Pateikti", "Rename group" : "Pervadinti grupę", "Remove group" : "Šalinti grupę", @@ -266,7 +269,8 @@ OC.L10N.register( "Error cropping profile picture" : "Klaida apkerpant profilio paveikslėlį", "Error saving profile picture" : "Klaida įrašant profilio paveikslėlį", "Error removing profile picture" : "Klaida šalinant profilio paveikslėlį", - "Your biography" : "Jūsų biografija", + "Enter your date of birth" : "Įveskite savo gimimo datą", + "Unable to update date of birth" : "Nepavyko atnaujinti gimimo datos", "You are a member of the following groups:" : "Jūs esate šių grupių narys:", "Your full name" : "Jūsų visas vardas", "Primary email for password reset and notifications" : "Pirminis el. paštas, skirtas slaptažodžio atstatymui bei pranešimams", @@ -312,6 +316,8 @@ OC.L10N.register( "Password change is disabled because the master key is disabled" : "Slaptažodžių keitimas išjungtas, nes yra išjungtas pagrindinis raktas", "New account" : "Nauja paskyra", "Display name" : "Rodomas vardas", + "Password (required)" : "Slaptažodis (būtina)", + "Email (required)" : "El. paštas (būtina)", "Email" : "El. paštas", "Quota" : "Limitas", "Language" : "Kalba", @@ -400,6 +406,7 @@ OC.L10N.register( "Disable" : "Išjungti", "The app will be downloaded from the App Store" : "Programėlė bus atsisiųsta iš programėlių parduotuvės", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ši programėlė nėra pažymėta kaip suderinama su jūsų Nextcloud versija. Jei tęsite, vis tiek galėsite įdiegti programėlę. Turėkite omenyje, kad programėlė gali neveikti taip, kaip tikimasi.", + "Unknown" : "Nežinoma", "Never" : "Niekada", "An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti.", "Error: This app cannot be enabled because it makes the server unstable" : "Klaida: Ši programėlė negali būti įjungta, nes ji neigiamai veikia serverio stabilumą", @@ -444,54 +451,21 @@ OC.L10N.register( "Check out our blog" : "Peržvelkite mūsų tinklaraštį", "Subscribe to our newsletter" : "Prenumeruokite mūsų naujienlaiškį", "Use a second factor besides your password to increase security for your account." : "Be savo slaptažodžio naudokite ir antrąjį faktorių, kad padidintumėte savo paskyros saugumą.", - "No user supplied" : "Nepateiktas naudotojas", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Pateikite administratoriaus atkūrimo slaptažodį; kitu atveju visi naudotojo duomenis bus prarasti.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Prieš tai, kai galėsite siųsti bandomuosius el. laiškus, turite nusistatyti naudotojo el. paštą. Norėdami tai atlikti, pereikite į %s.", - "Invalid user" : "Neteisingas naudotojas", - "Your username is: %s" : "Jūsų naudotojo vardas yra: %s", - "Logged in user must be a subadmin" : "Prisijungęs naudotojas privalo būti administratoriaus pavaduotojas", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Yra naudojama MariaDB versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MariaDB versijos ir reikalauja 10.2 ar naujesnės versijos.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Yra naudojama MySQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MySQL versijos ir reikalauja MySQL 8.0 arba MariaDB 10.2, ar naujesnės versijos.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Yra naudojama PostgreSQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios PostgreSQL versijos ir reikalauja PostgreSQL 9.6 ar naujesnės versijos.", - "Exclude groups from sharing" : "Išskirti grupes iš bendrinimo", - "These groups will still be able to receive shares, but not to initiate them." : "Šios grupės vis tiek galės gauti viešinius, tačiau negalės jų inicijuoti.", "Set default expiration date for shares" : "Nustatyti viešiniams numatytąją galiojimo pabaigos datą", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dviejų faktorių tapatybės nustatymas gali būti priverstinis visiems naudotojams ir tam tikroms grupėms. Jeigu naudotojai ar grupės neturės sukonfigūruoto dviejų faktorių teikėjo, tuomet jie negalės prisijungti prie sistemos.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Jei nepasirinkta nė viena grupė, 2FA įjungiama visiems, išskyrus pašalintų grupių narius. Jei pasirenkamos grupės, visiems jų nariams įjungiama 2FA. Jei vartotojas yra ir pasirinktoje, ir pašalintoje grupėje, 2FA yra įjungiamas. ", - "{license}-licensed" : "Licencijuota pagal {license}", - "Rating: {score}/10" : "Įvertinimas: {score}/10", - "Username" : "Naudotojo vardas", - "Execute one task with each page loaded. Use case: Single user instance." : "Su kiekvienu įkeltu puslapiu vykdyti po vieną užduotį. Naudojimo atvejis: Egzempliorius su vienu naudotoju.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "„cron.php“ yra registruojamas „webcron“ tarnyboje, kad kas 5 minutes per HTTP būtų iškviečiamas failas „cron.php“. Naudojimo atvejis: Labai mažas egzempliorius (priklausomai nuo našumo, 1–5 naudotojai).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Failą „cron.php“ turi vykdyti sistemos naudotojas „{user}“.", + "Your biography" : "Jūsų biografija", "You are using <strong>{usage}</strong>" : "Jūs naudojate <strong>{usage}</strong>", - "Additional emails" : "Papildomi el. paštai", - "Enable Profile" : "Įjungti profilį", - "Loading users …" : "Įkeliami naudotojai…", "New user" : "Naujas naudotojas", "Add new user" : "Pridėti naują naudotoją", + "Loading users …" : "Įkeliami naudotojai…", + "Username" : "Naudotojo vardas", "User backend" : "Naudotojo vidinė pusė", - "Loading user …" : "Įkeliamas naudotojas…", - "You do not have permissions to see the details of this user" : "Jūs neturite leidimų matyti išsamesnę informaciją apie šį naudotoją", "Add user to group" : "Pridėti naudotoją į grupę", - "Set user as admin for" : "Nustatyti vartotoją kaip administratorių ", - "Select user quota" : "Pasirinkite leidžiamą duomenų kiekį naudotojui", - "Delete user" : "Ištrinti naudotoją", - "Wipe all devices" : "Ištrinti duomenis visuose įrenginiuose", - "Disable user" : "Išjungti naudotoją", - "Enable user" : "Įjungti naudotoją", - "Toggle user actions menu" : "Perjungti vartotojo veiksmų meniu ", - "Show user backend" : "Rodyti naudotojo vidinę pusę", "Name your device" : "Pavadinkite savo įrenginį", "Server error while trying to add WebAuthn device" : "Serverio klaida, bandant pridėti WbAuthn įrenginį", - "by {author}\n{license}" : "pagal {author}\n{license}", - "Active users" : "Aktyvūs naudotojai", - "Disabled users" : "Išjungti naudotojai", - "Creating group …" : "Kuriama grupė…", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Neprieinama, nes su naudotoju susijusios informacijos paskelbimas į paieškos serverį yra neleidžiamas. Jei turite klausimų, susisiekite su savo sistemos administratoriumi", - "Show to logged in users only" : "Rodyti tik prisijungusiems naudotojams", - "SMTP Username" : "SMTP naudotojo vardas", - "Follow us on Twitter" : "Sekite mus Twitter", - "Active accounts" : "Aktyvios paskyros" + "Active accounts" : "Aktyvios paskyros", + "Follow us on Twitter" : "Sekite mus Twitter" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/settings/l10n/lt_LT.json b/apps/settings/l10n/lt_LT.json index 217e880212c..eb517d4e6bd 100644 --- a/apps/settings/l10n/lt_LT.json +++ b/apps/settings/l10n/lt_LT.json @@ -143,8 +143,10 @@ "Enforce password protection" : "Priverstinė apsauga slaptažodžiu", "Enforce expiration date" : "Priverstinė galiojimo pabaigos data", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Rodyti atsakomybės ribojimo tekstą įkėlimo per viešąją nuorodą puslapyje (rodomas tik tada, kai failų sąrašas yra paslėptas)", + "Disclaimer text" : "Atsakomybės ribojimo tekstas", "This text will be shown on the public link upload page when the file list is hidden." : "Šis tekstas bus rodomas viešų nuorodų įkėlimo puslapyje, kai failų sąrašas bus paslėptas.", "Default share permissions" : "Numatytieji viešinių leidimai", + "Could not set disclaimer text" : "Nepavyko nustatyti atsakomybės ribojimo teksto", "Two-Factor Authentication" : "Dviejų faktorių tapatybės nustatymas", "Enforce two-factor authentication" : "Priversti naudoti dviejų faktorių tapatybės nustatymą", "Limit to groups" : "Apriboti iki grupių", @@ -178,6 +180,9 @@ "Daemon" : "Tarnyba", "Type" : "Tipas", "Display Name" : "Rodomas vardas", + "Learn more" : "Sužinoti daugiau", + "Confirm" : "Patvirtinti", + "Cancel" : "Atšaukti", "Description" : "Aprašas", "Details" : "Išsamiau", "All" : "Viskas", @@ -245,8 +250,6 @@ "No encryption module loaded, please enable an encryption module in the app menu." : "Neįkeltas joks šifravimo modulis, įjunkite šifravimo modulį programėlės meniu.", "Select default encryption module:" : "Pasirinkite numatytąjį šifravimo modulį:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Jūs turite perkelti savo šifravimo raktus iš senojo šifravimo (ownCloud <= 8.0) į naująjį. Įjunkite „Numatytąjį šifravimo modulį“ ir paleiskite komandą {command}", - "Cancel" : "Atšaukti", - "Confirm" : "Patvirtinti", "Submit" : "Pateikti", "Rename group" : "Pervadinti grupę", "Remove group" : "Šalinti grupę", @@ -264,7 +267,8 @@ "Error cropping profile picture" : "Klaida apkerpant profilio paveikslėlį", "Error saving profile picture" : "Klaida įrašant profilio paveikslėlį", "Error removing profile picture" : "Klaida šalinant profilio paveikslėlį", - "Your biography" : "Jūsų biografija", + "Enter your date of birth" : "Įveskite savo gimimo datą", + "Unable to update date of birth" : "Nepavyko atnaujinti gimimo datos", "You are a member of the following groups:" : "Jūs esate šių grupių narys:", "Your full name" : "Jūsų visas vardas", "Primary email for password reset and notifications" : "Pirminis el. paštas, skirtas slaptažodžio atstatymui bei pranešimams", @@ -310,6 +314,8 @@ "Password change is disabled because the master key is disabled" : "Slaptažodžių keitimas išjungtas, nes yra išjungtas pagrindinis raktas", "New account" : "Nauja paskyra", "Display name" : "Rodomas vardas", + "Password (required)" : "Slaptažodis (būtina)", + "Email (required)" : "El. paštas (būtina)", "Email" : "El. paštas", "Quota" : "Limitas", "Language" : "Kalba", @@ -398,6 +404,7 @@ "Disable" : "Išjungti", "The app will be downloaded from the App Store" : "Programėlė bus atsisiųsta iš programėlių parduotuvės", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ši programėlė nėra pažymėta kaip suderinama su jūsų Nextcloud versija. Jei tęsite, vis tiek galėsite įdiegti programėlę. Turėkite omenyje, kad programėlė gali neveikti taip, kaip tikimasi.", + "Unknown" : "Nežinoma", "Never" : "Niekada", "An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti.", "Error: This app cannot be enabled because it makes the server unstable" : "Klaida: Ši programėlė negali būti įjungta, nes ji neigiamai veikia serverio stabilumą", @@ -442,54 +449,21 @@ "Check out our blog" : "Peržvelkite mūsų tinklaraštį", "Subscribe to our newsletter" : "Prenumeruokite mūsų naujienlaiškį", "Use a second factor besides your password to increase security for your account." : "Be savo slaptažodžio naudokite ir antrąjį faktorių, kad padidintumėte savo paskyros saugumą.", - "No user supplied" : "Nepateiktas naudotojas", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Pateikite administratoriaus atkūrimo slaptažodį; kitu atveju visi naudotojo duomenis bus prarasti.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Prieš tai, kai galėsite siųsti bandomuosius el. laiškus, turite nusistatyti naudotojo el. paštą. Norėdami tai atlikti, pereikite į %s.", - "Invalid user" : "Neteisingas naudotojas", - "Your username is: %s" : "Jūsų naudotojo vardas yra: %s", - "Logged in user must be a subadmin" : "Prisijungęs naudotojas privalo būti administratoriaus pavaduotojas", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Yra naudojama MariaDB versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MariaDB versijos ir reikalauja 10.2 ar naujesnės versijos.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Yra naudojama MySQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios MySQL versijos ir reikalauja MySQL 8.0 arba MariaDB 10.2, ar naujesnės versijos.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Yra naudojama PostgreSQL versija „%s“. Nextcloud 21 ir naujesnės laidos nepalaiko šios PostgreSQL versijos ir reikalauja PostgreSQL 9.6 ar naujesnės versijos.", - "Exclude groups from sharing" : "Išskirti grupes iš bendrinimo", - "These groups will still be able to receive shares, but not to initiate them." : "Šios grupės vis tiek galės gauti viešinius, tačiau negalės jų inicijuoti.", "Set default expiration date for shares" : "Nustatyti viešiniams numatytąją galiojimo pabaigos datą", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dviejų faktorių tapatybės nustatymas gali būti priverstinis visiems naudotojams ir tam tikroms grupėms. Jeigu naudotojai ar grupės neturės sukonfigūruoto dviejų faktorių teikėjo, tuomet jie negalės prisijungti prie sistemos.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Jei nepasirinkta nė viena grupė, 2FA įjungiama visiems, išskyrus pašalintų grupių narius. Jei pasirenkamos grupės, visiems jų nariams įjungiama 2FA. Jei vartotojas yra ir pasirinktoje, ir pašalintoje grupėje, 2FA yra įjungiamas. ", - "{license}-licensed" : "Licencijuota pagal {license}", - "Rating: {score}/10" : "Įvertinimas: {score}/10", - "Username" : "Naudotojo vardas", - "Execute one task with each page loaded. Use case: Single user instance." : "Su kiekvienu įkeltu puslapiu vykdyti po vieną užduotį. Naudojimo atvejis: Egzempliorius su vienu naudotoju.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "„cron.php“ yra registruojamas „webcron“ tarnyboje, kad kas 5 minutes per HTTP būtų iškviečiamas failas „cron.php“. Naudojimo atvejis: Labai mažas egzempliorius (priklausomai nuo našumo, 1–5 naudotojai).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Failą „cron.php“ turi vykdyti sistemos naudotojas „{user}“.", + "Your biography" : "Jūsų biografija", "You are using <strong>{usage}</strong>" : "Jūs naudojate <strong>{usage}</strong>", - "Additional emails" : "Papildomi el. paštai", - "Enable Profile" : "Įjungti profilį", - "Loading users …" : "Įkeliami naudotojai…", "New user" : "Naujas naudotojas", "Add new user" : "Pridėti naują naudotoją", + "Loading users …" : "Įkeliami naudotojai…", + "Username" : "Naudotojo vardas", "User backend" : "Naudotojo vidinė pusė", - "Loading user …" : "Įkeliamas naudotojas…", - "You do not have permissions to see the details of this user" : "Jūs neturite leidimų matyti išsamesnę informaciją apie šį naudotoją", "Add user to group" : "Pridėti naudotoją į grupę", - "Set user as admin for" : "Nustatyti vartotoją kaip administratorių ", - "Select user quota" : "Pasirinkite leidžiamą duomenų kiekį naudotojui", - "Delete user" : "Ištrinti naudotoją", - "Wipe all devices" : "Ištrinti duomenis visuose įrenginiuose", - "Disable user" : "Išjungti naudotoją", - "Enable user" : "Įjungti naudotoją", - "Toggle user actions menu" : "Perjungti vartotojo veiksmų meniu ", - "Show user backend" : "Rodyti naudotojo vidinę pusę", "Name your device" : "Pavadinkite savo įrenginį", "Server error while trying to add WebAuthn device" : "Serverio klaida, bandant pridėti WbAuthn įrenginį", - "by {author}\n{license}" : "pagal {author}\n{license}", - "Active users" : "Aktyvūs naudotojai", - "Disabled users" : "Išjungti naudotojai", - "Creating group …" : "Kuriama grupė…", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Neprieinama, nes su naudotoju susijusios informacijos paskelbimas į paieškos serverį yra neleidžiamas. Jei turite klausimų, susisiekite su savo sistemos administratoriumi", - "Show to logged in users only" : "Rodyti tik prisijungusiems naudotojams", - "SMTP Username" : "SMTP naudotojo vardas", - "Follow us on Twitter" : "Sekite mus Twitter", - "Active accounts" : "Aktyvios paskyros" + "Active accounts" : "Aktyvios paskyros", + "Follow us on Twitter" : "Sekite mus Twitter" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file diff --git a/apps/settings/l10n/lv.js b/apps/settings/l10n/lv.js index 515c4460c9a..d1aaac5e972 100644 --- a/apps/settings/l10n/lv.js +++ b/apps/settings/l10n/lv.js @@ -84,6 +84,9 @@ OC.L10N.register( "Loading" : "Ielādē", "Type" : "Veids", "Display Name" : "Attēlojamais vārds", + "Learn more" : "Uzziniet vairāk", + "Confirm" : "Apstiprināt", + "Cancel" : "Atcelt", "Description" : "Apraksts", "Details" : "Detaļas", "All" : "Visi", @@ -123,15 +126,12 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Šis ir pēdējais brīdinājums: vai tiešām iespējot šifrēšanu?", "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielādēts šifrēšanas moduļis, lūdzu, aktivizējiet šifrēšanas moduli lietotņu izvēlnē.", "Select default encryption module:" : "Atlasiet noklusēto šifrēšanas moduli:", - "Cancel" : "Atcelt", - "Confirm" : "Apstiprināt", "Submit" : "Iesniegt", "Remove group" : "Noņemt grupu", "Current password" : "Pašreizējā parole", "New password" : "Jauna parole", "Change password" : "Mainīt paroli", "The file must be a PNG or JPG" : "Failam jābūt PNG vai JPG", - "Your biography" : "Jūsu biogrāfija", "Enter your date of birth" : "Ievadiet Jūsu dzimšanas datumu", "Unable to update date of birth" : "Nevarēja atjaunināt dzimšanas datumu", "You are a member of the following groups:" : "Jūs esat lietotājs sekojošās grupās:", @@ -187,6 +187,7 @@ OC.L10N.register( "Updates" : "Atjauninājumi", "Hide" : "Slēpt", "Disable" : "Deaktivēt", + "Unknown" : "Nezināms", "Never" : "Nekad", "Do you really want to wipe your data from this device?" : "Vai tiešām izdzēst datus šajā ierīcē?", "Error" : "Kļūda", @@ -209,13 +210,9 @@ OC.L10N.register( "Security & setup warnings" : "Drošības un iestatījumu brīdinājumi", "All checks passed." : "Visas pārbaudes veiksmīgas.", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Izstrādātās {communityopen}Nextcloud kopiena {linkclose}, {githubopen} avota kods {linkclose} licencēts saskaņā ar {licenseopen}AGPL{linkclose}.", - "No user supplied" : "Nav norādīts lietotājs", - "Invalid user" : "Nepareizs lietotājs", - "Exclude groups from sharing" : "Izslēgt grupas no koplietošanas", - "Username" : "Lietotājvārds", + "Your biography" : "Jūsu biogrāfija", "You are using <strong>{usage}</strong>" : "Jūs izmantojat <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Jūs izmantojat <strong>{usage}</strong> no <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Active users" : "Aktīvie lietotāji", - "SMTP Username" : "SMTP lietotājvārds" + "Username" : "Lietotājvārds" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/settings/l10n/lv.json b/apps/settings/l10n/lv.json index 7e8c7716a19..721623acf84 100644 --- a/apps/settings/l10n/lv.json +++ b/apps/settings/l10n/lv.json @@ -82,6 +82,9 @@ "Loading" : "Ielādē", "Type" : "Veids", "Display Name" : "Attēlojamais vārds", + "Learn more" : "Uzziniet vairāk", + "Confirm" : "Apstiprināt", + "Cancel" : "Atcelt", "Description" : "Apraksts", "Details" : "Detaļas", "All" : "Visi", @@ -121,15 +124,12 @@ "This is the final warning: Do you really want to enable encryption?" : "Šis ir pēdējais brīdinājums: vai tiešām iespējot šifrēšanu?", "No encryption module loaded, please enable an encryption module in the app menu." : "Nav ielādēts šifrēšanas moduļis, lūdzu, aktivizējiet šifrēšanas moduli lietotņu izvēlnē.", "Select default encryption module:" : "Atlasiet noklusēto šifrēšanas moduli:", - "Cancel" : "Atcelt", - "Confirm" : "Apstiprināt", "Submit" : "Iesniegt", "Remove group" : "Noņemt grupu", "Current password" : "Pašreizējā parole", "New password" : "Jauna parole", "Change password" : "Mainīt paroli", "The file must be a PNG or JPG" : "Failam jābūt PNG vai JPG", - "Your biography" : "Jūsu biogrāfija", "Enter your date of birth" : "Ievadiet Jūsu dzimšanas datumu", "Unable to update date of birth" : "Nevarēja atjaunināt dzimšanas datumu", "You are a member of the following groups:" : "Jūs esat lietotājs sekojošās grupās:", @@ -185,6 +185,7 @@ "Updates" : "Atjauninājumi", "Hide" : "Slēpt", "Disable" : "Deaktivēt", + "Unknown" : "Nezināms", "Never" : "Nekad", "Do you really want to wipe your data from this device?" : "Vai tiešām izdzēst datus šajā ierīcē?", "Error" : "Kļūda", @@ -207,13 +208,9 @@ "Security & setup warnings" : "Drošības un iestatījumu brīdinājumi", "All checks passed." : "Visas pārbaudes veiksmīgas.", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Izstrādātās {communityopen}Nextcloud kopiena {linkclose}, {githubopen} avota kods {linkclose} licencēts saskaņā ar {licenseopen}AGPL{linkclose}.", - "No user supplied" : "Nav norādīts lietotājs", - "Invalid user" : "Nepareizs lietotājs", - "Exclude groups from sharing" : "Izslēgt grupas no koplietošanas", - "Username" : "Lietotājvārds", + "Your biography" : "Jūsu biogrāfija", "You are using <strong>{usage}</strong>" : "Jūs izmantojat <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Jūs izmantojat <strong>{usage}</strong> no <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Active users" : "Aktīvie lietotāji", - "SMTP Username" : "SMTP lietotājvārds" + "Username" : "Lietotājvārds" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/settings/l10n/mk.js b/apps/settings/l10n/mk.js index 2f9b10bb042..a4d21d684a2 100644 --- a/apps/settings/l10n/mk.js +++ b/apps/settings/l10n/mk.js @@ -181,6 +181,9 @@ OC.L10N.register( "_%n app has an update available_::_%n apps have an update available_" : ["За %n апликација има достапно ажурирање","За %n апликации има достапно ажурирање"], "_Update_::_Update all_" : ["Ажурирај","Ажурирај ги сите"], "Type" : "Вид", + "Learn more" : "Научи повеќе", + "Confirm" : "Потврди", + "Cancel" : "Откажи", "Details" : "Детали", "All" : "Сите", "Limit app usage to groups" : "Ограничување за користење на апликации во групи", @@ -220,6 +223,7 @@ OC.L10N.register( "App name" : "Име на апликација", "Create new app password" : "Креирај нова лозинка за апликација", "Error while creating device token" : "Грешка при креирање на токен за уред", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Користете ги акредитивите подолу за да ја конфигурирате вашата апликација или уред. Од безбедносни причини оваа лозинка ќе се прикаже само еднаш.", "Login" : "Најава", "Password" : "Лозинка", "Show QR code for mobile apps" : "Прикажи QR код за апликација на мобилен телефон", @@ -249,8 +253,6 @@ OC.L10N.register( "Select default encryption module:" : "Изберете стандарден модул за шифрирање:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Треба да ги мигрирате клучевите за криптирање од стариот систем (ownCloud <= 8.0) за енкрипција во нови. Овозможете \"Стандарден додаток за енкрипција\" и стартувајте ја командата {command}", "Unable to update server side encryption config" : "Неможе да се ажурираат параметрите за енкрипција од страна на серверот", - "Cancel" : "Откажи", - "Confirm" : "Потврди", "Submit" : "Испрати", "Rename group" : "Преименувај група", "Remove group" : "Отстрани група", @@ -271,7 +273,7 @@ OC.L10N.register( "Error cropping profile picture" : "Грешка при сечење на фотографија за профилот", "Error saving profile picture" : "Грешка при зачувување на фотографија за профилот", "Error removing profile picture" : "Грешка при бришење на фотографија за профилот", - "Your biography" : "Ваша биографија", + "Enter your date of birth" : "Внесете го вашиот датум на раѓање", "You are a member of the following groups:" : "Член сте на следниве групи", "Your full name" : "Вашето целосно име", "Primary email for password reset and notifications" : "Примарна Е-пошта за ресетирање на лозинка и известувања", @@ -288,6 +290,7 @@ OC.L10N.register( "Unable to update additional email address" : "Не може да се ажурира дополнителната е-пошта адреса", "Unable to delete additional email address" : "Не може да се избрише дополнителната е-пошта адреса", "No email address set" : "Нема поставено адреса за е-пошта ", + "Derived from your locale ({weekDayName})" : "Произлезено од вашата локација ({weekDayName})", "Your headline" : "Вашиот наслов", "Help translate" : "Помогни во преводот", "Unable to update language" : "Не може да се ажурира јазикот", @@ -384,9 +387,11 @@ OC.L10N.register( "Organisation" : "Организација", "Phone number" : "Телефонски број", "Role" : "Улога", + "X (formerly Twitter)" : "X (поранешен Twitter)", "Website" : "ВЕБ страна", "Profile visibility" : "Видливост на профилот", "Locale" : "Локација", + "First day of week" : "Прв ден од неделата", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Не е достапно бидејќи ова својство е потребно за основна функционалност, вклучувајќи споделување датотеки и покани од календар", "Your apps" : "Ваши апликации", "Active apps" : "Активни апликации", @@ -396,12 +401,14 @@ OC.L10N.register( "Featured apps" : "Истакнати апликации", "Supported apps" : "Поддржани апликации", "Show to everyone" : "Прикажи на сите", + "Show to logged in accounts only" : "Прикажи само на најавени корисници", "Hide" : "Сокриј", "Download and enable" : "Преземи и овозможи", "Disable" : "Оневозможи", "Allow untested app" : "Дозволи не тестирана апликација", "The app will be downloaded from the App Store" : "Апликацијата ќе биде преземена преку продавницата за апликации", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Апликацијата не е означена дека е компатибилна со вашата верзија на Nextcloud. Доколку продолжите апликацијата ќе се инсталира. Имајте на ум дека апликацијата може да не работи како што очекувате.", + "Unknown" : "Непознат", "Never" : "Никогаш", "An error occurred during the request. Unable to proceed." : "Настана грешка во процесот. Не може да продолжи.", "Error: This app cannot be enabled because it makes the server unstable" : "Грешка: Оваа апликација неможе да се овозможи бидејќи ќе го направи серверот нестабилен", @@ -448,15 +455,6 @@ OC.L10N.register( "Subscribe to our newsletter" : "Претплатете се на нашиот билтен", "Use a second factor besides your password to increase security for your account." : "Користете втор фактор и покрај вашата лозинка за да ја зголемите безбедноста на вашата сметка.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Доколку користите друга апликација за поврзување на Nextcloud, осигурајте се дека имате креирано лозинка за секоја апликација пред да овозможите втор фактор.", - "No user supplied" : "Нема корисничко име", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Ве молам дадете лозинка за поврат на администраторот; во спротивно, сите кориснички податоци ќе бидат изгубени.", - "Backend does not support password change, but the user's encryption key was updated." : "Позадината не подржува промена на лозинката, но корисничкиот клуч за енкрипција е ажуриран.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Треба да ја поставите вашата е-пошта адреса пред да можете да испратите тест пораки. Одете во %s за тоа.", - "Invalid user" : "Неправилен корисник", - "Your username is: %s" : "Вашето корисничко име е: %s", - "Logged in user must be a subadmin" : "Најавениот корисник мора да биде подадминистратор", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Позадинското извршување на процедурите се на чекање бидејќи се проверуваат некој SSL сертификати што се увезени од корисник. Вратете се подоцна.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Постојат некој увезени SSL сертификати, во наредната верзија на Nextcloud 21 нема да се користи. Истите можат да се увезат преку командната линија со внесување на командата \"occ security:certificates:import\". Нивните патеки во директориумот со податоци се прикажани подолу. ", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Во базата недостасуваат некој индекси. Поради фактот што додавањето индекси во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-indices\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Се користи MariaDB верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 10.2 или понова.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Се користи MySQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 8.0 или MariaDB 10.2 или понова.", @@ -465,24 +463,10 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-во-текст може да се имплементира од различни апликации. Овде можете да поставите која апликација треба да се користи.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниту една од вашите тековно инсталирани апликации не обезбедува функционалност за говор во текст", "None of your currently installed apps provide Text processing functionality" : "Ниту една од вашите моментално инсталирани апликации не обезбедува функционалност за обработка на текст", - "Exclude groups from sharing" : "Исклучи групи од споделување", - "These groups will still be able to receive shares, but not to initiate them." : "Овие групи сеуште ќе можат да добиваат споделувања, но не и да ги иницираат.", "Set default expiration date for shares" : "Постави основен рок на траење за споделувањата", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторна автентикација може да биде задолжителна за сите корисници и одредени групи. Доколку корисниците немаат поставено провајдер за двофакторна автентикација, нема да можат да се најават на системот.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Кога се избираат/исклучуваат групи, се користи следната постапка за утврдување дали корисникот задолжително ќе користи двофакторна автентификација: Ако нема избрано групи, двофакторна автентификација е овозможена за секој освен за членовите во исклучените групи. Ако еден корисник е член во две групи избрана и исклучена, тогаш тој корисник задолжително мора да користи двофакторна автентификација.", - "{license}-licensed" : "{license}-лиценца", - "Username" : "Корисничко име", - "Execute one task with each page loaded. Use case: Single user instance." : "Извршува по една задача со секоја вчитана страница. Се користи за инстанца со еден корисник.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php треба да се регистрира на webcron сервис за да ја повикува процедурата секој 5 минути преку HTTP. Се користи за помали истанци (1-5 корисника во зависност на искористувањето).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php е потребно да биде извршен од системски корисник \"{user}\".", - "Enable or disable profile by default for new users." : "Стандардно овозможи или оневозможи профил за нови корисници.", + "Your biography" : "Ваша биографија", "You are using <strong>{usage}</strong>" : "Користите <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Користите <strong>{usage}</strong> од <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Дополнителни е-пошти", - "Enable Profile" : "Овозможи профил", - "No users" : "Нема корисници", - "Loading users …" : "Вчитување корисници ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Листа на корисници. Оваа листа не е целосно прикажана поради заштеда на перформанси. Корисниците ќе се прикажуваат додека се движите низ листата.", "New user" : "Нов корисник", "Groups (required)" : "Групи (задолжително)", "Set user groups" : "Постави корисничка група", @@ -493,27 +477,12 @@ OC.L10N.register( "Set user manager" : "Постави корисник за менаџер", "Username will be autogenerated" : "Корисничкото име ќе биде автоматски генерирано", "Username (required)" : "Корисничко име (задолжително)", + "Loading users …" : "Вчитување корисници ...", + "Username" : "Корисничко име", "User backend" : "Задна страна на корисник", - "Loading user …" : "Вчитување корисник ...", - "You do not have permissions to see the details of this user" : "Немате дозвола за да ги гледате деталите на овој корисник", "Add user to group" : "Додади корисник во група", - "Set user as admin for" : "Назначи го корисникот како администратор за", - "Select user quota" : "Избери квота за корисник", - "Delete user" : "Избриши корисник", - "Wipe all devices" : "Избриши ги сите уреди", - "Disable user" : "Оневозможи корисник", - "Enable user" : "Овозможи корисник", - "Toggle user actions menu" : "Вклучи го менито за активности", - "Show user backend" : "Прикажи задна страна на корисник", - "Send welcome email to new users" : "Испрати е-пошта за добредојде до новите корисници", "Name your device" : "Име на вашиот уред", "Server error while trying to add WebAuthn device" : "Грешка на серверот при обид за додавање на WEBAuthn уред", - "by {author}\n{license}" : "од {author}\n{license}", - "Active users" : "Активни корисници", - "Disabled users" : "Оневозможени корисници", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Не е достапно бидејќи не е дозволено објавување специфични податоци за корисникот на серверот за пребарување, контактирајте со вашиот системски администратор ако имате какви било прашања", - "Show to logged in users only" : "Прикажи само на корисници", - "SMTP Username" : "SMTP корисничко име", "Follow us on Twitter" : "Следете не на Twitter" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/settings/l10n/mk.json b/apps/settings/l10n/mk.json index d187742ece5..72185947743 100644 --- a/apps/settings/l10n/mk.json +++ b/apps/settings/l10n/mk.json @@ -179,6 +179,9 @@ "_%n app has an update available_::_%n apps have an update available_" : ["За %n апликација има достапно ажурирање","За %n апликации има достапно ажурирање"], "_Update_::_Update all_" : ["Ажурирај","Ажурирај ги сите"], "Type" : "Вид", + "Learn more" : "Научи повеќе", + "Confirm" : "Потврди", + "Cancel" : "Откажи", "Details" : "Детали", "All" : "Сите", "Limit app usage to groups" : "Ограничување за користење на апликации во групи", @@ -218,6 +221,7 @@ "App name" : "Име на апликација", "Create new app password" : "Креирај нова лозинка за апликација", "Error while creating device token" : "Грешка при креирање на токен за уред", + "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Користете ги акредитивите подолу за да ја конфигурирате вашата апликација или уред. Од безбедносни причини оваа лозинка ќе се прикаже само еднаш.", "Login" : "Најава", "Password" : "Лозинка", "Show QR code for mobile apps" : "Прикажи QR код за апликација на мобилен телефон", @@ -247,8 +251,6 @@ "Select default encryption module:" : "Изберете стандарден модул за шифрирање:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Треба да ги мигрирате клучевите за криптирање од стариот систем (ownCloud <= 8.0) за енкрипција во нови. Овозможете \"Стандарден додаток за енкрипција\" и стартувајте ја командата {command}", "Unable to update server side encryption config" : "Неможе да се ажурираат параметрите за енкрипција од страна на серверот", - "Cancel" : "Откажи", - "Confirm" : "Потврди", "Submit" : "Испрати", "Rename group" : "Преименувај група", "Remove group" : "Отстрани група", @@ -269,7 +271,7 @@ "Error cropping profile picture" : "Грешка при сечење на фотографија за профилот", "Error saving profile picture" : "Грешка при зачувување на фотографија за профилот", "Error removing profile picture" : "Грешка при бришење на фотографија за профилот", - "Your biography" : "Ваша биографија", + "Enter your date of birth" : "Внесете го вашиот датум на раѓање", "You are a member of the following groups:" : "Член сте на следниве групи", "Your full name" : "Вашето целосно име", "Primary email for password reset and notifications" : "Примарна Е-пошта за ресетирање на лозинка и известувања", @@ -286,6 +288,7 @@ "Unable to update additional email address" : "Не може да се ажурира дополнителната е-пошта адреса", "Unable to delete additional email address" : "Не може да се избрише дополнителната е-пошта адреса", "No email address set" : "Нема поставено адреса за е-пошта ", + "Derived from your locale ({weekDayName})" : "Произлезено од вашата локација ({weekDayName})", "Your headline" : "Вашиот наслов", "Help translate" : "Помогни во преводот", "Unable to update language" : "Не може да се ажурира јазикот", @@ -382,9 +385,11 @@ "Organisation" : "Организација", "Phone number" : "Телефонски број", "Role" : "Улога", + "X (formerly Twitter)" : "X (поранешен Twitter)", "Website" : "ВЕБ страна", "Profile visibility" : "Видливост на профилот", "Locale" : "Локација", + "First day of week" : "Прв ден од неделата", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Не е достапно бидејќи ова својство е потребно за основна функционалност, вклучувајќи споделување датотеки и покани од календар", "Your apps" : "Ваши апликации", "Active apps" : "Активни апликации", @@ -394,12 +399,14 @@ "Featured apps" : "Истакнати апликации", "Supported apps" : "Поддржани апликации", "Show to everyone" : "Прикажи на сите", + "Show to logged in accounts only" : "Прикажи само на најавени корисници", "Hide" : "Сокриј", "Download and enable" : "Преземи и овозможи", "Disable" : "Оневозможи", "Allow untested app" : "Дозволи не тестирана апликација", "The app will be downloaded from the App Store" : "Апликацијата ќе биде преземена преку продавницата за апликации", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Апликацијата не е означена дека е компатибилна со вашата верзија на Nextcloud. Доколку продолжите апликацијата ќе се инсталира. Имајте на ум дека апликацијата може да не работи како што очекувате.", + "Unknown" : "Непознат", "Never" : "Никогаш", "An error occurred during the request. Unable to proceed." : "Настана грешка во процесот. Не може да продолжи.", "Error: This app cannot be enabled because it makes the server unstable" : "Грешка: Оваа апликација неможе да се овозможи бидејќи ќе го направи серверот нестабилен", @@ -446,15 +453,6 @@ "Subscribe to our newsletter" : "Претплатете се на нашиот билтен", "Use a second factor besides your password to increase security for your account." : "Користете втор фактор и покрај вашата лозинка за да ја зголемите безбедноста на вашата сметка.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Доколку користите друга апликација за поврзување на Nextcloud, осигурајте се дека имате креирано лозинка за секоја апликација пред да овозможите втор фактор.", - "No user supplied" : "Нема корисничко име", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Ве молам дадете лозинка за поврат на администраторот; во спротивно, сите кориснички податоци ќе бидат изгубени.", - "Backend does not support password change, but the user's encryption key was updated." : "Позадината не подржува промена на лозинката, но корисничкиот клуч за енкрипција е ажуриран.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Треба да ја поставите вашата е-пошта адреса пред да можете да испратите тест пораки. Одете во %s за тоа.", - "Invalid user" : "Неправилен корисник", - "Your username is: %s" : "Вашето корисничко име е: %s", - "Logged in user must be a subadmin" : "Најавениот корисник мора да биде подадминистратор", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Позадинското извршување на процедурите се на чекање бидејќи се проверуваат некој SSL сертификати што се увезени од корисник. Вратете се подоцна.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Постојат некој увезени SSL сертификати, во наредната верзија на Nextcloud 21 нема да се користи. Истите можат да се увезат преку командната линија со внесување на командата \"occ security:certificates:import\". Нивните патеки во директориумот со податоци се прикажани подолу. ", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Во базата недостасуваат некој индекси. Поради фактот што додавањето индекси во големи бази може да потрае, тие не беа додадени автоматски. Со стартување на командата \"occ db:add-missing-indices\" ќе бидат додадени оние индекси што недостасуваат и инстанцата непречено ќе работи. Еднаш кога ќе бидат додадени индексите, барањата во табелите ќе биде многу побрзо.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Се користи MariaDB верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 10.2 или понова.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Се користи MySQL верзија\"%s\". Nextcloud 21 и поголемите верзии, повеќе нема да ја поддржува оваа верзија и потебно е да ја ажурирате на верзија 8.0 или MariaDB 10.2 или понова.", @@ -463,24 +461,10 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-во-текст може да се имплементира од различни апликации. Овде можете да поставите која апликација треба да се користи.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниту една од вашите тековно инсталирани апликации не обезбедува функционалност за говор во текст", "None of your currently installed apps provide Text processing functionality" : "Ниту една од вашите моментално инсталирани апликации не обезбедува функционалност за обработка на текст", - "Exclude groups from sharing" : "Исклучи групи од споделување", - "These groups will still be able to receive shares, but not to initiate them." : "Овие групи сеуште ќе можат да добиваат споделувања, но не и да ги иницираат.", "Set default expiration date for shares" : "Постави основен рок на траење за споделувањата", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторна автентикација може да биде задолжителна за сите корисници и одредени групи. Доколку корисниците немаат поставено провајдер за двофакторна автентикација, нема да можат да се најават на системот.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Кога се избираат/исклучуваат групи, се користи следната постапка за утврдување дали корисникот задолжително ќе користи двофакторна автентификација: Ако нема избрано групи, двофакторна автентификација е овозможена за секој освен за членовите во исклучените групи. Ако еден корисник е член во две групи избрана и исклучена, тогаш тој корисник задолжително мора да користи двофакторна автентификација.", - "{license}-licensed" : "{license}-лиценца", - "Username" : "Корисничко име", - "Execute one task with each page loaded. Use case: Single user instance." : "Извршува по една задача со секоја вчитана страница. Се користи за инстанца со еден корисник.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php треба да се регистрира на webcron сервис за да ја повикува процедурата секој 5 минути преку HTTP. Се користи за помали истанци (1-5 корисника во зависност на искористувањето).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php е потребно да биде извршен од системски корисник \"{user}\".", - "Enable or disable profile by default for new users." : "Стандардно овозможи или оневозможи профил за нови корисници.", + "Your biography" : "Ваша биографија", "You are using <strong>{usage}</strong>" : "Користите <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Користите <strong>{usage}</strong> од <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Дополнителни е-пошти", - "Enable Profile" : "Овозможи профил", - "No users" : "Нема корисници", - "Loading users …" : "Вчитување корисници ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Листа на корисници. Оваа листа не е целосно прикажана поради заштеда на перформанси. Корисниците ќе се прикажуваат додека се движите низ листата.", "New user" : "Нов корисник", "Groups (required)" : "Групи (задолжително)", "Set user groups" : "Постави корисничка група", @@ -491,27 +475,12 @@ "Set user manager" : "Постави корисник за менаџер", "Username will be autogenerated" : "Корисничкото име ќе биде автоматски генерирано", "Username (required)" : "Корисничко име (задолжително)", + "Loading users …" : "Вчитување корисници ...", + "Username" : "Корисничко име", "User backend" : "Задна страна на корисник", - "Loading user …" : "Вчитување корисник ...", - "You do not have permissions to see the details of this user" : "Немате дозвола за да ги гледате деталите на овој корисник", "Add user to group" : "Додади корисник во група", - "Set user as admin for" : "Назначи го корисникот како администратор за", - "Select user quota" : "Избери квота за корисник", - "Delete user" : "Избриши корисник", - "Wipe all devices" : "Избриши ги сите уреди", - "Disable user" : "Оневозможи корисник", - "Enable user" : "Овозможи корисник", - "Toggle user actions menu" : "Вклучи го менито за активности", - "Show user backend" : "Прикажи задна страна на корисник", - "Send welcome email to new users" : "Испрати е-пошта за добредојде до новите корисници", "Name your device" : "Име на вашиот уред", "Server error while trying to add WebAuthn device" : "Грешка на серверот при обид за додавање на WEBAuthn уред", - "by {author}\n{license}" : "од {author}\n{license}", - "Active users" : "Активни корисници", - "Disabled users" : "Оневозможени корисници", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Не е достапно бидејќи не е дозволено објавување специфични податоци за корисникот на серверот за пребарување, контактирајте со вашиот системски администратор ако имате какви било прашања", - "Show to logged in users only" : "Прикажи само на корисници", - "SMTP Username" : "SMTP корисничко име", "Follow us on Twitter" : "Следете не на Twitter" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" }
\ No newline at end of file diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index 286bcaa7fb7..6653ceddad5 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -121,6 +121,11 @@ OC.L10N.register( "Personal info" : "Personlig informasjon", "Mobile & desktop" : "Mobil og skrivebord", "Email server" : "E-postserver", + "Mail Providers" : "Epost-tilbydere", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "Epost-tilbyder åpner for sending av epost direkte via brukerens personlige epost-konto. På nåværende tidspunkt er denne funskjonen begrenset til kalenderinvitasjoner. Krever Nextcloud Mail 4.1 og en epost-konto i Nextcloud Mail som er lik brukerens epost-adresse i Nextcloud.", + "Send emails using" : "Send eposter med", + "User's email account" : "Brukerens epost-konto", + "System email account" : "Systemets epost-konto", "Background jobs" : "Bakgrunnsjobber", "Unlimited" : "Ubegrenset", "Verifying" : "Verifiserer", @@ -421,6 +426,9 @@ OC.L10N.register( "Display Name" : "Visningsnavn", "GPUs support" : "Støtte for GPUer", "Compute device" : "Beregningsenhet", + "Learn more" : "Lær mer", + "Confirm" : "Bekreft", + "Cancel" : "Avbryt", "Description" : "Beskrivelse", "Details" : "Detaljer", "All" : "Alle", @@ -519,8 +527,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Kan ikke oppdatere konfigurasjonen av server-side-kryptering", "Please confirm the group removal" : "Vennligst bekreft fjerning av gruppe", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du er i ferd med å fjerne gruppen \"{group}\". Kontoene vil IKKE bli slettet.", - "Cancel" : "Avbryt", - "Confirm" : "Bekreft", "Submit" : "Send inn", "Rename group" : "Gi nytt navn til gruppen", "Remove group" : "Fjern gruppe", @@ -542,7 +548,6 @@ OC.L10N.register( "Error cropping profile picture" : "Feil under beskjæring av profilbilde", "Error saving profile picture" : "Feil under lagring av profilbilde", "Error removing profile picture" : "Feil ved fjerning av profilbilde", - "Your biography" : "Din biografi", "Enter your date of birth" : "Skriv inn fødselsdatoen din", "Unable to update date of birth" : "Kan ikke oppdatere fødselsdato", "You are a member of the following groups:" : "Du er medlem av følgende grupper:", @@ -638,6 +643,7 @@ OC.L10N.register( "Group admin for" : "Gruppeadministrator for", "Account backend" : "Konto-backend", "Storage location" : "Lagringsplassering", + "First login" : "Første innlogging", "Last login" : "Siste innlogging", "Account actions" : "Kontoaktiviteter", "Password or insufficient permissions message" : "Melding om passord eller utilstrekkelige rettigheter", @@ -676,6 +682,7 @@ OC.L10N.register( "Show language" : "Vis språk", "Show account backend" : "Vis konto-server", "Show storage path" : "Vis lagringsplassering", + "Show first login" : "Vis første innlogging", "Show last login" : "Vis siste innlogging", "Sorting" : "Sorter", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Systemkonfigurasjonen håndhever sortering av gruppene etter navn. Dette deaktiverer også visning av medlemsantallet.", @@ -705,6 +712,7 @@ OC.L10N.register( "Loading categories" : "Laster kategorier", "Developer documentation ↗" : "Utviklerdokumentasjon ↗", "Version {version}, {license}-licensed" : "Versjon {version}, {license}-lisensiert", + "Version {version}" : "Versjon {version}", "All accounts" : "Alle kontoer", "Admins" : "Administratorer", "Account group: {group}" : "Kontogruppe: {group}", @@ -747,13 +755,13 @@ OC.L10N.register( "Show to everyone" : "Vis til alle", "Show to logged in accounts only" : "Vis kun for påloggede kontoer", "Hide" : "Skjul", - "manual-install apps cannot be updated" : "Apper som installeres manuelt, kan ikke oppdateres", "Deploy and Enable" : "Distribuer og aktiver", "Download and enable" : "Last ned og aktiver", "Disable" : "Deaktiver ", "Allow untested app" : "Tillatt utestet app", "The app will be downloaded from the App Store" : "Appen vil bli lastet ned fra app-butikken", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Denne appen er ikke merket som kompatibel med Nextcloud-versjonen. Hvis du fortsetter, vil du fortsatt kunne installere appen. Vær oppmerksom på at appen kanskje ikke fungerer som forventet.", + "Unknown" : "Ukjent", "Never" : "Aldri", "Could not register device: Network error" : "Kunne ikke registrere enheten: nettverksfeil", "Could not register device: Probably already registered" : "Kunne ikke registrere enheten: trolig allerede registrert", @@ -813,23 +821,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Denne community-utgaven av NextCloud er ikke understøttet og umiddelbare varsler er derfor ikke tilgjengelig. ", "Use a second factor besides your password to increase security for your account." : "Bruk en annen faktor i tillegg til passordet ditt for å øke sikkerheten for kontoen din.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hvis du bruker tredjepartsapplikasjoner for å koble til Nextcloud, må du sørge for å opprette og konfigurere et app-passord for hver før du aktiverer tofaktorautentisering.", - "No user supplied" : "Ingen bruker angitt", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Angi et administrativt gjenopprettingspassord; ellers vil alle brukerdata gå tapt.", - "Backend does not support password change, but the user's encryption key was updated." : "Server støtter ikke passordendring, men brukerens krypteringsnøkkel ble oppdatert.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Du må angi bruker-e-postadressen din før du kan sende test-e-post. Gå til %s for det.", - "Invalid user" : "Ugyldig bruker", - "Your username is: %s" : "Ditt brukernavn er: %s", - "Logged in user must be a subadmin" : "Innlogget bruker må være subadministrator", - "Old user imported certificates" : "Gamle brukerimporterte sertifikater", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Det venter en bakgrunnsjobb som ser etter brukerimporterte SSL-sertifikater. Kom tilbake senere.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det er noen brukerimporterte SSL-sertifikater til stede, som ikke brukes lenger med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Stiene deres i datakatalogen vises nedenfor.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en sin 'trusted_domains' eller 'overwrite.cli.url'.", "Missing optional index \"%s\" in table \"%s\"." : "Mangler valgfri indkeks \"%s\" i tabell \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.", "File locking" : "Låsing av filer", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Låsing av transaksjonsfiler er deaktivert, dette kan føre til problemer med løpsforholdene. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte. Kontroller manuelt om webserveren din serverer .mjs-filer ved hjelp av JavaScript MIME-typen.", - "MySQL unicode support" : "MySQL unicode-støtte", - "Overwrite cli URL" : "Overwrite cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte via noen av dine 'trusted_domains' eller 'overwrite.cli.url'. Dette kan være et resultat av DNS-avvik på serversiden eller en regel for utgående brannmur. Kontroller manuelt om webserveren din tjener .mjs-filer ved hjelp av JavaScript MIME-typen.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kjører for øyeblikket PHP %s. PHP 8.0 er nå avviklet i Nextcloud 27. Nextcloud 28 kan kreve minst PHP 8.1. Oppgrader til en av de offisielt støttede PHP-versjonene levert av PHP Group så snart som mulig.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB versjon\"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MariaDB 10.2 eller høyere.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL versjon \"%s\"blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MySQL 8.0 eller MariaDB 10.2 eller høyere.", @@ -838,27 +835,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tale-til-tekst kan implementeres av forskjellige apper. Her kan du angi hvilken app som skal brukes.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av de installerte appene dine har tale-til-tekst-funksjonalitet", "None of your currently installed apps provide Text processing functionality" : "Ingen av de installerte appene dine har tekstbehandlingsfunksjonalitet", - "Exclude groups from sharing" : "Utelukk grupper fra deling", - "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", "Set default expiration date for shares" : "Angi standard utløpsdato for delinger", "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillat automatisk fullføring av brukernavn i delingsdialogen og gi tilgang til systemets adressebok", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tofaktor-autentisering kan være påkrevd for alle brukere eller spesifikke grupper. Dersom de ikke har en tilbyder av tofaktor konfigurert, vil de ikke ha mulighet til å logge inn i systemet.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Når grupper velges/velges bort, bruker de følgende logikk for å avgjøre om en bruker har 2FA håndhevet: Hvis ingen grupper er valgt, er 2FA aktivert for alle unntatt medlemmer av de utelukkede gruppene. Hvis grupper er valgt, er 2FA aktivert for alle medlemmer av disse. Hvis en bruker er både i en valgt og utelukket gruppe, har den valgte forrang og 2FA håndheves.", - "{license}-licensed" : "{license}-lisensiert", - "Rating: {score}/10" : "Vurdering: {score}/10", - "Username" : "Brukernavn", - "Execute one task with each page loaded. Use case: Single user instance." : "Utfør én oppgave med hver side lastet inn. Brukertilfelle: enkeltbrukerforekomst.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php er registrert på en webcron-tjeneste for å ringe cron.php hvert 5. minutt over HTTP. Brukstilfelle: Svært liten forekomst (1–5 brukere avhengig av bruken).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php må kjøres av systembrukeren \"{user}\".", - "Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brukere.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er i ferd med å fjerne gruppen \"{group}\". Brukerne vil IKKE bli slettet.", + "Your biography" : "Din biografi", "You are using <strong>{usage}</strong>" : "Du bruker <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Du bruker <strong>{usage}</strong> av <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Ytterligere e-poster", - "Enable Profile" : "Aktiver profil", - "No users" : "Ingen brukere", - "Loading users …" : "Laster brukere...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste over brukere. Denne listen er ikke fullstendig gjengitt av ytelsesgrunner. Brukerne blir gjengitt når du navigerer gjennom listen.", "New user" : "Ny bruker", "Groups (required)" : "Grupper (kreves)", "Set user groups" : "Angi brukergrupper", @@ -869,39 +850,15 @@ OC.L10N.register( "Set user manager" : "Angi brukersjef", "Username will be autogenerated" : "Brukernavn blir generert automatisk", "Username (required)" : "Brukernavn (kreves)", + "Loading users …" : "Laster brukere...", + "Username" : "Brukernavn", "User backend" : "Bruker-server", "User actions" : "Brukerhandlinger", - "Loading user …" : "Laster bruker...", - "You do not have permissions to see the details of this user" : "Du har ikke tilgang til å se detaljer om denne brukeren", "Add user to group" : "Legg bruker til gruppe", - "Set user as admin for" : "Sett bruker som administrator for", - "Select user quota" : "Velg brukerkvote", - "Delete user" : "Slett bruker", - "Wipe all devices" : "Slett alle enheter", - "Disable user" : "Deaktiver bruker", - "Enable user" : "Aktiver bruker", - "Failed to update user manager" : "Kunne ikke oppdatere brukersjef", - "Toggle user actions menu" : "Veksle meny over brukerhandlinger", - "User management settings" : "Innstillinger for brukeradministrasjon", - "Show user backend" : "Vis bruker-server", - "Send welcome email to new users" : "Sende velkomst-e-post til nye brukere", "Name your device" : "Gi navn til enhet", "Server error while trying to add WebAuthn device" : "Serverfeil under forsøk på å legge til WebAuthn-enhet", - "by {author}\n{license}" : "av {author}\n{license}", - "User management" : "Brukeradministrasjon", - "Active users" : "Aktive brukere", - "Disabled users" : "Deaktiverte brukere", - "Creating group …" : "Oppretter gruppe...", - "User group: {group}" : "Brukergruppe: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ikke tilgjengelig ettersom føderasjon er deaktivert for kontoen din. Kontakt systemadministratoren hvis du har spørsmål.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Ikke tilgjengelig da publisering av brukerspesifikke data til oppslagsserveren ikke er tillatt, kontakt systemadministratoren hvis du har spørsmål.", - "Show to logged in users only" : "Vis kun for påloggede brukere", - "Nextcloud help resources" : "Hjelperessurser for Nextcloud", - "SMTP Username" : "SMTP-brukernavn", - "Follow us on Twitter" : "Følg oss på Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en sin 'trusted_domains' eller 'overwrite.cli.url'.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte via noen av dine 'trusted_domains' eller 'overwrite.cli.url'. Dette kan være et resultat av DNS-avvik på serversiden eller en regel for utgående brannmur. Kontroller manuelt om webserveren din tjener .mjs-filer ved hjelp av JavaScript MIME-typen.", "Active accounts" : "Aktive kontoer", + "Follow us on Twitter" : "Følg oss på Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en dens 'trusted_domains' eller 'overwrite.cli.url'. Denne feilen kan være et resultat av ikke-DNS-samsvar på serversiden eller en regel for utgående brannmur.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-versjon \"%s\" oppdaget. PostgreSQL >=12 og <=16 foreslås for best ytelse, stabilitet og funksjonalitet med denne versjonen av Nextcloud." }, diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json index 886d5c4ee7e..8e3b41142dd 100644 --- a/apps/settings/l10n/nb.json +++ b/apps/settings/l10n/nb.json @@ -119,6 +119,11 @@ "Personal info" : "Personlig informasjon", "Mobile & desktop" : "Mobil og skrivebord", "Email server" : "E-postserver", + "Mail Providers" : "Epost-tilbydere", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "Epost-tilbyder åpner for sending av epost direkte via brukerens personlige epost-konto. På nåværende tidspunkt er denne funskjonen begrenset til kalenderinvitasjoner. Krever Nextcloud Mail 4.1 og en epost-konto i Nextcloud Mail som er lik brukerens epost-adresse i Nextcloud.", + "Send emails using" : "Send eposter med", + "User's email account" : "Brukerens epost-konto", + "System email account" : "Systemets epost-konto", "Background jobs" : "Bakgrunnsjobber", "Unlimited" : "Ubegrenset", "Verifying" : "Verifiserer", @@ -419,6 +424,9 @@ "Display Name" : "Visningsnavn", "GPUs support" : "Støtte for GPUer", "Compute device" : "Beregningsenhet", + "Learn more" : "Lær mer", + "Confirm" : "Bekreft", + "Cancel" : "Avbryt", "Description" : "Beskrivelse", "Details" : "Detaljer", "All" : "Alle", @@ -517,8 +525,6 @@ "Unable to update server side encryption config" : "Kan ikke oppdatere konfigurasjonen av server-side-kryptering", "Please confirm the group removal" : "Vennligst bekreft fjerning av gruppe", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du er i ferd med å fjerne gruppen \"{group}\". Kontoene vil IKKE bli slettet.", - "Cancel" : "Avbryt", - "Confirm" : "Bekreft", "Submit" : "Send inn", "Rename group" : "Gi nytt navn til gruppen", "Remove group" : "Fjern gruppe", @@ -540,7 +546,6 @@ "Error cropping profile picture" : "Feil under beskjæring av profilbilde", "Error saving profile picture" : "Feil under lagring av profilbilde", "Error removing profile picture" : "Feil ved fjerning av profilbilde", - "Your biography" : "Din biografi", "Enter your date of birth" : "Skriv inn fødselsdatoen din", "Unable to update date of birth" : "Kan ikke oppdatere fødselsdato", "You are a member of the following groups:" : "Du er medlem av følgende grupper:", @@ -636,6 +641,7 @@ "Group admin for" : "Gruppeadministrator for", "Account backend" : "Konto-backend", "Storage location" : "Lagringsplassering", + "First login" : "Første innlogging", "Last login" : "Siste innlogging", "Account actions" : "Kontoaktiviteter", "Password or insufficient permissions message" : "Melding om passord eller utilstrekkelige rettigheter", @@ -674,6 +680,7 @@ "Show language" : "Vis språk", "Show account backend" : "Vis konto-server", "Show storage path" : "Vis lagringsplassering", + "Show first login" : "Vis første innlogging", "Show last login" : "Vis siste innlogging", "Sorting" : "Sorter", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Systemkonfigurasjonen håndhever sortering av gruppene etter navn. Dette deaktiverer også visning av medlemsantallet.", @@ -703,6 +710,7 @@ "Loading categories" : "Laster kategorier", "Developer documentation ↗" : "Utviklerdokumentasjon ↗", "Version {version}, {license}-licensed" : "Versjon {version}, {license}-lisensiert", + "Version {version}" : "Versjon {version}", "All accounts" : "Alle kontoer", "Admins" : "Administratorer", "Account group: {group}" : "Kontogruppe: {group}", @@ -745,13 +753,13 @@ "Show to everyone" : "Vis til alle", "Show to logged in accounts only" : "Vis kun for påloggede kontoer", "Hide" : "Skjul", - "manual-install apps cannot be updated" : "Apper som installeres manuelt, kan ikke oppdateres", "Deploy and Enable" : "Distribuer og aktiver", "Download and enable" : "Last ned og aktiver", "Disable" : "Deaktiver ", "Allow untested app" : "Tillatt utestet app", "The app will be downloaded from the App Store" : "Appen vil bli lastet ned fra app-butikken", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Denne appen er ikke merket som kompatibel med Nextcloud-versjonen. Hvis du fortsetter, vil du fortsatt kunne installere appen. Vær oppmerksom på at appen kanskje ikke fungerer som forventet.", + "Unknown" : "Ukjent", "Never" : "Aldri", "Could not register device: Network error" : "Kunne ikke registrere enheten: nettverksfeil", "Could not register device: Probably already registered" : "Kunne ikke registrere enheten: trolig allerede registrert", @@ -811,23 +819,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Denne community-utgaven av NextCloud er ikke understøttet og umiddelbare varsler er derfor ikke tilgjengelig. ", "Use a second factor besides your password to increase security for your account." : "Bruk en annen faktor i tillegg til passordet ditt for å øke sikkerheten for kontoen din.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Hvis du bruker tredjepartsapplikasjoner for å koble til Nextcloud, må du sørge for å opprette og konfigurere et app-passord for hver før du aktiverer tofaktorautentisering.", - "No user supplied" : "Ingen bruker angitt", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Angi et administrativt gjenopprettingspassord; ellers vil alle brukerdata gå tapt.", - "Backend does not support password change, but the user's encryption key was updated." : "Server støtter ikke passordendring, men brukerens krypteringsnøkkel ble oppdatert.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Du må angi bruker-e-postadressen din før du kan sende test-e-post. Gå til %s for det.", - "Invalid user" : "Ugyldig bruker", - "Your username is: %s" : "Ditt brukernavn er: %s", - "Logged in user must be a subadmin" : "Innlogget bruker må være subadministrator", - "Old user imported certificates" : "Gamle brukerimporterte sertifikater", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Det venter en bakgrunnsjobb som ser etter brukerimporterte SSL-sertifikater. Kom tilbake senere.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det er noen brukerimporterte SSL-sertifikater til stede, som ikke brukes lenger med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Stiene deres i datakatalogen vises nedenfor.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en sin 'trusted_domains' eller 'overwrite.cli.url'.", "Missing optional index \"%s\" in table \"%s\"." : "Mangler valgfri indkeks \"%s\" i tabell \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.", "File locking" : "Låsing av filer", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Låsing av transaksjonsfiler er deaktivert, dette kan føre til problemer med løpsforholdene. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte. Kontroller manuelt om webserveren din serverer .mjs-filer ved hjelp av JavaScript MIME-typen.", - "MySQL unicode support" : "MySQL unicode-støtte", - "Overwrite cli URL" : "Overwrite cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte via noen av dine 'trusted_domains' eller 'overwrite.cli.url'. Dette kan være et resultat av DNS-avvik på serversiden eller en regel for utgående brannmur. Kontroller manuelt om webserveren din tjener .mjs-filer ved hjelp av JavaScript MIME-typen.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kjører for øyeblikket PHP %s. PHP 8.0 er nå avviklet i Nextcloud 27. Nextcloud 28 kan kreve minst PHP 8.1. Oppgrader til en av de offisielt støttede PHP-versjonene levert av PHP Group så snart som mulig.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB versjon\"%s\" blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MariaDB 10.2 eller høyere.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL versjon \"%s\"blir brukt. Nextcloud 21 og nyere støtter ikke denne versjonen og krever MySQL 8.0 eller MariaDB 10.2 eller høyere.", @@ -836,27 +833,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tale-til-tekst kan implementeres av forskjellige apper. Her kan du angi hvilken app som skal brukes.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av de installerte appene dine har tale-til-tekst-funksjonalitet", "None of your currently installed apps provide Text processing functionality" : "Ingen av de installerte appene dine har tekstbehandlingsfunksjonalitet", - "Exclude groups from sharing" : "Utelukk grupper fra deling", - "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", "Set default expiration date for shares" : "Angi standard utløpsdato for delinger", "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillat automatisk fullføring av brukernavn i delingsdialogen og gi tilgang til systemets adressebok", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tofaktor-autentisering kan være påkrevd for alle brukere eller spesifikke grupper. Dersom de ikke har en tilbyder av tofaktor konfigurert, vil de ikke ha mulighet til å logge inn i systemet.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Når grupper velges/velges bort, bruker de følgende logikk for å avgjøre om en bruker har 2FA håndhevet: Hvis ingen grupper er valgt, er 2FA aktivert for alle unntatt medlemmer av de utelukkede gruppene. Hvis grupper er valgt, er 2FA aktivert for alle medlemmer av disse. Hvis en bruker er både i en valgt og utelukket gruppe, har den valgte forrang og 2FA håndheves.", - "{license}-licensed" : "{license}-lisensiert", - "Rating: {score}/10" : "Vurdering: {score}/10", - "Username" : "Brukernavn", - "Execute one task with each page loaded. Use case: Single user instance." : "Utfør én oppgave med hver side lastet inn. Brukertilfelle: enkeltbrukerforekomst.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php er registrert på en webcron-tjeneste for å ringe cron.php hvert 5. minutt over HTTP. Brukstilfelle: Svært liten forekomst (1–5 brukere avhengig av bruken).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php må kjøres av systembrukeren \"{user}\".", - "Enable or disable profile by default for new users." : "Aktiver eller deaktiver profil som standard for nye brukere.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du er i ferd med å fjerne gruppen \"{group}\". Brukerne vil IKKE bli slettet.", + "Your biography" : "Din biografi", "You are using <strong>{usage}</strong>" : "Du bruker <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Du bruker <strong>{usage}</strong> av <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Ytterligere e-poster", - "Enable Profile" : "Aktiver profil", - "No users" : "Ingen brukere", - "Loading users …" : "Laster brukere...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Liste over brukere. Denne listen er ikke fullstendig gjengitt av ytelsesgrunner. Brukerne blir gjengitt når du navigerer gjennom listen.", "New user" : "Ny bruker", "Groups (required)" : "Grupper (kreves)", "Set user groups" : "Angi brukergrupper", @@ -867,39 +848,15 @@ "Set user manager" : "Angi brukersjef", "Username will be autogenerated" : "Brukernavn blir generert automatisk", "Username (required)" : "Brukernavn (kreves)", + "Loading users …" : "Laster brukere...", + "Username" : "Brukernavn", "User backend" : "Bruker-server", "User actions" : "Brukerhandlinger", - "Loading user …" : "Laster bruker...", - "You do not have permissions to see the details of this user" : "Du har ikke tilgang til å se detaljer om denne brukeren", "Add user to group" : "Legg bruker til gruppe", - "Set user as admin for" : "Sett bruker som administrator for", - "Select user quota" : "Velg brukerkvote", - "Delete user" : "Slett bruker", - "Wipe all devices" : "Slett alle enheter", - "Disable user" : "Deaktiver bruker", - "Enable user" : "Aktiver bruker", - "Failed to update user manager" : "Kunne ikke oppdatere brukersjef", - "Toggle user actions menu" : "Veksle meny over brukerhandlinger", - "User management settings" : "Innstillinger for brukeradministrasjon", - "Show user backend" : "Vis bruker-server", - "Send welcome email to new users" : "Sende velkomst-e-post til nye brukere", "Name your device" : "Gi navn til enhet", "Server error while trying to add WebAuthn device" : "Serverfeil under forsøk på å legge til WebAuthn-enhet", - "by {author}\n{license}" : "av {author}\n{license}", - "User management" : "Brukeradministrasjon", - "Active users" : "Aktive brukere", - "Disabled users" : "Deaktiverte brukere", - "Creating group …" : "Oppretter gruppe...", - "User group: {group}" : "Brukergruppe: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ikke tilgjengelig ettersom føderasjon er deaktivert for kontoen din. Kontakt systemadministratoren hvis du har spørsmål.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Ikke tilgjengelig da publisering av brukerspesifikke data til oppslagsserveren ikke er tillatt, kontakt systemadministratoren hvis du har spørsmål.", - "Show to logged in users only" : "Vis kun for påloggede brukere", - "Nextcloud help resources" : "Hjelperessurser for Nextcloud", - "SMTP Username" : "SMTP-brukernavn", - "Follow us on Twitter" : "Følg oss på Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en sin 'trusted_domains' eller 'overwrite.cli.url'.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte via noen av dine 'trusted_domains' eller 'overwrite.cli.url'. Dette kan være et resultat av DNS-avvik på serversiden eller en regel for utgående brannmur. Kontroller manuelt om webserveren din tjener .mjs-filer ved hjelp av JavaScript MIME-typen.", "Active accounts" : "Aktive kontoer", + "Follow us on Twitter" : "Følg oss på Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "For å la denne kontrollen kjøre, må du sørge for at webserveren din kan koble til seg selv. Derfor må den kunne løse og koble til minst en dens 'trusted_domains' eller 'overwrite.cli.url'. Denne feilen kan være et resultat av ikke-DNS-samsvar på serversiden eller en regel for utgående brannmur.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL-versjon \"%s\" oppdaget. PostgreSQL >=12 og <=16 foreslås for best ytelse, stabilitet og funksjonalitet med denne versjonen av Nextcloud." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index 46eea78564b..4f8ee04c63b 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -280,6 +280,9 @@ OC.L10N.register( "Type" : "Type", "Display Name" : "Weergavenaam", "GPUs support" : "GPUs support", + "Learn more" : "Meer weten", + "Confirm" : "Bevestigen", + "Cancel" : "Annuleren", "Description" : "Omschrijving", "Details" : "Details", "All" : "Alle", @@ -355,8 +358,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Dit is de laatste waarschuwing: Wil je versleuteling echt inschakelen?", "No encryption module loaded, please enable an encryption module in the app menu." : "Er is geen cryptomodule geladen, activeer een cryptomodule in het appmenu", "Select default encryption module:" : "Selecteer de standaard cryptomodule:", - "Cancel" : "Annuleren", - "Confirm" : "Bevestigen", "Submit" : "Verwerken", "Rename group" : "Hernoem groep", "Remove group" : "Groep verwijderen", @@ -377,7 +378,6 @@ OC.L10N.register( "Error cropping profile picture" : "Fout bij aanpassen profielafbeelding", "Error saving profile picture" : "Fout bij opslaan profielafbeelding", "Error removing profile picture" : "Fout bij verwijderen profielafbeelding", - "Your biography" : "Jouw biografie", "Enter your date of birth" : "Voer je geboortedatum in", "Unable to update date of birth" : "Kan geboortedatum niet aanpassen", "You are a member of the following groups:" : "Je bent lid van de volgende groepen:", @@ -576,6 +576,7 @@ OC.L10N.register( "Allow untested app" : "Niet-geteste apps toestaan", "The app will be downloaded from the App Store" : "De app zal worden gedownload van de App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Deze is niet aangeduid als compatibel met jouw versie van Nextcloud. Als je verdergaat, zal je de app kunnen installeren. Let op dat de app misschien niet werkt zoals verwacht.", + "Unknown" : "Onbekend", "Never" : "Nooit", "Could not register device: Network error" : "Kon apparaat niet registreren: netwerkfout", "Could not register device: Probably already registered" : "Kon apparaat niet registreren: waarschijnlijk al geregistreerd", @@ -632,30 +633,11 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Deze community release van Nextcloud wordt niet ondersteund en instant meldingen zijn niet beschikbaar", "Use a second factor besides your password to increase security for your account." : "Gebruik een tweede factor naast je wachtwoord om de beveiliging van je account te verhogen. ", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Als u toepassingen van derden gebruikt om met Nextcloud te verbinden, zorg er dan voor om voor elke app een wachtwoord te maken en te configureren voordat \"tweede factor authenticatie\" wordt geactiveerd.", - "No user supplied" : "Geen gebruiker opgegeven", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Voer een beheerdersherstelwachtwoord in, anders zullen alle gebruikersgegevens verloren gaan", - "Invalid user" : "Ongeldige gebruiker", - "Your username is: %s" : "Je gebruikersnaam is: %s", - "Logged in user must be a subadmin" : "Ingelogde gebruiker moet een subbeheerder zijn", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Er is een achtergrondtaak in bezig die controleert op door de gebruiker geïmporteerde SSL-certificaten. Kom later terug.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Er zijn enkele door gebruikers geïmporteerde SSL-certificaten aanwezig, die niet meer worden gebruikt met Nextcloud 21. Ze kunnen op de opdrachtregel worden geïmporteerd via het commando \"occ security:certificates:import\". De paden binnen de gegevensdirectory worden hieronder weergegeven.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.", - "Exclude groups from sharing" : "Sta bepaalde groepen niet toe om te delen", - "These groups will still be able to receive shares, but not to initiate them." : "Deze groepen kunnen gedeelde mappen en bestanden ontvangen, maar kunnen zelf niks delen.", "Set default expiration date for shares" : "Instellen standaard vervaldatum voor deellinks", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tweetrapsauthenticatie kan worden afgedwongen voor alle gebruikers en specifieke groepen. Als ze geen tweetrapsprovider hebben ingesteld, dan kunnen ze niet inloggen in het systeem.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Wanneer groepen worden geselecteerd/uitgezonderd, geldt de volgende logica om te bepalen of voor een gebruiker 2FA wordt afgedwongen: Als geen groepen zijn geselecteerd, is 2FA voor iedereen ingeschakeld, behalve voor leden van de uitgezonderde groepen. Als groepen zijn geselecteerd is 2FA is ingeschakeld voor alle leden ervan. Als een gebruiker lid is van zowel een geselecteerde als uitgezonderde groep, krijgt de geselecteerde voorrang en wordt 2FA afgedwongen.", - "{license}-licensed" : "{license}-gelicenseerd", - "Rating: {score}/10" : "Score: {score}/10", - "Username" : "Gebruikersnaam", - "Execute one task with each page loaded. Use case: Single user instance." : "Een taak uitvoeren bij het laden van iedere pagina. Use case: voor een enkele gebruiker.", - "Enable or disable profile by default for new users." : "Profiel standaard in- of uitschakelen voor nieuwe gebruikers.", + "Your biography" : "Jouw biografie", "You are using <strong>{usage}</strong>" : "Je gebruikt <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Je gebruikt <strong>{usage}</strong> van <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Extra e-mailadressen", - "Enable Profile" : "Schakel Profiel in", - "No users" : "Geen gebruikers", - "Loading users …" : "Laden gebruikers ...", "New user" : "Nieuwe gebruiker", "Groups (required)" : "Groepen (vereist)", "Set user groups" : "Gebruikersgroepen instellen", @@ -666,35 +648,14 @@ OC.L10N.register( "Set user manager" : "Gebruikersbeheerder instellen", "Username will be autogenerated" : "Gebruikersnaam wordt automatisch gegenereerd", "Username (required)" : "Gebruikersnaam (vereist)", + "Loading users …" : "Laden gebruikers ...", + "Username" : "Gebruikersnaam", "User backend" : "Backend gebruiker", "User actions" : "Gebruikersacties", - "Loading user …" : "Laden gebruiker ...", - "You do not have permissions to see the details of this user" : "Je hebt niet de machtigingen om de details van deze gebruiekr te zien", "Add user to group" : "Toevoegen gebruiker aan groep", - "Set user as admin for" : "Maak gebruiker beheerder voor", - "Select user quota" : "Selecteer gebruikersquotum", - "Delete user" : "Verwijder gebruiker", - "Wipe all devices" : "Wis alle toestellen", - "Disable user" : "Gebruiker uitschakelen", - "Enable user" : "Inschakelen gebruiker", - "Failed to update user manager" : "Bijwerken gebruikersbeheerder mislukt", - "Toggle user actions menu" : "Omschakelen gebruikersactiemenu", - "User management settings" : "Gebruikersbeheerinstellingen", - "Show user backend" : "Toon backend gebruiker", - "Send welcome email to new users" : "Stuur welkom e-mail naar nieuwe gebruikers", "Name your device" : "Geef je apparaat een naam", "Server error while trying to add WebAuthn device" : "Serverfout tijdens het toevoegen van WebAuthn apparaat", - "by {author}\n{license}" : "door {author}\n{license}", - "User management" : "Gebruikersbeheer", - "Active users" : "Actieve gebruikers", - "Disabled users" : "Uitgeschakelde gebruikers", - "Creating group …" : "Creëren groep...", - "User group: {group}" : "Gebruikersgroep: {group}", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Niet beschikbaar omdat het publiceren van gebruikersdata aan de lookup server niet toegestaan is, neem contact op met je beheerder als je vragen hebt", - "Show to logged in users only" : "Laat alleen zien aan ingelogde gebruikers", - "Nextcloud help resources" : "Nextcloud hulpbronnen", - "SMTP Username" : "SMTP gebruikersnaam", - "Follow us on Twitter" : "Volg ons op Twitter", - "Active accounts" : "Actieve accounts" + "Active accounts" : "Actieve accounts", + "Follow us on Twitter" : "Volg ons op Twitter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/nl.json b/apps/settings/l10n/nl.json index 0ef13ef5d4b..110a54bab41 100644 --- a/apps/settings/l10n/nl.json +++ b/apps/settings/l10n/nl.json @@ -278,6 +278,9 @@ "Type" : "Type", "Display Name" : "Weergavenaam", "GPUs support" : "GPUs support", + "Learn more" : "Meer weten", + "Confirm" : "Bevestigen", + "Cancel" : "Annuleren", "Description" : "Omschrijving", "Details" : "Details", "All" : "Alle", @@ -353,8 +356,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Dit is de laatste waarschuwing: Wil je versleuteling echt inschakelen?", "No encryption module loaded, please enable an encryption module in the app menu." : "Er is geen cryptomodule geladen, activeer een cryptomodule in het appmenu", "Select default encryption module:" : "Selecteer de standaard cryptomodule:", - "Cancel" : "Annuleren", - "Confirm" : "Bevestigen", "Submit" : "Verwerken", "Rename group" : "Hernoem groep", "Remove group" : "Groep verwijderen", @@ -375,7 +376,6 @@ "Error cropping profile picture" : "Fout bij aanpassen profielafbeelding", "Error saving profile picture" : "Fout bij opslaan profielafbeelding", "Error removing profile picture" : "Fout bij verwijderen profielafbeelding", - "Your biography" : "Jouw biografie", "Enter your date of birth" : "Voer je geboortedatum in", "Unable to update date of birth" : "Kan geboortedatum niet aanpassen", "You are a member of the following groups:" : "Je bent lid van de volgende groepen:", @@ -574,6 +574,7 @@ "Allow untested app" : "Niet-geteste apps toestaan", "The app will be downloaded from the App Store" : "De app zal worden gedownload van de App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Deze is niet aangeduid als compatibel met jouw versie van Nextcloud. Als je verdergaat, zal je de app kunnen installeren. Let op dat de app misschien niet werkt zoals verwacht.", + "Unknown" : "Onbekend", "Never" : "Nooit", "Could not register device: Network error" : "Kon apparaat niet registreren: netwerkfout", "Could not register device: Probably already registered" : "Kon apparaat niet registreren: waarschijnlijk al geregistreerd", @@ -630,30 +631,11 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Deze community release van Nextcloud wordt niet ondersteund en instant meldingen zijn niet beschikbaar", "Use a second factor besides your password to increase security for your account." : "Gebruik een tweede factor naast je wachtwoord om de beveiliging van je account te verhogen. ", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Als u toepassingen van derden gebruikt om met Nextcloud te verbinden, zorg er dan voor om voor elke app een wachtwoord te maken en te configureren voordat \"tweede factor authenticatie\" wordt geactiveerd.", - "No user supplied" : "Geen gebruiker opgegeven", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Voer een beheerdersherstelwachtwoord in, anders zullen alle gebruikersgegevens verloren gaan", - "Invalid user" : "Ongeldige gebruiker", - "Your username is: %s" : "Je gebruikersnaam is: %s", - "Logged in user must be a subadmin" : "Ingelogde gebruiker moet een subbeheerder zijn", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Er is een achtergrondtaak in bezig die controleert op door de gebruiker geïmporteerde SSL-certificaten. Kom later terug.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Er zijn enkele door gebruikers geïmporteerde SSL-certificaten aanwezig, die niet meer worden gebruikt met Nextcloud 21. Ze kunnen op de opdrachtregel worden geïmporteerd via het commando \"occ security:certificates:import\". De paden binnen de gegevensdirectory worden hieronder weergegeven.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexen zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.", - "Exclude groups from sharing" : "Sta bepaalde groepen niet toe om te delen", - "These groups will still be able to receive shares, but not to initiate them." : "Deze groepen kunnen gedeelde mappen en bestanden ontvangen, maar kunnen zelf niks delen.", "Set default expiration date for shares" : "Instellen standaard vervaldatum voor deellinks", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tweetrapsauthenticatie kan worden afgedwongen voor alle gebruikers en specifieke groepen. Als ze geen tweetrapsprovider hebben ingesteld, dan kunnen ze niet inloggen in het systeem.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Wanneer groepen worden geselecteerd/uitgezonderd, geldt de volgende logica om te bepalen of voor een gebruiker 2FA wordt afgedwongen: Als geen groepen zijn geselecteerd, is 2FA voor iedereen ingeschakeld, behalve voor leden van de uitgezonderde groepen. Als groepen zijn geselecteerd is 2FA is ingeschakeld voor alle leden ervan. Als een gebruiker lid is van zowel een geselecteerde als uitgezonderde groep, krijgt de geselecteerde voorrang en wordt 2FA afgedwongen.", - "{license}-licensed" : "{license}-gelicenseerd", - "Rating: {score}/10" : "Score: {score}/10", - "Username" : "Gebruikersnaam", - "Execute one task with each page loaded. Use case: Single user instance." : "Een taak uitvoeren bij het laden van iedere pagina. Use case: voor een enkele gebruiker.", - "Enable or disable profile by default for new users." : "Profiel standaard in- of uitschakelen voor nieuwe gebruikers.", + "Your biography" : "Jouw biografie", "You are using <strong>{usage}</strong>" : "Je gebruikt <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Je gebruikt <strong>{usage}</strong> van <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Extra e-mailadressen", - "Enable Profile" : "Schakel Profiel in", - "No users" : "Geen gebruikers", - "Loading users …" : "Laden gebruikers ...", "New user" : "Nieuwe gebruiker", "Groups (required)" : "Groepen (vereist)", "Set user groups" : "Gebruikersgroepen instellen", @@ -664,35 +646,14 @@ "Set user manager" : "Gebruikersbeheerder instellen", "Username will be autogenerated" : "Gebruikersnaam wordt automatisch gegenereerd", "Username (required)" : "Gebruikersnaam (vereist)", + "Loading users …" : "Laden gebruikers ...", + "Username" : "Gebruikersnaam", "User backend" : "Backend gebruiker", "User actions" : "Gebruikersacties", - "Loading user …" : "Laden gebruiker ...", - "You do not have permissions to see the details of this user" : "Je hebt niet de machtigingen om de details van deze gebruiekr te zien", "Add user to group" : "Toevoegen gebruiker aan groep", - "Set user as admin for" : "Maak gebruiker beheerder voor", - "Select user quota" : "Selecteer gebruikersquotum", - "Delete user" : "Verwijder gebruiker", - "Wipe all devices" : "Wis alle toestellen", - "Disable user" : "Gebruiker uitschakelen", - "Enable user" : "Inschakelen gebruiker", - "Failed to update user manager" : "Bijwerken gebruikersbeheerder mislukt", - "Toggle user actions menu" : "Omschakelen gebruikersactiemenu", - "User management settings" : "Gebruikersbeheerinstellingen", - "Show user backend" : "Toon backend gebruiker", - "Send welcome email to new users" : "Stuur welkom e-mail naar nieuwe gebruikers", "Name your device" : "Geef je apparaat een naam", "Server error while trying to add WebAuthn device" : "Serverfout tijdens het toevoegen van WebAuthn apparaat", - "by {author}\n{license}" : "door {author}\n{license}", - "User management" : "Gebruikersbeheer", - "Active users" : "Actieve gebruikers", - "Disabled users" : "Uitgeschakelde gebruikers", - "Creating group …" : "Creëren groep...", - "User group: {group}" : "Gebruikersgroep: {group}", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Niet beschikbaar omdat het publiceren van gebruikersdata aan de lookup server niet toegestaan is, neem contact op met je beheerder als je vragen hebt", - "Show to logged in users only" : "Laat alleen zien aan ingelogde gebruikers", - "Nextcloud help resources" : "Nextcloud hulpbronnen", - "SMTP Username" : "SMTP gebruikersnaam", - "Follow us on Twitter" : "Volg ons op Twitter", - "Active accounts" : "Actieve accounts" + "Active accounts" : "Actieve accounts", + "Follow us on Twitter" : "Volg ons op Twitter" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/oc.js b/apps/settings/l10n/oc.js index 47c7cfad8bc..bcdca1d2984 100644 --- a/apps/settings/l10n/oc.js +++ b/apps/settings/l10n/oc.js @@ -92,6 +92,8 @@ OC.L10N.register( "_%n app has an update available_::_%n apps have an update available_" : ["%n aplicacion an una mesa a jorn de disponibla","%n aplicacions an una mesa a jorn de disponibla"], "Loading" : "Cargament", "Type" : "Tipe", + "Confirm" : "Confirmar", + "Cancel" : "Anullar", "Description" : "Descripcion", "Details" : "Detalhs", "All" : "Tot", @@ -125,8 +127,6 @@ OC.L10N.register( "Login" : "Login", "Password" : "Senhal", "Profile" : "Perfil", - "Cancel" : "Anullar", - "Confirm" : "Confirmar", "Submit" : "Transmetre", "Rename group" : "Renomenar lo grop", "Remove group" : "Suprimir lo grop", @@ -134,7 +134,6 @@ OC.L10N.register( "New password" : "Senhal novèl", "Change password" : "Cambiar de senhal", "Picture provided by original account" : "Imatge provesit pel compte d’origina", - "Your biography" : "Vòstra biografia", "You are a member of the following groups:" : "Formatz part d’aquestes grops :", "Your full name" : "Vòstre nom complèt", "Email options" : "Opcions d’email", @@ -202,6 +201,7 @@ OC.L10N.register( "Show to everyone" : "Afichar a tot lo monde", "Hide" : "Amagar", "Disable" : "Desactivar", + "Unknown" : "Desconegut", "Never" : "Pas jamais", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "I a agut tròp de requèstas a partir de vòstre ret. Tornatz ensajar mai tard o contactatz vòstre administrator s’aquò es una error.", "Error" : "Error", @@ -221,25 +221,12 @@ OC.L10N.register( "Follow us on Mastodon" : "Nos seguir sus Mastodon", "Check out our blog" : "Donar un còp d’uèlh a nòstre blòg", "Subscribe to our newsletter" : "S’abonar a l’infoletra", - "Invalid user" : "Utilizaire invalid", - "Your username is: %s" : "Vòstre nom d’utilizaire : %s", "Set default expiration date for shares" : "Definir una data d’expiracion per defaut pels partatges", - "Username" : "Nom d'utilizaire", - "Additional emails" : "Emails suplementaris", - "Enable Profile" : "Activar Perfil", + "Your biography" : "Vòstra biografia", "New user" : "Utilizaire novèl", + "Username" : "Nom d'utilizaire", "Add user to group" : "Apondre utilizaire al grop", - "Set user as admin for" : "Definir l’utilizaire coma admin per", - "Select user quota" : "Seleccionar lo quota utilizaire", - "Delete user" : "Suprimir l’utilizaire", - "Wipe all devices" : "Escafar totes los periferics", - "Disable user" : "Desactivar l’utilizaire", - "Enable user" : "Activar l’utilizaire", "Name your device" : "Nommatz vòstre periferic", - "by {author}\n{license}" : "per {author}\n{license}", - "Active users" : "Utilizaires actius", - "Disabled users" : "Utilizaires desactivats", - "SMTP Username" : "Utilizaire SMTP", "Follow us on Twitter" : "Nos seguir sus Twitter" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/settings/l10n/oc.json b/apps/settings/l10n/oc.json index 499dbc5d818..5032490fa92 100644 --- a/apps/settings/l10n/oc.json +++ b/apps/settings/l10n/oc.json @@ -90,6 +90,8 @@ "_%n app has an update available_::_%n apps have an update available_" : ["%n aplicacion an una mesa a jorn de disponibla","%n aplicacions an una mesa a jorn de disponibla"], "Loading" : "Cargament", "Type" : "Tipe", + "Confirm" : "Confirmar", + "Cancel" : "Anullar", "Description" : "Descripcion", "Details" : "Detalhs", "All" : "Tot", @@ -123,8 +125,6 @@ "Login" : "Login", "Password" : "Senhal", "Profile" : "Perfil", - "Cancel" : "Anullar", - "Confirm" : "Confirmar", "Submit" : "Transmetre", "Rename group" : "Renomenar lo grop", "Remove group" : "Suprimir lo grop", @@ -132,7 +132,6 @@ "New password" : "Senhal novèl", "Change password" : "Cambiar de senhal", "Picture provided by original account" : "Imatge provesit pel compte d’origina", - "Your biography" : "Vòstra biografia", "You are a member of the following groups:" : "Formatz part d’aquestes grops :", "Your full name" : "Vòstre nom complèt", "Email options" : "Opcions d’email", @@ -200,6 +199,7 @@ "Show to everyone" : "Afichar a tot lo monde", "Hide" : "Amagar", "Disable" : "Desactivar", + "Unknown" : "Desconegut", "Never" : "Pas jamais", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "I a agut tròp de requèstas a partir de vòstre ret. Tornatz ensajar mai tard o contactatz vòstre administrator s’aquò es una error.", "Error" : "Error", @@ -219,25 +219,12 @@ "Follow us on Mastodon" : "Nos seguir sus Mastodon", "Check out our blog" : "Donar un còp d’uèlh a nòstre blòg", "Subscribe to our newsletter" : "S’abonar a l’infoletra", - "Invalid user" : "Utilizaire invalid", - "Your username is: %s" : "Vòstre nom d’utilizaire : %s", "Set default expiration date for shares" : "Definir una data d’expiracion per defaut pels partatges", - "Username" : "Nom d'utilizaire", - "Additional emails" : "Emails suplementaris", - "Enable Profile" : "Activar Perfil", + "Your biography" : "Vòstra biografia", "New user" : "Utilizaire novèl", + "Username" : "Nom d'utilizaire", "Add user to group" : "Apondre utilizaire al grop", - "Set user as admin for" : "Definir l’utilizaire coma admin per", - "Select user quota" : "Seleccionar lo quota utilizaire", - "Delete user" : "Suprimir l’utilizaire", - "Wipe all devices" : "Escafar totes los periferics", - "Disable user" : "Desactivar l’utilizaire", - "Enable user" : "Activar l’utilizaire", "Name your device" : "Nommatz vòstre periferic", - "by {author}\n{license}" : "per {author}\n{license}", - "Active users" : "Utilizaires actius", - "Disabled users" : "Utilizaires desactivats", - "SMTP Username" : "Utilizaire SMTP", "Follow us on Twitter" : "Nos seguir sus Twitter" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index b4a50e82fb1..ee59768979b 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -166,6 +166,7 @@ OC.L10N.register( "Database missing primary keys" : "W bazie danych brakuje kluczy podstawowych", "Missing primary key on table \"%s\"." : "Brak klucza podstawowego w tabeli „%s”.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".", + "Database pending bigint migrations" : "Baza danych oczekująca na migracje bigint", "Debug mode" : "Tryb debugowania", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instancja działa w trybie debugowania. Włącz to tylko dla wersji lokalnej, a nie w środowiskach produkcyjnych.", "Debug mode is disabled." : "Tryb debugowania jest wyłączony.", @@ -368,6 +369,9 @@ OC.L10N.register( "Display Name" : "Wyświetlana nazwa", "GPUs support" : "Obsługa procesorów graficznych", "Compute device" : "Urządzenie obliczeniowe", + "Learn more" : "Dowiedz się więcej", + "Confirm" : "Potwierdź", + "Cancel" : "Anuluj", "Description" : "Opis", "Details" : "Szczegóły", "All" : "Wszystkie", @@ -465,8 +469,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Musisz zmigrować swoje klucze szyfrujące ze starego szyfrowania (ownCloud <= 8.0) do nowego. Włącz \"Domyślny moduł szyfrowania\" i uruchom {command}", "Unable to update server side encryption config" : "Nie można zaktualizować konfiguracji szyfrowania po stronie serwera", "Please confirm the group removal" : "Potwierdź usunięcie grupy", - "Cancel" : "Anuluj", - "Confirm" : "Potwierdź", "Submit" : "Wyślij", "Rename group" : "Zmień nazwę grupy", "Remove group" : "Usuń grupę", @@ -488,7 +490,6 @@ OC.L10N.register( "Error cropping profile picture" : "Błąd przycinania zdjęcia profilowego", "Error saving profile picture" : "Błąd podczas zapisywania zdjęcia profilowego", "Error removing profile picture" : "Błąd podczas usuwania zdjęcia profilowego", - "Your biography" : "Twoja biografia", "Enter your date of birth" : "Podaj datę swoich urodzin", "Unable to update date of birth" : "Nie można zapisać daty urodzin", "You are a member of the following groups:" : "Należysz do następujących grup:", @@ -690,7 +691,6 @@ OC.L10N.register( "Show to everyone" : "Pokaż wszystkim", "Show to logged in accounts only" : "Pokaż tylko zalogowanym kontom", "Hide" : "Ukryj", - "manual-install apps cannot be updated" : "aplikacji instalowanych ręcznie nie można aktualizować", "Health checking" : "Sprawdzanie stanu zdrowia", "Deploy and Enable" : "Wdróż i włącz", "Download and enable" : "Pobierz i włącz", @@ -698,6 +698,7 @@ OC.L10N.register( "Allow untested app" : "Zezwól na nietestowane aplikacje", "The app will be downloaded from the App Store" : "Aplikacja zostanie pobrana ze sklepu z aplikacjami", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ta aplikacja jest niezgodna z wersją Nextcloud. Przy dalszej kontynuacji, możesz pozwolić na zainstalowanie tej aplikacji. Pamiętaj, że aplikacja może nie działać zgodnie z oczekiwaniami.", + "Unknown" : "Nieznany", "Never" : "Nigdy", "Could not register device: Network error" : "Nie można zarejestrować urządzenia: błąd sieci", "Could not register device: Probably already registered" : "Nie można zarejestrować urządzenia: Prawdopodobnie zostało już zarejestrowane", @@ -757,20 +758,9 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "To wydanie społecznościowe Nextcloud nie jest obsługiwane i powiadomienia natychmiastowe są niedostępne.", "Use a second factor besides your password to increase security for your account." : "Użyj drugiego zabezpieczenia oprócz hasła, aby zwiększyć bezpieczeństwo konta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Jeśli używasz aplikacji innych firm do łączenia się z Nextcloud, upewnij się, że utworzyłeś i skonfigurowałeś hasło aplikacji dla każdej przed włączeniem uwierzytelniania dwuskładnikowego.", - "No user supplied" : "Brak użytkownika", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Podaj hasło odzyskiwania administratora; w przeciwnym razie wszystkie dane użytkownika zostaną utracone.", - "Backend does not support password change, but the user's encryption key was updated." : "System zaplecza nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został zaktualizowany.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Musisz ustawić swój adres e-mail użytkownika, zanim będziesz mógł wysyłać e-maile testowe. Przejdź do %s.", - "Invalid user" : "Nieprawidłowy użytkownik", - "Your username is: %s" : "Twoja nazwa użytkownika to: %s", - "Logged in user must be a subadmin" : "Zalogowany użytkownik musi być współadminem", - "Old user imported certificates" : "Stare certyfikaty zaimportowane przez użytkownika", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Oczekiwanie zadania w tle, które sprawdza certyfikaty SSL zaimportowane przez użytkownika. Sprawdź później.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", "File locking" : "Blokowanie plików", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Blokowanie plików transakcyjnych jest wyłączone, może to prowadzić do problemów z przepustowością. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów.", - "MySQL unicode support" : "Obsługa Unicode MySQL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Aktualnie używasz PHP w wersji %s. PHP 8.0 jest teraz przestarzałe w Nextcloud 27. Nextcloud 28 może wymagać co najmniej PHP 8.1. Jak najszybciej zaktualizuj do jednej z oficjalnie obsługiwanych wersji PHP dostarczonych przez PHP Group", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.", @@ -779,27 +769,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "\"Mowa na tekst\" może być zaimplementowana przez różne aplikacje. Tutaj możesz ustawić, która aplikacja ma być używana.", "None of your currently installed apps provide Speech-To-Text functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie obsługuje funkcji \"mowy na tekst\".", "None of your currently installed apps provide Text processing functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie udostępnia funkcji przetwarzania tekstu.", - "Exclude groups from sharing" : "Wyklucz grupy z udostępniania", - "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogły otrzymywać udostępnienia, ale nie będą mogły ich tworzyć.", "Set default expiration date for shares" : "Ustaw domyślną datę ważności udostępnień", "Allow username autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy użytkownika w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Uwierzytelnianie dwuskładnikowe może być wymuszane dla wszystkich użytkowników i określonych grup. Jeśli nie mają skonfigurowanego dostawcy logowania dwuskładnikowego, nie będą mogli zalogować się do systemu.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Gdy grupy są wybierane/wykluczane, używają następującej logiki do określenia, czy użytkownik ma wymuszone 2FA: Jeśli nie wybrano żadnych grup, 2FA jest włączone dla wszystkich, z wyjątkiem członków grup wykluczonych. Jeśli wybrane są grupy, opcja 2FA jest włączona dla wszystkich członków. Jeśli użytkownik znajduje się zarówno w grupie wybranej, jak i wykluczonej, wybrane ma pierwszeństwo, a 2FA jest wymuszone.", - "{license}-licensed" : "na licencji {license}", - "Rating: {score}/10" : "Ocena: {score}/10", - "Username" : "Nazwa użytkownika", - "Execute one task with each page loaded. Use case: Single user instance." : "Wykonaj jedno zadanie z każdą wczytaną stroną. Przypadek użycia: instancja pojedynczego użytkownika.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php jest zarejestrowany w usłudze webcron i wywołuje cron.php co 5 minut przez HTTP. Przypadek użycia: Bardzo mała instancja (1–5 użytkowników w zależności od zastosowania).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Plik cron.php musi zostać wykonany przez użytkownika systemowego \"{user}\".", - "Enable or disable profile by default for new users." : "Domyślnie włączanie lub wyłączanie profilu dla nowych użytkowników.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Zamierzasz usunąć grupę \"{group}\". Użytkownicy NIE zostaną usunięci.", + "Your biography" : "Twoja biografia", "You are using <strong>{usage}</strong>" : "Używasz <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Używasz <strong>{usage}</strong> z <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Dodatkowe e-maile", - "Enable Profile" : "Włącz profil", - "No users" : "Brak użytkowników", - "Loading users …" : "Wczytywanie użytkowników ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista użytkowników. Ta lista nie jest w pełni renderowana ze względu na wydajność. Użytkownicy będą wyświetlani w miarę nawigowania po liście.", "New user" : "Nowy użytkownik", "Groups (required)" : "Grupy (wymagane)", "Set user groups" : "Ustaw grupy użytkownika", @@ -810,36 +784,14 @@ OC.L10N.register( "Set user manager" : "Ustaw menedżera użytkowników", "Username will be autogenerated" : "Nazwa użytkownika zostanie wygenerowana automatycznie", "Username (required)" : "Nazwa użytkownika (wymagane)", + "Loading users …" : "Wczytywanie użytkowników ...", + "Username" : "Nazwa użytkownika", "User backend" : "Moduł użytkownika", "User actions" : "Działania użytkownika", - "Loading user …" : "Wczytywanie użytkownika…", - "You do not have permissions to see the details of this user" : "Nie masz uprawnień aby zobaczyć informacje o tym użytkowniku", "Add user to group" : "Dodaj użytkownika do grupy", - "Set user as admin for" : "Ustaw administratora dla", - "Select user quota" : "Wybierz limit dla użytkownika", - "Delete user" : "Usuń użytkownika", - "Wipe all devices" : "Wyczyść wszystkie urządzenia", - "Disable user" : "Zablokuj użytkownika", - "Enable user" : "Odblokuj użytkownika", - "Failed to update user manager" : "Nie udało się zaktualizować menedżera użytkowników", - "Toggle user actions menu" : "Przełącz menu czynności użytkownika", - "User management settings" : "Ustawienia zarządzania użytkownikiem", - "Show user backend" : "Pokaż moduł użytkownika", - "Send welcome email to new users" : "Wyślij wiadomość powitalną e-mail do nowych użytkowników", "Name your device" : "Nazwa twojego urządzenia", "Server error while trying to add WebAuthn device" : "Błąd serwera podczas próby dodania urządzenia WebAuthn", - "by {author}\n{license}" : "wykonane przez {author}\n{license}", - "User management" : "Zarządzanie użytkownikiem", - "Active users" : "Aktywni użytkownicy", - "Disabled users" : "Zablokowani użytkownicy", - "Creating group …" : "Tworzenie grupy...", - "User group: {group}" : "Grupa użytkownika: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Niedostępne, ponieważ federacja została wyłączona na Twoim koncie, skontaktuj się z administratorem systemu, jeśli masz jakieś pytania", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Niedostępne, ponieważ publikowanie danych specyficznych dla użytkownika na serwerze wyszukiwania jest niedozwolone, skontaktuj się z administratorem systemu, jeśli masz jakiekolwiek pytania", - "Show to logged in users only" : "Pokaż tylko zalogowanym użytkownikom", - "Nextcloud help resources" : "Zasoby pomocy Nextcloud", - "SMTP Username" : "Użytkownik SMTP", - "Follow us on Twitter" : "Bądź z nami na Twitterze", - "Active accounts" : "Aktywne konta" + "Active accounts" : "Aktywne konta", + "Follow us on Twitter" : "Bądź z nami na Twitterze" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index efb5f82f430..6d4f29a7f01 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -164,6 +164,7 @@ "Database missing primary keys" : "W bazie danych brakuje kluczy podstawowych", "Missing primary key on table \"%s\"." : "Brak klucza podstawowego w tabeli „%s”.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "W bazie danych brakuje niektórych kluczy podstawowych. Ze względu na fakt, że dodanie kluczy głównych może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące klucze podstawowe można dodać ręcznie, w trakcie pracy instancji uruchamiając \"occ db:add-missing-primary-keys\".", + "Database pending bigint migrations" : "Baza danych oczekująca na migracje bigint", "Debug mode" : "Tryb debugowania", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Instancja działa w trybie debugowania. Włącz to tylko dla wersji lokalnej, a nie w środowiskach produkcyjnych.", "Debug mode is disabled." : "Tryb debugowania jest wyłączony.", @@ -366,6 +367,9 @@ "Display Name" : "Wyświetlana nazwa", "GPUs support" : "Obsługa procesorów graficznych", "Compute device" : "Urządzenie obliczeniowe", + "Learn more" : "Dowiedz się więcej", + "Confirm" : "Potwierdź", + "Cancel" : "Anuluj", "Description" : "Opis", "Details" : "Szczegóły", "All" : "Wszystkie", @@ -463,8 +467,6 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Musisz zmigrować swoje klucze szyfrujące ze starego szyfrowania (ownCloud <= 8.0) do nowego. Włącz \"Domyślny moduł szyfrowania\" i uruchom {command}", "Unable to update server side encryption config" : "Nie można zaktualizować konfiguracji szyfrowania po stronie serwera", "Please confirm the group removal" : "Potwierdź usunięcie grupy", - "Cancel" : "Anuluj", - "Confirm" : "Potwierdź", "Submit" : "Wyślij", "Rename group" : "Zmień nazwę grupy", "Remove group" : "Usuń grupę", @@ -486,7 +488,6 @@ "Error cropping profile picture" : "Błąd przycinania zdjęcia profilowego", "Error saving profile picture" : "Błąd podczas zapisywania zdjęcia profilowego", "Error removing profile picture" : "Błąd podczas usuwania zdjęcia profilowego", - "Your biography" : "Twoja biografia", "Enter your date of birth" : "Podaj datę swoich urodzin", "Unable to update date of birth" : "Nie można zapisać daty urodzin", "You are a member of the following groups:" : "Należysz do następujących grup:", @@ -688,7 +689,6 @@ "Show to everyone" : "Pokaż wszystkim", "Show to logged in accounts only" : "Pokaż tylko zalogowanym kontom", "Hide" : "Ukryj", - "manual-install apps cannot be updated" : "aplikacji instalowanych ręcznie nie można aktualizować", "Health checking" : "Sprawdzanie stanu zdrowia", "Deploy and Enable" : "Wdróż i włącz", "Download and enable" : "Pobierz i włącz", @@ -696,6 +696,7 @@ "Allow untested app" : "Zezwól na nietestowane aplikacje", "The app will be downloaded from the App Store" : "Aplikacja zostanie pobrana ze sklepu z aplikacjami", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ta aplikacja jest niezgodna z wersją Nextcloud. Przy dalszej kontynuacji, możesz pozwolić na zainstalowanie tej aplikacji. Pamiętaj, że aplikacja może nie działać zgodnie z oczekiwaniami.", + "Unknown" : "Nieznany", "Never" : "Nigdy", "Could not register device: Network error" : "Nie można zarejestrować urządzenia: błąd sieci", "Could not register device: Probably already registered" : "Nie można zarejestrować urządzenia: Prawdopodobnie zostało już zarejestrowane", @@ -755,20 +756,9 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "To wydanie społecznościowe Nextcloud nie jest obsługiwane i powiadomienia natychmiastowe są niedostępne.", "Use a second factor besides your password to increase security for your account." : "Użyj drugiego zabezpieczenia oprócz hasła, aby zwiększyć bezpieczeństwo konta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Jeśli używasz aplikacji innych firm do łączenia się z Nextcloud, upewnij się, że utworzyłeś i skonfigurowałeś hasło aplikacji dla każdej przed włączeniem uwierzytelniania dwuskładnikowego.", - "No user supplied" : "Brak użytkownika", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Podaj hasło odzyskiwania administratora; w przeciwnym razie wszystkie dane użytkownika zostaną utracone.", - "Backend does not support password change, but the user's encryption key was updated." : "System zaplecza nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został zaktualizowany.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Musisz ustawić swój adres e-mail użytkownika, zanim będziesz mógł wysyłać e-maile testowe. Przejdź do %s.", - "Invalid user" : "Nieprawidłowy użytkownik", - "Your username is: %s" : "Twoja nazwa użytkownika to: %s", - "Logged in user must be a subadmin" : "Zalogowany użytkownik musi być współadminem", - "Old user imported certificates" : "Stare certyfikaty zaimportowane przez użytkownika", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Oczekiwanie zadania w tle, które sprawdza certyfikaty SSL zaimportowane przez użytkownika. Sprawdź później.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", "File locking" : "Blokowanie plików", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Blokowanie plików transakcyjnych jest wyłączone, może to prowadzić do problemów z przepustowością. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów.", - "MySQL unicode support" : "Obsługa Unicode MySQL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Aktualnie używasz PHP w wersji %s. PHP 8.0 jest teraz przestarzałe w Nextcloud 27. Nextcloud 28 może wymagać co najmniej PHP 8.1. Jak najszybciej zaktualizuj do jednej z oficjalnie obsługiwanych wersji PHP dostarczonych przez PHP Group", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.", @@ -777,27 +767,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "\"Mowa na tekst\" może być zaimplementowana przez różne aplikacje. Tutaj możesz ustawić, która aplikacja ma być używana.", "None of your currently installed apps provide Speech-To-Text functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie obsługuje funkcji \"mowy na tekst\".", "None of your currently installed apps provide Text processing functionality" : "Żadna z aktualnie zainstalowanych aplikacji nie udostępnia funkcji przetwarzania tekstu.", - "Exclude groups from sharing" : "Wyklucz grupy z udostępniania", - "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogły otrzymywać udostępnienia, ale nie będą mogły ich tworzyć.", "Set default expiration date for shares" : "Ustaw domyślną datę ważności udostępnień", "Allow username autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy użytkownika w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Uwierzytelnianie dwuskładnikowe może być wymuszane dla wszystkich użytkowników i określonych grup. Jeśli nie mają skonfigurowanego dostawcy logowania dwuskładnikowego, nie będą mogli zalogować się do systemu.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Gdy grupy są wybierane/wykluczane, używają następującej logiki do określenia, czy użytkownik ma wymuszone 2FA: Jeśli nie wybrano żadnych grup, 2FA jest włączone dla wszystkich, z wyjątkiem członków grup wykluczonych. Jeśli wybrane są grupy, opcja 2FA jest włączona dla wszystkich członków. Jeśli użytkownik znajduje się zarówno w grupie wybranej, jak i wykluczonej, wybrane ma pierwszeństwo, a 2FA jest wymuszone.", - "{license}-licensed" : "na licencji {license}", - "Rating: {score}/10" : "Ocena: {score}/10", - "Username" : "Nazwa użytkownika", - "Execute one task with each page loaded. Use case: Single user instance." : "Wykonaj jedno zadanie z każdą wczytaną stroną. Przypadek użycia: instancja pojedynczego użytkownika.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php jest zarejestrowany w usłudze webcron i wywołuje cron.php co 5 minut przez HTTP. Przypadek użycia: Bardzo mała instancja (1–5 użytkowników w zależności od zastosowania).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Plik cron.php musi zostać wykonany przez użytkownika systemowego \"{user}\".", - "Enable or disable profile by default for new users." : "Domyślnie włączanie lub wyłączanie profilu dla nowych użytkowników.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Zamierzasz usunąć grupę \"{group}\". Użytkownicy NIE zostaną usunięci.", + "Your biography" : "Twoja biografia", "You are using <strong>{usage}</strong>" : "Używasz <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Używasz <strong>{usage}</strong> z <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Dodatkowe e-maile", - "Enable Profile" : "Włącz profil", - "No users" : "Brak użytkowników", - "Loading users …" : "Wczytywanie użytkowników ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista użytkowników. Ta lista nie jest w pełni renderowana ze względu na wydajność. Użytkownicy będą wyświetlani w miarę nawigowania po liście.", "New user" : "Nowy użytkownik", "Groups (required)" : "Grupy (wymagane)", "Set user groups" : "Ustaw grupy użytkownika", @@ -808,36 +782,14 @@ "Set user manager" : "Ustaw menedżera użytkowników", "Username will be autogenerated" : "Nazwa użytkownika zostanie wygenerowana automatycznie", "Username (required)" : "Nazwa użytkownika (wymagane)", + "Loading users …" : "Wczytywanie użytkowników ...", + "Username" : "Nazwa użytkownika", "User backend" : "Moduł użytkownika", "User actions" : "Działania użytkownika", - "Loading user …" : "Wczytywanie użytkownika…", - "You do not have permissions to see the details of this user" : "Nie masz uprawnień aby zobaczyć informacje o tym użytkowniku", "Add user to group" : "Dodaj użytkownika do grupy", - "Set user as admin for" : "Ustaw administratora dla", - "Select user quota" : "Wybierz limit dla użytkownika", - "Delete user" : "Usuń użytkownika", - "Wipe all devices" : "Wyczyść wszystkie urządzenia", - "Disable user" : "Zablokuj użytkownika", - "Enable user" : "Odblokuj użytkownika", - "Failed to update user manager" : "Nie udało się zaktualizować menedżera użytkowników", - "Toggle user actions menu" : "Przełącz menu czynności użytkownika", - "User management settings" : "Ustawienia zarządzania użytkownikiem", - "Show user backend" : "Pokaż moduł użytkownika", - "Send welcome email to new users" : "Wyślij wiadomość powitalną e-mail do nowych użytkowników", "Name your device" : "Nazwa twojego urządzenia", "Server error while trying to add WebAuthn device" : "Błąd serwera podczas próby dodania urządzenia WebAuthn", - "by {author}\n{license}" : "wykonane przez {author}\n{license}", - "User management" : "Zarządzanie użytkownikiem", - "Active users" : "Aktywni użytkownicy", - "Disabled users" : "Zablokowani użytkownicy", - "Creating group …" : "Tworzenie grupy...", - "User group: {group}" : "Grupa użytkownika: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Niedostępne, ponieważ federacja została wyłączona na Twoim koncie, skontaktuj się z administratorem systemu, jeśli masz jakieś pytania", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Niedostępne, ponieważ publikowanie danych specyficznych dla użytkownika na serwerze wyszukiwania jest niedozwolone, skontaktuj się z administratorem systemu, jeśli masz jakiekolwiek pytania", - "Show to logged in users only" : "Pokaż tylko zalogowanym użytkownikom", - "Nextcloud help resources" : "Zasoby pomocy Nextcloud", - "SMTP Username" : "Użytkownik SMTP", - "Follow us on Twitter" : "Bądź z nami na Twitterze", - "Active accounts" : "Aktywne konta" + "Active accounts" : "Aktywne konta", + "Follow us on Twitter" : "Bądź z nami na Twitterze" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" }
\ No newline at end of file diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index 328b2cc43a7..504acf04092 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -438,6 +438,9 @@ OC.L10N.register( "Display Name" : "Nome", "GPUs support" : "Suporte a GPUs", "Compute device" : "Dispositivo de computação", + "Learn more" : "Saiba mais", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descrição", "Details" : "Detalhes", "All" : "Todos", @@ -536,8 +539,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Não foi possível atualizar a configuração de criptografia do lado do servidor", "Please confirm the group removal" : "Por favor confirme a remoção do grupo", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Você está prestes a remover o grupo \"{group}\". As contas NÃO serão excluídas.", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Renomear grupo", "Remove group" : "Excluir grupo", @@ -559,7 +560,6 @@ OC.L10N.register( "Error cropping profile picture" : "Erro ao recortar a foto do perfil", "Error saving profile picture" : "Erro ao salvar a foto do perfil", "Error removing profile picture" : "Erro ao remover a foto do perfil", - "Your biography" : "Sua biografia", "Enter your date of birth" : "Digite sua data de nascimento", "Unable to update date of birth" : "Não foi possível atualizar a data de nascimento", "You are a member of the following groups:" : "Você é membro dos seguintes grupos:", @@ -765,7 +765,6 @@ OC.L10N.register( "Show to everyone" : "Mostrar para todos", "Show to logged in accounts only" : "Mostrar apenas para contas logadas", "Hide" : "Esconder ", - "manual-install apps cannot be updated" : "aplicativos de instalação manual não podem ser atualizados", "{progress}% Deploying …" : "{progress}% Implantando …", "{progress}% Initializing …" : "{progress}% Inicializando …", "Health checking" : "Verificação de saúde", @@ -775,6 +774,7 @@ OC.L10N.register( "Allow untested app" : "Permitir app não testado", "The app will be downloaded from the App Store" : "O aplicativo será baixado da App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Este aplicativo não está marcado como compatível com sua versão do Nextcloud. Se você continuar, ainda poderá instalar o aplicativo mas poderá não funcionar como esperado.", + "Unknown" : "Desconhecido", "Never" : "Nunca", "Could not register device: Network error" : "Não foi possível registrar o dispositivo: Erro de rede", "Could not register device: Probably already registered" : "Não foi possível registrar o dispositivo: Provavelmente já registrado", @@ -835,23 +835,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Este lançamento comunitário do Nextcloud não é compatível e as notificações instantâneas não estão disponíveis. ", "Use a second factor besides your password to increase security for your account." : "Use um segundo fator além de sua senha para aumentar a segurança da conta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Se usar aplicativos de terceiros para se conectar ao Nextcloud, certifique-se de criar e configurar uma senha para cada aplicativo antes de habilitar a autenticação em duas etapas.", - "No user supplied" : "Nenhum usuário fornecido", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor, forneça uma senha de recuperação do administrador, caso contrário todos os dados serão perdidos.", - "Backend does not support password change, but the user's encryption key was updated." : "O backend não oferece suporte à alteração de senha, mas a chave de criptografia do usuário foi atualizada.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Você precisa definir seu e-mail de usuário antes de poder enviar e-mails de teste. Vá a %s para isso.", - "Invalid user" : "Usuário inválido", - "Your username is: %s" : "Seu nome de usuário é: %s", - "Logged in user must be a subadmin" : "Usuário logado deve ser um subadministrador", - "Old user imported certificates" : "Certificados importados de usuários antigos", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Um trabalho em segundo plano está pendente que verifica se há certificados SSL importados pelo usuário. Por favor, volte mais tarde.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados pelo usuário presentes, que não são mais usados com o Nextcloud 21. Eles podem ser importados na linha de comando através do comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificação seja executada, você deve garantir que seu servidor web possa se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e se conectar a pelo menos um de seus `trusted_domains` ou ao `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Faltando índice opcional \"%s\" na tabela \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.", "File locking" : "Bloqueio de arquivo", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueio de arquivo transacional está desabilitado, isso pode levar a problemas com condições de corrida. Habilite \"filelocking.enabled\" em config.php para evitar esses problemas.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript. Verifique manualmente o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", - "MySQL unicode support" : "Suporte Unicode MySQL", - "Overwrite cli URL" : "Sobrescrever URL cli", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript por meio de nenhum dos seus `trusted_domains` nem `overwrite.cli.url`. Isso pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída. Verifique manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Você está executando PHP no momento %s.PHP 8.0 agora está obsoleto no Nextcloud 27. Nextcloud 28 pode exigir pelo menos PHP 8.1. Atualize para uma das versões PHP com suporte oficial fornecidas pelo PHP Group o mais rápido possível.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A versão do MariaDB \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MariaDB 10.2 ou superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A versão do MySQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MySQL 8.0 ou MariaDB 10.2 ou superior.", @@ -860,27 +849,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "O Fala-Para-Texto pode ser implementado por diferentes aplicativos. Aqui você pode definir qual aplicativo deve ser usado.", "None of your currently installed apps provide Speech-To-Text functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece a funcionalidade Fala-Para-Texto", "None of your currently installed apps provide Text processing functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece funcionalidade de processamento de texto", - "Exclude groups from sharing" : "Impedir que alguns grupos compartilhem", - "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos ainda serão capazes de receber compartilhamentos, mas não iniciá-los.", "Set default expiration date for shares" : "Definir data de validade padrão para compartilhamentos", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir preenchimento automático de nome de usuário na caixa de diálogo de compartilhamento e permitir acesso ao catálogo de endereços do sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A autenticação de dois fatores pode ser imposta a todos os usuários e grupos específicos. Se eles não tiverem um provedor de dois fatores configurado, não poderão fazer login no sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quando grupos são selecionados/excluídos, eles usam a seguinte lógica para determinar se um usuário tem 2FA forçado: Se nenhum grupo for selecionado, 2FA será habilitado para todos, exceto membros dos grupos excluídos. Se grupos são selecionados, 2FA é ativado para todos os membros deles. Se um usuário estiver em um grupo selecionado e excluído, o selecionado terá precedência e o 2FA será forçado.", - "{license}-licensed" : "{license}-licenciado", - "Rating: {score}/10" : "Avaliação: {score}/10", - "Username" : "Nome de Usuário", - "Execute one task with each page loaded. Use case: Single user instance." : "Execute uma tarefa com cada página carregada. Caso de uso: instância de usuário único.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php é registrado em um serviço webcron para chamar cron.php a cada 5 minutos por HTTP. Caso de uso: instância muito pequena (1–5 usuários dependendo do uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "O cron.php precisa ser executado pelo usuário do sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Habilite ou desabilite o perfil por padrão para novos usuários.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Você está prestes a remover o grupo \"{group}\". Os usuários NÃO serão excluídos.", + "Your biography" : "Sua biografia", "You are using <strong>{usage}</strong>" : "Você está usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Você está usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "E-mails adicionais", - "Enable Profile" : "Habilitar Perfil", - "No users" : "Nenhum usuário", - "Loading users …" : "Carregando usuários…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuários. Essa lista não é totalmente renderizada por motivos de desempenho. Os usuários serão renderizados conforme você navega pela lista.", "New user" : "Novo usuário", "Groups (required)" : "Groups (required)", "Set user groups" : "Set user groups", @@ -891,39 +864,15 @@ OC.L10N.register( "Set user manager" : "Set user manager", "Username will be autogenerated" : "Username will be autogenerated", "Username (required)" : "Username (required)", + "Loading users …" : "Carregando usuários…", + "Username" : "Nome de Usuário", "User backend" : "Plataforma de serviço de usuário", "User actions" : "Ações do usuário", - "Loading user …" : "Carregando usuário…", - "You do not have permissions to see the details of this user" : "Você não tem permissão para ver os detalhes deste usuário", "Add user to group" : "Adicionar usuário ao grupo", - "Set user as admin for" : "Definir como admin. para", - "Select user quota" : "Selecionar a cota de usuário", - "Delete user" : "Excluir usuário", - "Wipe all devices" : "Limpar todos os dispositivos", - "Disable user" : "Desativar usuário", - "Enable user" : "Ativar usuário", - "Failed to update user manager" : "Falha ao atualizar o gerenciador de usuários", - "Toggle user actions menu" : "Alternar o menu de ações do usuário", - "User management settings" : "Configurações de gerenciamento de usuários", - "Show user backend" : "Exibir plataforma de serviço de usuário", - "Send welcome email to new users" : "Enviar e-mail de boas-vindas para novos usuários", "Name your device" : "Nomeie seu dispositivo", "Server error while trying to add WebAuthn device" : "Erro no servidor ao adicionar o dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Gerenciamento de usuários", - "Active users" : "Usuários ativos ", - "Disabled users" : "Usuários desativados", - "Creating group …" : "Criando grupo…", - "User group: {group}" : "Grupo de usuários: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Não disponível como federação pois foi desabilitado para sua conta, entre em contato com seu administrador do sistema se tiver alguma dúvida", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Não disponível, pois a publicação de dados específicos do usuário no servidor de pesquisa não é permitida, entre em contato com o administrador do sistema se tiver alguma dúvida", - "Show to logged in users only" : "Mostrar apenas para usuários conectados", - "Nextcloud help resources" : "Recursos de ajuda Nextcloud", - "SMTP Username" : "Nome do Usuário SMTP", - "Follow us on Twitter" : "Siga-nos no Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificação seja executada, você deve garantir que seu servidor web possa se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e se conectar a pelo menos um de seus `trusted_domains` ou ao `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript por meio de nenhum dos seus `trusted_domains` nem `overwrite.cli.url`. Isso pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída. Verifique manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "Active accounts" : "Contas ativas", + "Follow us on Twitter" : "Siga-nos no Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta verificação seja executada, você deve certificar-se de que seu servidor Web pode se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e conectar-se a pelo menos um de seus `trusted_domains` ou `overwrite.cli.url`. Essa falha pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão PostgreSQL \"%s\" detectou. PostgreSQL >=12 e <=16 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud." }, diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index 76077153605..ac319286f83 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -436,6 +436,9 @@ "Display Name" : "Nome", "GPUs support" : "Suporte a GPUs", "Compute device" : "Dispositivo de computação", + "Learn more" : "Saiba mais", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descrição", "Details" : "Detalhes", "All" : "Todos", @@ -534,8 +537,6 @@ "Unable to update server side encryption config" : "Não foi possível atualizar a configuração de criptografia do lado do servidor", "Please confirm the group removal" : "Por favor confirme a remoção do grupo", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Você está prestes a remover o grupo \"{group}\". As contas NÃO serão excluídas.", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Enviar", "Rename group" : "Renomear grupo", "Remove group" : "Excluir grupo", @@ -557,7 +558,6 @@ "Error cropping profile picture" : "Erro ao recortar a foto do perfil", "Error saving profile picture" : "Erro ao salvar a foto do perfil", "Error removing profile picture" : "Erro ao remover a foto do perfil", - "Your biography" : "Sua biografia", "Enter your date of birth" : "Digite sua data de nascimento", "Unable to update date of birth" : "Não foi possível atualizar a data de nascimento", "You are a member of the following groups:" : "Você é membro dos seguintes grupos:", @@ -763,7 +763,6 @@ "Show to everyone" : "Mostrar para todos", "Show to logged in accounts only" : "Mostrar apenas para contas logadas", "Hide" : "Esconder ", - "manual-install apps cannot be updated" : "aplicativos de instalação manual não podem ser atualizados", "{progress}% Deploying …" : "{progress}% Implantando …", "{progress}% Initializing …" : "{progress}% Inicializando …", "Health checking" : "Verificação de saúde", @@ -773,6 +772,7 @@ "Allow untested app" : "Permitir app não testado", "The app will be downloaded from the App Store" : "O aplicativo será baixado da App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Este aplicativo não está marcado como compatível com sua versão do Nextcloud. Se você continuar, ainda poderá instalar o aplicativo mas poderá não funcionar como esperado.", + "Unknown" : "Desconhecido", "Never" : "Nunca", "Could not register device: Network error" : "Não foi possível registrar o dispositivo: Erro de rede", "Could not register device: Probably already registered" : "Não foi possível registrar o dispositivo: Provavelmente já registrado", @@ -833,23 +833,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Este lançamento comunitário do Nextcloud não é compatível e as notificações instantâneas não estão disponíveis. ", "Use a second factor besides your password to increase security for your account." : "Use um segundo fator além de sua senha para aumentar a segurança da conta.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Se usar aplicativos de terceiros para se conectar ao Nextcloud, certifique-se de criar e configurar uma senha para cada aplicativo antes de habilitar a autenticação em duas etapas.", - "No user supplied" : "Nenhum usuário fornecido", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor, forneça uma senha de recuperação do administrador, caso contrário todos os dados serão perdidos.", - "Backend does not support password change, but the user's encryption key was updated." : "O backend não oferece suporte à alteração de senha, mas a chave de criptografia do usuário foi atualizada.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Você precisa definir seu e-mail de usuário antes de poder enviar e-mails de teste. Vá a %s para isso.", - "Invalid user" : "Usuário inválido", - "Your username is: %s" : "Seu nome de usuário é: %s", - "Logged in user must be a subadmin" : "Usuário logado deve ser um subadministrador", - "Old user imported certificates" : "Certificados importados de usuários antigos", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Um trabalho em segundo plano está pendente que verifica se há certificados SSL importados pelo usuário. Por favor, volte mais tarde.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados pelo usuário presentes, que não são mais usados com o Nextcloud 21. Eles podem ser importados na linha de comando através do comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificação seja executada, você deve garantir que seu servidor web possa se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e se conectar a pelo menos um de seus `trusted_domains` ou ao `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "Faltando índice opcional \"%s\" na tabela \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.", "File locking" : "Bloqueio de arquivo", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueio de arquivo transacional está desabilitado, isso pode levar a problemas com condições de corrida. Habilite \"filelocking.enabled\" em config.php para evitar esses problemas.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript. Verifique manualmente o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", - "MySQL unicode support" : "Suporte Unicode MySQL", - "Overwrite cli URL" : "Sobrescrever URL cli", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript por meio de nenhum dos seus `trusted_domains` nem `overwrite.cli.url`. Isso pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída. Verifique manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Você está executando PHP no momento %s.PHP 8.0 agora está obsoleto no Nextcloud 27. Nextcloud 28 pode exigir pelo menos PHP 8.1. Atualize para uma das versões PHP com suporte oficial fornecidas pelo PHP Group o mais rápido possível.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A versão do MariaDB \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MariaDB 10.2 ou superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A versão do MySQL \"1%s\" está sendo usada. Nextcloud 21 e superior não suportam esta versão e requerem MySQL 8.0 ou MariaDB 10.2 ou superior.", @@ -858,27 +847,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "O Fala-Para-Texto pode ser implementado por diferentes aplicativos. Aqui você pode definir qual aplicativo deve ser usado.", "None of your currently installed apps provide Speech-To-Text functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece a funcionalidade Fala-Para-Texto", "None of your currently installed apps provide Text processing functionality" : "Nenhum dos seus aplicativos atualmente instalados fornece funcionalidade de processamento de texto", - "Exclude groups from sharing" : "Impedir que alguns grupos compartilhem", - "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos ainda serão capazes de receber compartilhamentos, mas não iniciá-los.", "Set default expiration date for shares" : "Definir data de validade padrão para compartilhamentos", "Allow username autocompletion in share dialog and allow access to the system address book" : "Permitir preenchimento automático de nome de usuário na caixa de diálogo de compartilhamento e permitir acesso ao catálogo de endereços do sistema", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "A autenticação de dois fatores pode ser imposta a todos os usuários e grupos específicos. Se eles não tiverem um provedor de dois fatores configurado, não poderão fazer login no sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Quando grupos são selecionados/excluídos, eles usam a seguinte lógica para determinar se um usuário tem 2FA forçado: Se nenhum grupo for selecionado, 2FA será habilitado para todos, exceto membros dos grupos excluídos. Se grupos são selecionados, 2FA é ativado para todos os membros deles. Se um usuário estiver em um grupo selecionado e excluído, o selecionado terá precedência e o 2FA será forçado.", - "{license}-licensed" : "{license}-licenciado", - "Rating: {score}/10" : "Avaliação: {score}/10", - "Username" : "Nome de Usuário", - "Execute one task with each page loaded. Use case: Single user instance." : "Execute uma tarefa com cada página carregada. Caso de uso: instância de usuário único.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php é registrado em um serviço webcron para chamar cron.php a cada 5 minutos por HTTP. Caso de uso: instância muito pequena (1–5 usuários dependendo do uso).", - "The cron.php needs to be executed by the system user \"{user}\"." : "O cron.php precisa ser executado pelo usuário do sistema \"{user}\".", - "Enable or disable profile by default for new users." : "Habilite ou desabilite o perfil por padrão para novos usuários.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Você está prestes a remover o grupo \"{group}\". Os usuários NÃO serão excluídos.", + "Your biography" : "Sua biografia", "You are using <strong>{usage}</strong>" : "Você está usando <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Você está usando <strong>{usage}</strong> de <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "E-mails adicionais", - "Enable Profile" : "Habilitar Perfil", - "No users" : "Nenhum usuário", - "Loading users …" : "Carregando usuários…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista de usuários. Essa lista não é totalmente renderizada por motivos de desempenho. Os usuários serão renderizados conforme você navega pela lista.", "New user" : "Novo usuário", "Groups (required)" : "Groups (required)", "Set user groups" : "Set user groups", @@ -889,39 +862,15 @@ "Set user manager" : "Set user manager", "Username will be autogenerated" : "Username will be autogenerated", "Username (required)" : "Username (required)", + "Loading users …" : "Carregando usuários…", + "Username" : "Nome de Usuário", "User backend" : "Plataforma de serviço de usuário", "User actions" : "Ações do usuário", - "Loading user …" : "Carregando usuário…", - "You do not have permissions to see the details of this user" : "Você não tem permissão para ver os detalhes deste usuário", "Add user to group" : "Adicionar usuário ao grupo", - "Set user as admin for" : "Definir como admin. para", - "Select user quota" : "Selecionar a cota de usuário", - "Delete user" : "Excluir usuário", - "Wipe all devices" : "Limpar todos os dispositivos", - "Disable user" : "Desativar usuário", - "Enable user" : "Ativar usuário", - "Failed to update user manager" : "Falha ao atualizar o gerenciador de usuários", - "Toggle user actions menu" : "Alternar o menu de ações do usuário", - "User management settings" : "Configurações de gerenciamento de usuários", - "Show user backend" : "Exibir plataforma de serviço de usuário", - "Send welcome email to new users" : "Enviar e-mail de boas-vindas para novos usuários", "Name your device" : "Nomeie seu dispositivo", "Server error while trying to add WebAuthn device" : "Erro no servidor ao adicionar o dispositivo WebAuthn", - "by {author}\n{license}" : "por {author}\n{license}", - "User management" : "Gerenciamento de usuários", - "Active users" : "Usuários ativos ", - "Disabled users" : "Usuários desativados", - "Creating group …" : "Criando grupo…", - "User group: {group}" : "Grupo de usuários: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Não disponível como federação pois foi desabilitado para sua conta, entre em contato com seu administrador do sistema se tiver alguma dúvida", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Não disponível, pois a publicação de dados específicos do usuário no servidor de pesquisa não é permitida, entre em contato com o administrador do sistema se tiver alguma dúvida", - "Show to logged in users only" : "Mostrar apenas para usuários conectados", - "Nextcloud help resources" : "Recursos de ajuda Nextcloud", - "SMTP Username" : "Nome do Usuário SMTP", - "Follow us on Twitter" : "Siga-nos no Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificação seja executada, você deve garantir que seu servidor web possa se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e se conectar a pelo menos um de seus `trusted_domains` ou ao `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript por meio de nenhum dos seus `trusted_domains` nem `overwrite.cli.url`. Isso pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída. Verifique manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "Active accounts" : "Contas ativas", + "Follow us on Twitter" : "Siga-nos no Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta verificação seja executada, você deve certificar-se de que seu servidor Web pode se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e conectar-se a pelo menos um de seus `trusted_domains` ou `overwrite.cli.url`. Essa falha pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão PostgreSQL \"%s\" detectou. PostgreSQL >=12 e <=16 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/settings/l10n/pt_PT.js b/apps/settings/l10n/pt_PT.js index 467d7bc8382..a09c88b5d77 100644 --- a/apps/settings/l10n/pt_PT.js +++ b/apps/settings/l10n/pt_PT.js @@ -132,6 +132,9 @@ OC.L10N.register( "_Update_::_Update all_" : ["Atualizar","Atualizar todos","Atualizar todos"], "Loading" : "A carregar", "Type" : "Tipo", + "Learn more" : "Conheça melhor", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descrição", "Details" : "Detalhes", "All" : "Todos", @@ -182,8 +185,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Este é o aviso final: quer mesmo ativar a encriptação?", "No encryption module loaded, please enable an encryption module in the app menu." : "Nenhum módulo de encriptação carregador, por favor ative um módulo de encriptação no menu das aplicações.", "Select default encryption module:" : "Selecionar o módulo de encriptação predefinido:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Submeter", "Current password" : "Palavra-passe atual", "New password" : "Nova palavra-passe", @@ -200,7 +201,6 @@ OC.L10N.register( "Error cropping profile picture" : "Erro a cortar imagem de perfil", "Error saving profile picture" : "Erro a guardar imagem de perfil", "Error removing profile picture" : "Erro a remover imagem de perfil", - "Your biography" : "Biografia", "You are a member of the following groups:" : "Membro dos seguintes grupos:", "Your full name" : "Nome completo", "Email options" : "Opções de correio eletrónico", @@ -253,6 +253,7 @@ OC.L10N.register( "Download and enable" : "Transferir e ativar", "Disable" : "Desativar", "The app will be downloaded from the App Store" : "A aplicação será transferida da App Store", + "Unknown" : "Desconhecido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "A app foi activada mas necessita ser actualizada. Irá ser redireccionado para a página de actualização em 5 segundos.", "Do you really want to wipe your data from this device?" : "Tem a certeza que deseja apagar os dados deste dispositivo?", @@ -281,17 +282,9 @@ OC.L10N.register( "Check out our blog" : "Veja o nosso blog", "Subscribe to our newsletter" : "Subscreva as nossas notícias", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Este lançamento comunitário do Nextcloud não é compatível e as notificações instantâneas não estão disponíveis.", - "No user supplied" : "Nenhum utilizador especificado", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor introduza uma senha administrativa de recuperação ou todos os dados de utilizador serão perdidos.", - "Invalid user" : "Utilizador inválido", - "Your username is: %s" : "O seu utilizador é: %s", - "Exclude groups from sharing" : "Excluir grupos das partilhas", - "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderão receber partilhas, mas não poderão iniciá-las.", + "Your biography" : "Biografia", "Username" : "Nome de utilizador", "User backend" : "Backend do utilizador", - "Show user backend" : "Mostrar interface do utilizador", - "Active users" : "Utilizadores activos", - "SMTP Username" : "Nome de utilizador SMTP", "Follow us on Twitter" : "Siga-nos no Twitter" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/settings/l10n/pt_PT.json b/apps/settings/l10n/pt_PT.json index 60159d42750..55bfface435 100644 --- a/apps/settings/l10n/pt_PT.json +++ b/apps/settings/l10n/pt_PT.json @@ -130,6 +130,9 @@ "_Update_::_Update all_" : ["Atualizar","Atualizar todos","Atualizar todos"], "Loading" : "A carregar", "Type" : "Tipo", + "Learn more" : "Conheça melhor", + "Confirm" : "Confirmar", + "Cancel" : "Cancelar", "Description" : "Descrição", "Details" : "Detalhes", "All" : "Todos", @@ -180,8 +183,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Este é o aviso final: quer mesmo ativar a encriptação?", "No encryption module loaded, please enable an encryption module in the app menu." : "Nenhum módulo de encriptação carregador, por favor ative um módulo de encriptação no menu das aplicações.", "Select default encryption module:" : "Selecionar o módulo de encriptação predefinido:", - "Cancel" : "Cancelar", - "Confirm" : "Confirmar", "Submit" : "Submeter", "Current password" : "Palavra-passe atual", "New password" : "Nova palavra-passe", @@ -198,7 +199,6 @@ "Error cropping profile picture" : "Erro a cortar imagem de perfil", "Error saving profile picture" : "Erro a guardar imagem de perfil", "Error removing profile picture" : "Erro a remover imagem de perfil", - "Your biography" : "Biografia", "You are a member of the following groups:" : "Membro dos seguintes grupos:", "Your full name" : "Nome completo", "Email options" : "Opções de correio eletrónico", @@ -251,6 +251,7 @@ "Download and enable" : "Transferir e ativar", "Disable" : "Desativar", "The app will be downloaded from the App Store" : "A aplicação será transferida da App Store", + "Unknown" : "Desconhecido", "Never" : "Nunca", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "A app foi activada mas necessita ser actualizada. Irá ser redireccionado para a página de actualização em 5 segundos.", "Do you really want to wipe your data from this device?" : "Tem a certeza que deseja apagar os dados deste dispositivo?", @@ -279,17 +280,9 @@ "Check out our blog" : "Veja o nosso blog", "Subscribe to our newsletter" : "Subscreva as nossas notícias", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Este lançamento comunitário do Nextcloud não é compatível e as notificações instantâneas não estão disponíveis.", - "No user supplied" : "Nenhum utilizador especificado", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Por favor introduza uma senha administrativa de recuperação ou todos os dados de utilizador serão perdidos.", - "Invalid user" : "Utilizador inválido", - "Your username is: %s" : "O seu utilizador é: %s", - "Exclude groups from sharing" : "Excluir grupos das partilhas", - "These groups will still be able to receive shares, but not to initiate them." : "Estes grupos poderão receber partilhas, mas não poderão iniciá-las.", + "Your biography" : "Biografia", "Username" : "Nome de utilizador", "User backend" : "Backend do utilizador", - "Show user backend" : "Mostrar interface do utilizador", - "Active users" : "Utilizadores activos", - "SMTP Username" : "Nome de utilizador SMTP", "Follow us on Twitter" : "Siga-nos no Twitter" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/settings/l10n/ro.js b/apps/settings/l10n/ro.js index a4270432cd2..7d877d650dc 100644 --- a/apps/settings/l10n/ro.js +++ b/apps/settings/l10n/ro.js @@ -146,6 +146,9 @@ OC.L10N.register( "Actions" : "Acțiuni", "No apps found for your version" : "Nu au fost găsite aplicații pentru versiunea ta", "Type" : "Tip", + "Learn more" : "Află mai mult", + "Confirm" : "Confirmă", + "Cancel" : "Anulare", "Description" : "Descriere", "Details" : "Detalii", "All" : "Toate ", @@ -184,8 +187,6 @@ OC.L10N.register( "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Criptarea, ca unică variantă, nu garantează securitatea sistemului. Consultați documentația pentru mai multe informații despre cum funcționează aplicația de criptare și variantele de utilizare acceptate.", "This is the final warning: Do you really want to enable encryption?" : "Aceasta este avertizarea finală: Chiar vrei să activezi criptarea?", "Select default encryption module:" : "Selectează modulul implicit de criptare:", - "Cancel" : "Anulare", - "Confirm" : "Confirmă", "Submit" : "Trimite", "Remove group" : "Înlătură grupul", "Current password" : "Parola curentă", @@ -237,6 +238,7 @@ OC.L10N.register( "Featured apps" : "Aplicații recomandate", "Hide" : "Ascunde", "Disable" : "Dezactivați", + "Unknown" : "Necunoscut", "Never" : "Niciodată", "Do you really want to wipe your data from this device?" : "Chiar doriți să vă ștergeți datele de pe acest dispozitiv?", "Confirm wipe" : "Confirmați ștergerea", @@ -262,22 +264,8 @@ OC.L10N.register( "Security & setup warnings" : "Alerte de securitate & configurare", "All checks passed." : "Toate verificările s-au terminat fără erori.", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Această versiune comunitară a Nextcloud nu este suportată, iar notificările instantanee nu sunt disponibile.", - "No user supplied" : "Nu a fost furnizat niciun utilizator", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Furnizează o parolă administrativă de recuperare, altfel toate datele utilizatorilor vor fi pierdute", - "Invalid user" : "Utilizator invalid", - "Your username is: %s" : "Utilizatorul tău este: %s", - "Logged in user must be a subadmin" : "Utilizatorul logat trebuie să fie un subadmin", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Este în așteptare o sarcină de lucru în fundal care verifică dacă există certificate SSL importate de utilizator. Vă rugăm să reveniți mai târziu.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sunt prezente unele certificate SSL importate de utilizator, care nu mai sunt utilizate cu Nextcloud 21. Acestea pot fi importate în linia de comandă prin intermediul comenzii \"occ security:certificates:import\". Căile lor în interiorul directorului de date sunt prezentate mai jos.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Lipsesc indecși din baza de date. Datorită faptului că adăugarea indecșilor la tabelele mari durează mult, aceștia nu au fost adăugați automat. Rulând \"occ db:add-missing-indices\", indecși lipsă pot fi adăugați manual în timp ce instanța rulează în continuare. Odată ce indecșii au fost adăugați, interogările acelor tabele vor fi de obicei mai rapide.", - "Exclude groups from sharing" : "Exclude grupuri de la partajare", - "These groups will still be able to receive shares, but not to initiate them." : "Aceste grupuri vor putea în continuare să primească partajări, dar nu să le inițieze.", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Autentificarea cu doi factori poate fi impusă pentru toți utilizatorii și pentru grupuri specifice. Dacă aceștia nu au configurat un furnizor cu doi factori, nu se vor putea conecta la sistem.", "Username" : "Nume utilizator", - "You do not have permissions to see the details of this user" : "Nu aveți permisiuni pentru a vedea detaliile acestui utilizator", - "Show user backend" : "Arată administrare utilizator", - "Name your device" : "Numiți dispozitivul dvs.", - "Show to logged in users only" : "Afișează doar pentru utilizatorii autentificați", - "SMTP Username" : "Nume utilizator SMTP" + "Name your device" : "Numiți dispozitivul dvs." }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/settings/l10n/ro.json b/apps/settings/l10n/ro.json index 80af745860c..1580c8963d8 100644 --- a/apps/settings/l10n/ro.json +++ b/apps/settings/l10n/ro.json @@ -144,6 +144,9 @@ "Actions" : "Acțiuni", "No apps found for your version" : "Nu au fost găsite aplicații pentru versiunea ta", "Type" : "Tip", + "Learn more" : "Află mai mult", + "Confirm" : "Confirmă", + "Cancel" : "Anulare", "Description" : "Descriere", "Details" : "Detalii", "All" : "Toate ", @@ -182,8 +185,6 @@ "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Criptarea, ca unică variantă, nu garantează securitatea sistemului. Consultați documentația pentru mai multe informații despre cum funcționează aplicația de criptare și variantele de utilizare acceptate.", "This is the final warning: Do you really want to enable encryption?" : "Aceasta este avertizarea finală: Chiar vrei să activezi criptarea?", "Select default encryption module:" : "Selectează modulul implicit de criptare:", - "Cancel" : "Anulare", - "Confirm" : "Confirmă", "Submit" : "Trimite", "Remove group" : "Înlătură grupul", "Current password" : "Parola curentă", @@ -235,6 +236,7 @@ "Featured apps" : "Aplicații recomandate", "Hide" : "Ascunde", "Disable" : "Dezactivați", + "Unknown" : "Necunoscut", "Never" : "Niciodată", "Do you really want to wipe your data from this device?" : "Chiar doriți să vă ștergeți datele de pe acest dispozitiv?", "Confirm wipe" : "Confirmați ștergerea", @@ -260,22 +262,8 @@ "Security & setup warnings" : "Alerte de securitate & configurare", "All checks passed." : "Toate verificările s-au terminat fără erori.", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Această versiune comunitară a Nextcloud nu este suportată, iar notificările instantanee nu sunt disponibile.", - "No user supplied" : "Nu a fost furnizat niciun utilizator", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Furnizează o parolă administrativă de recuperare, altfel toate datele utilizatorilor vor fi pierdute", - "Invalid user" : "Utilizator invalid", - "Your username is: %s" : "Utilizatorul tău este: %s", - "Logged in user must be a subadmin" : "Utilizatorul logat trebuie să fie un subadmin", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Este în așteptare o sarcină de lucru în fundal care verifică dacă există certificate SSL importate de utilizator. Vă rugăm să reveniți mai târziu.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sunt prezente unele certificate SSL importate de utilizator, care nu mai sunt utilizate cu Nextcloud 21. Acestea pot fi importate în linia de comandă prin intermediul comenzii \"occ security:certificates:import\". Căile lor în interiorul directorului de date sunt prezentate mai jos.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Lipsesc indecși din baza de date. Datorită faptului că adăugarea indecșilor la tabelele mari durează mult, aceștia nu au fost adăugați automat. Rulând \"occ db:add-missing-indices\", indecși lipsă pot fi adăugați manual în timp ce instanța rulează în continuare. Odată ce indecșii au fost adăugați, interogările acelor tabele vor fi de obicei mai rapide.", - "Exclude groups from sharing" : "Exclude grupuri de la partajare", - "These groups will still be able to receive shares, but not to initiate them." : "Aceste grupuri vor putea în continuare să primească partajări, dar nu să le inițieze.", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Autentificarea cu doi factori poate fi impusă pentru toți utilizatorii și pentru grupuri specifice. Dacă aceștia nu au configurat un furnizor cu doi factori, nu se vor putea conecta la sistem.", "Username" : "Nume utilizator", - "You do not have permissions to see the details of this user" : "Nu aveți permisiuni pentru a vedea detaliile acestui utilizator", - "Show user backend" : "Arată administrare utilizator", - "Name your device" : "Numiți dispozitivul dvs.", - "Show to logged in users only" : "Afișează doar pentru utilizatorii autentificați", - "SMTP Username" : "Nume utilizator SMTP" + "Name your device" : "Numiți dispozitivul dvs." },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" }
\ No newline at end of file diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 7fb333d8d45..0fa8a29b384 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -213,6 +213,7 @@ OC.L10N.register( "Mimetype migrations available" : "Доступны миграции Mimetype", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Доступны одна или несколько миграций mimetype. Иногда добавляются новые mimetype для лучшей обработки определенных типов файлов. Миграция mimetype занимает много времени на больших экземплярах, поэтому она не выполняется автоматически во время обновлений. Используйте команду `occ maintenance:repair --include-expensive` для выполнения миграций.", "You are not using MySQL" : "MySQL не используется", + "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "Неправильный формат строки обнаружен в вашей базе данных. ROW_FORMAT=Dynamic предлагает наилучшую производительность базы данных для Nextcloud. Пожалуйста, обновите формат строки в следующем списке: %s.", "MySQL Unicode support" : "Поддержка Unicode в MySQL", "MySQL is used as database and does support 4-byte characters" : "Используется MySQL и настроена поддержка четырёхбайтовых символов", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL используется в качестве базы данных, но не поддерживает 4-байтовые символы. Чтобы иметь возможность обрабатывать 4-байтовые символы (например, смайлики) в именах файлов или комментариях, рекомендуется включить поддержку 4-байтового кодирования символов в MySQL.", @@ -421,6 +422,9 @@ OC.L10N.register( "Display Name" : "Отображаемое имя", "GPUs support" : "Поддержка графических процессоров", "Compute device" : "Вычислительное устройство", + "Learn more" : "Узнать больше", + "Confirm" : "Подтвердить", + "Cancel" : "Отмена", "Description" : "Описание", "Details" : "Подробные сведения", "All" : "Все", @@ -518,8 +522,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Не удалось обновить параметры шифрования на стороне сервера", "Please confirm the group removal" : "Подтвердите удаление группы", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Группа «{group}» будет удалена. Это действие НЕ ПРИВОДИТ к удалению учётных записей, входящих в эту группу.", - "Cancel" : "Отмена", - "Confirm" : "Подтвердить", "Submit" : "Отправить ответ", "Rename group" : "Переименовать группу", "Remove group" : "Удалить группу", @@ -541,7 +543,6 @@ OC.L10N.register( "Error cropping profile picture" : "Не удалось обрезать изображение профиля", "Error saving profile picture" : "Не удалось сохранить изображение профиля", "Error removing profile picture" : "Не удалось очистить изображения профиля", - "Your biography" : "Ваша биография", "Enter your date of birth" : "Введите дату своего рождения", "Unable to update date of birth" : "Не удалось обновить дату рождения", "You are a member of the following groups:" : "Вы являетесь участником следующих групп:", @@ -743,13 +744,13 @@ OC.L10N.register( "Show to everyone" : "Для всех", "Show to logged in accounts only" : "Только для вошедших в систему", "Hide" : "Скрыт", - "manual-install apps cannot be updated" : "приложения, устанавливаемые вручную, не могут быть обновлены", "Deploy and Enable" : "Развернуть и включить", "Download and enable" : "Скачать и включить", "Disable" : "Отключить", "Allow untested app" : "Разрешить непроверенное приложение", "The app will be downloaded from the App Store" : "Приложение будет скачано из магазина приложений", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Это приложение не отмечено как совместимое с вашей версией Nextcloud. Если вы продолжите, вы сможете установить это приложение, однако оно может работать не так, как ожидается.", + "Unknown" : "Неизвестно", "Never" : "Никогда", "Could not register device: Network error" : "Не удалось зарегистрировать устройство: ошибка сети", "Could not register device: Probably already registered" : "Не удалось зарегистрировать устройство: возможно, это устройство уже зарегистрировано", @@ -809,23 +810,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Это неподдерживаемая сборка сообщества Nextcloud, в которой отключены моментальные уведомления.", "Use a second factor besides your password to increase security for your account." : "Чтобы повысить безопасность своей учётной записи, помимо пароля используйте второй фактор проверки подлинности.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Если вы используете сторонние приложения для подключения к Nextcloud, убедитесь что для них созданы и настроены пароли приложений, перед тем как активировать двухфакторную авторизацию.", - "No user supplied" : "Не выбран пользователь", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Введите пароль восстановления администратора, в противном случае все пользовательские данные будут утеряны.", - "Backend does not support password change, but the user's encryption key was updated." : "Используемый механизм не поддерживает смену паролей, но пользовательский ключ шифрования был обновлён.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Перед отправкой тестового сообщения необходимо настроить параметры электронной почты. Перейти в %s.", - "Invalid user" : "Неверный пользователь", - "Your username is: %s" : "Ваше имя пользователя: %s", - "Logged in user must be a subadmin" : "Вошедший в систему пользователь должен обладать правами суб-администратора", - "Old user imported certificates" : "Сертификаты, импортированные старым пользователем", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Запланировано фоновое задание проверки пользовательских SSL сертификатов. Пожалуйста, проверьте позже.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Обнаружены пользовательские сертификаты SSL, которые более не используются с Nextcloud 21. Их можно импортировать командой \"occ security:certificates:import\". Их расположение в папке с данными показаны ниже.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Чтобы разрешить выполнение этой проверки, вы должны убедиться, что ваш веб-сервер может подключаться к самому себе. Для этого он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains\" или \"overwrite.cli.url\".", "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.", "File locking" : "Блокирование файлов", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакционное блокирование файлов не включено, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле конфигурации «config.php».", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить, поддерживается ли JavaScript. Внесите исправления или подтвердите, обрабатывает ли веб-сервер файлы *.mjs, основываясь на MIME-типах.", - "MySQL unicode support" : "Поддержка стандарта кодирования Юникод в MySQL", - "Overwrite cli URL" : "Перезапись адреса интерфейса командной строки", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить поддержку JavaScript ни в одном из ваших `trusted_domains`, ни в `overwrite.cli.url`. Это может быть результатом несоответствия DNS на стороне сервера или правила исходящего брандмауэра. Пожалуйста, проверьте вручную, обслуживает ли ваш веб-сервер файлы `.mjs`, используя MIME-тип JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "В настоящее время вы используете PHP %s. PHP 8.0 больше не поддерживается в Nextcloud 27. Для Nextcloud 28 может потребоваться как минимум PHP 8.1. Пожалуйста, как можно скорее обновитесь до одной из официально поддерживаемых версий PHP, предоставленных PHP Group.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Используется MariaDB версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MariaDB версии 10.2 или старше.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Используется mySQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MySQL версии 8 или MariaDB 10.2 или старше.", @@ -834,27 +824,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Преобразование речи в текст может быть реализовано различными приложениями. Здесь вы можете указать, какое приложение следует использовать.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ни одно из установленных на данный момент приложений не поддерживает функцию преобразования речи в текст", "None of your currently installed apps provide Text processing functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функции обработки текста", - "Exclude groups from sharing" : "Запретить публикацию указанным группам:", - "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не смогут их создавать.", "Set default expiration date for shares" : "Установить срок действия общего доступа по умолчанию", "Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двухфаторная аутентификация может быть принудительна включена для всех пользователей и выбранных групп. В случае, если у пользователя не настроен механизм подтверждения подлинности вторым фактором, он не сможет войти в систему.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Если выбрано включение или отключение использования двух-факторной проверки подлинности для групп, то для определения, требуется ли от пользователя использовать её, применяются следующие правила: \\n\n - если группы не включены в список, то двух-факторная проверка включена для всех их участников, кроме тех, кто также состоит в группах, проверка для которых отключена;\n - если группы включены в список, то двух-факторная проверка включена для всех участников таких групп;\n- если пользователь состоит одновременно и в группе, проверка для которой включена и группе, проверка для которой отключена, то приоритет получает использование двухфакторной проверки.", - "{license}-licensed" : "Лицензия: {license}", - "Rating: {score}/10" : "Оценка: {score}/10", - "Username" : "Имя пользователя", - "Execute one task with each page loaded. Use case: Single user instance." : "Запуск одного задания при загрузке каждой страницы. Вариант использования: сервер для одного пользователя.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Использовать службу webcron для запуска зарегистрированного файла «cron.php» каждые 5 минут с использованием протокола HTTPS. Вариант использования: сервер для количества пользователей от одного до пяти.", - "The cron.php needs to be executed by the system user \"{user}\"." : "Файл «cron.php» должен исполняться с использованием учётной записи «{user}».", - "Enable or disable profile by default for new users." : "Создавать или нет профили по умолчанию для новых пользователей.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Группа \"{group}\" будет удалена. Пользователи НЕ будут удалены.", + "Your biography" : "Ваша биография", "You are using <strong>{usage}</strong>" : "Вы используете <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Вы используете <strong>{usage}</strong> из <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Дополнительные адреса эл. почты", - "Enable Profile" : "Использовать профиль", - "No users" : "Нет пользователей", - "Loading users …" : "Загрузка пользователей…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Список пользователей. Этот список отображен не полностью по соображениям производительности. Пользователи будут отображаться по мере того, как Вы будете перемещаться по списку.", "New user" : "Новый пользователь", "Groups (required)" : "Группы (обязательно)", "Set user groups" : "Задать группы пользователя", @@ -865,39 +839,15 @@ OC.L10N.register( "Set user manager" : "Выбрать менеджер пользователей", "Username will be autogenerated" : "Имя пользователя будет сгенерировано автоматически", "Username (required)" : "Имя пользователя (обязательно)", + "Loading users …" : "Загрузка пользователей…", + "Username" : "Имя пользователя", "User backend" : "Механизм учёта", "User actions" : "Действия пользователя", - "Loading user …" : "Загрузка пользователя ...", - "You do not have permissions to see the details of this user" : "У вас нет прав на просмотр данных об этом пользователе", "Add user to group" : "Добавить пользователя в группу", - "Set user as admin for" : "Назначить администратором", - "Select user quota" : "Квота пользователя", - "Delete user" : "Удалить пользователя", - "Wipe all devices" : "Удалить данные со всех устройств", - "Disable user" : "Отключить пользователя", - "Enable user" : "Включить пользователя", - "Failed to update user manager" : "Не удалось обновить диспетчер пользователей", - "Toggle user actions menu" : "Переключить пользовательское меню действий", - "User management settings" : "Настройки управления пользователями", - "Show user backend" : "Механизм учёта", - "Send welcome email to new users" : "Отправлять приветственное электронное письмо новым пользователям", "Name your device" : "Назовите устройство", "Server error while trying to add WebAuthn device" : "Ошибка сервера при попытке добавить устройство WebAuthn", - "by {author}\n{license}" : "автор: {author}\n{license}", - "User management" : "Управление пользователями", - "Active users" : "Активные пользователи", - "Disabled users" : "Отключённые пользователи", - "Creating group …" : "Создание группы…", - "User group: {group}" : "Группа пользователя: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Недоступно, так как федерация отключена для вашей учетной записи. Если у вас есть какие-либо вопросы, обратитесь к системному администратору.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Недоступно, так как публикация пользовательских данных на сервере поиска запрещена, обратитесь к системному администратору, если у вас возникнут какие-либо вопросы", - "Show to logged in users only" : "Только для вошедших в систему", - "Nextcloud help resources" : "Справочные ресурсы Nextcloud", - "SMTP Username" : "Пользователь SMTP", - "Follow us on Twitter" : "Следите за нашими новостями в Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Чтобы разрешить выполнение этой проверки, вы должны убедиться, что ваш веб-сервер может подключаться к самому себе. Для этого он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains\" или \"overwrite.cli.url\".", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить поддержку JavaScript ни в одном из ваших `trusted_domains`, ни в `overwrite.cli.url`. Это может быть результатом несоответствия DNS на стороне сервера или правила исходящего брандмауэра. Пожалуйста, проверьте вручную, обслуживает ли ваш веб-сервер файлы `.mjs`, используя MIME-тип JavaScript.", "Active accounts" : "Активные учётные записи", + "Follow us on Twitter" : "Следите за нашими новостями в Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Чтобы разрешить эту проверку, вам нужно убедиться, что ваш веб-сервер может подключаться к себе. Поэтому он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains` или `overwrite.cli.url`. Эта ошибка может быть результатом несоответствия DNS на стороне сервера или исходящего правила брандмауэра.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Обнаружена версия PostgreSQL \"%s\". Для лучшей производительности, стабильности и функциональности с этой версией Nextcloud рекомендуется использовать PostgreSQL >=12 и <=16." }, diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index b7ca38eea33..2e262365842 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -211,6 +211,7 @@ "Mimetype migrations available" : "Доступны миграции Mimetype", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Доступны одна или несколько миграций mimetype. Иногда добавляются новые mimetype для лучшей обработки определенных типов файлов. Миграция mimetype занимает много времени на больших экземплярах, поэтому она не выполняется автоматически во время обновлений. Используйте команду `occ maintenance:repair --include-expensive` для выполнения миграций.", "You are not using MySQL" : "MySQL не используется", + "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "Неправильный формат строки обнаружен в вашей базе данных. ROW_FORMAT=Dynamic предлагает наилучшую производительность базы данных для Nextcloud. Пожалуйста, обновите формат строки в следующем списке: %s.", "MySQL Unicode support" : "Поддержка Unicode в MySQL", "MySQL is used as database and does support 4-byte characters" : "Используется MySQL и настроена поддержка четырёхбайтовых символов", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL используется в качестве базы данных, но не поддерживает 4-байтовые символы. Чтобы иметь возможность обрабатывать 4-байтовые символы (например, смайлики) в именах файлов или комментариях, рекомендуется включить поддержку 4-байтового кодирования символов в MySQL.", @@ -419,6 +420,9 @@ "Display Name" : "Отображаемое имя", "GPUs support" : "Поддержка графических процессоров", "Compute device" : "Вычислительное устройство", + "Learn more" : "Узнать больше", + "Confirm" : "Подтвердить", + "Cancel" : "Отмена", "Description" : "Описание", "Details" : "Подробные сведения", "All" : "Все", @@ -516,8 +520,6 @@ "Unable to update server side encryption config" : "Не удалось обновить параметры шифрования на стороне сервера", "Please confirm the group removal" : "Подтвердите удаление группы", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Группа «{group}» будет удалена. Это действие НЕ ПРИВОДИТ к удалению учётных записей, входящих в эту группу.", - "Cancel" : "Отмена", - "Confirm" : "Подтвердить", "Submit" : "Отправить ответ", "Rename group" : "Переименовать группу", "Remove group" : "Удалить группу", @@ -539,7 +541,6 @@ "Error cropping profile picture" : "Не удалось обрезать изображение профиля", "Error saving profile picture" : "Не удалось сохранить изображение профиля", "Error removing profile picture" : "Не удалось очистить изображения профиля", - "Your biography" : "Ваша биография", "Enter your date of birth" : "Введите дату своего рождения", "Unable to update date of birth" : "Не удалось обновить дату рождения", "You are a member of the following groups:" : "Вы являетесь участником следующих групп:", @@ -741,13 +742,13 @@ "Show to everyone" : "Для всех", "Show to logged in accounts only" : "Только для вошедших в систему", "Hide" : "Скрыт", - "manual-install apps cannot be updated" : "приложения, устанавливаемые вручную, не могут быть обновлены", "Deploy and Enable" : "Развернуть и включить", "Download and enable" : "Скачать и включить", "Disable" : "Отключить", "Allow untested app" : "Разрешить непроверенное приложение", "The app will be downloaded from the App Store" : "Приложение будет скачано из магазина приложений", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Это приложение не отмечено как совместимое с вашей версией Nextcloud. Если вы продолжите, вы сможете установить это приложение, однако оно может работать не так, как ожидается.", + "Unknown" : "Неизвестно", "Never" : "Никогда", "Could not register device: Network error" : "Не удалось зарегистрировать устройство: ошибка сети", "Could not register device: Probably already registered" : "Не удалось зарегистрировать устройство: возможно, это устройство уже зарегистрировано", @@ -807,23 +808,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Это неподдерживаемая сборка сообщества Nextcloud, в которой отключены моментальные уведомления.", "Use a second factor besides your password to increase security for your account." : "Чтобы повысить безопасность своей учётной записи, помимо пароля используйте второй фактор проверки подлинности.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Если вы используете сторонние приложения для подключения к Nextcloud, убедитесь что для них созданы и настроены пароли приложений, перед тем как активировать двухфакторную авторизацию.", - "No user supplied" : "Не выбран пользователь", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Введите пароль восстановления администратора, в противном случае все пользовательские данные будут утеряны.", - "Backend does not support password change, but the user's encryption key was updated." : "Используемый механизм не поддерживает смену паролей, но пользовательский ключ шифрования был обновлён.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Перед отправкой тестового сообщения необходимо настроить параметры электронной почты. Перейти в %s.", - "Invalid user" : "Неверный пользователь", - "Your username is: %s" : "Ваше имя пользователя: %s", - "Logged in user must be a subadmin" : "Вошедший в систему пользователь должен обладать правами суб-администратора", - "Old user imported certificates" : "Сертификаты, импортированные старым пользователем", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Запланировано фоновое задание проверки пользовательских SSL сертификатов. Пожалуйста, проверьте позже.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Обнаружены пользовательские сертификаты SSL, которые более не используются с Nextcloud 21. Их можно импортировать командой \"occ security:certificates:import\". Их расположение в папке с данными показаны ниже.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Чтобы разрешить выполнение этой проверки, вы должны убедиться, что ваш веб-сервер может подключаться к самому себе. Для этого он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains\" или \"overwrite.cli.url\".", "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.", "File locking" : "Блокирование файлов", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакционное блокирование файлов не включено, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле конфигурации «config.php».", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить, поддерживается ли JavaScript. Внесите исправления или подтвердите, обрабатывает ли веб-сервер файлы *.mjs, основываясь на MIME-типах.", - "MySQL unicode support" : "Поддержка стандарта кодирования Юникод в MySQL", - "Overwrite cli URL" : "Перезапись адреса интерфейса командной строки", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить поддержку JavaScript ни в одном из ваших `trusted_domains`, ни в `overwrite.cli.url`. Это может быть результатом несоответствия DNS на стороне сервера или правила исходящего брандмауэра. Пожалуйста, проверьте вручную, обслуживает ли ваш веб-сервер файлы `.mjs`, используя MIME-тип JavaScript.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "В настоящее время вы используете PHP %s. PHP 8.0 больше не поддерживается в Nextcloud 27. Для Nextcloud 28 может потребоваться как минимум PHP 8.1. Пожалуйста, как можно скорее обновитесь до одной из официально поддерживаемых версий PHP, предоставленных PHP Group.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Используется MariaDB версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MariaDB версии 10.2 или старше.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Используется mySQL версии %s. В Nextcloud версии 21 эта версия не поддерживается, а для работы требуется MySQL версии 8 или MariaDB 10.2 или старше.", @@ -832,27 +822,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Преобразование речи в текст может быть реализовано различными приложениями. Здесь вы можете указать, какое приложение следует использовать.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ни одно из установленных на данный момент приложений не поддерживает функцию преобразования речи в текст", "None of your currently installed apps provide Text processing functionality" : "Ни одно из установленных вами в данный момент приложений не предоставляет функции обработки текста", - "Exclude groups from sharing" : "Запретить публикацию указанным группам:", - "These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не смогут их создавать.", "Set default expiration date for shares" : "Установить срок действия общего доступа по умолчанию", "Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двухфаторная аутентификация может быть принудительна включена для всех пользователей и выбранных групп. В случае, если у пользователя не настроен механизм подтверждения подлинности вторым фактором, он не сможет войти в систему.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Если выбрано включение или отключение использования двух-факторной проверки подлинности для групп, то для определения, требуется ли от пользователя использовать её, применяются следующие правила: \\n\n - если группы не включены в список, то двух-факторная проверка включена для всех их участников, кроме тех, кто также состоит в группах, проверка для которых отключена;\n - если группы включены в список, то двух-факторная проверка включена для всех участников таких групп;\n- если пользователь состоит одновременно и в группе, проверка для которой включена и группе, проверка для которой отключена, то приоритет получает использование двухфакторной проверки.", - "{license}-licensed" : "Лицензия: {license}", - "Rating: {score}/10" : "Оценка: {score}/10", - "Username" : "Имя пользователя", - "Execute one task with each page loaded. Use case: Single user instance." : "Запуск одного задания при загрузке каждой страницы. Вариант использования: сервер для одного пользователя.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Использовать службу webcron для запуска зарегистрированного файла «cron.php» каждые 5 минут с использованием протокола HTTPS. Вариант использования: сервер для количества пользователей от одного до пяти.", - "The cron.php needs to be executed by the system user \"{user}\"." : "Файл «cron.php» должен исполняться с использованием учётной записи «{user}».", - "Enable or disable profile by default for new users." : "Создавать или нет профили по умолчанию для новых пользователей.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Группа \"{group}\" будет удалена. Пользователи НЕ будут удалены.", + "Your biography" : "Ваша биография", "You are using <strong>{usage}</strong>" : "Вы используете <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Вы используете <strong>{usage}</strong> из <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Дополнительные адреса эл. почты", - "Enable Profile" : "Использовать профиль", - "No users" : "Нет пользователей", - "Loading users …" : "Загрузка пользователей…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Список пользователей. Этот список отображен не полностью по соображениям производительности. Пользователи будут отображаться по мере того, как Вы будете перемещаться по списку.", "New user" : "Новый пользователь", "Groups (required)" : "Группы (обязательно)", "Set user groups" : "Задать группы пользователя", @@ -863,39 +837,15 @@ "Set user manager" : "Выбрать менеджер пользователей", "Username will be autogenerated" : "Имя пользователя будет сгенерировано автоматически", "Username (required)" : "Имя пользователя (обязательно)", + "Loading users …" : "Загрузка пользователей…", + "Username" : "Имя пользователя", "User backend" : "Механизм учёта", "User actions" : "Действия пользователя", - "Loading user …" : "Загрузка пользователя ...", - "You do not have permissions to see the details of this user" : "У вас нет прав на просмотр данных об этом пользователе", "Add user to group" : "Добавить пользователя в группу", - "Set user as admin for" : "Назначить администратором", - "Select user quota" : "Квота пользователя", - "Delete user" : "Удалить пользователя", - "Wipe all devices" : "Удалить данные со всех устройств", - "Disable user" : "Отключить пользователя", - "Enable user" : "Включить пользователя", - "Failed to update user manager" : "Не удалось обновить диспетчер пользователей", - "Toggle user actions menu" : "Переключить пользовательское меню действий", - "User management settings" : "Настройки управления пользователями", - "Show user backend" : "Механизм учёта", - "Send welcome email to new users" : "Отправлять приветственное электронное письмо новым пользователям", "Name your device" : "Назовите устройство", "Server error while trying to add WebAuthn device" : "Ошибка сервера при попытке добавить устройство WebAuthn", - "by {author}\n{license}" : "автор: {author}\n{license}", - "User management" : "Управление пользователями", - "Active users" : "Активные пользователи", - "Disabled users" : "Отключённые пользователи", - "Creating group …" : "Создание группы…", - "User group: {group}" : "Группа пользователя: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Недоступно, так как федерация отключена для вашей учетной записи. Если у вас есть какие-либо вопросы, обратитесь к системному администратору.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Недоступно, так как публикация пользовательских данных на сервере поиска запрещена, обратитесь к системному администратору, если у вас возникнут какие-либо вопросы", - "Show to logged in users only" : "Только для вошедших в систему", - "Nextcloud help resources" : "Справочные ресурсы Nextcloud", - "SMTP Username" : "Пользователь SMTP", - "Follow us on Twitter" : "Следите за нашими новостями в Twitter", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Чтобы разрешить выполнение этой проверки, вы должны убедиться, что ваш веб-сервер может подключаться к самому себе. Для этого он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains\" или \"overwrite.cli.url\".", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить поддержку JavaScript ни в одном из ваших `trusted_domains`, ни в `overwrite.cli.url`. Это может быть результатом несоответствия DNS на стороне сервера или правила исходящего брандмауэра. Пожалуйста, проверьте вручную, обслуживает ли ваш веб-сервер файлы `.mjs`, используя MIME-тип JavaScript.", "Active accounts" : "Активные учётные записи", + "Follow us on Twitter" : "Следите за нашими новостями в Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Чтобы разрешить эту проверку, вам нужно убедиться, что ваш веб-сервер может подключаться к себе. Поэтому он должен иметь возможность разрешать и подключаться по крайней мере к одному из своих `trusted_domains` или `overwrite.cli.url`. Эта ошибка может быть результатом несоответствия DNS на стороне сервера или исходящего правила брандмауэра.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Обнаружена версия PostgreSQL \"%s\". Для лучшей производительности, стабильности и функциональности с этой версией Nextcloud рекомендуется использовать PostgreSQL >=12 и <=16." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" diff --git a/apps/settings/l10n/sc.js b/apps/settings/l10n/sc.js index 81849d0939f..a9effdf1bac 100644 --- a/apps/settings/l10n/sc.js +++ b/apps/settings/l10n/sc.js @@ -161,6 +161,8 @@ OC.L10N.register( "Nothing to show" : "Nudda de mustrare", "Loading" : "Carrighende", "Type" : "Genia", + "Confirm" : "Cunfirma", + "Cancel" : "Annulla", "Description" : "Descritzione", "Details" : "Detàllios", "All" : "Totu", @@ -220,8 +222,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Custu est s'ùrtimu avisu : a beru boles ativare sa tzifradura?", "No encryption module loaded, please enable an encryption module in the app menu." : "Perunu mòdulu de tzifradura carrigadu, ativa sa tzifradura in su menu de is aplicatziones.", "Select default encryption module:" : "Seletziona mòdulu de tzifradura predefinidu:", - "Cancel" : "Annulla", - "Confirm" : "Cunfirma", "Submit" : "Imbia", "Remove group" : "Boga·nche grupu", "Current password" : "Crae currente", @@ -229,7 +229,6 @@ OC.L10N.register( "Change password" : "Càmbia crae", "The file must be a PNG or JPG" : "S'archìviu depet èssere unu PNG o JPG", "Picture provided by original account" : "Immàgine frunida dae su contu originale", - "Your biography" : "Sa biografia tua", "You are a member of the following groups:" : "Faghes parte de custos grupos:", "Your full name" : "Nùmene cumpletu", "Primary email for password reset and notifications" : "Indiritzu de posta eletrònica printzipale pro torrare a cunfigurare sa crae e retzire notìficas", @@ -332,6 +331,7 @@ OC.L10N.register( "Disable" : "Disativa", "The app will be downloaded from the App Store" : "S'aplicatzione s'at a iscarrigare dae sa butega de is aplicatziones", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Custa aplicatzione no est marcada comente cumpatìbile cun sa versione tua de Nextcloud. Si sighis, as a pòdere installare s'aplicatzione. Càstia ca podet èssere chi non funtzionet comente prevìdidu.", + "Unknown" : "Disconnotu", "Never" : "Mai", "Error: This app cannot be enabled because it makes the server unstable" : "Errore: Custa aplicatzione non si podet ativare ca faghet su serbidore no istàbile", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "S'aplicatzione est istada ativada ma tenet bisòngiu de un'agiornamentu. T'amus a deretare a sa pàgina de agiornamentu tra 5 segundos.", @@ -374,44 +374,16 @@ OC.L10N.register( "Subscribe to our newsletter" : "Iscrie·ti a sa lista de messàgios nostra", "Use a second factor besides your password to increase security for your account." : "Imprea unu segundu fatore a parte sa crae tua pro crèschere sa seguresa de su contu tuo.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si impreas aplicatziones de sa de tres partes pro ti connètere a Nextcloud, assegura•ti de creare e cunfigurare una crae pro cada aplicatzione antis de ativare su segundu fatore de autenticatzione.", - "No user supplied" : "Peruna utèntzia frunida", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Fruni una crae amministrativa de riprìstinu; si nono, s'ant a perdere totu is datos de utente.", - "Invalid user" : "Utèntzia non bàlida", - "Your username is: %s" : "Su nùmene utente tuo est: %s", - "Logged in user must be a subadmin" : "S'utente devet essere de sa suta-amministratzione ", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Un'atividade in segundu pianu est in isetu pro controllare is tzertificados SSL importados dae s'utente. Torra a controllare prus a tardu.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "B'at tzertificados SSL importados dae utentes chi non s'impreant prus cun Nextcloud 21. Si podent importare in sa lìnia de cumandu tràmite su cumandu \"occ security:certificates:import\". Is percursos issoro in sa cartella de is datos sunt mustrados in fatu.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda.", - "Exclude groups from sharing" : "Esclude grupos dae sa cumpartzidura", - "These groups will still be able to receive shares, but not to initiate them." : "Custos grupos ant a pòdere retzire cumpartziduras, ma no ddas ant a pòdere cumintzare.", "Set default expiration date for shares" : "Cunfigura sa data de iscadèntzia predefinida pro is cumpartziduras", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "S'autenticatzione a duos fatores si podet aplicare a totu is utentes e grupos ispetzìficos. Si non tenent unu frunidore a duos fatores cunfiguradu, no ant a pòdere intrare in su sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cando si seletzionant/escludent grupos, pro determinare si un'utente at aplicadu 2FA, s'impreat sa lògica in fatu: si non si seletzionat perunu grupu, 2FA est ativu pro chie chi siat, francu pro cumponentes de grupos esclùdidos. Si un'utente est siat in unu grupu seletzionadu siat in unu esclùdidu, cussu seletzionadu passat in antis e 2FA est aplicadu.", - "{license}-licensed" : "suta lissèntzia {license}", - "Username" : "Nùmene utente", - "Enable or disable profile by default for new users." : "Ativa o disativa in manera predefinida pro utentes noos.", - "Enable Profile" : "Ativa su profilu", + "Your biography" : "Sa biografia tua", "New user" : "Utèntzia noa", "Add new user" : "Agiunghe utente nou", + "Username" : "Nùmene utente", "User backend" : "Motore utente", - "You do not have permissions to see the details of this user" : "Non tenes is permissos pro bìdere is detàllios de s'utente", "Add user to group" : "Agiunghe un'utente a unu grupu", - "Set user as admin for" : "Include a un'utente in s'amministratzione pro", - "Select user quota" : "Seletziona cuota utente", - "Delete user" : "Cantzella utente", - "Wipe all devices" : "Cantzella totu is dispositivos", - "Disable user" : "Disativa utente", - "Enable user" : "Ativa utente", - "Toggle user actions menu" : "Càmbia su menu de is atziones de s'utente", - "Show user backend" : "Mustra su motore utente", - "Send welcome email to new users" : "Imbia unu messàgiu de benebènnida a totu is utentes noos", "Name your device" : "Nùmena su dispositivu", "Server error while trying to add WebAuthn device" : "Errore de su serbidore chirchende de agiùnghere su dispositivu WebAuthn", - "by {author}\n{license}" : "de {author}\n{license}", - "Active users" : "Utèntzias ativas", - "Disabled users" : "Disativa utentes", - "Show to logged in users only" : "Mustra isceti a is utentes autenticados", - "SMTP Username" : "Nùmene utente SMTP ", "Follow us on Twitter" : "Sighi•nosi in Twitter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/sc.json b/apps/settings/l10n/sc.json index 3f09992e39c..d143f5885d1 100644 --- a/apps/settings/l10n/sc.json +++ b/apps/settings/l10n/sc.json @@ -159,6 +159,8 @@ "Nothing to show" : "Nudda de mustrare", "Loading" : "Carrighende", "Type" : "Genia", + "Confirm" : "Cunfirma", + "Cancel" : "Annulla", "Description" : "Descritzione", "Details" : "Detàllios", "All" : "Totu", @@ -218,8 +220,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Custu est s'ùrtimu avisu : a beru boles ativare sa tzifradura?", "No encryption module loaded, please enable an encryption module in the app menu." : "Perunu mòdulu de tzifradura carrigadu, ativa sa tzifradura in su menu de is aplicatziones.", "Select default encryption module:" : "Seletziona mòdulu de tzifradura predefinidu:", - "Cancel" : "Annulla", - "Confirm" : "Cunfirma", "Submit" : "Imbia", "Remove group" : "Boga·nche grupu", "Current password" : "Crae currente", @@ -227,7 +227,6 @@ "Change password" : "Càmbia crae", "The file must be a PNG or JPG" : "S'archìviu depet èssere unu PNG o JPG", "Picture provided by original account" : "Immàgine frunida dae su contu originale", - "Your biography" : "Sa biografia tua", "You are a member of the following groups:" : "Faghes parte de custos grupos:", "Your full name" : "Nùmene cumpletu", "Primary email for password reset and notifications" : "Indiritzu de posta eletrònica printzipale pro torrare a cunfigurare sa crae e retzire notìficas", @@ -330,6 +329,7 @@ "Disable" : "Disativa", "The app will be downloaded from the App Store" : "S'aplicatzione s'at a iscarrigare dae sa butega de is aplicatziones", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Custa aplicatzione no est marcada comente cumpatìbile cun sa versione tua de Nextcloud. Si sighis, as a pòdere installare s'aplicatzione. Càstia ca podet èssere chi non funtzionet comente prevìdidu.", + "Unknown" : "Disconnotu", "Never" : "Mai", "Error: This app cannot be enabled because it makes the server unstable" : "Errore: Custa aplicatzione non si podet ativare ca faghet su serbidore no istàbile", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "S'aplicatzione est istada ativada ma tenet bisòngiu de un'agiornamentu. T'amus a deretare a sa pàgina de agiornamentu tra 5 segundos.", @@ -372,44 +372,16 @@ "Subscribe to our newsletter" : "Iscrie·ti a sa lista de messàgios nostra", "Use a second factor besides your password to increase security for your account." : "Imprea unu segundu fatore a parte sa crae tua pro crèschere sa seguresa de su contu tuo.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Si impreas aplicatziones de sa de tres partes pro ti connètere a Nextcloud, assegura•ti de creare e cunfigurare una crae pro cada aplicatzione antis de ativare su segundu fatore de autenticatzione.", - "No user supplied" : "Peruna utèntzia frunida", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Fruni una crae amministrativa de riprìstinu; si nono, s'ant a perdere totu is datos de utente.", - "Invalid user" : "Utèntzia non bàlida", - "Your username is: %s" : "Su nùmene utente tuo est: %s", - "Logged in user must be a subadmin" : "S'utente devet essere de sa suta-amministratzione ", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Un'atividade in segundu pianu est in isetu pro controllare is tzertificados SSL importados dae s'utente. Torra a controllare prus a tardu.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "B'at tzertificados SSL importados dae utentes chi non s'impreant prus cun Nextcloud 21. Si podent importare in sa lìnia de cumandu tràmite su cumandu \"occ security:certificates:import\". Is percursos issoro in sa cartella de is datos sunt mustrados in fatu.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda.", - "Exclude groups from sharing" : "Esclude grupos dae sa cumpartzidura", - "These groups will still be able to receive shares, but not to initiate them." : "Custos grupos ant a pòdere retzire cumpartziduras, ma no ddas ant a pòdere cumintzare.", "Set default expiration date for shares" : "Cunfigura sa data de iscadèntzia predefinida pro is cumpartziduras", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "S'autenticatzione a duos fatores si podet aplicare a totu is utentes e grupos ispetzìficos. Si non tenent unu frunidore a duos fatores cunfiguradu, no ant a pòdere intrare in su sistema.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Cando si seletzionant/escludent grupos, pro determinare si un'utente at aplicadu 2FA, s'impreat sa lògica in fatu: si non si seletzionat perunu grupu, 2FA est ativu pro chie chi siat, francu pro cumponentes de grupos esclùdidos. Si un'utente est siat in unu grupu seletzionadu siat in unu esclùdidu, cussu seletzionadu passat in antis e 2FA est aplicadu.", - "{license}-licensed" : "suta lissèntzia {license}", - "Username" : "Nùmene utente", - "Enable or disable profile by default for new users." : "Ativa o disativa in manera predefinida pro utentes noos.", - "Enable Profile" : "Ativa su profilu", + "Your biography" : "Sa biografia tua", "New user" : "Utèntzia noa", "Add new user" : "Agiunghe utente nou", + "Username" : "Nùmene utente", "User backend" : "Motore utente", - "You do not have permissions to see the details of this user" : "Non tenes is permissos pro bìdere is detàllios de s'utente", "Add user to group" : "Agiunghe un'utente a unu grupu", - "Set user as admin for" : "Include a un'utente in s'amministratzione pro", - "Select user quota" : "Seletziona cuota utente", - "Delete user" : "Cantzella utente", - "Wipe all devices" : "Cantzella totu is dispositivos", - "Disable user" : "Disativa utente", - "Enable user" : "Ativa utente", - "Toggle user actions menu" : "Càmbia su menu de is atziones de s'utente", - "Show user backend" : "Mustra su motore utente", - "Send welcome email to new users" : "Imbia unu messàgiu de benebènnida a totu is utentes noos", "Name your device" : "Nùmena su dispositivu", "Server error while trying to add WebAuthn device" : "Errore de su serbidore chirchende de agiùnghere su dispositivu WebAuthn", - "by {author}\n{license}" : "de {author}\n{license}", - "Active users" : "Utèntzias ativas", - "Disabled users" : "Disativa utentes", - "Show to logged in users only" : "Mustra isceti a is utentes autenticados", - "SMTP Username" : "Nùmene utente SMTP ", "Follow us on Twitter" : "Sighi•nosi in Twitter" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 6e3114e0318..9d9c7a5854a 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Vynútiť ochranu heslom", "Exclude groups from password requirements" : "Vylúčiť skupiny z požiadaviek na kvalitu hesla.", "Exclude groups from creating link shares" : "Nepovoliť týmto skupinám vytvárať odkazy k zdieľaniu", + "Allow users to set custom share link tokens" : "Povoliť užívateľom nastaviť vlastné tokeny zdieľania", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Zdieľania s vlastnými tokenmi budú aj po deaktivácii tohto nastavenia naďalej dostupné", + "Shares with guessable tokens may be accessed easily" : "Zdieľania s uhádnuteľnými tokenmi sú ľahko prístupné", "Limit sharing based on groups" : "Obmedziť zdieľanie na základe skupín", "Allow sharing for everyone (default)" : "Povoliť zdieľanie pre všetkých (predvolené)", "Exclude some groups from sharing" : "Vylúčiť niektoré skupiny zo zdieľania", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "Zobrazované meno", "GPUs support" : "Podpora GPU", "Compute device" : "Výpočetné zariadenie", + "Advanced deploy options" : "Pokročilé možnosti nasadenia", + "Edit ExApp deploy options before installation" : "Editovať možnosti nasadenia ExApp pred inštaláciou", + "Configured ExApp deploy options. Can be set only during installation" : "Nakonfigurované možnosti nasadenia ExApp. Dá sa nastaviť len počas inštalácie", + "Learn more" : "Dozvedieť sa viac", + "Environment variables" : "Premenné prostredia", + "ExApp container environment variables" : "Premenné prostredia kontajnera AppAPI", + "No environment variables defined" : "Neboli definované žiadne premenné prostredia", + "Mounts" : "Prípojné body", + "Define host folder mounts to bind to the ExApp container" : "Definujte pripojenia hostiteľského adresára, ktoré sa majú naviazať na kontajner ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Musí existovať na hostiteľovi démona Deploy pred inštaláciou ExApp", + "Host path" : "Cesta k hostiteľovi", + "Container path" : "Cesta ku kontajneru", + "Read-only" : "Iba na čítanie", + "Remove mount" : "Odstrániť prípojný bod", + "New mount" : "Nový prípojný bod", + "Enter path to host folder" : "Vložte cestu k hostiteľskému adresáru ", + "Enter path to container folder" : "Vložte cestu k adresáru kontajnera", + "Toggle read-only mode" : "Prepnúť režim iba na čítanie", + "Confirm adding new mount" : "Potvrdiť pridanie nového prípojného bodu", + "Confirm" : "Potvrdiť", + "Cancel adding mount" : "Zrušiť pridanie prípojného bodu", + "Cancel" : "Zrušiť", + "Add mount" : "Pridať prípojný bod", + "ExApp container mounts" : "Prípojné body kontajnera ExApp", + "No mounts defined" : "Nie sú definované žiadne prípojné body", "Description" : "Popis", "Details" : "Detaily", "All" : "Všetky", "Limit app usage to groups" : "Obmedziť používanie aplikácií pre skupiny", "No results" : "Žiadne výsledky", "Update to {version}" : "Aktualizovať na {version}", + "Deploy options" : "Možnosti nasadenia", "Default Deploy daemon is not accessible" : "Východzí proces služby nasadzovania nie je dostupný", "Delete data on remove" : "Pri odobraní zmazať dáta", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Pre túto aplikáciu nie je zadaná minimálna verzia Nextcloudu. Toto v budúcnosti spôsobí chybu.", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Nedá sa aktualizovať konfigurácia šifrovania na strane servera", "Please confirm the group removal" : "Prosím potvrďte vymazanie skupiny.", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Chystáte sa odstrániť skupinu \"{group}\". Používatelia NEBUDÚ vymazaní.", - "Cancel" : "Zrušiť", - "Confirm" : "Potvrdiť", "Submit" : "Odoslať", "Rename group" : "Premenovať skupinu", "Remove group" : "Odstrániť skupinu", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "Chyba pri orezávaní profilového obrázku", "Error saving profile picture" : "Chyba pri ukladaní profilového obrázku", "Error removing profile picture" : "Chyba pri odstraňovaní profilového obrázku", - "Your biography" : "Váš životopis", + "Your biography. Markdown is supported." : "Váš životopis. Markdown je podporovaný.", "Enter your date of birth" : "Zadajte váš dátum narodenia", "Unable to update date of birth" : "Nepodarilo sa aktualizovať dátum narodenia", "You are a member of the following groups:" : "Ste členom nasledovných skupín:", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "Administrátor skupiny pre", "Account backend" : "Backend účtu", "Storage location" : "Umiestnenie úložiska", + "First login" : "Prvé prihlásenie", "Last login" : "Posledné prihlásenie", "Account actions" : "Možnosti účtu", "Password or insufficient permissions message" : "Heslo alebo správa o nedostatočných oprávneniach", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "Zobraziť jazyk", "Show account backend" : "Zobraziť backend účtu", "Show storage path" : "Zobraziť popis umiestnenia úložiska", + "Show first login" : "Zobraziť prvé prihlásenie", "Show last login" : "Zobraziť posledné prihlásenie", "Sorting" : "Triedenie", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Systémová konfigurácia vynucuje triedenie skupín podľa názvu. Toto tiež zakáže zobrazovanie počtu členov.", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "Viditeľné pre všetkých", "Show to logged in accounts only" : "Zobraziť len pre prihlásené účty", "Hide" : "Skryť", - "manual-install apps cannot be updated" : "manuálne nainštalované aplikácie nemôžu byť aktualizované", + "Manually installed apps cannot be updated" : "Manuálne nainštalované aplikácie nemôžu byť aktualizované", "{progress}% Deploying …" : "{progress}% Nasadzovanie ...", "{progress}% Initializing …" : "{progress}% Inicializuje sa ...", "Health checking" : "Kontrola stavu", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "Povoliť netestovanú aplikáciu", "The app will be downloaded from the App Store" : "Aplikácia bude stiahnutá z obchodu", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Táto aplikácia nie je označená ako kompatibilná s vašou verziou Nextcloud. Ak budete pokračovať, aplikáciu budete môcť stále nainštalovať. Aplikácia nemusí fungovať podľa očakávania.", + "Unknown" : "Neznámy", "Never" : "Nikdy", "Could not register device: Network error" : "Zariadenie sa nepodarilo zaregistrovať: Chyba siete", "Could not register device: Probably already registered" : "Zariadenie sa nepodarilo zaregistrovať: Pravdepodobne je už zaregistrované", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Toto komunitné vydanie Nextcloud nie je podporované a okamžité upozornenia nie sú k dispozícii.", "Use a second factor besides your password to increase security for your account." : "Pre zlepšenie zabezpečenia vášho účtu použite okrem hesla aj druhý faktor.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ak na pripojenie k NextCloudu používate aplikácie tretích strán, pred povolením dvojstupňového overovania totožnosti, nezabudnite pre každú z nich vytvoriť a nastaviť heslo aplikácie.", - "No user supplied" : "Nebol uvedený používateľ", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Zadajte administrátorské heslo pre obnovu, inak budú všetky používateľské dáta stratené.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend nepodporuje zmenu hesla, ale šifrovací kľúč používateľa bol zmenený.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Musíte nastaviť svoj užívateľský email, než budete môcť odoslať testovací email. Ak tak chcete učiniť, prejdite na %s.", - "Invalid user" : "Neplatný užívateľ", - "Your username is: %s" : "Vaše používateľské meno je: %s", - "Logged in user must be a subadmin" : "Prihlásený používateľ musí byť sub-správca", - "Old user imported certificates" : "Staré užívateľom importované certifikáty", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Úloha na pozadí, čaká na kontrolu importovaných SSL certifikátov používateľov. Skúste to znova neskôr.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Je niekoľko SSL certifikátov importovaných používateľmi, ktoré sa už v NextCloud 21 nepoužívajú. Môžu byť importované z príkazového riadku pomocou \"occ security:certificates:import\". Ich cesty vo vnútri dátového priečinka sú uvedené nižšie.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pre povolenie tejto kontroly musíte zabezpečiť, aby sa váš webový server mohol pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednému z jeho \"trusted_domains\" alebo \"overwrite.cli.url\".", "Missing optional index \"%s\" in table \"%s\"." : "Chýba voliteľný index \"%s\" v tabuľke \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", "File locking" : "Zamykanie súborov", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakčné zamykanie súborov je zakázané, toto by mohlo viesť k problémom pri súbehu úloh. Povolte \"filelocking.enabled\" v config.php, aby ste týmto problémom predišli.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu pre JavaScript. Prosím, skontrolujte manuálne, či váš webserver poskytuje súbory `.mjs` pomocou MIME typu JavaScript.", - "MySQL unicode support" : "Podpora unicode v MySQL", - "Overwrite cli URL" : "Prepísať CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu JavaScriptu prostredníctvom žiadnej z vašich domén `trusted_domains` ani `overwrite.cli.url`. Môže to byť výsledkom nesúladu DNS na strane servera alebo pravidla brány firewall pre výstup. Skontrolujte prosím manuálne, či váš webový server poskytuje súbory `.mjs` pomocou typu JavaScript MIME.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Momentálne používate PHP %s. PHP 8.0 je teraz zastarané v Nextcloud 27. Nextcloud 28 môže vyžadovať aspoň PHP 8.1. Prosím, aktualizujte sa čo najskôr na jednu z oficiálne podporovaných verzií PHP poskytovaných skupinou PHP.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Používa sa verzia MariaDB \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MariaDB 10.2 alebo novšiu.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Používa sa verzia MySQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MySQL 8.0 alebo MariaDB 10.2 alebo novšia.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prevod Hlasu-Na-Text môže byť implementovaný rôznymi aplikáciami. Tu môžete nastaviť, ktorá aplikácia by mala byť použitá.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu prevodu hlasu na text.", "None of your currently installed apps provide Text processing functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu spracovania textu.", - "Exclude groups from sharing" : "Nesprístupniť obsah skupinám", - "These groups will still be able to receive shares, but not to initiate them." : "Tieto skupiny nebudú mocť sprístupňovať obsah, môžu však stále čítať sprístupnené súbory.", "Set default expiration date for shares" : "Nastaviť predvolený dátum expirácie pre sprístupnenia", "Allow username autocompletion in share dialog and allow access to the system address book" : "Povoliť dopĺňanie mena používateľa v dialógovom okne zdieľania a umožniť prístup do systémového adresára kontaktov", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvojfázové overenie je možné vynútiť pre všetkých používateľov a konkrétne skupiny. Ak nemajú nastaveného poskytovateľa dvojfázového overovania nebudú sa môcť prihlásiť do systému.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Pokiaľ sú skupiny vybraté/vynechané, je pre zisťovanie či je používateľovi vynútené dvojfázové (2FA) overovanie použitá nasledovná logika: Ak nie sú vybraté žiadne skupiny, je 2FA zapnuté pre všetkých okrem členov vynechaných skupín. Ak sú nejaké skupiny vybraté, je 2FA zapnuté pre všetkých jej členov. Ak je používateľ členom ako vybratej, tak aj vynechanej skupiny, potom má vybratá skupina prednosť a 2FA je vynútené.", - "{license}-licensed" : "{license}-licencovaný", - "Rating: {score}/10" : "Hodnotenie: {score}/10", - "Username" : "Používateľské meno", - "Execute one task with each page loaded. Use case: Single user instance." : "S každou načítanou stránkou spustiť jednu úlohu. Prípad použitia: Inštancia jedného používateľa.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php je zaregistrovaný v službe webcron, aby každých 5 minút volal cron.php cez HTTP. Prípad použitia: Veľmi malá inštancia (1–5 používateľov v závislosti od použitia).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Je potrebné, aby cron.php bol spustený systémovým používateľom \"{user}\".", - "Enable or disable profile by default for new users." : "Predvolene povoliť alebo zakázať profil pre nových používateľov.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Chystáte sa odstrániť skupinu \"{group}\". Používatelia NEBUDÚ vymazaní.", + "Your biography" : "Váš životopis", "You are using <strong>{usage}</strong>" : "Využívate <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Využívate <strong>{usage}</strong> z <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Ďalšie e-maily", - "Enable Profile" : "Povoliť profil", - "No users" : "Žiadni užívatelia", - "Loading users …" : "Načítavanie užívateľov ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Zoznam užívateľov. Tento zoznam nie je úplne vykreslený z dôvodov výkonu. Užívatelia budú vykreslení, keď budete prechádzať zoznamom.", "New user" : "Nový používateľ", "Groups (required)" : "Skupiny (povinné)", "Set user groups" : "Nastaviť skupiny užívateľa", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Nastaviť manažéra pre užívateľa", "Username will be autogenerated" : " Meno užívateľa bude automaticky generované.", "Username (required)" : "Meno užívateľa (povinné)", + "Loading users …" : "Načítavanie užívateľov ...", + "Username" : "Používateľské meno", "User backend" : "Backend používateľa", "User actions" : "Akcie užívateľa", - "Loading user …" : "Načítavanie užívateľov ...", - "You do not have permissions to see the details of this user" : "Nemáte oprávnenie vidieť detaily tohoto používateľa", "Add user to group" : "Pridať užívateľa do skupiny", - "Set user as admin for" : "Nastaviť používateľa ako správcu pre", - "Select user quota" : "Zvoliť kvótu používateľa", - "Delete user" : "Zmazať používateľa", - "Wipe all devices" : "Vymazať zo všetkých zariadení", - "Disable user" : "Zablokovať používateľa", - "Enable user" : "Odblokovať používateľa", - "Failed to update user manager" : "Nepodarilo sa aktualizovať správcu používateľov", - "Toggle user actions menu" : "Prepnúť ponuku akcií používateľa", - "User management settings" : "Nastavenia správy užívateľov", - "Show user backend" : "Zobraziť backend používateľa", - "Send welcome email to new users" : "Odoslať uvítací e-mail novým používateľo", "Name your device" : "Pomenujte svoje zariadenie", "Server error while trying to add WebAuthn device" : "Chyba servera pri pokuse o pridanie zariadenia WebAuthn", - "by {author}\n{license}" : "od {author}\n{license}", - "User management" : "Správa užívateľov", - "Active users" : "Aktívni používatelia", - "Disabled users" : "Zablokovaní používatelia", - "Creating group …" : "Vytváram skupinu ...", - "User group: {group}" : "Skupina užívateľa: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nie je k dispozícii, pretože združovanie bola pre váš účet zakázané. Ak máte nejaké otázky, kontaktujte správcu systému", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nie je k dispozícii, pretože publikovanie špecifických údajov užívateľa na vyhľadávacom serveri nie je povolené. Ak máte nejaké otázky, kontaktujte správcu systému", - "Show to logged in users only" : "Viditeľné iba pre prihlásených", - "Nextcloud help resources" : "Pomoc pre Nextcloud", - "SMTP Username" : "SMTP používateľské meno", - "Follow us on Twitter" : "Sleduj nás na Twitter-i", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pre povolenie tejto kontroly musíte zabezpečiť, aby sa váš webový server mohol pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednému z jeho \"trusted_domains\" alebo \"overwrite.cli.url\".", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu JavaScriptu prostredníctvom žiadnej z vašich domén `trusted_domains` ani `overwrite.cli.url`. Môže to byť výsledkom nesúladu DNS na strane servera alebo pravidla brány firewall pre výstup. Skontrolujte prosím manuálne, či váš webový server poskytuje súbory `.mjs` pomocou typu JavaScript MIME.", "Active accounts" : "Aktívne účty", + "Follow us on Twitter" : "Sleduj nás na Twitter-i", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ak chcete povoliť spustenie tejto kontroly, musíte sa uistiť, že váš webový server sa môže pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednej zo svojich `trusted_domains` alebo `overwrite.cli.url`. Výsledkom nesprávneho nastavenia môže byť nesúlad DNS na strane servera alebo pravidla brány firewall pre výstup.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Bola zistená verzia \"%s\" PostgreSQL. Odporúča sa PostgreSQL >=12 a <=16 pre najlepší výkon, stabilitu a funkčnosť s touto verziou Nextcloud." }, diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index 2c54bc490ed..fa77bcf911e 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -359,6 +359,9 @@ "Enforce password protection" : "Vynútiť ochranu heslom", "Exclude groups from password requirements" : "Vylúčiť skupiny z požiadaviek na kvalitu hesla.", "Exclude groups from creating link shares" : "Nepovoliť týmto skupinám vytvárať odkazy k zdieľaniu", + "Allow users to set custom share link tokens" : "Povoliť užívateľom nastaviť vlastné tokeny zdieľania", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Zdieľania s vlastnými tokenmi budú aj po deaktivácii tohto nastavenia naďalej dostupné", + "Shares with guessable tokens may be accessed easily" : "Zdieľania s uhádnuteľnými tokenmi sú ľahko prístupné", "Limit sharing based on groups" : "Obmedziť zdieľanie na základe skupín", "Allow sharing for everyone (default)" : "Povoliť zdieľanie pre všetkých (predvolené)", "Exclude some groups from sharing" : "Vylúčiť niektoré skupiny zo zdieľania", @@ -436,12 +439,38 @@ "Display Name" : "Zobrazované meno", "GPUs support" : "Podpora GPU", "Compute device" : "Výpočetné zariadenie", + "Advanced deploy options" : "Pokročilé možnosti nasadenia", + "Edit ExApp deploy options before installation" : "Editovať možnosti nasadenia ExApp pred inštaláciou", + "Configured ExApp deploy options. Can be set only during installation" : "Nakonfigurované možnosti nasadenia ExApp. Dá sa nastaviť len počas inštalácie", + "Learn more" : "Dozvedieť sa viac", + "Environment variables" : "Premenné prostredia", + "ExApp container environment variables" : "Premenné prostredia kontajnera AppAPI", + "No environment variables defined" : "Neboli definované žiadne premenné prostredia", + "Mounts" : "Prípojné body", + "Define host folder mounts to bind to the ExApp container" : "Definujte pripojenia hostiteľského adresára, ktoré sa majú naviazať na kontajner ExApp", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Musí existovať na hostiteľovi démona Deploy pred inštaláciou ExApp", + "Host path" : "Cesta k hostiteľovi", + "Container path" : "Cesta ku kontajneru", + "Read-only" : "Iba na čítanie", + "Remove mount" : "Odstrániť prípojný bod", + "New mount" : "Nový prípojný bod", + "Enter path to host folder" : "Vložte cestu k hostiteľskému adresáru ", + "Enter path to container folder" : "Vložte cestu k adresáru kontajnera", + "Toggle read-only mode" : "Prepnúť režim iba na čítanie", + "Confirm adding new mount" : "Potvrdiť pridanie nového prípojného bodu", + "Confirm" : "Potvrdiť", + "Cancel adding mount" : "Zrušiť pridanie prípojného bodu", + "Cancel" : "Zrušiť", + "Add mount" : "Pridať prípojný bod", + "ExApp container mounts" : "Prípojné body kontajnera ExApp", + "No mounts defined" : "Nie sú definované žiadne prípojné body", "Description" : "Popis", "Details" : "Detaily", "All" : "Všetky", "Limit app usage to groups" : "Obmedziť používanie aplikácií pre skupiny", "No results" : "Žiadne výsledky", "Update to {version}" : "Aktualizovať na {version}", + "Deploy options" : "Možnosti nasadenia", "Default Deploy daemon is not accessible" : "Východzí proces služby nasadzovania nie je dostupný", "Delete data on remove" : "Pri odobraní zmazať dáta", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Pre túto aplikáciu nie je zadaná minimálna verzia Nextcloudu. Toto v budúcnosti spôsobí chybu.", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "Nedá sa aktualizovať konfigurácia šifrovania na strane servera", "Please confirm the group removal" : "Prosím potvrďte vymazanie skupiny.", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Chystáte sa odstrániť skupinu \"{group}\". Používatelia NEBUDÚ vymazaní.", - "Cancel" : "Zrušiť", - "Confirm" : "Potvrdiť", "Submit" : "Odoslať", "Rename group" : "Premenovať skupinu", "Remove group" : "Odstrániť skupinu", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "Chyba pri orezávaní profilového obrázku", "Error saving profile picture" : "Chyba pri ukladaní profilového obrázku", "Error removing profile picture" : "Chyba pri odstraňovaní profilového obrázku", - "Your biography" : "Váš životopis", + "Your biography. Markdown is supported." : "Váš životopis. Markdown je podporovaný.", "Enter your date of birth" : "Zadajte váš dátum narodenia", "Unable to update date of birth" : "Nepodarilo sa aktualizovať dátum narodenia", "You are a member of the following groups:" : "Ste členom nasledovných skupín:", @@ -653,6 +680,7 @@ "Group admin for" : "Administrátor skupiny pre", "Account backend" : "Backend účtu", "Storage location" : "Umiestnenie úložiska", + "First login" : "Prvé prihlásenie", "Last login" : "Posledné prihlásenie", "Account actions" : "Možnosti účtu", "Password or insufficient permissions message" : "Heslo alebo správa o nedostatočných oprávneniach", @@ -691,6 +719,7 @@ "Show language" : "Zobraziť jazyk", "Show account backend" : "Zobraziť backend účtu", "Show storage path" : "Zobraziť popis umiestnenia úložiska", + "Show first login" : "Zobraziť prvé prihlásenie", "Show last login" : "Zobraziť posledné prihlásenie", "Sorting" : "Triedenie", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Systémová konfigurácia vynucuje triedenie skupín podľa názvu. Toto tiež zakáže zobrazovanie počtu členov.", @@ -763,7 +792,7 @@ "Show to everyone" : "Viditeľné pre všetkých", "Show to logged in accounts only" : "Zobraziť len pre prihlásené účty", "Hide" : "Skryť", - "manual-install apps cannot be updated" : "manuálne nainštalované aplikácie nemôžu byť aktualizované", + "Manually installed apps cannot be updated" : "Manuálne nainštalované aplikácie nemôžu byť aktualizované", "{progress}% Deploying …" : "{progress}% Nasadzovanie ...", "{progress}% Initializing …" : "{progress}% Inicializuje sa ...", "Health checking" : "Kontrola stavu", @@ -773,6 +802,7 @@ "Allow untested app" : "Povoliť netestovanú aplikáciu", "The app will be downloaded from the App Store" : "Aplikácia bude stiahnutá z obchodu", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Táto aplikácia nie je označená ako kompatibilná s vašou verziou Nextcloud. Ak budete pokračovať, aplikáciu budete môcť stále nainštalovať. Aplikácia nemusí fungovať podľa očakávania.", + "Unknown" : "Neznámy", "Never" : "Nikdy", "Could not register device: Network error" : "Zariadenie sa nepodarilo zaregistrovať: Chyba siete", "Could not register device: Probably already registered" : "Zariadenie sa nepodarilo zaregistrovať: Pravdepodobne je už zaregistrované", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Toto komunitné vydanie Nextcloud nie je podporované a okamžité upozornenia nie sú k dispozícii.", "Use a second factor besides your password to increase security for your account." : "Pre zlepšenie zabezpečenia vášho účtu použite okrem hesla aj druhý faktor.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ak na pripojenie k NextCloudu používate aplikácie tretích strán, pred povolením dvojstupňového overovania totožnosti, nezabudnite pre každú z nich vytvoriť a nastaviť heslo aplikácie.", - "No user supplied" : "Nebol uvedený používateľ", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Zadajte administrátorské heslo pre obnovu, inak budú všetky používateľské dáta stratené.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend nepodporuje zmenu hesla, ale šifrovací kľúč používateľa bol zmenený.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Musíte nastaviť svoj užívateľský email, než budete môcť odoslať testovací email. Ak tak chcete učiniť, prejdite na %s.", - "Invalid user" : "Neplatný užívateľ", - "Your username is: %s" : "Vaše používateľské meno je: %s", - "Logged in user must be a subadmin" : "Prihlásený používateľ musí byť sub-správca", - "Old user imported certificates" : "Staré užívateľom importované certifikáty", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Úloha na pozadí, čaká na kontrolu importovaných SSL certifikátov používateľov. Skúste to znova neskôr.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Je niekoľko SSL certifikátov importovaných používateľmi, ktoré sa už v NextCloud 21 nepoužívajú. Môžu byť importované z príkazového riadku pomocou \"occ security:certificates:import\". Ich cesty vo vnútri dátového priečinka sú uvedené nižšie.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pre povolenie tejto kontroly musíte zabezpečiť, aby sa váš webový server mohol pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednému z jeho \"trusted_domains\" alebo \"overwrite.cli.url\".", "Missing optional index \"%s\" in table \"%s\"." : "Chýba voliteľný index \"%s\" v tabuľke \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", "File locking" : "Zamykanie súborov", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakčné zamykanie súborov je zakázané, toto by mohlo viesť k problémom pri súbehu úloh. Povolte \"filelocking.enabled\" v config.php, aby ste týmto problémom predišli.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu pre JavaScript. Prosím, skontrolujte manuálne, či váš webserver poskytuje súbory `.mjs` pomocou MIME typu JavaScript.", - "MySQL unicode support" : "Podpora unicode v MySQL", - "Overwrite cli URL" : "Prepísať CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu JavaScriptu prostredníctvom žiadnej z vašich domén `trusted_domains` ani `overwrite.cli.url`. Môže to byť výsledkom nesúladu DNS na strane servera alebo pravidla brány firewall pre výstup. Skontrolujte prosím manuálne, či váš webový server poskytuje súbory `.mjs` pomocou typu JavaScript MIME.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Momentálne používate PHP %s. PHP 8.0 je teraz zastarané v Nextcloud 27. Nextcloud 28 môže vyžadovať aspoň PHP 8.1. Prosím, aktualizujte sa čo najskôr na jednu z oficiálne podporovaných verzií PHP poskytovaných skupinou PHP.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Používa sa verzia MariaDB \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MariaDB 10.2 alebo novšiu.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Používa sa verzia MySQL \"%s\". Nextcloud 21 a vyšší už nebude podporovať túto verziu a vyžaduje MySQL 8.0 alebo MariaDB 10.2 alebo novšia.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prevod Hlasu-Na-Text môže byť implementovaný rôznymi aplikáciami. Tu môžete nastaviť, ktorá aplikácia by mala byť použitá.", "None of your currently installed apps provide Speech-To-Text functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu prevodu hlasu na text.", "None of your currently installed apps provide Text processing functionality" : "Žiadna z vašich momentálne nainštalovaných aplikácií neposkytuje funkciu spracovania textu.", - "Exclude groups from sharing" : "Nesprístupniť obsah skupinám", - "These groups will still be able to receive shares, but not to initiate them." : "Tieto skupiny nebudú mocť sprístupňovať obsah, môžu však stále čítať sprístupnené súbory.", "Set default expiration date for shares" : "Nastaviť predvolený dátum expirácie pre sprístupnenia", "Allow username autocompletion in share dialog and allow access to the system address book" : "Povoliť dopĺňanie mena používateľa v dialógovom okne zdieľania a umožniť prístup do systémového adresára kontaktov", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvojfázové overenie je možné vynútiť pre všetkých používateľov a konkrétne skupiny. Ak nemajú nastaveného poskytovateľa dvojfázového overovania nebudú sa môcť prihlásiť do systému.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Pokiaľ sú skupiny vybraté/vynechané, je pre zisťovanie či je používateľovi vynútené dvojfázové (2FA) overovanie použitá nasledovná logika: Ak nie sú vybraté žiadne skupiny, je 2FA zapnuté pre všetkých okrem členov vynechaných skupín. Ak sú nejaké skupiny vybraté, je 2FA zapnuté pre všetkých jej členov. Ak je používateľ členom ako vybratej, tak aj vynechanej skupiny, potom má vybratá skupina prednosť a 2FA je vynútené.", - "{license}-licensed" : "{license}-licencovaný", - "Rating: {score}/10" : "Hodnotenie: {score}/10", - "Username" : "Používateľské meno", - "Execute one task with each page loaded. Use case: Single user instance." : "S každou načítanou stránkou spustiť jednu úlohu. Prípad použitia: Inštancia jedného používateľa.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php je zaregistrovaný v službe webcron, aby každých 5 minút volal cron.php cez HTTP. Prípad použitia: Veľmi malá inštancia (1–5 používateľov v závislosti od použitia).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Je potrebné, aby cron.php bol spustený systémovým používateľom \"{user}\".", - "Enable or disable profile by default for new users." : "Predvolene povoliť alebo zakázať profil pre nových používateľov.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Chystáte sa odstrániť skupinu \"{group}\". Používatelia NEBUDÚ vymazaní.", + "Your biography" : "Váš životopis", "You are using <strong>{usage}</strong>" : "Využívate <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Využívate <strong>{usage}</strong> z <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Ďalšie e-maily", - "Enable Profile" : "Povoliť profil", - "No users" : "Žiadni užívatelia", - "Loading users …" : "Načítavanie užívateľov ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Zoznam užívateľov. Tento zoznam nie je úplne vykreslený z dôvodov výkonu. Užívatelia budú vykreslení, keď budete prechádzať zoznamom.", "New user" : "Nový používateľ", "Groups (required)" : "Skupiny (povinné)", "Set user groups" : "Nastaviť skupiny užívateľa", @@ -889,39 +892,15 @@ "Set user manager" : "Nastaviť manažéra pre užívateľa", "Username will be autogenerated" : " Meno užívateľa bude automaticky generované.", "Username (required)" : "Meno užívateľa (povinné)", + "Loading users …" : "Načítavanie užívateľov ...", + "Username" : "Používateľské meno", "User backend" : "Backend používateľa", "User actions" : "Akcie užívateľa", - "Loading user …" : "Načítavanie užívateľov ...", - "You do not have permissions to see the details of this user" : "Nemáte oprávnenie vidieť detaily tohoto používateľa", "Add user to group" : "Pridať užívateľa do skupiny", - "Set user as admin for" : "Nastaviť používateľa ako správcu pre", - "Select user quota" : "Zvoliť kvótu používateľa", - "Delete user" : "Zmazať používateľa", - "Wipe all devices" : "Vymazať zo všetkých zariadení", - "Disable user" : "Zablokovať používateľa", - "Enable user" : "Odblokovať používateľa", - "Failed to update user manager" : "Nepodarilo sa aktualizovať správcu používateľov", - "Toggle user actions menu" : "Prepnúť ponuku akcií používateľa", - "User management settings" : "Nastavenia správy užívateľov", - "Show user backend" : "Zobraziť backend používateľa", - "Send welcome email to new users" : "Odoslať uvítací e-mail novým používateľo", "Name your device" : "Pomenujte svoje zariadenie", "Server error while trying to add WebAuthn device" : "Chyba servera pri pokuse o pridanie zariadenia WebAuthn", - "by {author}\n{license}" : "od {author}\n{license}", - "User management" : "Správa užívateľov", - "Active users" : "Aktívni používatelia", - "Disabled users" : "Zablokovaní používatelia", - "Creating group …" : "Vytváram skupinu ...", - "User group: {group}" : "Skupina užívateľa: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Nie je k dispozícii, pretože združovanie bola pre váš účet zakázané. Ak máte nejaké otázky, kontaktujte správcu systému", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Nie je k dispozícii, pretože publikovanie špecifických údajov užívateľa na vyhľadávacom serveri nie je povolené. Ak máte nejaké otázky, kontaktujte správcu systému", - "Show to logged in users only" : "Viditeľné iba pre prihlásených", - "Nextcloud help resources" : "Pomoc pre Nextcloud", - "SMTP Username" : "SMTP používateľské meno", - "Follow us on Twitter" : "Sleduj nás na Twitter-i", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Pre povolenie tejto kontroly musíte zabezpečiť, aby sa váš webový server mohol pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednému z jeho \"trusted_domains\" alebo \"overwrite.cli.url\".", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu JavaScriptu prostredníctvom žiadnej z vašich domén `trusted_domains` ani `overwrite.cli.url`. Môže to byť výsledkom nesúladu DNS na strane servera alebo pravidla brány firewall pre výstup. Skontrolujte prosím manuálne, či váš webový server poskytuje súbory `.mjs` pomocou typu JavaScript MIME.", "Active accounts" : "Aktívne účty", + "Follow us on Twitter" : "Sleduj nás na Twitter-i", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ak chcete povoliť spustenie tejto kontroly, musíte sa uistiť, že váš webový server sa môže pripojiť sám k sebe. Preto musí byť schopný rozpoznať a pripojiť sa aspoň k jednej zo svojich `trusted_domains` alebo `overwrite.cli.url`. Výsledkom nesprávneho nastavenia môže byť nesúlad DNS na strane servera alebo pravidla brány firewall pre výstup.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Bola zistená verzia \"%s\" PostgreSQL. Odporúča sa PostgreSQL >=12 a <=16 pre najlepší výkon, stabilitu a funkčnosť s touto verziou Nextcloud." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index d656f6f3de2..e51b9495683 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -320,6 +320,9 @@ OC.L10N.register( "{index} of {total}" : "{index} od {total}", "Daemon" : "Ozadnji program", "Type" : "Vrsta", + "Learn more" : "Prikaži več", + "Confirm" : "Potrdi", + "Cancel" : "Prekliči", "Description" : "Opis", "Details" : "Podrobnosti", "All" : "Vsi", @@ -415,8 +418,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Ni mogoče posodobiti strežniških nastavitev šifriranja", "Please confirm the group removal" : "Potrditi je treba skupinsko odstranjevanje", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Odstranili boste skupino »{group}«. Računi ne bodo izbrisani.", - "Cancel" : "Prekliči", - "Confirm" : "Potrdi", "Submit" : "Pošlji", "Rename group" : "Preimenuj skupino", "Remove group" : "Odstrani skupino", @@ -438,7 +439,6 @@ OC.L10N.register( "Error cropping profile picture" : "Napaka obrezovanja slike profila", "Error saving profile picture" : "Napaka shranjevanja slike profila", "Error removing profile picture" : "Napaka odstranjevanja slike profila", - "Your biography" : "Biografija", "Enter your date of birth" : "Vpišite datum rojstva", "Unable to update date of birth" : "Datuma rojstva ni mogoče posodobiti", "You are a member of the following groups:" : "Omogočeno je članstvo v skupinah:", @@ -630,6 +630,7 @@ OC.L10N.register( "Allow untested app" : "Omogoči nepreizkušen program", "The app will be downloaded from the App Store" : "Program bo prejet iz zbirke programov", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ta program ni označen kot skladen z nameščeno različico oblaka Nextcloud. Če nameravate nadaljevati, boste program lahko namestili, vendar ta morda ne bo deloval po pričakovanjih, ali pa bo vplival na stabilnost sistema.", + "Unknown" : "Neznano", "Never" : "Nikoli", "Could not register device: Network error" : "Naprave ni mogoče vpisati: napaka omrežja", "Could not register device: Probably already registered" : "Naprave ni mogoče vpisati: najverjetneje je že vpisana", @@ -687,22 +688,10 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ta objava oblaka Nextcloud ne vključuje podpore in hipna obvestila niso na voljo.", "Use a second factor besides your password to increase security for your account." : "Ob geslu je priporočljivo uporabiti tudi drugo-stopenjsko overitev za večjo varnost računa.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Če uporabljate za povezavo z oblakom Nextcloud programe tretjih oseb, najprej ustvarite in nastavite gesla za vsak program, preden omogočite dvostopenjsko overitev.", - "No user supplied" : "Ni navedenega uporabnika", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Podati je treba skrbniško obnovitveno geslo, sicer bodo vsi uporabniški podatki izgubljeni.", - "Backend does not support password change, but the user's encryption key was updated." : "Ozadnji program ne podpira spreminjanja gesla, je pa uspešno posodobljen uporabniški šifrirni ključ.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika. To je mogoče med možnostmi %s.", - "Invalid user" : "Neveljavni podatki uporabnika", - "Your username is: %s" : "Dodeljeno uporabniško ime je: %s", - "Logged in user must be a subadmin" : "Prijavljen uporabnik mora imeti dovoljenja podpornega skrbnika", - "Old user imported certificates" : "Stara uporabniška potrdila", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Na čakanju je ozadnje opravilo, ki preverja obstoj uporabniško uvoženih potrdil SSL. Ponovno preverite kasneje.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom \"occ security:certificates:import\". Zabeležene poti v podatkovnem imeniku so izpisane spodaj.", "Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.", "File locking" : "Zaklepanje datotek", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php.", - "MySQL unicode support" : "Podpora za unikod MySQL", - "Overwrite cli URL" : "Prepiši ukazni naslov URL ", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Trenutno je nameščena različica PHP %s. Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 je zahtevana vsaj podpora PHP 8.1. Priporočena je nadgradnja na uradno podprte različice PHP, ki jih zagotavlja skupnost.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MySQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MySQL 8.0, MariaDB 10.2 ali višje.", @@ -711,26 +700,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prepisovanje govora v besedilo lahko izvajajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", "None of your currently installed apps provide Speech-To-Text functionality" : "Noben od trenutno nameščenih programov ne omogoča prepisovanja govora v besedilo.", "None of your currently installed apps provide Text processing functionality" : "Noben od trenutno nameščenih programov ne omogoča obdelave besedila.", - "Exclude groups from sharing" : "Izbranim skupinam onemogoči omogočanje souporabe", - "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, nimajo pa dovoljenja za omogočanje souporabe.", "Set default expiration date for shares" : "Nastavi privzeti datuma poteka za mesta souporabe", "Allow username autocompletion in share dialog and allow access to the system address book" : "Omogočite samodejno dokončanje uporabniškega imena v pogovornih oknih za souporabo in omogočite dostop do sistemskega imenika.", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvostopenjsko overjanje je mogoče vsiliti za vse uporabnike in določene skupine. Če za tovrstno prijavo nimajo nastavljenega ustreznega ponudnika, se v sistem ne bodo uspeli povezati.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Ko so skupine izbrane/izključene, je v uporabi protokol za ugotavljanje, ali ima uporabnik vsiljeno uporabo dvostopenjskega overjanja 2FA. Če ni izbrane skupine, je 2FA omogočeno za vse, razen za člane izključenih skupin. Če skupine so izbrane, je 2FA omogočeno za vse člane teh skupin, če pa je uporabnik v izbrani in tudi v izključeni skupini, ima izbrana skupina prednost in 2FA se izvaja.", - "{license}-licensed" : "dovoljenje {license}", - "Rating: {score}/10" : "Ocena: {score}/10", - "Username" : "Uporabniško ime", - "Execute one task with each page loaded. Use case: Single user instance." : "Z vsako naloženo stranjo se izvede ena naloga. Možnost je priporočljivo uporabiti le za okolje z enim uporabnikom.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Osveževanje z datoteko cron.php omogoča storitev webcron in sicer vsakih 5 minut po protokolu HTTP. Možnost je uporabna za manše število uporabnikov (1–5 udeležencev z nezahtevnim načinom rabe okolja).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Datoteka cron.php mora biti izvedena za sistemskega uporabnika »{user}«.", - "Enable or disable profile by default for new users." : "Omogoči oziroma onemogoči privzeti profil za nove uporabnike.", + "Your biography" : "Biografija", "You are using <strong>{usage}</strong>" : "Uporabljate <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Uporabljate <strong>{usage}</strong> od <strong>{totalSpace}</strong> (<strong>{usageRelative} %</strong>)", - "Additional emails" : "Dodatni elektronski naslovi", - "Enable Profile" : "Omogoči profil", - "No users" : "Ni uporabnikov", - "Loading users …" : "Poteka nalaganje uporabnikov ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Seznam uporabnikov zaradi zmogljivosti ni v celoti prikazan. Podatki uporabnikov se nalagajo med pomikanjem po seznamu.", "New user" : "Nov uporabnik", "Groups (required)" : "Skupine (zahtevano)", "Set user groups" : "Nastavi uporabniške skupine", @@ -741,36 +715,15 @@ OC.L10N.register( "Set user manager" : "Nastavi upravljalnik uporabnikov", "Username will be autogenerated" : "Uporabniško ime bo samodejno ustvarjeno", "Username (required)" : "Uporabniško ime (zahtevano)", + "Loading users …" : "Poteka nalaganje uporabnikov ...", + "Username" : "Uporabniško ime", "User backend" : "Uporabniški ozadnji program", "User actions" : "Dejanja uporabnika", - "Loading user …" : "Poteka nalaganje uporabnika ...", - "You do not have permissions to see the details of this user" : "Ni ustreznih dovoljenj za pregled podatkov uporabnika", "Add user to group" : "Dodaj uporabnika v skupino", - "Set user as admin for" : "Nastavi uporabnika kot skrbnika za", - "Select user quota" : "Količinska omejitev prostora", - "Delete user" : "Izbriši uporabnika", - "Wipe all devices" : "Varnostno izbriši vse naprave", - "Disable user" : "Onemogoči uporabnika", - "Enable user" : "Omogoči uporabnika", - "Failed to update user manager" : "Posodabljanje upravljalnika uporabnikov je spodletelo", - "Toggle user actions menu" : "Preklopi meni uporabniških dejanj", - "User management settings" : "Nastavitve upravljanja z računi uporabnikov", - "Show user backend" : "Pokaži ozadnji program", - "Send welcome email to new users" : "Pošlji sporočilo novim uporabnikom", "Name your device" : "Naziv naprave", "Server error while trying to add WebAuthn device" : "Prišlo je do strežniške napake med dodajanjem naprave WebAuthn", - "by {author}\n{license}" : "Razvoj: {author}\nDovoljenje: {license}", - "User management" : "Upravljanje uporabnikov", - "Active users" : "Dejavni uporabniki", - "Disabled users" : "Onemogočeni uporabniki", - "Creating group …" : "Poteka ustvarjanje skupine ...", - "User group: {group}" : "Skupina uporabnikov: {group}", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Možnosti ni na voljo, saj objava podatkov o uporabniku v strežniku za iskanje ni dovoljena. Za podrobnosti stopite v stik s skrbnika sistema.", - "Show to logged in users only" : "Pokaži le prijavljenim uporabnikom", - "Nextcloud help resources" : "Viri pomoči za okolje Nextcloud", - "SMTP Username" : "Uporabniško ime SMTP", - "Follow us on Twitter" : "Sledite nam na Twitter!", "Active accounts" : "Dejavni računi", + "Follow us on Twitter" : "Sledite nam na Twitter!", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Če želite omogočiti izvajanje tega preverjanja, je treba zagotoviti, da se spletni strežnik lahko poveže sam s seboj. Zato mora biti nastavljen za povezovanje z vsaj eno od določenih »varnih domen« (trusted_domains) ali naslovov za prepis »vmesnika ukazne vrstice« (overwrite.cli.url). Spodletelo preverjanje je lahko posledica neujemanja imen DNS na strani strežnika oziroma pravila požarnega zidu." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json index ea4ffa33963..81b8bc311f4 100644 --- a/apps/settings/l10n/sl.json +++ b/apps/settings/l10n/sl.json @@ -318,6 +318,9 @@ "{index} of {total}" : "{index} od {total}", "Daemon" : "Ozadnji program", "Type" : "Vrsta", + "Learn more" : "Prikaži več", + "Confirm" : "Potrdi", + "Cancel" : "Prekliči", "Description" : "Opis", "Details" : "Podrobnosti", "All" : "Vsi", @@ -413,8 +416,6 @@ "Unable to update server side encryption config" : "Ni mogoče posodobiti strežniških nastavitev šifriranja", "Please confirm the group removal" : "Potrditi je treba skupinsko odstranjevanje", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Odstranili boste skupino »{group}«. Računi ne bodo izbrisani.", - "Cancel" : "Prekliči", - "Confirm" : "Potrdi", "Submit" : "Pošlji", "Rename group" : "Preimenuj skupino", "Remove group" : "Odstrani skupino", @@ -436,7 +437,6 @@ "Error cropping profile picture" : "Napaka obrezovanja slike profila", "Error saving profile picture" : "Napaka shranjevanja slike profila", "Error removing profile picture" : "Napaka odstranjevanja slike profila", - "Your biography" : "Biografija", "Enter your date of birth" : "Vpišite datum rojstva", "Unable to update date of birth" : "Datuma rojstva ni mogoče posodobiti", "You are a member of the following groups:" : "Omogočeno je članstvo v skupinah:", @@ -628,6 +628,7 @@ "Allow untested app" : "Omogoči nepreizkušen program", "The app will be downloaded from the App Store" : "Program bo prejet iz zbirke programov", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ta program ni označen kot skladen z nameščeno različico oblaka Nextcloud. Če nameravate nadaljevati, boste program lahko namestili, vendar ta morda ne bo deloval po pričakovanjih, ali pa bo vplival na stabilnost sistema.", + "Unknown" : "Neznano", "Never" : "Nikoli", "Could not register device: Network error" : "Naprave ni mogoče vpisati: napaka omrežja", "Could not register device: Probably already registered" : "Naprave ni mogoče vpisati: najverjetneje je že vpisana", @@ -685,22 +686,10 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ta objava oblaka Nextcloud ne vključuje podpore in hipna obvestila niso na voljo.", "Use a second factor besides your password to increase security for your account." : "Ob geslu je priporočljivo uporabiti tudi drugo-stopenjsko overitev za večjo varnost računa.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Če uporabljate za povezavo z oblakom Nextcloud programe tretjih oseb, najprej ustvarite in nastavite gesla za vsak program, preden omogočite dvostopenjsko overitev.", - "No user supplied" : "Ni navedenega uporabnika", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Podati je treba skrbniško obnovitveno geslo, sicer bodo vsi uporabniški podatki izgubljeni.", - "Backend does not support password change, but the user's encryption key was updated." : "Ozadnji program ne podpira spreminjanja gesla, je pa uspešno posodobljen uporabniški šifrirni ključ.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika. To je mogoče med možnostmi %s.", - "Invalid user" : "Neveljavni podatki uporabnika", - "Your username is: %s" : "Dodeljeno uporabniško ime je: %s", - "Logged in user must be a subadmin" : "Prijavljen uporabnik mora imeti dovoljenja podpornega skrbnika", - "Old user imported certificates" : "Stara uporabniška potrdila", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Na čakanju je ozadnje opravilo, ki preverja obstoj uporabniško uvoženih potrdil SSL. Ponovno preverite kasneje.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom \"occ security:certificates:import\". Zabeležene poti v podatkovnem imeniku so izpisane spodaj.", "Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.", "File locking" : "Zaklepanje datotek", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php.", - "MySQL unicode support" : "Podpora za unikod MySQL", - "Overwrite cli URL" : "Prepiši ukazni naslov URL ", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Trenutno je nameščena različica PHP %s. Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 je zahtevana vsaj podpora PHP 8.1. Priporočena je nadgradnja na uradno podprte različice PHP, ki jih zagotavlja skupnost.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MySQL »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MySQL 8.0, MariaDB 10.2 ali višje.", @@ -709,26 +698,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Prepisovanje govora v besedilo lahko izvajajo različni programi. Na tem mestu je mogoče določiti program za uporabo.", "None of your currently installed apps provide Speech-To-Text functionality" : "Noben od trenutno nameščenih programov ne omogoča prepisovanja govora v besedilo.", "None of your currently installed apps provide Text processing functionality" : "Noben od trenutno nameščenih programov ne omogoča obdelave besedila.", - "Exclude groups from sharing" : "Izbranim skupinam onemogoči omogočanje souporabe", - "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, nimajo pa dovoljenja za omogočanje souporabe.", "Set default expiration date for shares" : "Nastavi privzeti datuma poteka za mesta souporabe", "Allow username autocompletion in share dialog and allow access to the system address book" : "Omogočite samodejno dokončanje uporabniškega imena v pogovornih oknih za souporabo in omogočite dostop do sistemskega imenika.", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Dvostopenjsko overjanje je mogoče vsiliti za vse uporabnike in določene skupine. Če za tovrstno prijavo nimajo nastavljenega ustreznega ponudnika, se v sistem ne bodo uspeli povezati.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Ko so skupine izbrane/izključene, je v uporabi protokol za ugotavljanje, ali ima uporabnik vsiljeno uporabo dvostopenjskega overjanja 2FA. Če ni izbrane skupine, je 2FA omogočeno za vse, razen za člane izključenih skupin. Če skupine so izbrane, je 2FA omogočeno za vse člane teh skupin, če pa je uporabnik v izbrani in tudi v izključeni skupini, ima izbrana skupina prednost in 2FA se izvaja.", - "{license}-licensed" : "dovoljenje {license}", - "Rating: {score}/10" : "Ocena: {score}/10", - "Username" : "Uporabniško ime", - "Execute one task with each page loaded. Use case: Single user instance." : "Z vsako naloženo stranjo se izvede ena naloga. Možnost je priporočljivo uporabiti le za okolje z enim uporabnikom.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "Osveževanje z datoteko cron.php omogoča storitev webcron in sicer vsakih 5 minut po protokolu HTTP. Možnost je uporabna za manše število uporabnikov (1–5 udeležencev z nezahtevnim načinom rabe okolja).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Datoteka cron.php mora biti izvedena za sistemskega uporabnika »{user}«.", - "Enable or disable profile by default for new users." : "Omogoči oziroma onemogoči privzeti profil za nove uporabnike.", + "Your biography" : "Biografija", "You are using <strong>{usage}</strong>" : "Uporabljate <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Uporabljate <strong>{usage}</strong> od <strong>{totalSpace}</strong> (<strong>{usageRelative} %</strong>)", - "Additional emails" : "Dodatni elektronski naslovi", - "Enable Profile" : "Omogoči profil", - "No users" : "Ni uporabnikov", - "Loading users …" : "Poteka nalaganje uporabnikov ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Seznam uporabnikov zaradi zmogljivosti ni v celoti prikazan. Podatki uporabnikov se nalagajo med pomikanjem po seznamu.", "New user" : "Nov uporabnik", "Groups (required)" : "Skupine (zahtevano)", "Set user groups" : "Nastavi uporabniške skupine", @@ -739,36 +713,15 @@ "Set user manager" : "Nastavi upravljalnik uporabnikov", "Username will be autogenerated" : "Uporabniško ime bo samodejno ustvarjeno", "Username (required)" : "Uporabniško ime (zahtevano)", + "Loading users …" : "Poteka nalaganje uporabnikov ...", + "Username" : "Uporabniško ime", "User backend" : "Uporabniški ozadnji program", "User actions" : "Dejanja uporabnika", - "Loading user …" : "Poteka nalaganje uporabnika ...", - "You do not have permissions to see the details of this user" : "Ni ustreznih dovoljenj za pregled podatkov uporabnika", "Add user to group" : "Dodaj uporabnika v skupino", - "Set user as admin for" : "Nastavi uporabnika kot skrbnika za", - "Select user quota" : "Količinska omejitev prostora", - "Delete user" : "Izbriši uporabnika", - "Wipe all devices" : "Varnostno izbriši vse naprave", - "Disable user" : "Onemogoči uporabnika", - "Enable user" : "Omogoči uporabnika", - "Failed to update user manager" : "Posodabljanje upravljalnika uporabnikov je spodletelo", - "Toggle user actions menu" : "Preklopi meni uporabniških dejanj", - "User management settings" : "Nastavitve upravljanja z računi uporabnikov", - "Show user backend" : "Pokaži ozadnji program", - "Send welcome email to new users" : "Pošlji sporočilo novim uporabnikom", "Name your device" : "Naziv naprave", "Server error while trying to add WebAuthn device" : "Prišlo je do strežniške napake med dodajanjem naprave WebAuthn", - "by {author}\n{license}" : "Razvoj: {author}\nDovoljenje: {license}", - "User management" : "Upravljanje uporabnikov", - "Active users" : "Dejavni uporabniki", - "Disabled users" : "Onemogočeni uporabniki", - "Creating group …" : "Poteka ustvarjanje skupine ...", - "User group: {group}" : "Skupina uporabnikov: {group}", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Možnosti ni na voljo, saj objava podatkov o uporabniku v strežniku za iskanje ni dovoljena. Za podrobnosti stopite v stik s skrbnika sistema.", - "Show to logged in users only" : "Pokaži le prijavljenim uporabnikom", - "Nextcloud help resources" : "Viri pomoči za okolje Nextcloud", - "SMTP Username" : "Uporabniško ime SMTP", - "Follow us on Twitter" : "Sledite nam na Twitter!", "Active accounts" : "Dejavni računi", + "Follow us on Twitter" : "Sledite nam na Twitter!", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Če želite omogočiti izvajanje tega preverjanja, je treba zagotoviti, da se spletni strežnik lahko poveže sam s seboj. Zato mora biti nastavljen za povezovanje z vsaj eno od določenih »varnih domen« (trusted_domains) ali naslovov za prepis »vmesnika ukazne vrstice« (overwrite.cli.url). Spodletelo preverjanje je lahko posledica neujemanja imen DNS na strani strežnika oziroma pravila požarnega zidu." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" }
\ No newline at end of file diff --git a/apps/settings/l10n/sq.js b/apps/settings/l10n/sq.js index d5a003af66e..74f43b9a0f5 100644 --- a/apps/settings/l10n/sq.js +++ b/apps/settings/l10n/sq.js @@ -98,6 +98,9 @@ OC.L10N.register( "No apps found for your version" : "S’u gjetën aplikacione për versionin tuaj", "Type" : "Tipi", "Display Name" : "Trego Emrin", + "Learn more" : "Mësoni më shumë", + "Confirm" : "Konfirmo", + "Cancel" : "Anuloje", "Description" : "Përshkrim", "Details" : "Detaje", "All" : "Krejt", @@ -141,8 +144,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "Ky është sinjalizimi përfundimtar: Doni vërtet të aktivizohet fshehtëzimi?", "No encryption module loaded, please enable an encryption module in the app menu." : "S’ka të ngarkuar modul fshehtëzimi, ju lutemi, aktivizoni një modul fshehtëzimi që nga menuja e aplikacionit.", "Select default encryption module:" : "Përzgjidhni modul parazgjedhje fshehtëzimi:", - "Cancel" : "Anuloje", - "Confirm" : "Konfirmo", "Submit" : "Dërgo", "Remove group" : "Hiq grupin", "Current password" : "Fjalëkalimi i tanishëm", @@ -193,6 +194,7 @@ OC.L10N.register( "App bundles" : "Pako e aplikacionit ", "Hide" : "Fshihe", "Disable" : "Çaktivizoje", + "Unknown" : "I panjohur", "Never" : "Kurrë", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacioni është aktivizuar, por lyp të përditësohet. Do të ridrejtoheni te faqja e përditësimeve brenda 5 sekondash.", "Error" : "Gabim", @@ -216,20 +218,10 @@ OC.L10N.register( "Like our Facebook page" : "Pëlqeni faqen tonë në Facebook", "Check out our blog" : "Shikoni blogun tonë", "Subscribe to our newsletter" : "Abonohu në gazeten tonë", - "No user supplied" : "S’u dha përdorues", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Ju lutemi siguro një fjalëkalim të rikuperueshëm admini; përndryshe, të gjithë të dhënat e përdoruesit do të humbasin ", - "Invalid user" : "Përdorues i pavlefshëm", - "Your username is: %s" : "Emri juaj i përdoruesit është: %s", - "Exclude groups from sharing" : "Përjashtoni grupe nga ndarjet", - "These groups will still be able to receive shares, but not to initiate them." : "Këto grupe prapë do të jenë në gjendje të marrin ndarje nga të tjerët, por jo të fillojnë të tilla.", - "Username" : "Emër përdoruesi", "New user" : "Përdorues i ri", + "Username" : "Emër përdoruesi", "User backend" : "Program klient i përdoruesit", - "Show user backend" : "Shfaq programin klient të përdoruesit", "Name your device" : "Emërtoni pajisjen tuaj", - "Active users" : "Përdoruesit aktivë", - "Disabled users" : "Përdoruesit të çaktivizuar", - "SMTP Username" : "Emër përdoruesi SMTP", "Follow us on Twitter" : "Na ndiqni në Twitter" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/sq.json b/apps/settings/l10n/sq.json index 4a7a1763e5f..a0f7e56db80 100644 --- a/apps/settings/l10n/sq.json +++ b/apps/settings/l10n/sq.json @@ -96,6 +96,9 @@ "No apps found for your version" : "S’u gjetën aplikacione për versionin tuaj", "Type" : "Tipi", "Display Name" : "Trego Emrin", + "Learn more" : "Mësoni më shumë", + "Confirm" : "Konfirmo", + "Cancel" : "Anuloje", "Description" : "Përshkrim", "Details" : "Detaje", "All" : "Krejt", @@ -139,8 +142,6 @@ "This is the final warning: Do you really want to enable encryption?" : "Ky është sinjalizimi përfundimtar: Doni vërtet të aktivizohet fshehtëzimi?", "No encryption module loaded, please enable an encryption module in the app menu." : "S’ka të ngarkuar modul fshehtëzimi, ju lutemi, aktivizoni një modul fshehtëzimi që nga menuja e aplikacionit.", "Select default encryption module:" : "Përzgjidhni modul parazgjedhje fshehtëzimi:", - "Cancel" : "Anuloje", - "Confirm" : "Konfirmo", "Submit" : "Dërgo", "Remove group" : "Hiq grupin", "Current password" : "Fjalëkalimi i tanishëm", @@ -191,6 +192,7 @@ "App bundles" : "Pako e aplikacionit ", "Hide" : "Fshihe", "Disable" : "Çaktivizoje", + "Unknown" : "I panjohur", "Never" : "Kurrë", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacioni është aktivizuar, por lyp të përditësohet. Do të ridrejtoheni te faqja e përditësimeve brenda 5 sekondash.", "Error" : "Gabim", @@ -214,20 +216,10 @@ "Like our Facebook page" : "Pëlqeni faqen tonë në Facebook", "Check out our blog" : "Shikoni blogun tonë", "Subscribe to our newsletter" : "Abonohu në gazeten tonë", - "No user supplied" : "S’u dha përdorues", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Ju lutemi siguro një fjalëkalim të rikuperueshëm admini; përndryshe, të gjithë të dhënat e përdoruesit do të humbasin ", - "Invalid user" : "Përdorues i pavlefshëm", - "Your username is: %s" : "Emri juaj i përdoruesit është: %s", - "Exclude groups from sharing" : "Përjashtoni grupe nga ndarjet", - "These groups will still be able to receive shares, but not to initiate them." : "Këto grupe prapë do të jenë në gjendje të marrin ndarje nga të tjerët, por jo të fillojnë të tilla.", - "Username" : "Emër përdoruesi", "New user" : "Përdorues i ri", + "Username" : "Emër përdoruesi", "User backend" : "Program klient i përdoruesit", - "Show user backend" : "Shfaq programin klient të përdoruesit", "Name your device" : "Emërtoni pajisjen tuaj", - "Active users" : "Përdoruesit aktivë", - "Disabled users" : "Përdoruesit të çaktivizuar", - "SMTP Username" : "Emër përdoruesi SMTP", "Follow us on Twitter" : "Na ndiqni në Twitter" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index b3f7e661836..c1bcee503e4 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Захтевај заштиту лозинком", "Exclude groups from password requirements" : "Изузми групе из захтева за лозинком", "Exclude groups from creating link shares" : "Изузми групе из креирања дељења путем линка", + "Allow users to set custom share link tokens" : "Дозволи да корисници поставе произвољне жетоне линка за дељење", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Приступ дељењима са произвољним жетонима ће се наставити када се ово подешавање искључи", + "Shares with guessable tokens may be accessed easily" : "Дељењима са жетонима који могу да се лако погоде може једноставно да се приступи", "Limit sharing based on groups" : "Ограничи дељење по групама", "Allow sharing for everyone (default)" : "Дозволи дељење свима (подразумевано)", "Exclude some groups from sharing" : "Изузми неке групе из дељења", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "Име за приказ", "GPUs support" : "Подршка за GPU", "Compute device" : "Рачунарски уређај", + "Advanced deploy options" : "Напредне опције постављања", + "Edit ExApp deploy options before installation" : "Уреди ExApp опције постављања пре инсталације", + "Configured ExApp deploy options. Can be set only during installation" : "Конфигурисане су ExApp опције постављања. Може да се постави само током инсталације", + "Learn more" : "Сазнајте више", + "Environment variables" : "Променљиве окружења", + "ExApp container environment variables" : "Променљиве окружења ExApp контејнера", + "No environment variables defined" : "Није дефинисана ниједна променљиве окружења", + "Mounts" : "Монтирања", + "Define host folder mounts to bind to the ExApp container" : "Дефинише монтирања фолдера на хосту која се везују са ExApp контејнером", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Мора да постоји на хосту даемона постављања пре него што се инсталира ExApp", + "Host path" : "Путања на хосту", + "Container path" : "Путања контејнера", + "Read-only" : "Само-за-читање", + "Remove mount" : "Уклони монтирање", + "New mount" : "Ново монтирање", + "Enter path to host folder" : "Унесите путању до фолдера на хосту", + "Enter path to container folder" : "Унесите путању до фолдера са контејнером", + "Toggle read-only mode" : "Укључи/искључи режим само-за-читање", + "Confirm adding new mount" : "Потврди додавање новог монтирања", + "Confirm" : "Потврди", + "Cancel adding mount" : "Откажи додавање монтирања", + "Cancel" : "Откажи", + "Add mount" : "Додај монтирање", + "ExApp container mounts" : "Монтирања ExApp контејнера", + "No mounts defined" : "Није дефинисано ниједно монтирање", "Description" : "Опис", "Details" : "Детаљи", "All" : "Све", "Limit app usage to groups" : "Ограничи коришћење апликације на групе", "No results" : "Нема резултата", "Update to {version}" : "Ажурирај на верзију {version}", + "Deploy options" : "Опције постављања", "Default Deploy daemon is not accessible" : "Није доступан подразумевани даемон за постављање ", "Delete data on remove" : "Обриши податке приликом уклањања", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ова апликација нема дефинисану минималну верзију Некстклауда на којој ради. Ово ће у будућности постати грешка.", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Конфигурација енкрипције на страни сервера не може да се ажурира", "Please confirm the group removal" : "Молимо вас да потврдите уклањање групе", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Управо ћете уклонити групу „{group}”. Налози се НЕЋЕ обрисати.", - "Cancel" : "Откажи", - "Confirm" : "Потврди", "Submit" : "Пошаљи", "Rename group" : "Промени име групе", "Remove group" : "Уклони групу", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "Грешка приликом опсецања слике профила", "Error saving profile picture" : "Грешка приликом чувања слике профила", "Error removing profile picture" : "Грешка приликом уклањања слике профила", - "Your biography" : "Ваша биографија", + "Your biography. Markdown is supported." : "Ваша биографија. Подржава се употреба Markdown означавања.", "Enter your date of birth" : "Унесите датум свог рођења", "Unable to update date of birth" : "Није успело ажурирање датума рођења", "You are a member of the following groups:" : "Члан сте следећих група:", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "Администратор групе за", "Account backend" : "Позадински механизам за налоге", "Storage location" : "Локација складишта", + "First login" : "Прва пријава", "Last login" : "Последња пријава", "Account actions" : "Акције налога", "Password or insufficient permissions message" : "Порука о лозинки или недовољним дозволама", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "Прикажи језик", "Show account backend" : "Прикажи позадински механизам за налоге", "Show storage path" : "Прикажи путању до складишта", + "Show first login" : "Прикажи прву пријаву", "Show last login" : "Прикажи последњу пријаву", "Sorting" : "Сортирање", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Конфигурација система форсира сортирање група по имену. Ово такође искључује приказ броја чланова.", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "Прикажи свима", "Show to logged in accounts only" : "Прикажи само пријављеним налозима", "Hide" : "Сакриј", - "manual-install apps cannot be updated" : "ручно инсталиране апликације не могу да се ажурирају", + "Manually installed apps cannot be updated" : "Ручно инсталиране апликације не могу да се ажурирају", "{progress}% Deploying …" : "{progress}% Поставља се", "{progress}% Initializing …" : "{progress}% Иницијализује се…", "Health checking" : "Провера здравља", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "Дозволи нетестиране апликације", "The app will be downloaded from the App Store" : "Апликација ће се преузети са Продавнице апликација", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ова апликација није означена као компатибилна са Вашом верзијом Некстклауда. Ако наставите, моћи ћете свеједно да инсталирате апликацију. Врло је могуће да апликација неће радити како је планирано.", + "Unknown" : "Непознато", "Never" : "Никад", "Could not register device: Network error" : "Не може да се региструје уређај: мрежна грешка", "Could not register device: Probably already registered" : "Не може да се региструје уређај: вероватно је већ регистрован", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ово Некстклауд издање заједнице није подржано и инстант обавештења нису доступна.", "Use a second factor besides your password to increase security for your account." : "Поред лозинке, користите и други фактор да повећате безбедност Вашег налога.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ако за повезивање са Nextcloud користите апликације треће стране, обезбедите да се лозинка сваке апликације креира и подеси пре него што се укључи двофакторска аутентификација.", - "No user supplied" : "Није наведен корисник", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Наведите администраторску лозинку опоравка; у супротном, сви кориснички подаци биће изгубљени.", - "Backend does not support password change, but the user's encryption key was updated." : "Позадински механизам не подржава промену лозинке, али је ажуриран корисников кључ за шифрирање.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Пре слања тест и-мејлова морате најпре да поставите вашу корисничку и-мејл адресу. Посетите %s и поставите је.", - "Invalid user" : "Неисправан корисник", - "Your username is: %s" : "Ваше корисничко име је: %s", - "Logged in user must be a subadmin" : "Пријављени корисник мора бити подадминистратор", - "Old user imported certificates" : "Стари сертификати које је увезао корисник", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Позадински посао који проверава увезене корисничке SSL сертификате је на чекању. Молимо вас да проверите касније.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Присутни су неки увезени кориснички SSL сертификати који се више не користе у Nextcloud 21. Могу да се увезу из командне линије извршавањем команде „occ security:certificates:import”. Њихове путање унутар директоријума са подацима су приказане испод.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезни индекс „%s”.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.", "File locking" : "Закључавање фајла", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Закључавање фајла по трансакцијама је искључено, то може да доведе до проблема са стањима утркивања. Укључите „filelocking.enabled” у config.php да спречите ове проблеме.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка. Молимо вас да ручно проверите да ли ваш веб сервер сервира `.mjs` фајлове користећи JavaScript MIME тип.", - "MySQL unicode support" : "MySQL уникод подршка", - "Overwrite cli URL" : "Overwrite cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка преко било ког од ваших `trusted_domains` нити преко `overwrite.cli.url`. То је можда услед DNS неслагања са стране сервера или одлазно правило заштитног зида. Молимо вас да ручно проверите да ли ваш сервер служи `.mjs` фајлове користећи JavaScript MIME тип.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Тренутно изврешавате %s. PHP 8.0 је сада застарео у Nextcloud 27. Nextcloud 28 може да захтева барем PHP 8.1. Молимо вас да што је пре могуће извршите ажурирање на једну од званично подржаних PHP верзија које обезбеђује PHP Група.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Користи се MariaDB верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MariaDB 10.2 или новију.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Користи се MySQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MySQL 8.0 или MariaDB 10.2 или новију.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-у-текст могу да имплементирају разне апликације. Овде можете да подесите која ће се користити.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа услуагу претварања Говора-у-текст", "None of your currently installed apps provide Text processing functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност обраде текста", - "Exclude groups from sharing" : "Изузми групе из дељења", - "These groups will still be able to receive shares, but not to initiate them." : "Ове групе ће моћи да примају дељења, али не и да их праве.", "Set default expiration date for shares" : "Постави подразумевано време истека дељења", "Allow username autocompletion in share dialog and allow access to the system address book" : "Омогући аутоматско довршавање корисничког имена у дијалогу дељења и дозволи приступ системском адресару", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторска провера идентитета се може захтевати свим корисницима и и одређеним групама. Ако немају већ подешеног провајдера другог фактора, неће моћи да се пријаве на систем.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Када се групе означе/искључе, користи се следећа логика да се закључи да ли се захтева 2FA: ако није одабрана ниједна група, 2FA је укључен свима осим члановима искључених група. Ако има одабраних група, 2FA је укључен само њиховим члановима. Ако је корисник у исто време у одабраној и у искљученој групи, одабрана група има предност и 2FA се захтева.", - "{license}-licensed" : "{license}-лиценцирано", - "Rating: {score}/10" : "Оцена: {score}/10", - "Username" : "Корисничко име", - "Execute one task with each page loaded. Use case: Single user instance." : "Извршава један задатак за сваку учитану страницу. Случај употребе: инстанца са једним корисником.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php се регуструје у webcron сервису тако да се cron.php позива преко HTTP сваких 5 минута. Случај употребе: врло мала инстанца (1–5 корисника, у зависности од употребе).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php мора да изврши системски корисник „{user}.", - "Enable or disable profile by default for new users." : "Профил нових корисника се подразумевано укључује или искључује.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Управо ћете уклонити групу „{group}”. Корисници НЕЋЕ бити избрисани.", + "Your biography" : "Ваша биографија", "You are using <strong>{usage}</strong>" : "Користите <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Користите <strong>{usage}</strong> од <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Додатни и-мејлови", - "Enable Profile" : "Укључи профил", - "No users" : "Нема корисника", - "Loading users …" : "Учитавају се корисници...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Листа корисника. Услед разлога везаних за перформансе, ова листа се не приказује у потпуности. Корисници ће се приказивати како се будете кретали кроз листу.", "New user" : "Нови корисник", "Groups (required)" : "Групе (обавезно)", "Set user groups" : "Постављање група корисника", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Постави менаџера корисника", "Username will be autogenerated" : "Корисничко име ће бити генерисано аутоматски", "Username (required)" : "Корисничко име (обавезно)", + "Loading users …" : "Учитавају се корисници...", + "Username" : "Корисничко име", "User backend" : "Позадина за кориснике", "User actions" : "Корисникове акције", - "Loading user …" : "Учитава се корисник...", - "You do not have permissions to see the details of this user" : "Немате дозволе да видите детаље о овом кориснику", "Add user to group" : "Додај корисника у групу", - "Set user as admin for" : "Додај корисника као администратора за", - "Select user quota" : "Одаберите корисничку квоту", - "Delete user" : "Обриши корисника", - "Wipe all devices" : "Обриши све уређаје", - "Disable user" : "Искључи корисника", - "Enable user" : "Укључи корисника", - "Failed to update user manager" : "Није успело ажурирање управљача корисницима", - "Toggle user actions menu" : "Укључи/искључи мени корисничких радњи", - "User management settings" : "Подешавања управљања корисницима", - "Show user backend" : "Прикажи позадину за кориснике", - "Send welcome email to new users" : "Пошаљи новим корисницима е-мејл добродошлице", "Name your device" : "Име Вашег уређаја", "Server error while trying to add WebAuthn device" : "Серверска грешка при додавању WebAuthn уређаја", - "by {author}\n{license}" : "од {author}\n{license}", - "User management" : "Управљање корисницима", - "Active users" : "Активних корисника", - "Disabled users" : "Искључени корисници", - "Creating group …" : "Креира се група", - "User group: {group}" : "Група корисника: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Није доступно јер је за ваш налог искључена федерација, обратите се свом администратору система ако имате било каквих питања", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Није доступно јер је забрањено објављивање података о кориснику на сервер за претрагу, обратите се свом администратору система ако имате било каквих питања", - "Show to logged in users only" : "Прикажи само пријављеним корисницима", - "Nextcloud help resources" : "Ресурси Nextcloud помоћи", - "SMTP Username" : "SMTP корисничко име", - "Follow us on Twitter" : "Пратите нас на Твитеру", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка преко било ког од ваших `trusted_domains` нити преко `overwrite.cli.url`. То је можда услед DNS неслагања са стране сервера или одлазно правило заштитног зида. Молимо вас да ручно проверите да ли ваш сервер служи `.mjs` фајлове користећи JavaScript MIME тип.", "Active accounts" : "Активни налози", + "Follow us on Twitter" : "Пратите нас на Твитеру", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`. Ова грешка може да буде резултат DNS неподударања на страни сервера или одлазно правило заштитног зида.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Детектована је PostgreSQL верзија „%s”. За најбоље перформансе, стабилност и функционалност са овом Nextcloud верзијом, препоручује се PostgreSQL >=12 и <=16." }, diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index c697e3120b6..c722844a389 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -359,6 +359,9 @@ "Enforce password protection" : "Захтевај заштиту лозинком", "Exclude groups from password requirements" : "Изузми групе из захтева за лозинком", "Exclude groups from creating link shares" : "Изузми групе из креирања дељења путем линка", + "Allow users to set custom share link tokens" : "Дозволи да корисници поставе произвољне жетоне линка за дељење", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Приступ дељењима са произвољним жетонима ће се наставити када се ово подешавање искључи", + "Shares with guessable tokens may be accessed easily" : "Дељењима са жетонима који могу да се лако погоде може једноставно да се приступи", "Limit sharing based on groups" : "Ограничи дељење по групама", "Allow sharing for everyone (default)" : "Дозволи дељење свима (подразумевано)", "Exclude some groups from sharing" : "Изузми неке групе из дељења", @@ -436,12 +439,38 @@ "Display Name" : "Име за приказ", "GPUs support" : "Подршка за GPU", "Compute device" : "Рачунарски уређај", + "Advanced deploy options" : "Напредне опције постављања", + "Edit ExApp deploy options before installation" : "Уреди ExApp опције постављања пре инсталације", + "Configured ExApp deploy options. Can be set only during installation" : "Конфигурисане су ExApp опције постављања. Може да се постави само током инсталације", + "Learn more" : "Сазнајте више", + "Environment variables" : "Променљиве окружења", + "ExApp container environment variables" : "Променљиве окружења ExApp контејнера", + "No environment variables defined" : "Није дефинисана ниједна променљиве окружења", + "Mounts" : "Монтирања", + "Define host folder mounts to bind to the ExApp container" : "Дефинише монтирања фолдера на хосту која се везују са ExApp контејнером", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "Мора да постоји на хосту даемона постављања пре него што се инсталира ExApp", + "Host path" : "Путања на хосту", + "Container path" : "Путања контејнера", + "Read-only" : "Само-за-читање", + "Remove mount" : "Уклони монтирање", + "New mount" : "Ново монтирање", + "Enter path to host folder" : "Унесите путању до фолдера на хосту", + "Enter path to container folder" : "Унесите путању до фолдера са контејнером", + "Toggle read-only mode" : "Укључи/искључи режим само-за-читање", + "Confirm adding new mount" : "Потврди додавање новог монтирања", + "Confirm" : "Потврди", + "Cancel adding mount" : "Откажи додавање монтирања", + "Cancel" : "Откажи", + "Add mount" : "Додај монтирање", + "ExApp container mounts" : "Монтирања ExApp контејнера", + "No mounts defined" : "Није дефинисано ниједно монтирање", "Description" : "Опис", "Details" : "Детаљи", "All" : "Све", "Limit app usage to groups" : "Ограничи коришћење апликације на групе", "No results" : "Нема резултата", "Update to {version}" : "Ажурирај на верзију {version}", + "Deploy options" : "Опције постављања", "Default Deploy daemon is not accessible" : "Није доступан подразумевани даемон за постављање ", "Delete data on remove" : "Обриши податке приликом уклањања", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ова апликација нема дефинисану минималну верзију Некстклауда на којој ради. Ово ће у будућности постати грешка.", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "Конфигурација енкрипције на страни сервера не може да се ажурира", "Please confirm the group removal" : "Молимо вас да потврдите уклањање групе", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Управо ћете уклонити групу „{group}”. Налози се НЕЋЕ обрисати.", - "Cancel" : "Откажи", - "Confirm" : "Потврди", "Submit" : "Пошаљи", "Rename group" : "Промени име групе", "Remove group" : "Уклони групу", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "Грешка приликом опсецања слике профила", "Error saving profile picture" : "Грешка приликом чувања слике профила", "Error removing profile picture" : "Грешка приликом уклањања слике профила", - "Your biography" : "Ваша биографија", + "Your biography. Markdown is supported." : "Ваша биографија. Подржава се употреба Markdown означавања.", "Enter your date of birth" : "Унесите датум свог рођења", "Unable to update date of birth" : "Није успело ажурирање датума рођења", "You are a member of the following groups:" : "Члан сте следећих група:", @@ -653,6 +680,7 @@ "Group admin for" : "Администратор групе за", "Account backend" : "Позадински механизам за налоге", "Storage location" : "Локација складишта", + "First login" : "Прва пријава", "Last login" : "Последња пријава", "Account actions" : "Акције налога", "Password or insufficient permissions message" : "Порука о лозинки или недовољним дозволама", @@ -691,6 +719,7 @@ "Show language" : "Прикажи језик", "Show account backend" : "Прикажи позадински механизам за налоге", "Show storage path" : "Прикажи путању до складишта", + "Show first login" : "Прикажи прву пријаву", "Show last login" : "Прикажи последњу пријаву", "Sorting" : "Сортирање", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Конфигурација система форсира сортирање група по имену. Ово такође искључује приказ броја чланова.", @@ -763,7 +792,7 @@ "Show to everyone" : "Прикажи свима", "Show to logged in accounts only" : "Прикажи само пријављеним налозима", "Hide" : "Сакриј", - "manual-install apps cannot be updated" : "ручно инсталиране апликације не могу да се ажурирају", + "Manually installed apps cannot be updated" : "Ручно инсталиране апликације не могу да се ажурирају", "{progress}% Deploying …" : "{progress}% Поставља се", "{progress}% Initializing …" : "{progress}% Иницијализује се…", "Health checking" : "Провера здравља", @@ -773,6 +802,7 @@ "Allow untested app" : "Дозволи нетестиране апликације", "The app will be downloaded from the App Store" : "Апликација ће се преузети са Продавнице апликација", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ова апликација није означена као компатибилна са Вашом верзијом Некстклауда. Ако наставите, моћи ћете свеједно да инсталирате апликацију. Врло је могуће да апликација неће радити како је планирано.", + "Unknown" : "Непознато", "Never" : "Никад", "Could not register device: Network error" : "Не може да се региструје уређај: мрежна грешка", "Could not register device: Probably already registered" : "Не може да се региструје уређај: вероватно је већ регистрован", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ово Некстклауд издање заједнице није подржано и инстант обавештења нису доступна.", "Use a second factor besides your password to increase security for your account." : "Поред лозинке, користите и други фактор да повећате безбедност Вашег налога.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Ако за повезивање са Nextcloud користите апликације треће стране, обезбедите да се лозинка сваке апликације креира и подеси пре него што се укључи двофакторска аутентификација.", - "No user supplied" : "Није наведен корисник", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Наведите администраторску лозинку опоравка; у супротном, сви кориснички подаци биће изгубљени.", - "Backend does not support password change, but the user's encryption key was updated." : "Позадински механизам не подржава промену лозинке, али је ажуриран корисников кључ за шифрирање.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Пре слања тест и-мејлова морате најпре да поставите вашу корисничку и-мејл адресу. Посетите %s и поставите је.", - "Invalid user" : "Неисправан корисник", - "Your username is: %s" : "Ваше корисничко име је: %s", - "Logged in user must be a subadmin" : "Пријављени корисник мора бити подадминистратор", - "Old user imported certificates" : "Стари сертификати које је увезао корисник", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Позадински посао који проверава увезене корисничке SSL сертификате је на чекању. Молимо вас да проверите касније.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Присутни су неки увезени кориснички SSL сертификати који се више не користе у Nextcloud 21. Могу да се увезу из командне линије извршавањем команде „occ security:certificates:import”. Њихове путање унутар директоријума са подацима су приказане испод.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`.", "Missing optional index \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезни индекс „%s”.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.", "File locking" : "Закључавање фајла", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Закључавање фајла по трансакцијама је искључено, то може да доведе до проблема са стањима утркивања. Укључите „filelocking.enabled” у config.php да спречите ове проблеме.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка. Молимо вас да ручно проверите да ли ваш веб сервер сервира `.mjs` фајлове користећи JavaScript MIME тип.", - "MySQL unicode support" : "MySQL уникод подршка", - "Overwrite cli URL" : "Overwrite cli URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка преко било ког од ваших `trusted_domains` нити преко `overwrite.cli.url`. То је можда услед DNS неслагања са стране сервера или одлазно правило заштитног зида. Молимо вас да ручно проверите да ли ваш сервер служи `.mjs` фајлове користећи JavaScript MIME тип.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Тренутно изврешавате %s. PHP 8.0 је сада застарео у Nextcloud 27. Nextcloud 28 може да захтева барем PHP 8.1. Молимо вас да што је пре могуће извршите ажурирање на једну од званично подржаних PHP верзија које обезбеђује PHP Група.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Користи се MariaDB верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MariaDB 10.2 или новију.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Користи се MySQL верзије „%s”. Nextcloud 21 и новији не подржавају ову верзију и захтевају MySQL 8.0 или MariaDB 10.2 или новију.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Говор-у-текст могу да имплементирају разне апликације. Овде можете да подесите која ће се користити.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа услуагу претварања Говора-у-текст", "None of your currently installed apps provide Text processing functionality" : "Ниједна од ваших тренутно инсталираних апликација не пружа функционалност обраде текста", - "Exclude groups from sharing" : "Изузми групе из дељења", - "These groups will still be able to receive shares, but not to initiate them." : "Ове групе ће моћи да примају дељења, али не и да их праве.", "Set default expiration date for shares" : "Постави подразумевано време истека дељења", "Allow username autocompletion in share dialog and allow access to the system address book" : "Омогући аутоматско довршавање корисничког имена у дијалогу дељења и дозволи приступ системском адресару", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторска провера идентитета се може захтевати свим корисницима и и одређеним групама. Ако немају већ подешеног провајдера другог фактора, неће моћи да се пријаве на систем.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Када се групе означе/искључе, користи се следећа логика да се закључи да ли се захтева 2FA: ако није одабрана ниједна група, 2FA је укључен свима осим члановима искључених група. Ако има одабраних група, 2FA је укључен само њиховим члановима. Ако је корисник у исто време у одабраној и у искљученој групи, одабрана група има предност и 2FA се захтева.", - "{license}-licensed" : "{license}-лиценцирано", - "Rating: {score}/10" : "Оцена: {score}/10", - "Username" : "Корисничко име", - "Execute one task with each page loaded. Use case: Single user instance." : "Извршава један задатак за сваку учитану страницу. Случај употребе: инстанца са једним корисником.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php се регуструје у webcron сервису тако да се cron.php позива преко HTTP сваких 5 минута. Случај употребе: врло мала инстанца (1–5 корисника, у зависности од употребе).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php мора да изврши системски корисник „{user}.", - "Enable or disable profile by default for new users." : "Профил нових корисника се подразумевано укључује или искључује.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Управо ћете уклонити групу „{group}”. Корисници НЕЋЕ бити избрисани.", + "Your biography" : "Ваша биографија", "You are using <strong>{usage}</strong>" : "Користите <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Користите <strong>{usage}</strong> од <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Додатни и-мејлови", - "Enable Profile" : "Укључи профил", - "No users" : "Нема корисника", - "Loading users …" : "Учитавају се корисници...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Листа корисника. Услед разлога везаних за перформансе, ова листа се не приказује у потпуности. Корисници ће се приказивати како се будете кретали кроз листу.", "New user" : "Нови корисник", "Groups (required)" : "Групе (обавезно)", "Set user groups" : "Постављање група корисника", @@ -889,39 +892,15 @@ "Set user manager" : "Постави менаџера корисника", "Username will be autogenerated" : "Корисничко име ће бити генерисано аутоматски", "Username (required)" : "Корисничко име (обавезно)", + "Loading users …" : "Учитавају се корисници...", + "Username" : "Корисничко име", "User backend" : "Позадина за кориснике", "User actions" : "Корисникове акције", - "Loading user …" : "Учитава се корисник...", - "You do not have permissions to see the details of this user" : "Немате дозволе да видите детаље о овом кориснику", "Add user to group" : "Додај корисника у групу", - "Set user as admin for" : "Додај корисника као администратора за", - "Select user quota" : "Одаберите корисничку квоту", - "Delete user" : "Обриши корисника", - "Wipe all devices" : "Обриши све уређаје", - "Disable user" : "Искључи корисника", - "Enable user" : "Укључи корисника", - "Failed to update user manager" : "Није успело ажурирање управљача корисницима", - "Toggle user actions menu" : "Укључи/искључи мени корисничких радњи", - "User management settings" : "Подешавања управљања корисницима", - "Show user backend" : "Прикажи позадину за кориснике", - "Send welcome email to new users" : "Пошаљи новим корисницима е-мејл добродошлице", "Name your device" : "Име Вашег уређаја", "Server error while trying to add WebAuthn device" : "Серверска грешка при додавању WebAuthn уређаја", - "by {author}\n{license}" : "од {author}\n{license}", - "User management" : "Управљање корисницима", - "Active users" : "Активних корисника", - "Disabled users" : "Искључени корисници", - "Creating group …" : "Креира се група", - "User group: {group}" : "Група корисника: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Није доступно јер је за ваш налог искључена федерација, обратите се свом администратору система ако имате било каквих питања", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Није доступно јер је забрањено објављивање података о кориснику на сервер за претрагу, обратите се свом администратору система ако имате било каквих питања", - "Show to logged in users only" : "Прикажи само пријављеним корисницима", - "Nextcloud help resources" : "Ресурси Nextcloud помоћи", - "SMTP Username" : "SMTP корисничко име", - "Follow us on Twitter" : "Пратите нас на Твитеру", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка преко било ког од ваших `trusted_domains` нити преко `overwrite.cli.url`. То је можда услед DNS неслагања са стране сервера или одлазно правило заштитног зида. Молимо вас да ручно проверите да ли ваш сервер служи `.mjs` фајлове користећи JavaScript MIME тип.", "Active accounts" : "Активни налози", + "Follow us on Twitter" : "Пратите нас на Твитеру", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`. Ова грешка може да буде резултат DNS неподударања на страни сервера или одлазно правило заштитног зида.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Детектована је PostgreSQL верзија „%s”. За најбоље перформансе, стабилност и функционалност са овом Nextcloud верзијом, препоручује се PostgreSQL >=12 и <=16." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 8ff7a170fa8..bbff6bc813c 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -121,17 +121,25 @@ OC.L10N.register( "Personal info" : "Personlig information", "Mobile & desktop" : "Mobil & skrivbord", "Email server" : "E-postserver", + "Mail Providers" : "E-postleverantörer", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "E-postleverantörer gör det möjligt att skicka e-post direkt via användarens personliga e-postkonto. För närvarande är denna funktionalitet begränsad till kalenderinbjudningar. Det kräver Nextcloud Mail 4.1 och ett e-postkonto i Nextcloud Mail som matchar användarens e-postadress i Nextcloud.", + "Send emails using" : "Skicka e-post med", + "User's email account" : "Användarens e-postkonto", + "System email account" : "Systemets mailkonto", "Security & setup checks" : "Säkerhet & konfigurationstest", "Background jobs" : "Bakgrundsjobb", "Unlimited" : "Obegränsat", "Verifying" : "Verifiera", "Allowed admin IP ranges" : "Tillåten IP-rymd för administratörer", "Admin IP filtering isn’t applied." : "IP-filtrering av administratörer är inte tillämpad", + "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Konfigurationsnyckel \"%1$s\" förväntar sig en array (%2$s hittades). Validering av IP-intervall för administratörer tillämpas inte.", + "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Konfigurationsnyckel \"%1$s\" innehåller ogiltiga IP-intervall: \"%2$s\"", "App directories owner" : "App-katalogens ägare", "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Vissa appkataloger ägs av en annan användare än den som äger webbservern. Detta kan vara fallet om appar har installerats manuellt. Kontrollera behörigheterna för följande appkataloger:\n%s", "App directories have the correct owner \"%s\"" : "App-kataloger har rätt ägare \"%s\"", "Brute-force Throttle" : "Brute-force begränsningar", "Your remote address could not be determined." : "Din fjärradress kunde inte fastställas.", + "Your remote address \"%s\" is not brute-force throttled." : "Din adress \"%s\" är inte bruteforce-begränsad.", "Code integrity" : "Kodintegritet", "Integrity checker has been disabled. Integrity cannot be verified." : "Integritetskontrollen har inaktiverats. Integritet kan inte verifieras.", "No altered files" : "Inga ändrade filer", @@ -250,6 +258,7 @@ OC.L10N.register( "Groups allowed to share" : "Grupper som får dela", "Groups excluded from sharing" : "Grupper exkluderade från delning", "Not allowed groups will still be able to receive shares, but not to initiate them." : "Ej tillåtna grupper kommer fortfarande att kunna ta emot delningar, men inte initiera dem.", + "Set default expiration date for internal shares" : "Ställ in standardutgångsdatum för interna delningar", "Enforce expiration date" : "Tillämpa utgångsdatum", "Default expiration time of new shares in days" : "Standardutgångstid för nya delningar i dagar", "Expire shares after x days" : "Delningar förfaller efter x dagar", @@ -308,6 +317,9 @@ OC.L10N.register( "Daemon" : "Demon", "Type" : "Typ", "Display Name" : "Visningsnamn", + "Learn more" : "Läs mer", + "Confirm" : "Bekräfta", + "Cancel" : "Avbryt", "Description" : "Beskrivning", "Details" : "Detaljer", "All" : "Alla", @@ -400,8 +412,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Kunde inte uppdatera serversidans krypteringskonfiguration", "Please confirm the group removal" : "Bekräfta borttagning av gruppen", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du håller på att ta bort gruppen \"{group}\". Kontona kommer INTE att raderas.", - "Cancel" : "Avbryt", - "Confirm" : "Bekräfta", "Submit" : "Skicka", "Rename group" : "Byt namn på grupp", "Remove group" : "Ta bort grupp", @@ -423,7 +433,7 @@ OC.L10N.register( "Error cropping profile picture" : "Det gick inte att beskära profilbilden", "Error saving profile picture" : "Det gick inte att spara profilbilden", "Error removing profile picture" : "Det gick inte att ta bort profilbilden", - "Your biography" : "Din biografi", + "Your biography. Markdown is supported." : "Din biografi. Markdown stöds.", "Enter your date of birth" : "Ange ditt födelsedatum", "Unable to update date of birth" : "Det gick inte att uppdatera födelsedatum", "You are a member of the following groups:" : "Du är medlem i följande grupper:", @@ -630,6 +640,7 @@ OC.L10N.register( "Allow untested app" : "Tillåt otestad app", "The app will be downloaded from the App Store" : "Appen kommer hämtas från appbutiken", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Den här appen är inte markerad som kompatibel med din Nextcloud-version. Om du fortsätter kan du fortfarande installera appen. Observera att appen kanske inte fungerar som förväntat.", + "Unknown" : "Okänd", "Never" : "Aldrig", "Could not register device: Network error" : "Kunde inte registrera enheten: Nätverksfel", "Could not register device: Probably already registered" : "Kunde inte registrera enheten: Förmodligen redan registrerad", @@ -688,21 +699,10 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Denna community-release av Nextcloud stöds inte och direktnotifikationer är inte tillgängliga.", "Use a second factor besides your password to increase security for your account." : "Använd en andra faktor förutom ditt lösenord för att öka säkerheten för ditt konto.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Om du använder tredje-parts applikationer för att ansluta till Nextcloud vänligen skapa och konfigurera ett applösenord för varje innan två-faktor autentisering aktiveras.", - "No user supplied" : "Ingen användare angiven", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Vänligen ange ett administratörs återställningslösenord; annars kommer alla användardata att försvinna.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend stödjer inte att lösenord ändras, men användarens krypteringsnyckel uppdaterades.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Du måste ställa in din användarmailadress innan du kan skicka testmail. Gå till %s för att göra det.", - "Invalid user" : "Ogiltig användare", - "Your username is: %s" : "Ditt användarnamn är: %s", - "Logged in user must be a subadmin" : "Inloggad användare måste vara en del-administratör", - "Old user imported certificates" : "Gamla användarimporterade certifikat", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Ett bakgrundsjobb väntar som söker efter användarimporterade SSL-certifikat. Vänligen kontrollera igen senare.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det finns några användarimporterade SSL-certifikat närvarande som inte längre används med Nextcloud 21. De kan importeras i kommandoraden via \"occ security:certificates:import\". Deras sökvägar inuti data-mappen visas nedanför.", "Missing optional index \"%s\" in table \"%s\"." : "Saknar valfri index \"%s\" i tabellen \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.", "File locking" : "Fillåsning", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionsbaserad fillåsning är inaktiverad, detta kan leda till problem med konflikter. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem.", - "Overwrite cli URL" : "Skriv över cli-URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kör för närvarande PHP %s. PHP 8.0 är nu föråldrat i Nextcloud 27. Nextcloud 28 kan kräva minst PHP 8.1. Vänligen uppgradera till en av de officiellt stödda PHP-versionerna som tillhandahålls av PHP Group så snart som möjligt.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MySQL 8.0 eller MariaDB 10.2 eller högre.", @@ -711,27 +711,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tal-till-text kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av dina installerade appar tillhandahåller tal-till-text-funktionalitet", "None of your currently installed apps provide Text processing functionality" : "Ingen av dina installerade appar tillhandahåller textbearbetningsfunktioner", - "Exclude groups from sharing" : "Exkludera grupp från att dela", - "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.", "Set default expiration date for shares" : "Ställ in standardutgångsdatum för delningar", "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tvåfaktorsautentisering kan påtvingas för alla användare och specifika grupper. Om de inte har en tvåfaktorsleverantör konfigurerad kommer de inte att kunna logga in i systemet.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "När grupper väljs/exkluderas används följande logik för att avgöra om en användare har 2FA påtvingad: Om inga grupper väljs är 2FA aktiverat för alla förutom medlemmar i exkluderade grupper. Om grupper väljs är 2FA aktiverat för alla medlemmar i dessa grupper. Om en användare är medlem i både en vald och exkluderad grupp, har den valda företräde och 2FA påtvingas.", - "{license}-licensed" : "{license}-licensierad", - "Rating: {score}/10" : "Betyg: {score}/10", - "Username" : "Användarnamn", - "Execute one task with each page loaded. Use case: Single user instance." : "Utför en uppgift med varje sidladdning. Användningsfall: instans med en användare.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php är registrerad på en webcron-tjänst för att anropa cron.php var 5:e minut över HTTP. Användningsfall: Mycket liten instans (1–5 användare beroende på användning).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php måste köras av systemanvändaren \"{user}\".", - "Enable or disable profile by default for new users." : "Aktivera eller inaktivera profil som standard för nya användare.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du håller på att ta bort gruppen \"{group}\". Användarna kommer INTE att raderas.", + "Your biography" : "Din biografi", "You are using <strong>{usage}</strong>" : "Du använder <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Du använder <strong>{usage}</strong> av <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Ytterligare e-postadresser", - "Enable Profile" : "Aktivera profil", - "No users" : "Inga användare", - "Loading users …" : "Laddar användare …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista över användare. Denna lista är inte helt återgiven av prestationsskäl. Användarna kommer att renderas när du navigerar genom listan.", "New user" : "Ny användare", "Groups (required)" : "Grupper (obligatoriskt)", "Set user groups" : "Ställ in användargrupper", @@ -742,37 +726,15 @@ OC.L10N.register( "Set user manager" : "Ställ in användarhanterare", "Username will be autogenerated" : "Användarnamn kommer att autogenereras", "Username (required)" : "Användarnamn (obligatoriskt)", + "Loading users …" : "Laddar användare …", + "Username" : "Användarnamn", "User backend" : "Användarbackend", "User actions" : "Användaråtgärder", - "Loading user …" : "Laddar användare …", - "You do not have permissions to see the details of this user" : "Du har inte behörighet att se detaljerna för den här användaren", "Add user to group" : "Lägg till användare i grupp", - "Set user as admin for" : "Gör användare till admin för", - "Select user quota" : "Välj användarens quota", - "Delete user" : "Ta bort användare", - "Wipe all devices" : "Rensa alla enheter", - "Disable user" : "Stäng av användare", - "Enable user" : "Aktivera användare", - "Failed to update user manager" : "Kunde inte uppdatera användarhanterare", - "Toggle user actions menu" : "Växla menyn med användaråtgärder", - "User management settings" : "Användarhanteringsinställningar", - "Show user backend" : "Visa användar-backend", - "Send welcome email to new users" : "Skicka välkomstmail till nya användare", "Name your device" : "Namnge din enhet", "Server error while trying to add WebAuthn device" : "Serverfel när du försökte lägga till en WebAuthn-enhet", - "by {author}\n{license}" : "av {author}\n{license}", - "User management" : "Användarhantering", - "Active users" : "Aktiva användare", - "Disabled users" : "Inaktiva användare", - "Creating group …" : "Skapar grupp ...", - "User group: {group}" : "Användargrupp: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ej tillgängligt eftersom federation har inaktiverats för ditt konto, kontakta din systemadministratör om du har några frågor", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Inte tillgänglig då publicering av användarspecifik data till lookup-servern inte är tillåten, kontakta din systemadministratör ifall du har frågor", - "Show to logged in users only" : "Visa endast för inloggade användare", - "Nextcloud help resources" : "Nextcloud hjälpresurser", - "SMTP Username" : "SMTP-användarnamn", - "Follow us on Twitter" : "Följ oss på Twitter", "Active accounts" : "Aktiva konton", + "Follow us on Twitter" : "Följ oss på Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "För att denna kontroll ska kunna köra måste du se till att webbservern kan ansluta till sig själv. Den måste alltså kunna finna och ansluta till minst en av sina \"trusted_domains\" eller \"overwrite.cli.url\":en. Detta misslyckande kan vara resultatet av en DNS missmatch på serversidan eller utgående brandväggs-regler." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 353be2f6e5d..40b34e511b4 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -119,17 +119,25 @@ "Personal info" : "Personlig information", "Mobile & desktop" : "Mobil & skrivbord", "Email server" : "E-postserver", + "Mail Providers" : "E-postleverantörer", + "Mail provider enables sending emails directly through the user's personal email account. At present, this functionality is limited to calendar invitations. It requires Nextcloud Mail 4.1 and an email account in Nextcloud Mail that matches the user's email address in Nextcloud." : "E-postleverantörer gör det möjligt att skicka e-post direkt via användarens personliga e-postkonto. För närvarande är denna funktionalitet begränsad till kalenderinbjudningar. Det kräver Nextcloud Mail 4.1 och ett e-postkonto i Nextcloud Mail som matchar användarens e-postadress i Nextcloud.", + "Send emails using" : "Skicka e-post med", + "User's email account" : "Användarens e-postkonto", + "System email account" : "Systemets mailkonto", "Security & setup checks" : "Säkerhet & konfigurationstest", "Background jobs" : "Bakgrundsjobb", "Unlimited" : "Obegränsat", "Verifying" : "Verifiera", "Allowed admin IP ranges" : "Tillåten IP-rymd för administratörer", "Admin IP filtering isn’t applied." : "IP-filtrering av administratörer är inte tillämpad", + "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "Konfigurationsnyckel \"%1$s\" förväntar sig en array (%2$s hittades). Validering av IP-intervall för administratörer tillämpas inte.", + "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "Konfigurationsnyckel \"%1$s\" innehåller ogiltiga IP-intervall: \"%2$s\"", "App directories owner" : "App-katalogens ägare", "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Vissa appkataloger ägs av en annan användare än den som äger webbservern. Detta kan vara fallet om appar har installerats manuellt. Kontrollera behörigheterna för följande appkataloger:\n%s", "App directories have the correct owner \"%s\"" : "App-kataloger har rätt ägare \"%s\"", "Brute-force Throttle" : "Brute-force begränsningar", "Your remote address could not be determined." : "Din fjärradress kunde inte fastställas.", + "Your remote address \"%s\" is not brute-force throttled." : "Din adress \"%s\" är inte bruteforce-begränsad.", "Code integrity" : "Kodintegritet", "Integrity checker has been disabled. Integrity cannot be verified." : "Integritetskontrollen har inaktiverats. Integritet kan inte verifieras.", "No altered files" : "Inga ändrade filer", @@ -248,6 +256,7 @@ "Groups allowed to share" : "Grupper som får dela", "Groups excluded from sharing" : "Grupper exkluderade från delning", "Not allowed groups will still be able to receive shares, but not to initiate them." : "Ej tillåtna grupper kommer fortfarande att kunna ta emot delningar, men inte initiera dem.", + "Set default expiration date for internal shares" : "Ställ in standardutgångsdatum för interna delningar", "Enforce expiration date" : "Tillämpa utgångsdatum", "Default expiration time of new shares in days" : "Standardutgångstid för nya delningar i dagar", "Expire shares after x days" : "Delningar förfaller efter x dagar", @@ -306,6 +315,9 @@ "Daemon" : "Demon", "Type" : "Typ", "Display Name" : "Visningsnamn", + "Learn more" : "Läs mer", + "Confirm" : "Bekräfta", + "Cancel" : "Avbryt", "Description" : "Beskrivning", "Details" : "Detaljer", "All" : "Alla", @@ -398,8 +410,6 @@ "Unable to update server side encryption config" : "Kunde inte uppdatera serversidans krypteringskonfiguration", "Please confirm the group removal" : "Bekräfta borttagning av gruppen", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Du håller på att ta bort gruppen \"{group}\". Kontona kommer INTE att raderas.", - "Cancel" : "Avbryt", - "Confirm" : "Bekräfta", "Submit" : "Skicka", "Rename group" : "Byt namn på grupp", "Remove group" : "Ta bort grupp", @@ -421,7 +431,7 @@ "Error cropping profile picture" : "Det gick inte att beskära profilbilden", "Error saving profile picture" : "Det gick inte att spara profilbilden", "Error removing profile picture" : "Det gick inte att ta bort profilbilden", - "Your biography" : "Din biografi", + "Your biography. Markdown is supported." : "Din biografi. Markdown stöds.", "Enter your date of birth" : "Ange ditt födelsedatum", "Unable to update date of birth" : "Det gick inte att uppdatera födelsedatum", "You are a member of the following groups:" : "Du är medlem i följande grupper:", @@ -628,6 +638,7 @@ "Allow untested app" : "Tillåt otestad app", "The app will be downloaded from the App Store" : "Appen kommer hämtas från appbutiken", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Den här appen är inte markerad som kompatibel med din Nextcloud-version. Om du fortsätter kan du fortfarande installera appen. Observera att appen kanske inte fungerar som förväntat.", + "Unknown" : "Okänd", "Never" : "Aldrig", "Could not register device: Network error" : "Kunde inte registrera enheten: Nätverksfel", "Could not register device: Probably already registered" : "Kunde inte registrera enheten: Förmodligen redan registrerad", @@ -686,21 +697,10 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Denna community-release av Nextcloud stöds inte och direktnotifikationer är inte tillgängliga.", "Use a second factor besides your password to increase security for your account." : "Använd en andra faktor förutom ditt lösenord för att öka säkerheten för ditt konto.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Om du använder tredje-parts applikationer för att ansluta till Nextcloud vänligen skapa och konfigurera ett applösenord för varje innan två-faktor autentisering aktiveras.", - "No user supplied" : "Ingen användare angiven", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Vänligen ange ett administratörs återställningslösenord; annars kommer alla användardata att försvinna.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend stödjer inte att lösenord ändras, men användarens krypteringsnyckel uppdaterades.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Du måste ställa in din användarmailadress innan du kan skicka testmail. Gå till %s för att göra det.", - "Invalid user" : "Ogiltig användare", - "Your username is: %s" : "Ditt användarnamn är: %s", - "Logged in user must be a subadmin" : "Inloggad användare måste vara en del-administratör", - "Old user imported certificates" : "Gamla användarimporterade certifikat", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Ett bakgrundsjobb väntar som söker efter användarimporterade SSL-certifikat. Vänligen kontrollera igen senare.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det finns några användarimporterade SSL-certifikat närvarande som inte längre används med Nextcloud 21. De kan importeras i kommandoraden via \"occ security:certificates:import\". Deras sökvägar inuti data-mappen visas nedanför.", "Missing optional index \"%s\" in table \"%s\"." : "Saknar valfri index \"%s\" i tabellen \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.", "File locking" : "Fillåsning", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionsbaserad fillåsning är inaktiverad, detta kan leda till problem med konflikter. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem.", - "Overwrite cli URL" : "Skriv över cli-URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kör för närvarande PHP %s. PHP 8.0 är nu föråldrat i Nextcloud 27. Nextcloud 28 kan kräva minst PHP 8.1. Vänligen uppgradera till en av de officiellt stödda PHP-versionerna som tillhandahålls av PHP Group så snart som möjligt.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL-versionen \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MySQL 8.0 eller MariaDB 10.2 eller högre.", @@ -709,27 +709,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tal-till-text kan implementeras av olika appar. Här kan du ställa in vilken app som ska användas.", "None of your currently installed apps provide Speech-To-Text functionality" : "Ingen av dina installerade appar tillhandahåller tal-till-text-funktionalitet", "None of your currently installed apps provide Text processing functionality" : "Ingen av dina installerade appar tillhandahåller textbearbetningsfunktioner", - "Exclude groups from sharing" : "Exkludera grupp från att dela", - "These groups will still be able to receive shares, but not to initiate them." : "Dessa grupper kommer fortfarande kunna ta emot delningar, men inte skapa delningar.", "Set default expiration date for shares" : "Ställ in standardutgångsdatum för delningar", "Allow username autocompletion in share dialog and allow access to the system address book" : "Tillåt autokomplettering av användarnamn i delningsdialogen och tillåt åtkomst till systemets adressbok", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tvåfaktorsautentisering kan påtvingas för alla användare och specifika grupper. Om de inte har en tvåfaktorsleverantör konfigurerad kommer de inte att kunna logga in i systemet.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "När grupper väljs/exkluderas används följande logik för att avgöra om en användare har 2FA påtvingad: Om inga grupper väljs är 2FA aktiverat för alla förutom medlemmar i exkluderade grupper. Om grupper väljs är 2FA aktiverat för alla medlemmar i dessa grupper. Om en användare är medlem i både en vald och exkluderad grupp, har den valda företräde och 2FA påtvingas.", - "{license}-licensed" : "{license}-licensierad", - "Rating: {score}/10" : "Betyg: {score}/10", - "Username" : "Användarnamn", - "Execute one task with each page loaded. Use case: Single user instance." : "Utför en uppgift med varje sidladdning. Användningsfall: instans med en användare.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php är registrerad på en webcron-tjänst för att anropa cron.php var 5:e minut över HTTP. Användningsfall: Mycket liten instans (1–5 användare beroende på användning).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php måste köras av systemanvändaren \"{user}\".", - "Enable or disable profile by default for new users." : "Aktivera eller inaktivera profil som standard för nya användare.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Du håller på att ta bort gruppen \"{group}\". Användarna kommer INTE att raderas.", + "Your biography" : "Din biografi", "You are using <strong>{usage}</strong>" : "Du använder <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Du använder <strong>{usage}</strong> av <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Ytterligare e-postadresser", - "Enable Profile" : "Aktivera profil", - "No users" : "Inga användare", - "Loading users …" : "Laddar användare …", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Lista över användare. Denna lista är inte helt återgiven av prestationsskäl. Användarna kommer att renderas när du navigerar genom listan.", "New user" : "Ny användare", "Groups (required)" : "Grupper (obligatoriskt)", "Set user groups" : "Ställ in användargrupper", @@ -740,37 +724,15 @@ "Set user manager" : "Ställ in användarhanterare", "Username will be autogenerated" : "Användarnamn kommer att autogenereras", "Username (required)" : "Användarnamn (obligatoriskt)", + "Loading users …" : "Laddar användare …", + "Username" : "Användarnamn", "User backend" : "Användarbackend", "User actions" : "Användaråtgärder", - "Loading user …" : "Laddar användare …", - "You do not have permissions to see the details of this user" : "Du har inte behörighet att se detaljerna för den här användaren", "Add user to group" : "Lägg till användare i grupp", - "Set user as admin for" : "Gör användare till admin för", - "Select user quota" : "Välj användarens quota", - "Delete user" : "Ta bort användare", - "Wipe all devices" : "Rensa alla enheter", - "Disable user" : "Stäng av användare", - "Enable user" : "Aktivera användare", - "Failed to update user manager" : "Kunde inte uppdatera användarhanterare", - "Toggle user actions menu" : "Växla menyn med användaråtgärder", - "User management settings" : "Användarhanteringsinställningar", - "Show user backend" : "Visa användar-backend", - "Send welcome email to new users" : "Skicka välkomstmail till nya användare", "Name your device" : "Namnge din enhet", "Server error while trying to add WebAuthn device" : "Serverfel när du försökte lägga till en WebAuthn-enhet", - "by {author}\n{license}" : "av {author}\n{license}", - "User management" : "Användarhantering", - "Active users" : "Aktiva användare", - "Disabled users" : "Inaktiva användare", - "Creating group …" : "Skapar grupp ...", - "User group: {group}" : "Användargrupp: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Ej tillgängligt eftersom federation har inaktiverats för ditt konto, kontakta din systemadministratör om du har några frågor", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Inte tillgänglig då publicering av användarspecifik data till lookup-servern inte är tillåten, kontakta din systemadministratör ifall du har frågor", - "Show to logged in users only" : "Visa endast för inloggade användare", - "Nextcloud help resources" : "Nextcloud hjälpresurser", - "SMTP Username" : "SMTP-användarnamn", - "Follow us on Twitter" : "Följ oss på Twitter", "Active accounts" : "Aktiva konton", + "Follow us on Twitter" : "Följ oss på Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "För att denna kontroll ska kunna köra måste du se till att webbservern kan ansluta till sig själv. Den måste alltså kunna finna och ansluta till minst en av sina \"trusted_domains\" eller \"overwrite.cli.url\":en. Detta misslyckande kan vara resultatet av en DNS missmatch på serversidan eller utgående brandväggs-regler." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/settings/l10n/th.js b/apps/settings/l10n/th.js index 0ef07524d2a..be17c281d9c 100644 --- a/apps/settings/l10n/th.js +++ b/apps/settings/l10n/th.js @@ -103,6 +103,8 @@ OC.L10N.register( "_%n app has an update available_::_%n apps have an update available_" : ["%n แอปมีอัปเดตใหม่"], "Loading" : "กำลังโหลด", "Type" : "ประเภท", + "Confirm" : "ยืนยัน", + "Cancel" : "ยกเลิก", "Description" : "คำอธิบาย", "Details" : "รายละเอียด", "All" : "ทั้งหมด", @@ -154,8 +156,6 @@ OC.L10N.register( "This is the final warning: Do you really want to enable encryption?" : "นี่คือการเตือนครั้งสุดท้าย: คุณต้องการเปิดใช้การเข้ารหัสจริง ๆ หรือไม่?", "No encryption module loaded, please enable an encryption module in the app menu." : "ไม่มีโมดูลการเข้ารหัสที่ถูกโหลด โปรดเปิดใช้งานโมดูลการเข้ารหัสในเมนูแอป", "Select default encryption module:" : "เลือกโมดูลการเข้ารหัสค่าเริ่มต้น:", - "Cancel" : "ยกเลิก", - "Confirm" : "ยืนยัน", "Submit" : "ส่ง", "Remove group" : "ลบกลุ่ม", "Current password" : "รหัสผ่านปัจจุบัน", @@ -236,6 +236,7 @@ OC.L10N.register( "Disable" : "ปิดใช้งาน", "The app will be downloaded from the App Store" : "แอปจะถูกดาวน์โหลดจากร้านค้าแอป", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "แอปนี้ยังไม่ถูกระบุว่ารองรับกับรุ่น Nextcloud ของคุณ หากคุณดำเนินการต่อ คุณจะสามารถติดตั้งแอปได้ แต่แอปอาจไม่ทำงานอย่างที่คาดหวังไว้", + "Unknown" : "ไม่ทราบ", "Never" : "ไม่เคย", "Error: This app cannot be enabled because it makes the server unstable" : "ข้อผิดพลาด: ไม่สามารถเปิดใช้งานแอปนี้เพราะทำให้เซิร์ฟเวอร์ไม่เสถียร", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "แอปเปิดใช้งานแล้ว แต่ต้องทำการอัปเดต คุณจะถูกนำไปยังหน้าอัปเดตใน 5 วินาที", @@ -271,32 +272,12 @@ OC.L10N.register( "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "ตรวจสอบความปลอดภัยของ Nextcloud ของคุณผ่าน<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">การสแกนความปลอดภัยของเรา ↗</a>", "Reasons to use Nextcloud in your organization" : "เหตุผลที่ควรใช้ Nextcloud ในองค์กรของคุณ", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "รุ่นที่ออกโดยชุมชนของ Nextcloud นี้ไม่ได้รับการสนับสนุน และไม่สามารถใช้งานการแจ้งเตือนทันทีได้", - "No user supplied" : "ไม่ได้ระบุผู้ใช้", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "โปรดใส่รหัสผ่านกู้คืนของผู้ดูแลระบบ มิฉะนั้น ข้อมูลของผู้ใช้ทั้งหมดจะหายไป", - "Invalid user" : "ผู้ใช้ไม่ถูกต้อง", - "Your username is: %s" : "ชื่อผู้ใช้ของคุณคือ: %s", - "Exclude groups from sharing" : "ยกเว้นกลุ่มจากการแชร์", - "These groups will still be able to receive shares, but not to initiate them." : "กลุ่มนี้จะยังคงสามารถรับการแชร์ แต่ไม่สามารถสร้างแชร์ใหม่", "Set default expiration date for shares" : "ตั้งวันหมดอายุค่าเริ่มต้นสำหรับการแชร์", - "{license}-licensed" : "สัญญาอนุญาต {license}", - "Username" : "ชื่อผู้ใช้", "New user" : "ผู้ใช้ใหม่", + "Username" : "ชื่อผู้ใช้", "User backend" : "แบ็กเอนด์ของผู้ใช้", - "You do not have permissions to see the details of this user" : "คุณไม่มีสิทธิ์ที่จะดูรายละเอียดของผู้ใช้นี้", "Add user to group" : "เพิ่มผู้ใช้เข้ากลุ่ม", - "Set user as admin for" : "ตั้งผู้ใช้เป็นผู้ดูแลระบบสำหรับ", - "Select user quota" : "เลือกโควต้าผู้ใช้", - "Delete user" : "ลบผู้ใช้", - "Wipe all devices" : "ล้างอุปกรณ์ทั้งหมด", - "Disable user" : "ปิดใช้งานผู้ใช้", - "Enable user" : "เปิดใช้งานผู้ใช้", - "Toggle user actions menu" : "เปิด-ปิด เมนูการกระทำผู้ใช้", - "Show user backend" : "แสดงแบ็กเอนด์ของผู้ใช้", "Name your device" : "ตั้งชื่ออุปกรณ์ของคุณ", - "Server error while trying to add WebAuthn device" : "เกิดข้อผิดพลาดเซิร์ฟเวอร์ขณะกำลังพยายามเพิ่มอุปกรณ์ WebAuthn", - "by {author}\n{license}" : "โดย {author}\n{license}", - "Active users" : "ผู้ใช้ที่ใช้งานอยู่", - "Disabled users" : "ผู้ใช้ที่ปิดใช้งาน", - "SMTP Username" : "ชื่อผู้ใช้ SMTP" + "Server error while trying to add WebAuthn device" : "เกิดข้อผิดพลาดเซิร์ฟเวอร์ขณะกำลังพยายามเพิ่มอุปกรณ์ WebAuthn" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/th.json b/apps/settings/l10n/th.json index 4d8d76fe4f9..77ca3e07a3c 100644 --- a/apps/settings/l10n/th.json +++ b/apps/settings/l10n/th.json @@ -101,6 +101,8 @@ "_%n app has an update available_::_%n apps have an update available_" : ["%n แอปมีอัปเดตใหม่"], "Loading" : "กำลังโหลด", "Type" : "ประเภท", + "Confirm" : "ยืนยัน", + "Cancel" : "ยกเลิก", "Description" : "คำอธิบาย", "Details" : "รายละเอียด", "All" : "ทั้งหมด", @@ -152,8 +154,6 @@ "This is the final warning: Do you really want to enable encryption?" : "นี่คือการเตือนครั้งสุดท้าย: คุณต้องการเปิดใช้การเข้ารหัสจริง ๆ หรือไม่?", "No encryption module loaded, please enable an encryption module in the app menu." : "ไม่มีโมดูลการเข้ารหัสที่ถูกโหลด โปรดเปิดใช้งานโมดูลการเข้ารหัสในเมนูแอป", "Select default encryption module:" : "เลือกโมดูลการเข้ารหัสค่าเริ่มต้น:", - "Cancel" : "ยกเลิก", - "Confirm" : "ยืนยัน", "Submit" : "ส่ง", "Remove group" : "ลบกลุ่ม", "Current password" : "รหัสผ่านปัจจุบัน", @@ -234,6 +234,7 @@ "Disable" : "ปิดใช้งาน", "The app will be downloaded from the App Store" : "แอปจะถูกดาวน์โหลดจากร้านค้าแอป", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "แอปนี้ยังไม่ถูกระบุว่ารองรับกับรุ่น Nextcloud ของคุณ หากคุณดำเนินการต่อ คุณจะสามารถติดตั้งแอปได้ แต่แอปอาจไม่ทำงานอย่างที่คาดหวังไว้", + "Unknown" : "ไม่ทราบ", "Never" : "ไม่เคย", "Error: This app cannot be enabled because it makes the server unstable" : "ข้อผิดพลาด: ไม่สามารถเปิดใช้งานแอปนี้เพราะทำให้เซิร์ฟเวอร์ไม่เสถียร", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "แอปเปิดใช้งานแล้ว แต่ต้องทำการอัปเดต คุณจะถูกนำไปยังหน้าอัปเดตใน 5 วินาที", @@ -269,32 +270,12 @@ "Check the security of your Nextcloud over <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">our security scan ↗</a>." : "ตรวจสอบความปลอดภัยของ Nextcloud ของคุณผ่าน<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">การสแกนความปลอดภัยของเรา ↗</a>", "Reasons to use Nextcloud in your organization" : "เหตุผลที่ควรใช้ Nextcloud ในองค์กรของคุณ", "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "รุ่นที่ออกโดยชุมชนของ Nextcloud นี้ไม่ได้รับการสนับสนุน และไม่สามารถใช้งานการแจ้งเตือนทันทีได้", - "No user supplied" : "ไม่ได้ระบุผู้ใช้", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "โปรดใส่รหัสผ่านกู้คืนของผู้ดูแลระบบ มิฉะนั้น ข้อมูลของผู้ใช้ทั้งหมดจะหายไป", - "Invalid user" : "ผู้ใช้ไม่ถูกต้อง", - "Your username is: %s" : "ชื่อผู้ใช้ของคุณคือ: %s", - "Exclude groups from sharing" : "ยกเว้นกลุ่มจากการแชร์", - "These groups will still be able to receive shares, but not to initiate them." : "กลุ่มนี้จะยังคงสามารถรับการแชร์ แต่ไม่สามารถสร้างแชร์ใหม่", "Set default expiration date for shares" : "ตั้งวันหมดอายุค่าเริ่มต้นสำหรับการแชร์", - "{license}-licensed" : "สัญญาอนุญาต {license}", - "Username" : "ชื่อผู้ใช้", "New user" : "ผู้ใช้ใหม่", + "Username" : "ชื่อผู้ใช้", "User backend" : "แบ็กเอนด์ของผู้ใช้", - "You do not have permissions to see the details of this user" : "คุณไม่มีสิทธิ์ที่จะดูรายละเอียดของผู้ใช้นี้", "Add user to group" : "เพิ่มผู้ใช้เข้ากลุ่ม", - "Set user as admin for" : "ตั้งผู้ใช้เป็นผู้ดูแลระบบสำหรับ", - "Select user quota" : "เลือกโควต้าผู้ใช้", - "Delete user" : "ลบผู้ใช้", - "Wipe all devices" : "ล้างอุปกรณ์ทั้งหมด", - "Disable user" : "ปิดใช้งานผู้ใช้", - "Enable user" : "เปิดใช้งานผู้ใช้", - "Toggle user actions menu" : "เปิด-ปิด เมนูการกระทำผู้ใช้", - "Show user backend" : "แสดงแบ็กเอนด์ของผู้ใช้", "Name your device" : "ตั้งชื่ออุปกรณ์ของคุณ", - "Server error while trying to add WebAuthn device" : "เกิดข้อผิดพลาดเซิร์ฟเวอร์ขณะกำลังพยายามเพิ่มอุปกรณ์ WebAuthn", - "by {author}\n{license}" : "โดย {author}\n{license}", - "Active users" : "ผู้ใช้ที่ใช้งานอยู่", - "Disabled users" : "ผู้ใช้ที่ปิดใช้งาน", - "SMTP Username" : "ชื่อผู้ใช้ SMTP" + "Server error while trying to add WebAuthn device" : "เกิดข้อผิดพลาดเซิร์ฟเวอร์ขณะกำลังพยายามเพิ่มอุปกรณ์ WebAuthn" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index 17a4d959929..95661120187 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "Parola koruması dayatılsın", "Exclude groups from password requirements" : "Parola gereksinimlerine katılmayacak gruplar", "Exclude groups from creating link shares" : "Bağlantı paylaşımı oluşturamayacak gruplar", + "Allow users to set custom share link tokens" : "Kullanıcılar özel paylaşım bağlantısı kodları ayarlayabilsin", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Bu ayar kapatıldıktan sonra özel kodları olan paylaşımlar erişilebilir olmayı sürdürür", + "Shares with guessable tokens may be accessed easily" : "Öngörülebilir kodları olan paylaşımlara kolayca erişilebilir", "Limit sharing based on groups" : "Paylaşımlar gruplara göre sınırlansın", "Allow sharing for everyone (default)" : "Herkes ile paylaşım yapılabilsin (varsayılan)", "Exclude some groups from sharing" : "Bazı gruplar ile paylaşım yapılamasın", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "Görüntülenecek ad", "GPUs support" : "Grafik işlemci desteği", "Compute device" : "Hesaplama aygıtı", + "Advanced deploy options" : "Gelişmiş dağıtma seçenekleri", + "Edit ExApp deploy options before installation" : "ExApp dağıtma seçeneklerini kurulumdan önce düzenleyin", + "Configured ExApp deploy options. Can be set only during installation" : "Yapılandırılmış ExApp dağıtım seçenekleri. Yalnızca kurulum sırasında ayarlanabilir", + "Learn more" : "Ayrıntılı bilgi alın", + "Environment variables" : "Ortam değişkenleri", + "ExApp container environment variables" : "ExApp kapsayıcısı ortam değişkenleri", + "No environment variables defined" : "Herhangi bir ortam değişkeni tanımlanmamış", + "Mounts" : "Takılanlar", + "Define host folder mounts to bind to the ExApp container" : "ExApp kapsayıcısına takılacak sunucu klasörü bağlantılarını tanımlayın", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "ExApp kurmadan önce sunucuda dağıtım işlemi var olmalıdır", + "Host path" : "Sunucu yolu", + "Container path" : "Kapsayıcı yolu", + "Read-only" : "Salt okunur", + "Remove mount" : "Takmayı kaldır", + "New mount" : "Yeni takma", + "Enter path to host folder" : "Sunucu klasörünün yolunu yazın", + "Enter path to container folder" : "Kapsayıcı klasörünün yolunu yazın", + "Toggle read-only mode" : "Salt okunur kipi aç/kapat", + "Confirm adding new mount" : "Yeni takma eklemeyi onayla", + "Confirm" : "Onayla", + "Cancel adding mount" : "Takma eklemeyi iptal et", + "Cancel" : "İptal", + "Add mount" : "Takma ekle", + "ExApp container mounts" : "ExApp kapsayıcı takmaları", + "No mounts defined" : "Herhangi bir takma tanımlanmamış", "Description" : "Açıklama", "Details" : "Ayrıntılar", "All" : "Tümü", "Limit app usage to groups" : "Uygulama kullanımı şu gruplarla sınırlansın", "No results" : "Herhangi bir sonuç bulunamadı", "Update to {version}" : "{version} sürümüne güncelle", + "Deploy options" : "Dağıtım seçenekleri", "Default Deploy daemon is not accessible" : "Varsayılan dağıtım arka plan işlemine erişilemedi", "Delete data on remove" : "Kaldırıldığında veriler silinsin", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Bu uygulama için en düşük Nextcloud sürümü belirtilmemiş. Bu durum ileride sorun çıkarır.", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "Sunucu tarafı şifreleme yapılandırması güncellenemedi", "Please confirm the group removal" : "Grubu silme işlemini onaylayın", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Hesaplar SİLİNMEYECEK.", - "Cancel" : "İptal", - "Confirm" : "Onayla", "Submit" : "Gönder", "Rename group" : "Grubu yeniden adlandır", "Remove group" : "Grubu sil", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "Profil görseli kırpılırken sorun çıktı", "Error saving profile picture" : "Profil görseli kaydediliirken sorun çıktı", "Error removing profile picture" : "Profil görseli kaldırılırken sorun çıktı", - "Your biography" : "Özgeçmişiniz", + "Your biography. Markdown is supported." : "Özgeçmişiniz. Markdown kullanılabilir.", "Enter your date of birth" : "Doğum tarihinizi yazın", "Unable to update date of birth" : "Doğum tarihi güncellenemedi", "You are a member of the following groups:" : "Şu gruplara üyesiniz:", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "Şunun grup yöneticisi", "Account backend" : "Hesap arka ucu", "Storage location" : "Depolama konumu", + "First login" : "İlk oturum açma", "Last login" : "Son oturum açma", "Account actions" : "Hesap işlemleri", "Password or insufficient permissions message" : "Parola ya da izinler yetersiz iletisi", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "Görüntülenecek dil", "Show account backend" : "Hesap arka ucu görüntülensin", "Show storage path" : "Depolama yolu görüntülensin", + "Show first login" : "İlk oturum açma zamanı görüntülensin", "Show last login" : "Son oturum açma zamanı görüntülensin", "Sorting" : "Sıralama", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Sistem yapılandırması, grupların ada göre sıralanmasını zorunlu kılar. Bu aynı zamanda üye sayısının görüntülenmesini de kapatır.", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "Herkese görüntülensin", "Show to logged in accounts only" : "Yalnızca oturum açmış hesaplara görüntülensin", "Hide" : "Gizlensin", - "manual-install apps cannot be updated" : "el ile kurulmuş uygulamalar güncellenemez", + "Manually installed apps cannot be updated" : "El ile kurulmuş uygulamalar güncellenemez", "{progress}% Deploying …" : "Dağıtılıyor %{progress}…", "{progress}% Initializing …" : "Hazırlanıyor %{progress}…", "Health checking" : "Sağlık denetimi", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "Denenmemiş uygulamalar kullanılabilsin", "The app will be downloaded from the App Store" : "Uygulama uygulama mağazasından indirilecek", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Bu uygulamanın kullandığınız Nextcloud sürümü ile uyumluluğu denetlenmemiş. İşlemi sürdürerek uygulamayı kurabilirsiniz. Ancak uygulama beklendiği gibi çalışmayabilir.", + "Unknown" : "Bilinmiyor", "Never" : "Asla", "Could not register device: Network error" : "Aygıt kaydedilemedi: Ağ sorunu", "Could not register device: Probably already registered" : "Aygıt kaydedilemedi: Büyük olasılıkla zaten kayıtlı", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Bu Nextcloud topluluk sürümü desteklenmiyor ve anlık bildirimler kullanılamıyor.", "Use a second factor besides your password to increase security for your account." : "Parolanızın yanında ikinci bir doğrulama kullanarak hesabınızın güvenliğini arttırabilirsiniz.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Nextcloud bağlantısı kurmak için üçüncü taraf uygulamaları kullanıyorsanız, lütfen iki adımlı doğrulamayı kullanıma almadan önce her biri için bir uygulama parolası oluşturduğunuzdan ve yapılandırdığınızdan emin olun.", - "No user supplied" : "Kullanıcı belirtilmemiş", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Lütfen bir yönetici kurtarma parolası yazın, yoksa tüm kullanıcı verileri kaybolur", - "Backend does not support password change, but the user's encryption key was updated." : "Yönetim bölümünden parola değişikliği yapılamaz, ancak kullanıcının şifreleme anahtarı güncellendi.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Sınama e-postaları göndermeden önce kullanıcı e-postanızı ayarlamalısınız. Bunun için %s bölümüne gidin.", - "Invalid user" : "Kullanıcı geçersiz", - "Your username is: %s" : "Kullanıcı adınız: %s", - "Logged in user must be a subadmin" : "Oturum açmış kullanıcı bir alt yönetici olmalıdır", - "Old user imported certificates" : "Kullanıcının içe aktardığı eski sertifikalar", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Kullanıcı tarafından içe aktarılmış SSL sertifikalarını denetleyen bir arka plan görevi bekliyor. Lütfen bir süre sonra yeniden denetleyin.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Kullanıcı tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.", "Missing optional index \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" dizini \"%s\" tablosunda eksik.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veri tabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.", "File locking" : "Dosya kilitleme", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "İşlemsel dosya kilidi kullanımdan kaldırılmış. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini kullanıma alın.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript desteği kontrol edilemedi. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", - "MySQL unicode support" : "MySQL unikod desteği", - "Overwrite cli URL" : "CLI adresi değişikliği", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %s kullanıyorsunuz. PHP 8.0 son olarak Nextcloud 27 sürümünde destekleniyor. Nextcloud 28 için en az PHP 8.1 gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" sürümü kullanılıyor. Nextcloud 21 ve üzerinde bu sürüm desteklenmiyor. MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. MySQL 8.0 ya da MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Konuşmadan metne dönüştürme özelliği farklı uygulamalardan sağlanabilir. Buradan, hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", "None of your currently installed apps provide Speech-To-Text functionality" : "Şu anda kurulu uygulamaların hiç birinde konuşmadan metne dönüştürme özelliği yok", "None of your currently installed apps provide Text processing functionality" : "Şu anda kurulu uygulamaların hiç birinde metin işleme özelliği yok", - "Exclude groups from sharing" : "Gruplar paylaşıma katılmasın", - "These groups will still be able to receive shares, but not to initiate them." : "Bu gruplar paylaşımları alabilir ancak başlatamaz.", "Set default expiration date for shares" : "Paylaşımlar için varsayılan geçerlilik süresi sonu ayarlansın", "Allow username autocompletion in share dialog and allow access to the system address book" : "Paylaşım penceresinde kullanıcı adının otomatik tamamlanmasına ve sistem adres defterine erişilmesine izin verilsin", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm kullanıcılar ve belirli gruplar için iki adımlı doğrulama kullanılır. İki adımlı doğrulama hizmeti sağlayıcısını yapılandırmayan kullanıcılar oturum açamaz.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Uygulanan ya da uygulanmayan gruplar belirtildiğinde, bir kullanıcının iki adımlı doğrulama kullanıp kullanmayacağına şu şekilde karar verilir. Herhangi bir grup belirtilmemiş ise, uygulanmayan grupların üyeleri dışındaki tüm üyeler için iki adımlı doğrulama kullanılır. Belirtilmiş gruplar varsa, uygulanan bu grupların üyeleri için iki adımlı doğrulama kullanılır. Bir kullanıcının hem uygulanan hem de uygulanmayan gruplarda üyeliği varsa, uygulanan grupların önceliği vardır ve iki adımlı doğrulama kullanılır.", - "{license}-licensed" : "{license}-lisanslı", - "Rating: {score}/10" : "Değerlendirme: {score}/10", - "Username" : "Kullanıcı adı", - "Execute one task with each page loaded. Use case: Single user instance." : "Her sayfa yüklendiğinde bir görev yürütülür. Kullanım şekli: Tek kullanıcılı kopya.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php, HTTP üzerinden her 5 dakikada bir cron.php sayfasını çağıran bir internet zamanlanmış görevi hizmetinde kayıtlıdır. Kullanım şekli: Çok küçük kopya (kullanıma bağlı olarak 1–5 kullanıcı).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php dosyası \"{user}\" sistem kullanıcısı tarafından yürütülmelidir.", - "Enable or disable profile by default for new users." : "Bu seçenek kullanıma alındığında, profil yeni kullanıcılar için varsayılan olur.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.", + "Your biography" : "Özgeçmişiniz", "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong> kullanıyorsunuz", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{usage}</strong> / <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>) kullanıyorsunuz", - "Additional emails" : "Ek e-posta adresleri", - "Enable Profile" : "Profili kullanıma al", - "No users" : "Herhangi bir kullanıcı yok", - "Loading users …" : "Kullanıcılar yükleniyor…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Kullanıcı listesi. Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe dosyalar görüntülenecek.", "New user" : "Yeni kullanıcı", "Groups (required)" : "Gruplar (zorunlu)", "Set user groups" : "Kullanıcı gruplarını ayarla", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "Kullanıcı yöneticisi ayarla", "Username will be autogenerated" : "Kullanıcı adı otomatik olarak oluşturulacak", "Username (required)" : "Kullanıcı adı (zorunlu)", + "Loading users …" : "Kullanıcılar yükleniyor…", + "Username" : "Kullanıcı adı", "User backend" : "Kullanıcı arka ucu", "User actions" : "Kullanıcı işlemleri", - "Loading user …" : "Kullanıcı yükleniyor…", - "You do not have permissions to see the details of this user" : "Bu kullanıcının ayrıntılarını görüntüleme izniniz yok", "Add user to group" : "Gruba kullanıcı ekle", - "Set user as admin for" : "Kullanıcıyı şurada yönetici yap", - "Select user quota" : "Kullanıcı kotasını seçin", - "Delete user" : "Kullanıcıyı sil", - "Wipe all devices" : "Tüm aygıtları sil", - "Disable user" : "Kullanıcıyı kullanımdan kaldır", - "Enable user" : "Kullanıcıyı kullanıma al", - "Failed to update user manager" : "Kullanıcı yöneticisi güncellenemedi", - "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü aç/kapat", - "User management settings" : "Kullanıcı yönetimi ayarları", - "Show user backend" : "Kullanıcı arka ucu görüntülensin", - "Send welcome email to new users" : "Yeni kullanıcılara hoş geldiniz e-postası gönderilsin", "Name your device" : "Aygıtınıza bir ad verin", "Server error while trying to add WebAuthn device" : "WebAuthn aygıtı eklenirken sunucu sorunu çıktı", - "by {author}\n{license}" : "{author} tarafından\n{license}", - "User management" : "Kullanıcı yönetimi", - "Active users" : "Etkin kullanıcılar", - "Disabled users" : "Kullanımdan kaldırılmış kullanıcılar", - "Creating group …" : "Grup ekleniyor…", - "User group: {group}" : "Kullanıcı grubu: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Hesabınızda birleşik kullanım kapalı olduğundan kullanılamıyor. Herhangi bir sorunuz varsa sistem yöneticiniz ile görüşün.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Kullanıcıya özel verilerin arama sunucusunda yayınlanmasına izin verilmediğinden kullanılamıyor. Herhangi bir sorunuz varsa sistem yöneticiniz ile görüşün.", - "Show to logged in users only" : "Yalnızca oturum açmış kullanıcılara görüntülensin", - "Nextcloud help resources" : "Nextcloud yardım kaynakları", - "SMTP Username" : "SMTP kullanıcı adı", - "Follow us on Twitter" : "Bizi Twitter üzerinde izleyin", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "Active accounts" : "Etkin hesaplar", + "Follow us on Twitter" : "Bizi Twitter üzerinde izleyin", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir. Bu sorun, sunucu tarafındaki bir DNS uyumsuzluğunun veya giden güvenlik duvarı kuralının sonucu olabilir.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" sürümü bulundu. Bu Nextcloud sürümüyle en iyi başarım, kararlılık ve işlevsellik sağlamak için PostgreSQL sürümünün 12 ile 16 arasında olması önerilir." }, diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index 18ca468888e..187c581364e 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -359,6 +359,9 @@ "Enforce password protection" : "Parola koruması dayatılsın", "Exclude groups from password requirements" : "Parola gereksinimlerine katılmayacak gruplar", "Exclude groups from creating link shares" : "Bağlantı paylaşımı oluşturamayacak gruplar", + "Allow users to set custom share link tokens" : "Kullanıcılar özel paylaşım bağlantısı kodları ayarlayabilsin", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Bu ayar kapatıldıktan sonra özel kodları olan paylaşımlar erişilebilir olmayı sürdürür", + "Shares with guessable tokens may be accessed easily" : "Öngörülebilir kodları olan paylaşımlara kolayca erişilebilir", "Limit sharing based on groups" : "Paylaşımlar gruplara göre sınırlansın", "Allow sharing for everyone (default)" : "Herkes ile paylaşım yapılabilsin (varsayılan)", "Exclude some groups from sharing" : "Bazı gruplar ile paylaşım yapılamasın", @@ -436,12 +439,38 @@ "Display Name" : "Görüntülenecek ad", "GPUs support" : "Grafik işlemci desteği", "Compute device" : "Hesaplama aygıtı", + "Advanced deploy options" : "Gelişmiş dağıtma seçenekleri", + "Edit ExApp deploy options before installation" : "ExApp dağıtma seçeneklerini kurulumdan önce düzenleyin", + "Configured ExApp deploy options. Can be set only during installation" : "Yapılandırılmış ExApp dağıtım seçenekleri. Yalnızca kurulum sırasında ayarlanabilir", + "Learn more" : "Ayrıntılı bilgi alın", + "Environment variables" : "Ortam değişkenleri", + "ExApp container environment variables" : "ExApp kapsayıcısı ortam değişkenleri", + "No environment variables defined" : "Herhangi bir ortam değişkeni tanımlanmamış", + "Mounts" : "Takılanlar", + "Define host folder mounts to bind to the ExApp container" : "ExApp kapsayıcısına takılacak sunucu klasörü bağlantılarını tanımlayın", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "ExApp kurmadan önce sunucuda dağıtım işlemi var olmalıdır", + "Host path" : "Sunucu yolu", + "Container path" : "Kapsayıcı yolu", + "Read-only" : "Salt okunur", + "Remove mount" : "Takmayı kaldır", + "New mount" : "Yeni takma", + "Enter path to host folder" : "Sunucu klasörünün yolunu yazın", + "Enter path to container folder" : "Kapsayıcı klasörünün yolunu yazın", + "Toggle read-only mode" : "Salt okunur kipi aç/kapat", + "Confirm adding new mount" : "Yeni takma eklemeyi onayla", + "Confirm" : "Onayla", + "Cancel adding mount" : "Takma eklemeyi iptal et", + "Cancel" : "İptal", + "Add mount" : "Takma ekle", + "ExApp container mounts" : "ExApp kapsayıcı takmaları", + "No mounts defined" : "Herhangi bir takma tanımlanmamış", "Description" : "Açıklama", "Details" : "Ayrıntılar", "All" : "Tümü", "Limit app usage to groups" : "Uygulama kullanımı şu gruplarla sınırlansın", "No results" : "Herhangi bir sonuç bulunamadı", "Update to {version}" : "{version} sürümüne güncelle", + "Deploy options" : "Dağıtım seçenekleri", "Default Deploy daemon is not accessible" : "Varsayılan dağıtım arka plan işlemine erişilemedi", "Delete data on remove" : "Kaldırıldığında veriler silinsin", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Bu uygulama için en düşük Nextcloud sürümü belirtilmemiş. Bu durum ileride sorun çıkarır.", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "Sunucu tarafı şifreleme yapılandırması güncellenemedi", "Please confirm the group removal" : "Grubu silme işlemini onaylayın", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Hesaplar SİLİNMEYECEK.", - "Cancel" : "İptal", - "Confirm" : "Onayla", "Submit" : "Gönder", "Rename group" : "Grubu yeniden adlandır", "Remove group" : "Grubu sil", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "Profil görseli kırpılırken sorun çıktı", "Error saving profile picture" : "Profil görseli kaydediliirken sorun çıktı", "Error removing profile picture" : "Profil görseli kaldırılırken sorun çıktı", - "Your biography" : "Özgeçmişiniz", + "Your biography. Markdown is supported." : "Özgeçmişiniz. Markdown kullanılabilir.", "Enter your date of birth" : "Doğum tarihinizi yazın", "Unable to update date of birth" : "Doğum tarihi güncellenemedi", "You are a member of the following groups:" : "Şu gruplara üyesiniz:", @@ -653,6 +680,7 @@ "Group admin for" : "Şunun grup yöneticisi", "Account backend" : "Hesap arka ucu", "Storage location" : "Depolama konumu", + "First login" : "İlk oturum açma", "Last login" : "Son oturum açma", "Account actions" : "Hesap işlemleri", "Password or insufficient permissions message" : "Parola ya da izinler yetersiz iletisi", @@ -691,6 +719,7 @@ "Show language" : "Görüntülenecek dil", "Show account backend" : "Hesap arka ucu görüntülensin", "Show storage path" : "Depolama yolu görüntülensin", + "Show first login" : "İlk oturum açma zamanı görüntülensin", "Show last login" : "Son oturum açma zamanı görüntülensin", "Sorting" : "Sıralama", "The system config enforces sorting the groups by name. This also disables showing the member count." : "Sistem yapılandırması, grupların ada göre sıralanmasını zorunlu kılar. Bu aynı zamanda üye sayısının görüntülenmesini de kapatır.", @@ -763,7 +792,7 @@ "Show to everyone" : "Herkese görüntülensin", "Show to logged in accounts only" : "Yalnızca oturum açmış hesaplara görüntülensin", "Hide" : "Gizlensin", - "manual-install apps cannot be updated" : "el ile kurulmuş uygulamalar güncellenemez", + "Manually installed apps cannot be updated" : "El ile kurulmuş uygulamalar güncellenemez", "{progress}% Deploying …" : "Dağıtılıyor %{progress}…", "{progress}% Initializing …" : "Hazırlanıyor %{progress}…", "Health checking" : "Sağlık denetimi", @@ -773,6 +802,7 @@ "Allow untested app" : "Denenmemiş uygulamalar kullanılabilsin", "The app will be downloaded from the App Store" : "Uygulama uygulama mağazasından indirilecek", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Bu uygulamanın kullandığınız Nextcloud sürümü ile uyumluluğu denetlenmemiş. İşlemi sürdürerek uygulamayı kurabilirsiniz. Ancak uygulama beklendiği gibi çalışmayabilir.", + "Unknown" : "Bilinmiyor", "Never" : "Asla", "Could not register device: Network error" : "Aygıt kaydedilemedi: Ağ sorunu", "Could not register device: Probably already registered" : "Aygıt kaydedilemedi: Büyük olasılıkla zaten kayıtlı", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Bu Nextcloud topluluk sürümü desteklenmiyor ve anlık bildirimler kullanılamıyor.", "Use a second factor besides your password to increase security for your account." : "Parolanızın yanında ikinci bir doğrulama kullanarak hesabınızın güvenliğini arttırabilirsiniz.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Nextcloud bağlantısı kurmak için üçüncü taraf uygulamaları kullanıyorsanız, lütfen iki adımlı doğrulamayı kullanıma almadan önce her biri için bir uygulama parolası oluşturduğunuzdan ve yapılandırdığınızdan emin olun.", - "No user supplied" : "Kullanıcı belirtilmemiş", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Lütfen bir yönetici kurtarma parolası yazın, yoksa tüm kullanıcı verileri kaybolur", - "Backend does not support password change, but the user's encryption key was updated." : "Yönetim bölümünden parola değişikliği yapılamaz, ancak kullanıcının şifreleme anahtarı güncellendi.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Sınama e-postaları göndermeden önce kullanıcı e-postanızı ayarlamalısınız. Bunun için %s bölümüne gidin.", - "Invalid user" : "Kullanıcı geçersiz", - "Your username is: %s" : "Kullanıcı adınız: %s", - "Logged in user must be a subadmin" : "Oturum açmış kullanıcı bir alt yönetici olmalıdır", - "Old user imported certificates" : "Kullanıcının içe aktardığı eski sertifikalar", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Kullanıcı tarafından içe aktarılmış SSL sertifikalarını denetleyen bir arka plan görevi bekliyor. Lütfen bir süre sonra yeniden denetleyin.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Kullanıcı tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.", "Missing optional index \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" dizini \"%s\" tablosunda eksik.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veri tabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.", "File locking" : "Dosya kilitleme", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "İşlemsel dosya kilidi kullanımdan kaldırılmış. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini kullanıma alın.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript desteği kontrol edilemedi. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", - "MySQL unicode support" : "MySQL unikod desteği", - "Overwrite cli URL" : "CLI adresi değişikliği", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %s kullanıyorsunuz. PHP 8.0 son olarak Nextcloud 27 sürümünde destekleniyor. Nextcloud 28 için en az PHP 8.1 gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB \"%s\" sürümü kullanılıyor. Nextcloud 21 ve üzerinde bu sürüm desteklenmiyor. MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL \"%s\" sürümü kullanılıyor. Nextcloud 21 sürümünde bu sürüm desteklenmiyor. MySQL 8.0 ya da MariaDB 10.2 ve üzerindeki bir sürüm kullanılmalıdır.", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Konuşmadan metne dönüştürme özelliği farklı uygulamalardan sağlanabilir. Buradan, hangi uygulamanın kullanılacağını ayarlayabilirsiniz.", "None of your currently installed apps provide Speech-To-Text functionality" : "Şu anda kurulu uygulamaların hiç birinde konuşmadan metne dönüştürme özelliği yok", "None of your currently installed apps provide Text processing functionality" : "Şu anda kurulu uygulamaların hiç birinde metin işleme özelliği yok", - "Exclude groups from sharing" : "Gruplar paylaşıma katılmasın", - "These groups will still be able to receive shares, but not to initiate them." : "Bu gruplar paylaşımları alabilir ancak başlatamaz.", "Set default expiration date for shares" : "Paylaşımlar için varsayılan geçerlilik süresi sonu ayarlansın", "Allow username autocompletion in share dialog and allow access to the system address book" : "Paylaşım penceresinde kullanıcı adının otomatik tamamlanmasına ve sistem adres defterine erişilmesine izin verilsin", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm kullanıcılar ve belirli gruplar için iki adımlı doğrulama kullanılır. İki adımlı doğrulama hizmeti sağlayıcısını yapılandırmayan kullanıcılar oturum açamaz.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Uygulanan ya da uygulanmayan gruplar belirtildiğinde, bir kullanıcının iki adımlı doğrulama kullanıp kullanmayacağına şu şekilde karar verilir. Herhangi bir grup belirtilmemiş ise, uygulanmayan grupların üyeleri dışındaki tüm üyeler için iki adımlı doğrulama kullanılır. Belirtilmiş gruplar varsa, uygulanan bu grupların üyeleri için iki adımlı doğrulama kullanılır. Bir kullanıcının hem uygulanan hem de uygulanmayan gruplarda üyeliği varsa, uygulanan grupların önceliği vardır ve iki adımlı doğrulama kullanılır.", - "{license}-licensed" : "{license}-lisanslı", - "Rating: {score}/10" : "Değerlendirme: {score}/10", - "Username" : "Kullanıcı adı", - "Execute one task with each page loaded. Use case: Single user instance." : "Her sayfa yüklendiğinde bir görev yürütülür. Kullanım şekli: Tek kullanıcılı kopya.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php, HTTP üzerinden her 5 dakikada bir cron.php sayfasını çağıran bir internet zamanlanmış görevi hizmetinde kayıtlıdır. Kullanım şekli: Çok küçük kopya (kullanıma bağlı olarak 1–5 kullanıcı).", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php dosyası \"{user}\" sistem kullanıcısı tarafından yürütülmelidir.", - "Enable or disable profile by default for new users." : "Bu seçenek kullanıma alındığında, profil yeni kullanıcılar için varsayılan olur.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.", + "Your biography" : "Özgeçmişiniz", "You are using <strong>{usage}</strong>" : "<strong>{usage}</strong> kullanıyorsunuz", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{usage}</strong> / <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>) kullanıyorsunuz", - "Additional emails" : "Ek e-posta adresleri", - "Enable Profile" : "Profili kullanıma al", - "No users" : "Herhangi bir kullanıcı yok", - "Loading users …" : "Kullanıcılar yükleniyor…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Kullanıcı listesi. Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe dosyalar görüntülenecek.", "New user" : "Yeni kullanıcı", "Groups (required)" : "Gruplar (zorunlu)", "Set user groups" : "Kullanıcı gruplarını ayarla", @@ -889,39 +892,15 @@ "Set user manager" : "Kullanıcı yöneticisi ayarla", "Username will be autogenerated" : "Kullanıcı adı otomatik olarak oluşturulacak", "Username (required)" : "Kullanıcı adı (zorunlu)", + "Loading users …" : "Kullanıcılar yükleniyor…", + "Username" : "Kullanıcı adı", "User backend" : "Kullanıcı arka ucu", "User actions" : "Kullanıcı işlemleri", - "Loading user …" : "Kullanıcı yükleniyor…", - "You do not have permissions to see the details of this user" : "Bu kullanıcının ayrıntılarını görüntüleme izniniz yok", "Add user to group" : "Gruba kullanıcı ekle", - "Set user as admin for" : "Kullanıcıyı şurada yönetici yap", - "Select user quota" : "Kullanıcı kotasını seçin", - "Delete user" : "Kullanıcıyı sil", - "Wipe all devices" : "Tüm aygıtları sil", - "Disable user" : "Kullanıcıyı kullanımdan kaldır", - "Enable user" : "Kullanıcıyı kullanıma al", - "Failed to update user manager" : "Kullanıcı yöneticisi güncellenemedi", - "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü aç/kapat", - "User management settings" : "Kullanıcı yönetimi ayarları", - "Show user backend" : "Kullanıcı arka ucu görüntülensin", - "Send welcome email to new users" : "Yeni kullanıcılara hoş geldiniz e-postası gönderilsin", "Name your device" : "Aygıtınıza bir ad verin", "Server error while trying to add WebAuthn device" : "WebAuthn aygıtı eklenirken sunucu sorunu çıktı", - "by {author}\n{license}" : "{author} tarafından\n{license}", - "User management" : "Kullanıcı yönetimi", - "Active users" : "Etkin kullanıcılar", - "Disabled users" : "Kullanımdan kaldırılmış kullanıcılar", - "Creating group …" : "Grup ekleniyor…", - "User group: {group}" : "Kullanıcı grubu: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Hesabınızda birleşik kullanım kapalı olduğundan kullanılamıyor. Herhangi bir sorunuz varsa sistem yöneticiniz ile görüşün.", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Kullanıcıya özel verilerin arama sunucusunda yayınlanmasına izin verilmediğinden kullanılamıyor. Herhangi bir sorunuz varsa sistem yöneticiniz ile görüşün.", - "Show to logged in users only" : "Yalnızca oturum açmış kullanıcılara görüntülensin", - "Nextcloud help resources" : "Nextcloud yardım kaynakları", - "SMTP Username" : "SMTP kullanıcı adı", - "Follow us on Twitter" : "Bizi Twitter üzerinde izleyin", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "`trusted_domains` ya da `overwrite.cli.url` değerlerinden biri ile JavaScript desteği olup olmadığ denetlenemedi. Bu durum, sunucu tarafı DNS uyuşmazlığından ya da giden güvenlik duvarı kuralından kaynaklanıyor olabilir. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "Active accounts" : "Etkin hesaplar", + "Follow us on Twitter" : "Bizi Twitter üzerinde izleyin", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir. Bu sorun, sunucu tarafındaki bir DNS uyumsuzluğunun veya giden güvenlik duvarı kuralının sonucu olabilir.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" sürümü bulundu. Bu Nextcloud sürümüyle en iyi başarım, kararlılık ve işlevsellik sağlamak için PostgreSQL sürümünün 12 ile 16 arasında olması önerilir." },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/settings/l10n/ug.js b/apps/settings/l10n/ug.js index f3719b7f492..a2a47b452e7 100644 --- a/apps/settings/l10n/ug.js +++ b/apps/settings/l10n/ug.js @@ -420,6 +420,8 @@ OC.L10N.register( "Display Name" : "كۆرسىتىش ئىسمى", "GPUs support" : "GPUs نى قوللايدۇ", "Compute device" : "ھېسابلاش ئۈسكۈنىسى", + "Confirm" : "جەزملەشتۈرۈڭ", + "Cancel" : "ۋاز كەچ", "Description" : "چۈشەندۈرۈش", "Details" : "تەپسىلاتى", "All" : "ھەممىسى", @@ -518,8 +520,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "مۇلازىمېتىر تەرەپ مەخپىيلەشتۈرۈش سەپلىمىسىنى يېڭىلاشقا ئامالسىز", "Please confirm the group removal" : "گۇرۇپپا ئۆچۈرۈلگەنلىكىنى جەزملەشتۈرۈڭ", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "سىز «{group}» گۇرۇپپىسىنى ئۆچۈرمەكچى بولۇۋاتىسىز. ھېساباتلار ئۆچۈرۈلمەيدۇ.", - "Cancel" : "ۋاز كەچ", - "Confirm" : "جەزملەشتۈرۈڭ", "Submit" : "يوللاڭ", "Rename group" : "گۇرۇپپىنىڭ نامىنى ئۆزگەرتىش", "Remove group" : "گۇرۇپپىنى ئۆچۈرۈڭ", @@ -541,7 +541,6 @@ OC.L10N.register( "Error cropping profile picture" : "ئارخىپ رەسىمىنى كېسىشتە خاتالىق", "Error saving profile picture" : "ئارخىپ رەسىمىنى ساقلاشتا خاتالىق", "Error removing profile picture" : "ئارخىپ رەسىمىنى ئۆچۈرۈشتە خاتالىق", - "Your biography" : "تەرجىمىھالىڭىز", "Enter your date of birth" : "تۇغۇلغان ۋاقتىڭىزنى كىرگۈزۈڭ", "Unable to update date of birth" : "تۇغۇلغان ۋاقتىنى يېڭىلاشقا ئامالسىز", "You are a member of the following groups:" : "سىز تۆۋەندىكى گۇرۇپپىلارنىڭ ئەزاسى:", @@ -746,7 +745,6 @@ OC.L10N.register( "Show to everyone" : "كۆپچىلىككە كۆرسەت", "Show to logged in accounts only" : "پەقەت ھېساباتقا كىرگەنلىكىنى كۆرسەت", "Hide" : "يوشۇر", - "manual-install apps cannot be updated" : "قولدا قاچىلاش ئەپلىرىنى يېڭىلاشقا بولمايدۇ", "{progress}% Deploying …" : "{progress}% ئورۇنلاشتۇرۇش…", "{progress}% Initializing …" : "{progress}% باشلاش…", "Health checking" : "سالامەتلىك تەكشۈرتۈش", @@ -756,6 +754,7 @@ OC.L10N.register( "Allow untested app" : "سىناق قىلىنمىغان ئەپكە يول قويۇڭ", "The app will be downloaded from the App Store" : "بۇ ئەپ ئەپ دۇكىنىدىن چۈشۈرۈلىدۇ", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "بۇ ئەپ سىزنىڭ Nextcloud نەشرىڭىزگە ماس كەلمەيدۇ. داۋاملاشتۇرسىڭىز يەنىلا ئەپنى قاچىلىيالايسىز. شۇنىڭغا دىققەت قىلىڭكى ، بۇ دېتال مۆلچەردىكىدەك ئىشلىمەسلىكى مۇمكىن.", + "Unknown" : "نامەلۇم", "Never" : "ھەرگىز بولمايدۇ", "Could not register device: Network error" : "ئۈسكۈنىنى تىزىملىيالمىدى: تور خاتالىقى", "Could not register device: Probably already registered" : "ئۈسكۈنىنى تىزىملىيالمىدى: بەلكىم تىزىملاتقان بولۇشى مۇمكىن", @@ -814,23 +813,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Nextcloud نىڭ بۇ مەھەللە تارقىتىلىشى قوللىمايدۇ ، دەرھال ئۇقتۇرۇشنى ئىشلەتكىلى بولمايدۇ.", "Use a second factor besides your password to increase security for your account." : "ھېساباتىڭىزنىڭ بىخەتەرلىكىنى ئاشۇرۇش ئۈچۈن پارولىڭىزدىن باشقا ئىككىنچى ئامىلنى ئىشلىتىڭ.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Nextcloud غا ئۇلىنىش ئۈچۈن ئۈچىنچى تەرەپ قوللىنىشچان پروگراممىلىرىنى ئىشلەتسىڭىز ، ئىككىنچى ئامىل دەلىللەشنى قوزغىتىشتىن بۇرۇن ھەر بىرسىگە ئەپ پارولى قۇرۇش ۋە تەڭشەشنى جەزملەشتۈرۈڭ.", - "No user supplied" : "ئىشلەتكۈچى تەمىنلىمىدى", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "باشقۇرغۇچى ئەسلىگە كەلتۈرۈش پارولى بىلەن تەمىنلەڭ. بولمىسا ، بارلىق ئىشلەتكۈچى سانلىق مەلۇماتلىرى يوقاپ كېتىدۇ.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend پارول ئۆزگەرتىشنى قوللىمايدۇ ، ئەمما ئىشلەتكۈچىنىڭ مەخپىيلەشتۈرۈش ئاچقۇچى يېڭىلاندى.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "سىناق ئېلېكترونلۇق خەت ئەۋەتىشتىن بۇرۇن ئىشلەتكۈچى ئېلېكترونلۇق خەتنى تەڭشىشىڭىز كېرەك. بۇنىڭ ئۈچۈن% s گە كىرىڭ.", - "Invalid user" : "ئىشلەتكۈچى ئىناۋەتسىز", - "Your username is: %s" : "ئىشلەتكۈچى ئىسمىڭىز:% s", - "Logged in user must be a subadmin" : "تىزىمغا كىرگەن ئىشلەتكۈچى چوقۇم تارماق باشقۇرغۇچى بولۇشى كېرەك", - "Old user imported certificates" : "كونا ئىشلەتكۈچى گۇۋاھنامە ئىمپورت قىلدى", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "ئىشلەتكۈچى ئىمپورت قىلغان SSL گۇۋاھنامىسىنى تەكشۈرۈش ئارقا كۆرۈنۈش خىزمىتى ساقلىنىۋاتىدۇ. كېيىن قايتا تەكشۈرۈپ بېقىڭ.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "بۇ يەردە بىر قىسىم ئىشلەتكۈچىلەر ئىمپورت قىلغان SSL گۇۋاھنامىسى بار ، بۇلار Nextcloud 21 بىلەن ئىشلىتىلمەيدۇ. ئۇلارنى بۇيرۇق لىنىيىسىگە «occ بىخەتەرلىك: گۇۋاھنامە: ئىمپورت» بۇيرۇقى ئارقىلىق ئەكىرىشكە بولىدۇ. ئۇلارنىڭ سانلىق مەلۇمات مۇندەرىجىسىدىكى يوللىرى تۆۋەندە كۆرسىتىلدى.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "بۇ تەكشۈرۈشنىڭ ئىجرا قىلىنىشى ئۈچۈن تور مۇلازىمېتىرىڭىزنىڭ ئۆزىگە ئۇلىنالايدىغانلىقىغا كاپالەتلىك قىلىشىڭىز كېرەك. شۇڭلاشقا ئۇ چوقۇم كەم دېگەندە بىر «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» نى ھەل قىلالايدۇ ۋە ئۇلىيالايدۇ.", "Missing optional index \"%s\" in table \"%s\"." : "جەدۋەلدىكى «% s» تاللاش كۆرسەتكۈچى يوقاپ كەتتى.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "سانداندا بەزى كۆرسەتكۈچلەر كەم. چوڭ جەدۋەللەرگە كۆرسەتكۈچ قوشۇشقا بىر ئاز ۋاقىت كېتىشى مۇمكىن بولغاچقا ، ئۇلار ئاپتوماتىك قوشۇلمىدى. \"Occ db: add-missing-indices\" نى ئىجرا قىلىش ئارقىلىق ، يوقاپ كەتكەن كۆرسەتكۈچلەرنى قولدا قوشقىلى بولىدۇ. كۆرسەتكۈچلەر بۇ جەدۋەللەرگە سوئال قوشۇلغاندىن كېيىن ، ئادەتتە تېخىمۇ تېز بولىدۇ.", "File locking" : "ھۆججەت قۇلۇپلاش", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "سودا ھۆججىتىنى قۇلۇپلاش چەكلەنگەن ، بۇ مۇسابىقە شارائىتىدىكى مەسىلىلەرنى كەلتۈرۈپ چىقىرىشى مۇمكىن. بۇ مەسىلىلەردىن ساقلىنىش ئۈچۈن config.php دىكى \"filelocking.enabled\" نى قوزغىتىڭ.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript قوللاشنى تەكشۈرەلمىدى. ئەگەر تور مۇلازىمېتىرىڭىز JavaScript MIME تىپى ئارقىلىق `.mjs ھۆججىتىگە مۇلازىمەت قىلسا قولدا تەكشۈرۈپ بېقىڭ.", - "MySQL unicode support" : "MySQL يۇنىكودنى قوللايدۇ", - "Overwrite cli URL" : "خېرىدارلارنىڭ URL نى قاپلىۋېلىڭ", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript قوللاشنى ھېچقانداق «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» ئارقىلىق تەكشۈرەلمىدىڭىز. بۇ بەلكىم مۇلازىمېتىر تەرەپتىكى DNS ماسلاشماسلىق ياكى سىرتقا چىقىپ كېتىشتىن مۇداپىئەلىنىش قائىدىسىنىڭ نەتىجىسى بولۇشى مۇمكىن. ئەگەر توركۆرگۈڭىز JavaScript MIME تىپى ئارقىلىق `.mjs ھۆججىتىگە مۇلازىمەت قىلسا قولدا تەكشۈرۈپ بېقىڭ.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "سىز ھازىر PHP% s نى ئىجرا قىلىۋاتىسىز. PHP 8.0 ھازىر Nextcloud 27 دە ئەمەلدىن قالدۇرۇلدى. Nextcloud 28 كەم دېگەندە PHP 8.1 نى تەلەپ قىلىشى مۇمكىن. PHP گورۇھى تەمىنلىگەن رەسمىي قوللايدىغان PHP نەشرىنىڭ بىرىنى تېزدىن يېڭىلاڭ.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB نەشرى \"% s\" ئىشلىتىلگەن. Nextcloud 21 ۋە ئۇنىڭدىن يۇقىرى نەشرى بۇ نەشرىنى قوللىمايدۇ ھەمدە MariaDB 10.2 ياكى ئۇنىڭدىن يۇقىرى نەشرىنى تەلەپ قىلىدۇ.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL نەشرى \"% s\" ئىشلىتىلگەن. Nextcloud 21 ۋە ئۇنىڭدىن يۇقىرى نەشرى بۇ نەشرىنى قوللىمايدۇ ھەمدە MySQL 8.0 ياكى MariaDB 10.2 ياكى ئۇنىڭدىن يۇقىرى نەشرىنى تەلەپ قىلىدۇ.", @@ -839,27 +827,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "نۇتۇقتىن تېكىستنى ئوخشىمىغان ئەپلەر ئارقىلىق يولغا قويغىلى بولىدۇ. بۇ يەردە قايسى ئەپنى ئىشلىتىش كېرەكلىكىنى بەلگىلىيەلەيسىز.", "None of your currently installed apps provide Speech-To-Text functionality" : "ھازىر قاچىلانغان ئەپلەرنىڭ ھېچقايسىسى Speech-To-Text ئىقتىدارىنى تەمىنلىمەيدۇ", "None of your currently installed apps provide Text processing functionality" : "ھازىر قاچىلانغان ئەپلەرنىڭ ھېچقايسىسى تېكىست بىر تەرەپ قىلىش ئىقتىدارى بىلەن تەمىنلىمەيدۇ", - "Exclude groups from sharing" : "گۇرۇپپىلارنى ئورتاقلىشىشتىن چىقىرىۋېتىڭ", - "These groups will still be able to receive shares, but not to initiate them." : "بۇ گۇرۇپپىلار يەنىلا پاينى قوبۇل قىلالايدۇ ، ئەمما قوزغىتالمايدۇ.", "Set default expiration date for shares" : "پاي چېكىنىڭ سۈكۈتتىكى مۇددىتىنى بەلگىلەڭ", "Allow username autocompletion in share dialog and allow access to the system address book" : "ئورتاقلىشىش دىئالوگىدا ئىشلەتكۈچى نامىنىڭ ئۆزلۈكىدىن تاماملىنىشىغا يول قويۇڭ ۋە سىستېما ئادرېس دەپتىرىنى زىيارەت قىلالايسىز", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "بارلىق ئىشلەتكۈچىلەر ۋە ئالاھىدە گۇرۇپپىلار ئۈچۈن ئىككى ئامىللىق دەلىللەشنى يولغا قويغىلى بولىدۇ. ئەگەر ئۇلاردا ئىككى ئامىل تەمىنلىگۈچى سەپلەنمىسە ، ئۇلار سىستېمىغا كىرەلمەيدۇ.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "گۇرۇپپىلار تاللانغان / چىقىرىۋېتىلگەندە ، ئۇلار تۆۋەندىكى لوگىكا ئارقىلىق ئىشلەتكۈچىنىڭ 2FA نىڭ ئىجرا قىلىنغان-قىلىنمىغانلىقىنى ئېنىقلايدۇ: ئەگەر گۇرۇپپا تاللانمىسا ، چىقىرىۋېتىلگەن گۇرۇپپا ئەزالىرىدىن باشقا ھەممە ئادەم ئۈچۈن 2FA قوزغىتىلىدۇ. ئەگەر گۇرۇپپىلار تاللانسا ، بۇلارنىڭ بارلىق ئەزالىرى ئۈچۈن 2FA قوزغىتىلغان. ئەگەر ئىشلەتكۈچى ھەم تاللانغان ۋە چىقىرىۋېتىلگەن گۇرۇپپىدا بولسا ، تاللانغانلار ئالدىنقى ئورۇنغا قويىدۇ ۋە 2FA ئىجرا قىلىنىدۇ.", - "{license}-licensed" : "{license}", - "Rating: {score}/10" : "باھا: {score} / 10", - "Username" : "ئىشلەتكۈچى ئاتى", - "Execute one task with each page loaded. Use case: Single user instance." : "ھەر بىر بەت يۈكلەنگەن بىر ۋەزىپىنى ئىجرا قىلىڭ. ئىشلىتىش قېپى: يەككە ئىشلەتكۈچى مىسالى.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ھەر 5 مىنۇتتا HTTP ئارقىلىق cron.php غا تېلېفون قىلىش ئۈچۈن webcron مۇلازىمىتىدە تىزىملىتىلىدۇ. ئىشلىتىش قېپى: ناھايىتى كىچىك مىسال (ئىشلىتىش ئەھۋالىغا ئاساسەن 1-5 ئىشلەتكۈچى).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php سىستېما ئىشلەتكۈچى \"{user}\" تەرىپىدىن ئىجرا قىلىنىشى كېرەك.", - "Enable or disable profile by default for new users." : "يېڭى ئىشلەتكۈچى ئۈچۈن سۈكۈتتىكى ھالەتتە ئارخىپنى قوزغىتىڭ ياكى چەكلەڭ.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "سىز «{group}» گۇرۇپپىسىنى ئۆچۈرمەكچى بولۇۋاتىسىز. ئىشلەتكۈچىلەر ئۆچۈرۈلمەيدۇ.", + "Your biography" : "تەرجىمىھالىڭىز", "You are using <strong>{usage}</strong>" : "سىز <strong> {usage} </strong> نى ئىشلىتىۋاتىسىز", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "سىز <strong> {usage} </strong> نىڭ <strong> {totalSpace} </strong> نى ئىشلىتىۋاتىسىز (<strong> {usageRelative}% </strong>)", - "Additional emails" : "قوشۇمچە ئېلېكترونلۇق خەت", - "Enable Profile" : "ئارخىپنى قوزغىتىڭ", - "No users" : "ئىشلەتكۈچى يوق", - "Loading users …" : "ئىشلەتكۈچىلەر يۈكلەۋاتىدۇ…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "ئىشلەتكۈچى تىزىملىكى. بۇ تىزىملىك ئىقتىدار سەۋەبىدىن تولۇق كۆرسىتىلمىگەن. تىزىملىكتىن ئۆتكەندە ئىشلەتكۈچىلەر كۆرسىتىلىدۇ.", "New user" : "يېڭى ئىشلەتكۈچى", "Groups (required)" : "گۇرۇپپىلار (تەلەپ قىلىنغان)", "Set user groups" : "ئىشلەتكۈچى گۇرۇپپىسىنى بەلگىلەڭ", @@ -870,39 +842,15 @@ OC.L10N.register( "Set user manager" : "ئىشلەتكۈچى باشقۇرغۇچىنى بەلگىلەڭ", "Username will be autogenerated" : "ئىشلەتكۈچى ئىسمى ئۆزلۈكىدىن ھاسىل بولىدۇ", "Username (required)" : "ئىشلەتكۈچى ئىسمى (تەلەپ قىلىنغان)", + "Loading users …" : "ئىشلەتكۈچىلەر يۈكلەۋاتىدۇ…", + "Username" : "ئىشلەتكۈچى ئاتى", "User backend" : "ئىشلەتكۈچى ئارقا سەھنىسى", "User actions" : "ئىشلەتكۈچى ھەرىكىتى", - "Loading user …" : "ئىشلەتكۈچى يۈكلەۋاتىدۇ…", - "You do not have permissions to see the details of this user" : "بۇ ئىشلەتكۈچىنىڭ تەپسىلاتلىرىنى كۆرۈش ھوقۇقىڭىز يوق", "Add user to group" : "گۇرۇپپىغا ئىشلەتكۈچى قوشۇڭ", - "Set user as admin for" : "ئىشلەتكۈچىنى باشقۇرغۇچى قىلىپ تەڭشەڭ", - "Select user quota" : "ئىشلەتكۈچى نورمىسىنى تاللاڭ", - "Delete user" : "ئىشلەتكۈچىنى ئۆچۈرۈڭ", - "Wipe all devices" : "بارلىق ئۈسكۈنىلەرنى ئۆچۈرۈڭ", - "Disable user" : "ئىشلەتكۈچىنى چەكلەڭ", - "Enable user" : "ئىشلەتكۈچىنى قوزغىتىڭ", - "Failed to update user manager" : "ئىشلەتكۈچى باشقۇرغۇچىنى يېڭىلاش مەغلۇب بولدى", - "Toggle user actions menu" : "ئىشلەتكۈچى ھەرىكەت تىزىملىكى", - "User management settings" : "ئىشلەتكۈچى باشقۇرۇش تەڭشەكلىرى", - "Show user backend" : "ئىشلەتكۈچى ئارقا كۆرۈنۈشىنى كۆرسەت", - "Send welcome email to new users" : "يېڭى ئىشلەتكۈچىلەرگە ئېلېكترونلۇق خەت ئەۋەتىڭ", "Name your device" : "ئۈسكۈنىڭىزگە ئىسىم قويۇڭ", "Server error while trying to add WebAuthn device" : "WebAuthn ئۈسكۈنىسىنى قوشماقچى بولغاندا مۇلازىمېتىر خاتالىقى", - "by {author}\n{license}" : "by {author}\n{license}", - "User management" : "ئىشلەتكۈچى باشقۇرۇش", - "Active users" : "ئاكتىپ ئىشلەتكۈچىلەر", - "Disabled users" : "چەكلەنگەن ئىشلەتكۈچى", - "Creating group …" : "گۇرۇپپا قۇرۇش…", - "User group: {group}" : "ئىشلەتكۈچى گۇرۇپپىسى: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "ھېساباتىڭىز ئۈچۈن فېدېراتسىيە چەكلەنگەنلىكى ئۈچۈن ئىشلەتكىلى بولمايدۇ ، سوئالىڭىز بولسا سىستېما باشقۇرغۇچى بىلەن ئالاقىلىشىڭ", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "ئىزدەش مۇلازىمېتىرىغا ئىشلەتكۈچىنىڭ ئالاھىدە سانلىق مەلۇماتلىرىنى ئېلان قىلىشقا بولمايدۇ ، سوئالىڭىز بولسا سىستېما باشقۇرغۇچى بىلەن ئالاقىلىشىڭ", - "Show to logged in users only" : "پەقەت تىزىملاتقان ئىشلەتكۈچىلەرگە كۆرسىتىڭ", - "Nextcloud help resources" : "Nextcloud ياردەم مەنبەلىرى", - "SMTP Username" : "SMTP ئىشلەتكۈچى ئىسمى", - "Follow us on Twitter" : "Twitter دا بىزگە ئەگىشىڭ", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "بۇ تەكشۈرۈشنىڭ ئىجرا قىلىنىشى ئۈچۈن تور مۇلازىمېتىرىڭىزنىڭ ئۆزىگە ئۇلىنالايدىغانلىقىغا كاپالەتلىك قىلىشىڭىز كېرەك. شۇڭلاشقا ئۇ چوقۇم كەم دېگەندە بىر «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» نى ھەل قىلالايدۇ ۋە ئۇلىيالايدۇ.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript قوللاشنى ھېچقانداق «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» ئارقىلىق تەكشۈرەلمىدىڭىز. بۇ بەلكىم مۇلازىمېتىر تەرەپتىكى DNS ماسلاشماسلىق ياكى سىرتقا چىقىپ كېتىشتىن مۇداپىئەلىنىش قائىدىسىنىڭ نەتىجىسى بولۇشى مۇمكىن. ئەگەر توركۆرگۈڭىز JavaScript MIME تىپى ئارقىلىق `.mjs ھۆججىتىگە مۇلازىمەت قىلسا قولدا تەكشۈرۈپ بېقىڭ.", "Active accounts" : "ئاكتىپ ھېسابات", + "Follow us on Twitter" : "Twitter دا بىزگە ئەگىشىڭ", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "بۇ تەكشۈرۈشنىڭ ئىجرا قىلىنىشى ئۈچۈن تور مۇلازىمېتىرىڭىزنىڭ ئۆزىگە ئۇلىنالايدىغانلىقىغا كاپالەتلىك قىلىشىڭىز كېرەك. شۇڭلاشقا ئۇ چوقۇم كەم دېگەندە ئۇنىڭ «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» دىن بىرنى ھەل قىلالايدىغان ۋە ئۇلىيالايدىغان بولۇشى كېرەك. بۇ مەغلۇبىيەت بەلكىم مۇلازىمېتىر تەرەپتىكى DNS ماسلاشماسلىق ياكى سىرتقا چىقىپ كېتىشتىن مۇداپىئەلىنىش قائىدىسىنىڭ نەتىجىسى بولۇشى مۇمكىن.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL نەشرى \"% s\" بايقالدى. PostgreSQL> = 12 ۋە <= 16 Nextcloud نىڭ بۇ نەشرى بىلەن ئەڭ ياخشى ئىقتىدار ، مۇقىملىق ۋە ئىقتىدار ئۈچۈن تەۋسىيە قىلىنىدۇ." }, diff --git a/apps/settings/l10n/ug.json b/apps/settings/l10n/ug.json index 4cfb3aa24f5..269a69d46d0 100644 --- a/apps/settings/l10n/ug.json +++ b/apps/settings/l10n/ug.json @@ -418,6 +418,8 @@ "Display Name" : "كۆرسىتىش ئىسمى", "GPUs support" : "GPUs نى قوللايدۇ", "Compute device" : "ھېسابلاش ئۈسكۈنىسى", + "Confirm" : "جەزملەشتۈرۈڭ", + "Cancel" : "ۋاز كەچ", "Description" : "چۈشەندۈرۈش", "Details" : "تەپسىلاتى", "All" : "ھەممىسى", @@ -516,8 +518,6 @@ "Unable to update server side encryption config" : "مۇلازىمېتىر تەرەپ مەخپىيلەشتۈرۈش سەپلىمىسىنى يېڭىلاشقا ئامالسىز", "Please confirm the group removal" : "گۇرۇپپا ئۆچۈرۈلگەنلىكىنى جەزملەشتۈرۈڭ", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "سىز «{group}» گۇرۇپپىسىنى ئۆچۈرمەكچى بولۇۋاتىسىز. ھېساباتلار ئۆچۈرۈلمەيدۇ.", - "Cancel" : "ۋاز كەچ", - "Confirm" : "جەزملەشتۈرۈڭ", "Submit" : "يوللاڭ", "Rename group" : "گۇرۇپپىنىڭ نامىنى ئۆزگەرتىش", "Remove group" : "گۇرۇپپىنى ئۆچۈرۈڭ", @@ -539,7 +539,6 @@ "Error cropping profile picture" : "ئارخىپ رەسىمىنى كېسىشتە خاتالىق", "Error saving profile picture" : "ئارخىپ رەسىمىنى ساقلاشتا خاتالىق", "Error removing profile picture" : "ئارخىپ رەسىمىنى ئۆچۈرۈشتە خاتالىق", - "Your biography" : "تەرجىمىھالىڭىز", "Enter your date of birth" : "تۇغۇلغان ۋاقتىڭىزنى كىرگۈزۈڭ", "Unable to update date of birth" : "تۇغۇلغان ۋاقتىنى يېڭىلاشقا ئامالسىز", "You are a member of the following groups:" : "سىز تۆۋەندىكى گۇرۇپپىلارنىڭ ئەزاسى:", @@ -744,7 +743,6 @@ "Show to everyone" : "كۆپچىلىككە كۆرسەت", "Show to logged in accounts only" : "پەقەت ھېساباتقا كىرگەنلىكىنى كۆرسەت", "Hide" : "يوشۇر", - "manual-install apps cannot be updated" : "قولدا قاچىلاش ئەپلىرىنى يېڭىلاشقا بولمايدۇ", "{progress}% Deploying …" : "{progress}% ئورۇنلاشتۇرۇش…", "{progress}% Initializing …" : "{progress}% باشلاش…", "Health checking" : "سالامەتلىك تەكشۈرتۈش", @@ -754,6 +752,7 @@ "Allow untested app" : "سىناق قىلىنمىغان ئەپكە يول قويۇڭ", "The app will be downloaded from the App Store" : "بۇ ئەپ ئەپ دۇكىنىدىن چۈشۈرۈلىدۇ", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "بۇ ئەپ سىزنىڭ Nextcloud نەشرىڭىزگە ماس كەلمەيدۇ. داۋاملاشتۇرسىڭىز يەنىلا ئەپنى قاچىلىيالايسىز. شۇنىڭغا دىققەت قىلىڭكى ، بۇ دېتال مۆلچەردىكىدەك ئىشلىمەسلىكى مۇمكىن.", + "Unknown" : "نامەلۇم", "Never" : "ھەرگىز بولمايدۇ", "Could not register device: Network error" : "ئۈسكۈنىنى تىزىملىيالمىدى: تور خاتالىقى", "Could not register device: Probably already registered" : "ئۈسكۈنىنى تىزىملىيالمىدى: بەلكىم تىزىملاتقان بولۇشى مۇمكىن", @@ -812,23 +811,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Nextcloud نىڭ بۇ مەھەللە تارقىتىلىشى قوللىمايدۇ ، دەرھال ئۇقتۇرۇشنى ئىشلەتكىلى بولمايدۇ.", "Use a second factor besides your password to increase security for your account." : "ھېساباتىڭىزنىڭ بىخەتەرلىكىنى ئاشۇرۇش ئۈچۈن پارولىڭىزدىن باشقا ئىككىنچى ئامىلنى ئىشلىتىڭ.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Nextcloud غا ئۇلىنىش ئۈچۈن ئۈچىنچى تەرەپ قوللىنىشچان پروگراممىلىرىنى ئىشلەتسىڭىز ، ئىككىنچى ئامىل دەلىللەشنى قوزغىتىشتىن بۇرۇن ھەر بىرسىگە ئەپ پارولى قۇرۇش ۋە تەڭشەشنى جەزملەشتۈرۈڭ.", - "No user supplied" : "ئىشلەتكۈچى تەمىنلىمىدى", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "باشقۇرغۇچى ئەسلىگە كەلتۈرۈش پارولى بىلەن تەمىنلەڭ. بولمىسا ، بارلىق ئىشلەتكۈچى سانلىق مەلۇماتلىرى يوقاپ كېتىدۇ.", - "Backend does not support password change, but the user's encryption key was updated." : "Backend پارول ئۆزگەرتىشنى قوللىمايدۇ ، ئەمما ئىشلەتكۈچىنىڭ مەخپىيلەشتۈرۈش ئاچقۇچى يېڭىلاندى.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "سىناق ئېلېكترونلۇق خەت ئەۋەتىشتىن بۇرۇن ئىشلەتكۈچى ئېلېكترونلۇق خەتنى تەڭشىشىڭىز كېرەك. بۇنىڭ ئۈچۈن% s گە كىرىڭ.", - "Invalid user" : "ئىشلەتكۈچى ئىناۋەتسىز", - "Your username is: %s" : "ئىشلەتكۈچى ئىسمىڭىز:% s", - "Logged in user must be a subadmin" : "تىزىمغا كىرگەن ئىشلەتكۈچى چوقۇم تارماق باشقۇرغۇچى بولۇشى كېرەك", - "Old user imported certificates" : "كونا ئىشلەتكۈچى گۇۋاھنامە ئىمپورت قىلدى", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "ئىشلەتكۈچى ئىمپورت قىلغان SSL گۇۋاھنامىسىنى تەكشۈرۈش ئارقا كۆرۈنۈش خىزمىتى ساقلىنىۋاتىدۇ. كېيىن قايتا تەكشۈرۈپ بېقىڭ.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "بۇ يەردە بىر قىسىم ئىشلەتكۈچىلەر ئىمپورت قىلغان SSL گۇۋاھنامىسى بار ، بۇلار Nextcloud 21 بىلەن ئىشلىتىلمەيدۇ. ئۇلارنى بۇيرۇق لىنىيىسىگە «occ بىخەتەرلىك: گۇۋاھنامە: ئىمپورت» بۇيرۇقى ئارقىلىق ئەكىرىشكە بولىدۇ. ئۇلارنىڭ سانلىق مەلۇمات مۇندەرىجىسىدىكى يوللىرى تۆۋەندە كۆرسىتىلدى.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "بۇ تەكشۈرۈشنىڭ ئىجرا قىلىنىشى ئۈچۈن تور مۇلازىمېتىرىڭىزنىڭ ئۆزىگە ئۇلىنالايدىغانلىقىغا كاپالەتلىك قىلىشىڭىز كېرەك. شۇڭلاشقا ئۇ چوقۇم كەم دېگەندە بىر «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» نى ھەل قىلالايدۇ ۋە ئۇلىيالايدۇ.", "Missing optional index \"%s\" in table \"%s\"." : "جەدۋەلدىكى «% s» تاللاش كۆرسەتكۈچى يوقاپ كەتتى.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "سانداندا بەزى كۆرسەتكۈچلەر كەم. چوڭ جەدۋەللەرگە كۆرسەتكۈچ قوشۇشقا بىر ئاز ۋاقىت كېتىشى مۇمكىن بولغاچقا ، ئۇلار ئاپتوماتىك قوشۇلمىدى. \"Occ db: add-missing-indices\" نى ئىجرا قىلىش ئارقىلىق ، يوقاپ كەتكەن كۆرسەتكۈچلەرنى قولدا قوشقىلى بولىدۇ. كۆرسەتكۈچلەر بۇ جەدۋەللەرگە سوئال قوشۇلغاندىن كېيىن ، ئادەتتە تېخىمۇ تېز بولىدۇ.", "File locking" : "ھۆججەت قۇلۇپلاش", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "سودا ھۆججىتىنى قۇلۇپلاش چەكلەنگەن ، بۇ مۇسابىقە شارائىتىدىكى مەسىلىلەرنى كەلتۈرۈپ چىقىرىشى مۇمكىن. بۇ مەسىلىلەردىن ساقلىنىش ئۈچۈن config.php دىكى \"filelocking.enabled\" نى قوزغىتىڭ.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript قوللاشنى تەكشۈرەلمىدى. ئەگەر تور مۇلازىمېتىرىڭىز JavaScript MIME تىپى ئارقىلىق `.mjs ھۆججىتىگە مۇلازىمەت قىلسا قولدا تەكشۈرۈپ بېقىڭ.", - "MySQL unicode support" : "MySQL يۇنىكودنى قوللايدۇ", - "Overwrite cli URL" : "خېرىدارلارنىڭ URL نى قاپلىۋېلىڭ", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript قوللاشنى ھېچقانداق «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» ئارقىلىق تەكشۈرەلمىدىڭىز. بۇ بەلكىم مۇلازىمېتىر تەرەپتىكى DNS ماسلاشماسلىق ياكى سىرتقا چىقىپ كېتىشتىن مۇداپىئەلىنىش قائىدىسىنىڭ نەتىجىسى بولۇشى مۇمكىن. ئەگەر توركۆرگۈڭىز JavaScript MIME تىپى ئارقىلىق `.mjs ھۆججىتىگە مۇلازىمەت قىلسا قولدا تەكشۈرۈپ بېقىڭ.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "سىز ھازىر PHP% s نى ئىجرا قىلىۋاتىسىز. PHP 8.0 ھازىر Nextcloud 27 دە ئەمەلدىن قالدۇرۇلدى. Nextcloud 28 كەم دېگەندە PHP 8.1 نى تەلەپ قىلىشى مۇمكىن. PHP گورۇھى تەمىنلىگەن رەسمىي قوللايدىغان PHP نەشرىنىڭ بىرىنى تېزدىن يېڭىلاڭ.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB نەشرى \"% s\" ئىشلىتىلگەن. Nextcloud 21 ۋە ئۇنىڭدىن يۇقىرى نەشرى بۇ نەشرىنى قوللىمايدۇ ھەمدە MariaDB 10.2 ياكى ئۇنىڭدىن يۇقىرى نەشرىنى تەلەپ قىلىدۇ.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL نەشرى \"% s\" ئىشلىتىلگەن. Nextcloud 21 ۋە ئۇنىڭدىن يۇقىرى نەشرى بۇ نەشرىنى قوللىمايدۇ ھەمدە MySQL 8.0 ياكى MariaDB 10.2 ياكى ئۇنىڭدىن يۇقىرى نەشرىنى تەلەپ قىلىدۇ.", @@ -837,27 +825,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "نۇتۇقتىن تېكىستنى ئوخشىمىغان ئەپلەر ئارقىلىق يولغا قويغىلى بولىدۇ. بۇ يەردە قايسى ئەپنى ئىشلىتىش كېرەكلىكىنى بەلگىلىيەلەيسىز.", "None of your currently installed apps provide Speech-To-Text functionality" : "ھازىر قاچىلانغان ئەپلەرنىڭ ھېچقايسىسى Speech-To-Text ئىقتىدارىنى تەمىنلىمەيدۇ", "None of your currently installed apps provide Text processing functionality" : "ھازىر قاچىلانغان ئەپلەرنىڭ ھېچقايسىسى تېكىست بىر تەرەپ قىلىش ئىقتىدارى بىلەن تەمىنلىمەيدۇ", - "Exclude groups from sharing" : "گۇرۇپپىلارنى ئورتاقلىشىشتىن چىقىرىۋېتىڭ", - "These groups will still be able to receive shares, but not to initiate them." : "بۇ گۇرۇپپىلار يەنىلا پاينى قوبۇل قىلالايدۇ ، ئەمما قوزغىتالمايدۇ.", "Set default expiration date for shares" : "پاي چېكىنىڭ سۈكۈتتىكى مۇددىتىنى بەلگىلەڭ", "Allow username autocompletion in share dialog and allow access to the system address book" : "ئورتاقلىشىش دىئالوگىدا ئىشلەتكۈچى نامىنىڭ ئۆزلۈكىدىن تاماملىنىشىغا يول قويۇڭ ۋە سىستېما ئادرېس دەپتىرىنى زىيارەت قىلالايسىز", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "بارلىق ئىشلەتكۈچىلەر ۋە ئالاھىدە گۇرۇپپىلار ئۈچۈن ئىككى ئامىللىق دەلىللەشنى يولغا قويغىلى بولىدۇ. ئەگەر ئۇلاردا ئىككى ئامىل تەمىنلىگۈچى سەپلەنمىسە ، ئۇلار سىستېمىغا كىرەلمەيدۇ.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "گۇرۇپپىلار تاللانغان / چىقىرىۋېتىلگەندە ، ئۇلار تۆۋەندىكى لوگىكا ئارقىلىق ئىشلەتكۈچىنىڭ 2FA نىڭ ئىجرا قىلىنغان-قىلىنمىغانلىقىنى ئېنىقلايدۇ: ئەگەر گۇرۇپپا تاللانمىسا ، چىقىرىۋېتىلگەن گۇرۇپپا ئەزالىرىدىن باشقا ھەممە ئادەم ئۈچۈن 2FA قوزغىتىلىدۇ. ئەگەر گۇرۇپپىلار تاللانسا ، بۇلارنىڭ بارلىق ئەزالىرى ئۈچۈن 2FA قوزغىتىلغان. ئەگەر ئىشلەتكۈچى ھەم تاللانغان ۋە چىقىرىۋېتىلگەن گۇرۇپپىدا بولسا ، تاللانغانلار ئالدىنقى ئورۇنغا قويىدۇ ۋە 2FA ئىجرا قىلىنىدۇ.", - "{license}-licensed" : "{license}", - "Rating: {score}/10" : "باھا: {score} / 10", - "Username" : "ئىشلەتكۈچى ئاتى", - "Execute one task with each page loaded. Use case: Single user instance." : "ھەر بىر بەت يۈكلەنگەن بىر ۋەزىپىنى ئىجرا قىلىڭ. ئىشلىتىش قېپى: يەككە ئىشلەتكۈچى مىسالى.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ھەر 5 مىنۇتتا HTTP ئارقىلىق cron.php غا تېلېفون قىلىش ئۈچۈن webcron مۇلازىمىتىدە تىزىملىتىلىدۇ. ئىشلىتىش قېپى: ناھايىتى كىچىك مىسال (ئىشلىتىش ئەھۋالىغا ئاساسەن 1-5 ئىشلەتكۈچى).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php سىستېما ئىشلەتكۈچى \"{user}\" تەرىپىدىن ئىجرا قىلىنىشى كېرەك.", - "Enable or disable profile by default for new users." : "يېڭى ئىشلەتكۈچى ئۈچۈن سۈكۈتتىكى ھالەتتە ئارخىپنى قوزغىتىڭ ياكى چەكلەڭ.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "سىز «{group}» گۇرۇپپىسىنى ئۆچۈرمەكچى بولۇۋاتىسىز. ئىشلەتكۈچىلەر ئۆچۈرۈلمەيدۇ.", + "Your biography" : "تەرجىمىھالىڭىز", "You are using <strong>{usage}</strong>" : "سىز <strong> {usage} </strong> نى ئىشلىتىۋاتىسىز", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "سىز <strong> {usage} </strong> نىڭ <strong> {totalSpace} </strong> نى ئىشلىتىۋاتىسىز (<strong> {usageRelative}% </strong>)", - "Additional emails" : "قوشۇمچە ئېلېكترونلۇق خەت", - "Enable Profile" : "ئارخىپنى قوزغىتىڭ", - "No users" : "ئىشلەتكۈچى يوق", - "Loading users …" : "ئىشلەتكۈچىلەر يۈكلەۋاتىدۇ…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "ئىشلەتكۈچى تىزىملىكى. بۇ تىزىملىك ئىقتىدار سەۋەبىدىن تولۇق كۆرسىتىلمىگەن. تىزىملىكتىن ئۆتكەندە ئىشلەتكۈچىلەر كۆرسىتىلىدۇ.", "New user" : "يېڭى ئىشلەتكۈچى", "Groups (required)" : "گۇرۇپپىلار (تەلەپ قىلىنغان)", "Set user groups" : "ئىشلەتكۈچى گۇرۇپپىسىنى بەلگىلەڭ", @@ -868,39 +840,15 @@ "Set user manager" : "ئىشلەتكۈچى باشقۇرغۇچىنى بەلگىلەڭ", "Username will be autogenerated" : "ئىشلەتكۈچى ئىسمى ئۆزلۈكىدىن ھاسىل بولىدۇ", "Username (required)" : "ئىشلەتكۈچى ئىسمى (تەلەپ قىلىنغان)", + "Loading users …" : "ئىشلەتكۈچىلەر يۈكلەۋاتىدۇ…", + "Username" : "ئىشلەتكۈچى ئاتى", "User backend" : "ئىشلەتكۈچى ئارقا سەھنىسى", "User actions" : "ئىشلەتكۈچى ھەرىكىتى", - "Loading user …" : "ئىشلەتكۈچى يۈكلەۋاتىدۇ…", - "You do not have permissions to see the details of this user" : "بۇ ئىشلەتكۈچىنىڭ تەپسىلاتلىرىنى كۆرۈش ھوقۇقىڭىز يوق", "Add user to group" : "گۇرۇپپىغا ئىشلەتكۈچى قوشۇڭ", - "Set user as admin for" : "ئىشلەتكۈچىنى باشقۇرغۇچى قىلىپ تەڭشەڭ", - "Select user quota" : "ئىشلەتكۈچى نورمىسىنى تاللاڭ", - "Delete user" : "ئىشلەتكۈچىنى ئۆچۈرۈڭ", - "Wipe all devices" : "بارلىق ئۈسكۈنىلەرنى ئۆچۈرۈڭ", - "Disable user" : "ئىشلەتكۈچىنى چەكلەڭ", - "Enable user" : "ئىشلەتكۈچىنى قوزغىتىڭ", - "Failed to update user manager" : "ئىشلەتكۈچى باشقۇرغۇچىنى يېڭىلاش مەغلۇب بولدى", - "Toggle user actions menu" : "ئىشلەتكۈچى ھەرىكەت تىزىملىكى", - "User management settings" : "ئىشلەتكۈچى باشقۇرۇش تەڭشەكلىرى", - "Show user backend" : "ئىشلەتكۈچى ئارقا كۆرۈنۈشىنى كۆرسەت", - "Send welcome email to new users" : "يېڭى ئىشلەتكۈچىلەرگە ئېلېكترونلۇق خەت ئەۋەتىڭ", "Name your device" : "ئۈسكۈنىڭىزگە ئىسىم قويۇڭ", "Server error while trying to add WebAuthn device" : "WebAuthn ئۈسكۈنىسىنى قوشماقچى بولغاندا مۇلازىمېتىر خاتالىقى", - "by {author}\n{license}" : "by {author}\n{license}", - "User management" : "ئىشلەتكۈچى باشقۇرۇش", - "Active users" : "ئاكتىپ ئىشلەتكۈچىلەر", - "Disabled users" : "چەكلەنگەن ئىشلەتكۈچى", - "Creating group …" : "گۇرۇپپا قۇرۇش…", - "User group: {group}" : "ئىشلەتكۈچى گۇرۇپپىسى: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "ھېساباتىڭىز ئۈچۈن فېدېراتسىيە چەكلەنگەنلىكى ئۈچۈن ئىشلەتكىلى بولمايدۇ ، سوئالىڭىز بولسا سىستېما باشقۇرغۇچى بىلەن ئالاقىلىشىڭ", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "ئىزدەش مۇلازىمېتىرىغا ئىشلەتكۈچىنىڭ ئالاھىدە سانلىق مەلۇماتلىرىنى ئېلان قىلىشقا بولمايدۇ ، سوئالىڭىز بولسا سىستېما باشقۇرغۇچى بىلەن ئالاقىلىشىڭ", - "Show to logged in users only" : "پەقەت تىزىملاتقان ئىشلەتكۈچىلەرگە كۆرسىتىڭ", - "Nextcloud help resources" : "Nextcloud ياردەم مەنبەلىرى", - "SMTP Username" : "SMTP ئىشلەتكۈچى ئىسمى", - "Follow us on Twitter" : "Twitter دا بىزگە ئەگىشىڭ", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "بۇ تەكشۈرۈشنىڭ ئىجرا قىلىنىشى ئۈچۈن تور مۇلازىمېتىرىڭىزنىڭ ئۆزىگە ئۇلىنالايدىغانلىقىغا كاپالەتلىك قىلىشىڭىز كېرەك. شۇڭلاشقا ئۇ چوقۇم كەم دېگەندە بىر «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» نى ھەل قىلالايدۇ ۋە ئۇلىيالايدۇ.", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript قوللاشنى ھېچقانداق «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» ئارقىلىق تەكشۈرەلمىدىڭىز. بۇ بەلكىم مۇلازىمېتىر تەرەپتىكى DNS ماسلاشماسلىق ياكى سىرتقا چىقىپ كېتىشتىن مۇداپىئەلىنىش قائىدىسىنىڭ نەتىجىسى بولۇشى مۇمكىن. ئەگەر توركۆرگۈڭىز JavaScript MIME تىپى ئارقىلىق `.mjs ھۆججىتىگە مۇلازىمەت قىلسا قولدا تەكشۈرۈپ بېقىڭ.", "Active accounts" : "ئاكتىپ ھېسابات", + "Follow us on Twitter" : "Twitter دا بىزگە ئەگىشىڭ", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "بۇ تەكشۈرۈشنىڭ ئىجرا قىلىنىشى ئۈچۈن تور مۇلازىمېتىرىڭىزنىڭ ئۆزىگە ئۇلىنالايدىغانلىقىغا كاپالەتلىك قىلىشىڭىز كېرەك. شۇڭلاشقا ئۇ چوقۇم كەم دېگەندە ئۇنىڭ «ئىشەنچلىك_ دائىرە» ياكى «overrite.cli.url» دىن بىرنى ھەل قىلالايدىغان ۋە ئۇلىيالايدىغان بولۇشى كېرەك. بۇ مەغلۇبىيەت بەلكىم مۇلازىمېتىر تەرەپتىكى DNS ماسلاشماسلىق ياكى سىرتقا چىقىپ كېتىشتىن مۇداپىئەلىنىش قائىدىسىنىڭ نەتىجىسى بولۇشى مۇمكىن.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL نەشرى \"% s\" بايقالدى. PostgreSQL> = 12 ۋە <= 16 Nextcloud نىڭ بۇ نەشرى بىلەن ئەڭ ياخشى ئىقتىدار ، مۇقىملىق ۋە ئىقتىدار ئۈچۈن تەۋسىيە قىلىنىدۇ." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 6a3382451bf..83b1d883d7b 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -121,6 +121,8 @@ OC.L10N.register( "Personal info" : "Про мене", "Mobile & desktop" : "Застосунки для пристроїв", "Email server" : "Сервер електронної пошти", + "Mail Providers" : "Постачальники послуг ел.пошти", + "System email account" : "Системний обліковий запис ел.пошти", "Security & setup checks" : "Безпека та перевірка налаштувань", "Background jobs" : "Фонові завдання", "Unlimited" : "Необмежено", @@ -310,6 +312,7 @@ OC.L10N.register( "Deleted disclaimer text" : "Вилучено текст відмови від відповідальності", "Could not set disclaimer text" : "Не вдалося задати текст повідомлення про відмову від відповідальності", "Two-Factor Authentication" : "Двофакторна авторизація", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторну авторизацію можна примусово визначити як для всіх користувачів, так й для окремих груп. Якщо такі користувачі не визначили постачальника двофакторної авторизації, то вони не зможуть увійти до хмари.", "Enforce two-factor authentication" : "Примусово увімкнути двофакторну авторизацію", "Limit to groups" : "Обмежити групами", "Enforcement of two-factor authentication can be set for certain groups only." : "Примусову двофакторну авторизацію можна встановити лише для певних груп.", @@ -349,6 +352,9 @@ OC.L10N.register( "{index} of {total}" : "{index} із {total}", "Daemon" : "Демон", "Type" : "Тип", + "Learn more" : "Дізнатися більше", + "Confirm" : "Підтвердити", + "Cancel" : "Скасувати", "Description" : "Опис", "Details" : "Деталі", "All" : "Всі", @@ -439,8 +445,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Вам потрібно перенести ключі шифрування зі старого шифрування (ownCloud <= 8.0) на нове. Увімкніть \"Стандартний модуль шифрування\" та виконайте {command}", "Unable to update server side encryption config" : "Не вдалося оновити конфігурацію шифрування на стороні сервера", "Please confirm the group removal" : "Підтвердіть вилучення групи", - "Cancel" : "Скасувати", - "Confirm" : "Підтвердити", "Submit" : "Продовжити", "Rename group" : "Перейменувати групу", "Remove group" : "Вилучити групу", @@ -462,7 +466,6 @@ OC.L10N.register( "Error cropping profile picture" : "Помилка кадрування зображення профілю", "Error saving profile picture" : "Помилка збереження зображення профілю", "Error removing profile picture" : "Помилка вилучення зображення профілю", - "Your biography" : "Коротко про себе", "Enter your date of birth" : "Зазначте дату вашого народження", "Unable to update date of birth" : "Не вдалося оновити дату народження", "You are a member of the following groups:" : "Ви є учасником таких груп:", @@ -660,6 +663,7 @@ OC.L10N.register( "Allow untested app" : "Дозволити непротестовані застосунки", "The app will be downloaded from the App Store" : "Застосунок буде звантажено з крамниці застосунків", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Відсутня інформація щодо підтримки цього застосунку вашою версією Nextcloud. Ви зможете встановити цей застосунок, проте він може працювати не так, як ви очікуєте.", + "Unknown" : "Невідомо", "Never" : "Ніколи", "Could not register device: Network error" : "Не вдалося зареєструвати пристрій: помилка мережі", "Could not register device: Probably already registered" : "Не вдалося зареєструвати пристрій. Ймовірно, що його вже зареєстровано", @@ -716,22 +720,10 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Цей випуск спільноти Nextcloud не підтримується, і миттєві сповіщення недоступні.", "Use a second factor besides your password to increase security for your account." : "Використовуйте додатковий фактор на додаток до пароля, це підвищить безпеку вашого облікового запису.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Якщо ви використовуєте застосунки сторонніх розробників, які з'єднуються з хмарою Nextcloud, переконайтеся, що ви створили та налаштували паролі на кожен окремий застосунок, перш ніж вмикати двофакторну авторизацію.", - "No user supplied" : "Користувача не вказано", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Будь ласка, введіть пароль відновлення адміністратора; інакше всі дані користувача будуть втрачені.", - "Backend does not support password change, but the user's encryption key was updated." : "Сервер не підтримує зміну пароля, але ключ шифрування користувача було оновлено.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Перш ніж надсилати тестові електронні листи, вам потрібно встановити електронну адресу користувача. Ідіть %s для цього.", - "Invalid user" : "Недійсний користувач", - "Your username is: %s" : "Ваше ім'я користувача: %s", - "Logged in user must be a subadmin" : "Користувач, який увійшов, має бути одним з адміністраторів", - "Old user imported certificates" : "Старі сертифікати, які було імпортовано користувачами", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Очікується фонове завдання, яке перевіряє імпортовані користувачем сертифікати SSL. Перевірте пізніше.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Є деякі сертифікати SSL, імпортовані користувачем, які більше не використовуються з Nextcloud 21. Їх можна імпортувати в командному рядку за допомогою команди «occ security:certificates:import». Їхні шляхи всередині каталогу даних показано нижче.", "Missing optional index \"%s\" in table \"%s\"." : "Відсутній необов'язковий індекс \"%s\" у таблиці \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У базі даних відсутні деякі індекси. Через те, що додавання індексів у великі таблиці могло зайняти деякий час, їх не було створено автоматично. Для створення індексів вручну, будь ласка, виконайте команду \"occ db:add-missing-indices\". Після додавання індексів запити до цих таблиць зазвичай виконуються набагато швидше.", "File locking" : "Блокування файлів", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакційне блокування файлів вимкнено. Це може призвести до потенційних помилок під час одночасної роботи з файлами. Увімкніть параметр \"filelocking.enabled\" у конфігураційному файлі config.php, щоби уникнути цих помилок. ", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Неможливо перевірити наявність підтримки JavaScript. Будь ласка, перевірте вручну, чи ваш вебсервер обслуговує файли `.mjs` за допомогою типу MIME для JavaScript.", - "Overwrite cli URL" : "Перезаписати CLI URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "У вас встановлено PHP версії %s. Починаючи з версії Nextcloud 27, PHP 8.0 вже вважається застарілим. Версія Nextcloud 28 може вимагати версію PHP 8.1 та вище. Просимо якнайшвидше оновити версію PHP від PHP Group до офіційно підтримуваної.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Використовується версія MariaDB \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MariaDB 10.2 або вище.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Використовується версія MySQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MySQL 8.0 або MariaDB 10.2 або вище.", @@ -740,27 +732,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Перетворення голосу у текст може здійснюватися за допомогою декількох застосунків. Тут можна визначити, який саме застосунків потрібно використати.", "None of your currently installed apps provide Speech-To-Text functionality" : "Жодний із встановлених застосунків не надає функцій перетворення голосу у текст.", "None of your currently installed apps provide Text processing functionality" : "Жодний із встановлених застосунків не надає функцій обробки тексту.", - "Exclude groups from sharing" : "Виключити групи зі спільного доступу", - "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть створювати їх.", "Set default expiration date for shares" : "Встановити типовий термін дії для спільних ресурсів", "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторну авторизацію можна примусово визначити як для всіх користувачів, так й для окремих груп. Якщо такі користувачі не визначили постачальника двофакторної авторизації, то вони не зможуть увійти до хмари.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Якщо вибрано/виключено групи, то застосовується така логіка визначення, чи до користувача застосовується двофакторна авторизація: якщо не вибрано жодної групи, двофакторну авторизацію ввімкнено для всіх, крім учасників виключених груп. Якщо вибрано групи, для всіх учасників увімкнено двофакторну авторизацію. Якщо користувач одночасно входить до вибраної групи та виключеної групи, то вибрана група має пріоритет і в такому випадку до цього користувача застосовується двофакторна авторизація.", - "{license}-licensed" : "Ліцензія: {license}", - "Rating: {score}/10" : "Рейтинг: {score}/10", - "Username" : "Ім'я користувача", - "Execute one task with each page loaded. Use case: Single user instance." : "Виконуватиметься лише одне завдання під час завантаження сторінки. Приклад використання: сервер з лише одним користувачем.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php зареєстровано у службі webcron, при цьому cron.php викликатиметься за допомогою протоколу HTTP кожні 5 хвилин. Приклад використання: дуже маленький сервер, який розраховано приблизно на 1-5 користувачів.", - "The cron.php needs to be executed by the system user \"{user}\"." : "Файл cron.php має бути запущений системним користувачем \"{user}\".", - "Enable or disable profile by default for new users." : "Увімкнути або вимкнути стандартний профіль для нових користувачів.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Ви намагаєтеся вилучити групу \"{group}\". Користувачів такої групи не буде вилучено.", + "Your biography" : "Коротко про себе", "You are using <strong>{usage}</strong>" : "Ви використовуєте <strong>{usage}", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Ви використовуєте <strong>{usage}</strong> із <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Додаткові ел. адреси", - "Enable Profile" : "Увімкнути профіль", - "No users" : "Відсутні користувачі", - "Loading users …" : "Завантаження користувачів ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Список користувачів. З міркувань обмеження обчислювальних потужностей список не буде повністю подаватися, але відображатиметься під час прокручування.", "New user" : "Новий користувач", "Groups (required)" : "Групи (обов'язково)", "Set user groups" : "Створити групи користувачів", @@ -771,37 +747,15 @@ OC.L10N.register( "Set user manager" : "Встановити менеджера користувача", "Username will be autogenerated" : "Ім'я користувача буде автоматично створено", "Username (required)" : "Ім'я користувача (обов'язково)", + "Loading users …" : "Завантаження користувачів ...", + "Username" : "Ім'я користувача", "User backend" : "Сервер користувача", "User actions" : "Дії користувачів", - "Loading user …" : "Завантаження користувачів ...", - "You do not have permissions to see the details of this user" : "Ви не маєте прав для перегляду деталей про цього користувача", "Add user to group" : "Додати користувача до групи", - "Set user as admin for" : "Встановити користувача як адміністратора для", - "Select user quota" : "Виберіть квоту користувача", - "Delete user" : "Вилучити користувача", - "Wipe all devices" : "Стерти на всіх пристроях", - "Disable user" : "Вимкнути користувача", - "Enable user" : "Увімкнути користувача", - "Failed to update user manager" : "Неможливо оновити менеджера користувача", - "Toggle user actions menu" : "Перемкнути меню дій користувача", - "User management settings" : "Налаштування", - "Show user backend" : "Покувазати бекенд користувача", - "Send welcome email to new users" : "Надсилати вітальні листи новим користувачам", "Name your device" : "Дайте назву вашому пристрою", "Server error while trying to add WebAuthn device" : "Помилка сервера під час спроби додати пристрій WebAuthn", - "by {author}\n{license}" : "Автор: {author}\n{license}", - "User management" : "Керування користувачами", - "Active users" : "Активні користувачі", - "Disabled users" : "Вимкнені користувачі", - "Creating group …" : "Створення групи ...", - "User group: {group}" : "Група користувачів: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Недоступно, оскільки об'єднані хмари вимкнено для вашого облікового запису. Будь ласка, сконтактуйте з вашим адміністратором", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Недоступно, оскільки публікацію даних користувача на пошуковому сервері заборонена. Зверніться до системного адміністратора, якщо у вас виникнуть запитання", - "Show to logged in users only" : "Лише авторизованим", - "Nextcloud help resources" : "Посібники та допомога у користуванні Nextcloud", - "SMTP Username" : "Ім'я користувача SMTP", - "Follow us on Twitter" : "Слідкуйте за нами в Twitter", "Active accounts" : "Активні облікові записи", + "Follow us on Twitter" : "Слідкуйте за нами в Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Щоби дозволити запуск цієї перевірки, потрібно пересвідчитися, що ваш вебсервер може з'єднуватися з самим собою, що передбачає можливість резолвити та з'єднуватися з одним з `trusted_domains` або `overwrite.cli.url`. Неможливість цього може бути результатом незбігу DNS на стороні сервера або встановленими правилами брандмауера." }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 35f2b00118e..3964fcd2c2f 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -119,6 +119,8 @@ "Personal info" : "Про мене", "Mobile & desktop" : "Застосунки для пристроїв", "Email server" : "Сервер електронної пошти", + "Mail Providers" : "Постачальники послуг ел.пошти", + "System email account" : "Системний обліковий запис ел.пошти", "Security & setup checks" : "Безпека та перевірка налаштувань", "Background jobs" : "Фонові завдання", "Unlimited" : "Необмежено", @@ -308,6 +310,7 @@ "Deleted disclaimer text" : "Вилучено текст відмови від відповідальності", "Could not set disclaimer text" : "Не вдалося задати текст повідомлення про відмову від відповідальності", "Two-Factor Authentication" : "Двофакторна авторизація", + "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторну авторизацію можна примусово визначити як для всіх користувачів, так й для окремих груп. Якщо такі користувачі не визначили постачальника двофакторної авторизації, то вони не зможуть увійти до хмари.", "Enforce two-factor authentication" : "Примусово увімкнути двофакторну авторизацію", "Limit to groups" : "Обмежити групами", "Enforcement of two-factor authentication can be set for certain groups only." : "Примусову двофакторну авторизацію можна встановити лише для певних груп.", @@ -347,6 +350,9 @@ "{index} of {total}" : "{index} із {total}", "Daemon" : "Демон", "Type" : "Тип", + "Learn more" : "Дізнатися більше", + "Confirm" : "Підтвердити", + "Cancel" : "Скасувати", "Description" : "Опис", "Details" : "Деталі", "All" : "Всі", @@ -437,8 +443,6 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Вам потрібно перенести ключі шифрування зі старого шифрування (ownCloud <= 8.0) на нове. Увімкніть \"Стандартний модуль шифрування\" та виконайте {command}", "Unable to update server side encryption config" : "Не вдалося оновити конфігурацію шифрування на стороні сервера", "Please confirm the group removal" : "Підтвердіть вилучення групи", - "Cancel" : "Скасувати", - "Confirm" : "Підтвердити", "Submit" : "Продовжити", "Rename group" : "Перейменувати групу", "Remove group" : "Вилучити групу", @@ -460,7 +464,6 @@ "Error cropping profile picture" : "Помилка кадрування зображення профілю", "Error saving profile picture" : "Помилка збереження зображення профілю", "Error removing profile picture" : "Помилка вилучення зображення профілю", - "Your biography" : "Коротко про себе", "Enter your date of birth" : "Зазначте дату вашого народження", "Unable to update date of birth" : "Не вдалося оновити дату народження", "You are a member of the following groups:" : "Ви є учасником таких груп:", @@ -658,6 +661,7 @@ "Allow untested app" : "Дозволити непротестовані застосунки", "The app will be downloaded from the App Store" : "Застосунок буде звантажено з крамниці застосунків", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Відсутня інформація щодо підтримки цього застосунку вашою версією Nextcloud. Ви зможете встановити цей застосунок, проте він може працювати не так, як ви очікуєте.", + "Unknown" : "Невідомо", "Never" : "Ніколи", "Could not register device: Network error" : "Не вдалося зареєструвати пристрій: помилка мережі", "Could not register device: Probably already registered" : "Не вдалося зареєструвати пристрій. Ймовірно, що його вже зареєстровано", @@ -714,22 +718,10 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Цей випуск спільноти Nextcloud не підтримується, і миттєві сповіщення недоступні.", "Use a second factor besides your password to increase security for your account." : "Використовуйте додатковий фактор на додаток до пароля, це підвищить безпеку вашого облікового запису.", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Якщо ви використовуєте застосунки сторонніх розробників, які з'єднуються з хмарою Nextcloud, переконайтеся, що ви створили та налаштували паролі на кожен окремий застосунок, перш ніж вмикати двофакторну авторизацію.", - "No user supplied" : "Користувача не вказано", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Будь ласка, введіть пароль відновлення адміністратора; інакше всі дані користувача будуть втрачені.", - "Backend does not support password change, but the user's encryption key was updated." : "Сервер не підтримує зміну пароля, але ключ шифрування користувача було оновлено.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Перш ніж надсилати тестові електронні листи, вам потрібно встановити електронну адресу користувача. Ідіть %s для цього.", - "Invalid user" : "Недійсний користувач", - "Your username is: %s" : "Ваше ім'я користувача: %s", - "Logged in user must be a subadmin" : "Користувач, який увійшов, має бути одним з адміністраторів", - "Old user imported certificates" : "Старі сертифікати, які було імпортовано користувачами", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Очікується фонове завдання, яке перевіряє імпортовані користувачем сертифікати SSL. Перевірте пізніше.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Є деякі сертифікати SSL, імпортовані користувачем, які більше не використовуються з Nextcloud 21. Їх можна імпортувати в командному рядку за допомогою команди «occ security:certificates:import». Їхні шляхи всередині каталогу даних показано нижче.", "Missing optional index \"%s\" in table \"%s\"." : "Відсутній необов'язковий індекс \"%s\" у таблиці \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У базі даних відсутні деякі індекси. Через те, що додавання індексів у великі таблиці могло зайняти деякий час, їх не було створено автоматично. Для створення індексів вручну, будь ласка, виконайте команду \"occ db:add-missing-indices\". Після додавання індексів запити до цих таблиць зазвичай виконуються набагато швидше.", "File locking" : "Блокування файлів", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакційне блокування файлів вимкнено. Це може призвести до потенційних помилок під час одночасної роботи з файлами. Увімкніть параметр \"filelocking.enabled\" у конфігураційному файлі config.php, щоби уникнути цих помилок. ", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Неможливо перевірити наявність підтримки JavaScript. Будь ласка, перевірте вручну, чи ваш вебсервер обслуговує файли `.mjs` за допомогою типу MIME для JavaScript.", - "Overwrite cli URL" : "Перезаписати CLI URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "У вас встановлено PHP версії %s. Починаючи з версії Nextcloud 27, PHP 8.0 вже вважається застарілим. Версія Nextcloud 28 може вимагати версію PHP 8.1 та вище. Просимо якнайшвидше оновити версію PHP від PHP Group до офіційно підтримуваної.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Використовується версія MariaDB \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MariaDB 10.2 або вище.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Використовується версія MySQL \"%s\". Nextcloud 21 і вище не підтримують цю версію і потребують MySQL 8.0 або MariaDB 10.2 або вище.", @@ -738,27 +730,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Перетворення голосу у текст може здійснюватися за допомогою декількох застосунків. Тут можна визначити, який саме застосунків потрібно використати.", "None of your currently installed apps provide Speech-To-Text functionality" : "Жодний із встановлених застосунків не надає функцій перетворення голосу у текст.", "None of your currently installed apps provide Text processing functionality" : "Жодний із встановлених застосунків не надає функцій обробки тексту.", - "Exclude groups from sharing" : "Виключити групи зі спільного доступу", - "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть створювати їх.", "Set default expiration date for shares" : "Встановити типовий термін дії для спільних ресурсів", "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторну авторизацію можна примусово визначити як для всіх користувачів, так й для окремих груп. Якщо такі користувачі не визначили постачальника двофакторної авторизації, то вони не зможуть увійти до хмари.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Якщо вибрано/виключено групи, то застосовується така логіка визначення, чи до користувача застосовується двофакторна авторизація: якщо не вибрано жодної групи, двофакторну авторизацію ввімкнено для всіх, крім учасників виключених груп. Якщо вибрано групи, для всіх учасників увімкнено двофакторну авторизацію. Якщо користувач одночасно входить до вибраної групи та виключеної групи, то вибрана група має пріоритет і в такому випадку до цього користувача застосовується двофакторна авторизація.", - "{license}-licensed" : "Ліцензія: {license}", - "Rating: {score}/10" : "Рейтинг: {score}/10", - "Username" : "Ім'я користувача", - "Execute one task with each page loaded. Use case: Single user instance." : "Виконуватиметься лише одне завдання під час завантаження сторінки. Приклад використання: сервер з лише одним користувачем.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php зареєстровано у службі webcron, при цьому cron.php викликатиметься за допомогою протоколу HTTP кожні 5 хвилин. Приклад використання: дуже маленький сервер, який розраховано приблизно на 1-5 користувачів.", - "The cron.php needs to be executed by the system user \"{user}\"." : "Файл cron.php має бути запущений системним користувачем \"{user}\".", - "Enable or disable profile by default for new users." : "Увімкнути або вимкнути стандартний профіль для нових користувачів.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Ви намагаєтеся вилучити групу \"{group}\". Користувачів такої групи не буде вилучено.", + "Your biography" : "Коротко про себе", "You are using <strong>{usage}</strong>" : "Ви використовуєте <strong>{usage}", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Ви використовуєте <strong>{usage}</strong> із <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "Додаткові ел. адреси", - "Enable Profile" : "Увімкнути профіль", - "No users" : "Відсутні користувачі", - "Loading users …" : "Завантаження користувачів ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Список користувачів. З міркувань обмеження обчислювальних потужностей список не буде повністю подаватися, але відображатиметься під час прокручування.", "New user" : "Новий користувач", "Groups (required)" : "Групи (обов'язково)", "Set user groups" : "Створити групи користувачів", @@ -769,37 +745,15 @@ "Set user manager" : "Встановити менеджера користувача", "Username will be autogenerated" : "Ім'я користувача буде автоматично створено", "Username (required)" : "Ім'я користувача (обов'язково)", + "Loading users …" : "Завантаження користувачів ...", + "Username" : "Ім'я користувача", "User backend" : "Сервер користувача", "User actions" : "Дії користувачів", - "Loading user …" : "Завантаження користувачів ...", - "You do not have permissions to see the details of this user" : "Ви не маєте прав для перегляду деталей про цього користувача", "Add user to group" : "Додати користувача до групи", - "Set user as admin for" : "Встановити користувача як адміністратора для", - "Select user quota" : "Виберіть квоту користувача", - "Delete user" : "Вилучити користувача", - "Wipe all devices" : "Стерти на всіх пристроях", - "Disable user" : "Вимкнути користувача", - "Enable user" : "Увімкнути користувача", - "Failed to update user manager" : "Неможливо оновити менеджера користувача", - "Toggle user actions menu" : "Перемкнути меню дій користувача", - "User management settings" : "Налаштування", - "Show user backend" : "Покувазати бекенд користувача", - "Send welcome email to new users" : "Надсилати вітальні листи новим користувачам", "Name your device" : "Дайте назву вашому пристрою", "Server error while trying to add WebAuthn device" : "Помилка сервера під час спроби додати пристрій WebAuthn", - "by {author}\n{license}" : "Автор: {author}\n{license}", - "User management" : "Керування користувачами", - "Active users" : "Активні користувачі", - "Disabled users" : "Вимкнені користувачі", - "Creating group …" : "Створення групи ...", - "User group: {group}" : "Група користувачів: {group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Недоступно, оскільки об'єднані хмари вимкнено для вашого облікового запису. Будь ласка, сконтактуйте з вашим адміністратором", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Недоступно, оскільки публікацію даних користувача на пошуковому сервері заборонена. Зверніться до системного адміністратора, якщо у вас виникнуть запитання", - "Show to logged in users only" : "Лише авторизованим", - "Nextcloud help resources" : "Посібники та допомога у користуванні Nextcloud", - "SMTP Username" : "Ім'я користувача SMTP", - "Follow us on Twitter" : "Слідкуйте за нами в Twitter", "Active accounts" : "Активні облікові записи", + "Follow us on Twitter" : "Слідкуйте за нами в Twitter", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Щоби дозволити запуск цієї перевірки, потрібно пересвідчитися, що ваш вебсервер може з'єднуватися з самим собою, що передбачає можливість резолвити та з'єднуватися з одним з `trusted_domains` або `overwrite.cli.url`. Неможливість цього може бути результатом незбігу DNS на стороні сервера або встановленими правилами брандмауера." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" }
\ No newline at end of file diff --git a/apps/settings/l10n/vi.js b/apps/settings/l10n/vi.js index 06ace9cb55d..1b565a2a739 100644 --- a/apps/settings/l10n/vi.js +++ b/apps/settings/l10n/vi.js @@ -193,6 +193,9 @@ OC.L10N.register( "_Update_::_Update all_" : ["Cập nhật tất cả"], "Loading" : "Đang tải", "Type" : "Loại", + "Learn more" : "Đọc nhiều hơn", + "Confirm" : "Xác nhận", + "Cancel" : "Hủy", "Description" : "Mô tả", "Details" : "Thông tin", "All" : "Tất cả", @@ -261,8 +264,6 @@ OC.L10N.register( "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Bạn cần di chuyển các khóa mã hóa của mình từ mã hóa cũ (ownCloud <= 8.0) sang mã hóa mới. Vui lòng bật \"Mô-đun mã hóa mặc định\" và chạy {command}", "Unable to update server side encryption config" : "Không thể cập nhật cấu hình mã hóa phía máy chủ", "Please confirm the group removal" : "Vui lòng xác nhận việc xóa nhóm", - "Cancel" : "Hủy", - "Confirm" : "Xác nhận", "Submit" : "Gửi đi", "Rename group" : "Đổi tên nhóm", "Remove group" : "Xóa nhóm", @@ -284,7 +285,6 @@ OC.L10N.register( "Error cropping profile picture" : "Lỗi cắt ảnh hồ sơ", "Error saving profile picture" : "Lỗi lưu ảnh hồ sơ", "Error removing profile picture" : "Lỗi xóa ảnh hồ sơ", - "Your biography" : "Tiểu sử của bạn", "You are a member of the following groups:" : "Bạn là thành viên của các nhóm sau:", "Your full name" : "Tên đầy đủ của bạn", "Primary email for password reset and notifications" : "Email chính để đặt lại mật khẩu và thông báo", @@ -425,6 +425,7 @@ OC.L10N.register( "Allow untested app" : "Cho phép ứng dụng chưa được kiểm tra", "The app will be downloaded from the App Store" : "Ứng dụng sẽ được tải xuống từ App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ứng dụng này không được đánh dấu là tương thích với phiên bản Nextcloud của bạn. Nếu bạn tiếp tục, bạn vẫn có thể cài đặt ứng dụng. Lưu ý rằng ứng dụng có thể không hoạt động như mong đợi.", + "Unknown" : "Không xác định", "Never" : "Không bao giờ", "An error occurred during the request. Unable to proceed." : "Đã xảy ra lỗi trong quá trình yêu cầu. Không thể tiếp tục.", "Error: This app cannot be enabled because it makes the server unstable" : "Lỗi: Không thể kích hoạt ứng dụng này vì nó khiến máy chủ không ổn định", @@ -463,15 +464,6 @@ OC.L10N.register( "There are some warnings regarding your setup." : "Có một số cảnh báo liên quan đến thiết lập của bạn.", "Checking for system and security issues." : "Kiểm tra các vấn đề về hệ thống và bảo mật.", "Use a second factor besides your password to increase security for your account." : "Sử dụng yếu tố thứ hai ngoài mật khẩu để tăng tính bảo mật cho tài khoản của bạn.", - "No user supplied" : "Không có người dùng cung cấp", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Vui lòng cung cấp mật khẩu khôi phục quản trị viên; nếu không, tất cả dữ liệu người dùng sẽ bị mất.", - "Backend does not support password change, but the user's encryption key was updated." : "Hệ thống không hỗ trợ đổi mật khẩu, nhưng khoá mã hoá của người dùng đã được cập nhật.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Bạn cần đặt email người dùng của mình trước khi có thể gửi email kiểm tra. Đi tới %s để biết điều đó.", - "Invalid user" : "Người dùng không hợp lệ", - "Your username is: %s" : "Tên người dùng của bạn là : %s", - "Logged in user must be a subadmin" : "Người dùng đã đăng nhập phải là một subadmin", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Một công việc nền đang chờ xử lý để kiểm tra chứng chỉ SSL đã nhập của người dùng. Vui lòng kiểm tra lại sau.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Có một số chứng chỉ SSL do người dùng nhập hiện không còn được sử dụng với Nextcloud 21. Chúng có thể được nhập trên dòng lệnh thông qua lệnh \"occ security:certificates:import\". Đường dẫn của chúng bên trong thư mục dữ liệu được hiển thị bên dưới.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Cơ sở dữ liệu thiếu một số mục. Do thực tế là việc thêm mục trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-indices\", các mục bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các mục được thêm vào, các truy vấn vào các bảng đó thường nhanh hơn nhiều.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Bạn hiện đang chạy PHP %s. PHP 8.0 hiện không được dùng nữa trong Nextcloud 27. Nextcloud 28 có thể yêu cầu ít nhất PHP 8.1. Vui lòng nâng cấp lên một trong các phiên bản PHP được hỗ trợ chính thức do Nhóm PHP cung cấp càng sớm càng tốt.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Phiên bản MariaDB \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MariaDB 10.2 trở lên.", @@ -481,26 +473,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Chuyển giọng nói thành văn bản có thể được triển khai bởi các ứng dụng khác nhau. Tại đây bạn có thể đặt ứng dụng nào sẽ được sử dụng.", "None of your currently installed apps provide Speech-To-Text functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng Chuyển giọng nói thành văn bản", "None of your currently installed apps provide Text processing functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng xử lý văn bản", - "Exclude groups from sharing" : "Loại trừ các nhóm khỏi việc chia sẻ", - "These groups will still be able to receive shares, but not to initiate them." : "Các nhóm này vẫn có thể nhận được lượt chia sẻ nhưng không thể bắt đầu chia sẻ.", "Set default expiration date for shares" : "Đặt ngày hết hạn mặc định cho cổ phiếu", "Allow username autocompletion in share dialog and allow access to the system address book" : "Cho phép tự động hoàn thành tên người dùng trong hộp thoại chia sẻ và cho phép truy cập vào sổ địa chỉ hệ thống", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Xác thực hai yếu tố có thể được thực thi cho tất cả người dùng và các nhóm cụ thể. Nếu họ không cấu hình nhà cung cấp hai yếu tố, họ sẽ không thể đăng nhập vào hệ thống.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Khi các nhóm được chọn / loại trừ, họ sử dụng logic sau để xác định xem người dùng có thực thi 2FA hay không: Nếu không có nhóm nào được chọn, 2FA được bật cho mọi người trừ các thành viên của các nhóm bị loại trừ. Nếu các nhóm được chọn, 2FA được bật cho tất cả các thành viên trong số này. Nếu người dùng ở cả hai nhóm được chọn và bị loại trừ, quyền được chọn sẽ được ưu tiên và 2FA được thi hành.", - "{license}-licensed" : "{license}-được cấp phép", - "Username" : "Tên đăng nhập", - "Execute one task with each page loaded. Use case: Single user instance." : "Thực hiện một tác vụ với mỗi trang được tải. Trường hợp sử dụng: Phiên bản người dùng duy nhất.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php được đăng ký tại dịch vụ webcron để gọi cron.php cứ 5 phút một lần qua HTTP. Ca sử dụng: Phiên bản rất nhỏ (1–5 người dùng tùy theo mức độ sử dụng).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php cần được thực thi bởi người dùng hệ thống \"{user}\".", - "Enable or disable profile by default for new users." : "Bật hoặc tắt hồ sơ theo mặc định cho người dùng mới.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Bạn sắp xóa nhóm \"{group}\". Người dùng sẽ KHÔNG bị xóa.", + "Your biography" : "Tiểu sử của bạn", "You are using <strong>{usage}</strong>" : "Bạn đang sử dụng {usage}", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Bạn đang sử dụng {usage} trên {totalSpace} ({usageRelative}%)", - "Additional emails" : "Email bổ sung", - "Enable Profile" : "Bật hồ sơ", - "No users" : "Không có người dùng", - "Loading users …" : "Đang tải người dùng…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Danh sách người dùng. Danh sách này không được hiển thị đầy đủ vì lý do hiệu suất. Người dùng sẽ được hiển thị khi bạn điều hướng qua danh sách.", "New user" : "Người dùng mới", "Groups (required)" : "Nhóm (bắt buộc)", "Set user groups" : "Đặt nhóm người dùng", @@ -511,32 +488,12 @@ OC.L10N.register( "Set user manager" : "Đặt trình quản lý người dùng", "Username will be autogenerated" : "Tên người dùng sẽ được tạo tự động", "Username (required)" : "Tên người dùng (bắt buộc)", + "Loading users …" : "Đang tải người dùng…", + "Username" : "Tên đăng nhập", "User backend" : "Trang cài đặt người dùng", "User actions" : "Hành động của người dùng", - "Loading user …" : "Đang tải người dùng…", - "You do not have permissions to see the details of this user" : "Bạn không có quyền xem chi tiết của người dùng này", "Add user to group" : "Thêm người dùng vào nhóm", - "Set user as admin for" : "Đặt người dùng làm quản trị viên cho", - "Select user quota" : "Chọn hạn ngạch người dùng", - "Delete user" : "Xóa người dùng", - "Wipe all devices" : "Xóa sạch tất cả các thiết bị", - "Disable user" : "Vô hiệu hóa người dùng", - "Enable user" : "Kích hoạt người dùng", - "Failed to update user manager" : "Không cập nhật được trình quản lý người dùng", - "Toggle user actions menu" : "Chuyển đổi menu hành động của người dùng", - "User management settings" : "Cài đặt quản lý người dùng", - "Show user backend" : "Hiển thị cài đặt người dùng", - "Send welcome email to new users" : "Gửi email chào mừng tới người dùng mới", "Name your device" : "Đặt tên cho thiết bị của bạn", - "Server error while trying to add WebAuthn device" : "Lỗi máy chủ khi cố gắng thêm thiết bị WebAuthn", - "by {author}\n{license}" : "bởi {author}\n{license}", - "Active users" : "Người dùng hoạt động", - "Disabled users" : "Người dùng đã bị vô hiệu hóa", - "Creating group …" : "Đang tạo nhóm…", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Không khả dụng vì liên kết đã bị vô hiệu hóa đối với tài khoản của bạn, hãy liên hệ với quản trị viên hệ thống nếu bạn có bất kỳ câu hỏi nào", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Không có sẵn vì không được phép xuất bản dữ liệu cụ thể của người dùng lên máy chủ tra cứu, hãy liên hệ với quản trị viên hệ thống của bạn nếu bạn có bất kỳ câu hỏi nào", - "Show to logged in users only" : "Chỉ hiển thị cho người dùng đã đăng nhập", - "Nextcloud help resources" : "Tài nguyên trợ giúp của Nextcloud", - "SMTP Username" : "Tên người dùng SMTP" + "Server error while trying to add WebAuthn device" : "Lỗi máy chủ khi cố gắng thêm thiết bị WebAuthn" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/vi.json b/apps/settings/l10n/vi.json index 14451c637e5..458a911a3ce 100644 --- a/apps/settings/l10n/vi.json +++ b/apps/settings/l10n/vi.json @@ -191,6 +191,9 @@ "_Update_::_Update all_" : ["Cập nhật tất cả"], "Loading" : "Đang tải", "Type" : "Loại", + "Learn more" : "Đọc nhiều hơn", + "Confirm" : "Xác nhận", + "Cancel" : "Hủy", "Description" : "Mô tả", "Details" : "Thông tin", "All" : "Tất cả", @@ -259,8 +262,6 @@ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Bạn cần di chuyển các khóa mã hóa của mình từ mã hóa cũ (ownCloud <= 8.0) sang mã hóa mới. Vui lòng bật \"Mô-đun mã hóa mặc định\" và chạy {command}", "Unable to update server side encryption config" : "Không thể cập nhật cấu hình mã hóa phía máy chủ", "Please confirm the group removal" : "Vui lòng xác nhận việc xóa nhóm", - "Cancel" : "Hủy", - "Confirm" : "Xác nhận", "Submit" : "Gửi đi", "Rename group" : "Đổi tên nhóm", "Remove group" : "Xóa nhóm", @@ -282,7 +283,6 @@ "Error cropping profile picture" : "Lỗi cắt ảnh hồ sơ", "Error saving profile picture" : "Lỗi lưu ảnh hồ sơ", "Error removing profile picture" : "Lỗi xóa ảnh hồ sơ", - "Your biography" : "Tiểu sử của bạn", "You are a member of the following groups:" : "Bạn là thành viên của các nhóm sau:", "Your full name" : "Tên đầy đủ của bạn", "Primary email for password reset and notifications" : "Email chính để đặt lại mật khẩu và thông báo", @@ -423,6 +423,7 @@ "Allow untested app" : "Cho phép ứng dụng chưa được kiểm tra", "The app will be downloaded from the App Store" : "Ứng dụng sẽ được tải xuống từ App Store", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ứng dụng này không được đánh dấu là tương thích với phiên bản Nextcloud của bạn. Nếu bạn tiếp tục, bạn vẫn có thể cài đặt ứng dụng. Lưu ý rằng ứng dụng có thể không hoạt động như mong đợi.", + "Unknown" : "Không xác định", "Never" : "Không bao giờ", "An error occurred during the request. Unable to proceed." : "Đã xảy ra lỗi trong quá trình yêu cầu. Không thể tiếp tục.", "Error: This app cannot be enabled because it makes the server unstable" : "Lỗi: Không thể kích hoạt ứng dụng này vì nó khiến máy chủ không ổn định", @@ -461,15 +462,6 @@ "There are some warnings regarding your setup." : "Có một số cảnh báo liên quan đến thiết lập của bạn.", "Checking for system and security issues." : "Kiểm tra các vấn đề về hệ thống và bảo mật.", "Use a second factor besides your password to increase security for your account." : "Sử dụng yếu tố thứ hai ngoài mật khẩu để tăng tính bảo mật cho tài khoản của bạn.", - "No user supplied" : "Không có người dùng cung cấp", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "Vui lòng cung cấp mật khẩu khôi phục quản trị viên; nếu không, tất cả dữ liệu người dùng sẽ bị mất.", - "Backend does not support password change, but the user's encryption key was updated." : "Hệ thống không hỗ trợ đổi mật khẩu, nhưng khoá mã hoá của người dùng đã được cập nhật.", - "You need to set your user email before being able to send test emails. Go to %s for that." : "Bạn cần đặt email người dùng của mình trước khi có thể gửi email kiểm tra. Đi tới %s để biết điều đó.", - "Invalid user" : "Người dùng không hợp lệ", - "Your username is: %s" : "Tên người dùng của bạn là : %s", - "Logged in user must be a subadmin" : "Người dùng đã đăng nhập phải là một subadmin", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Một công việc nền đang chờ xử lý để kiểm tra chứng chỉ SSL đã nhập của người dùng. Vui lòng kiểm tra lại sau.", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Có một số chứng chỉ SSL do người dùng nhập hiện không còn được sử dụng với Nextcloud 21. Chúng có thể được nhập trên dòng lệnh thông qua lệnh \"occ security:certificates:import\". Đường dẫn của chúng bên trong thư mục dữ liệu được hiển thị bên dưới.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Cơ sở dữ liệu thiếu một số mục. Do thực tế là việc thêm mục trên các bảng lớn có thể mất một chút thời gian, chúng không được thêm tự động. Bằng cách chạy \"occ db:add-missing-indices\", các mục bị thiếu đó có thể được thêm thủ công trong khi phiên bản tiếp tục chạy. Sau khi các mục được thêm vào, các truy vấn vào các bảng đó thường nhanh hơn nhiều.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Bạn hiện đang chạy PHP %s. PHP 8.0 hiện không được dùng nữa trong Nextcloud 27. Nextcloud 28 có thể yêu cầu ít nhất PHP 8.1. Vui lòng nâng cấp lên một trong các phiên bản PHP được hỗ trợ chính thức do Nhóm PHP cung cấp càng sớm càng tốt.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Phiên bản MariaDB \"%s\" được sử dụng. Nextcloud 21 trở lên không hỗ trợ phiên bản này và yêu cầu MariaDB 10.2 trở lên.", @@ -479,26 +471,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Chuyển giọng nói thành văn bản có thể được triển khai bởi các ứng dụng khác nhau. Tại đây bạn có thể đặt ứng dụng nào sẽ được sử dụng.", "None of your currently installed apps provide Speech-To-Text functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng Chuyển giọng nói thành văn bản", "None of your currently installed apps provide Text processing functionality" : "Không có ứng dụng nào bạn cài đặt hiện tại cung cấp chức năng xử lý văn bản", - "Exclude groups from sharing" : "Loại trừ các nhóm khỏi việc chia sẻ", - "These groups will still be able to receive shares, but not to initiate them." : "Các nhóm này vẫn có thể nhận được lượt chia sẻ nhưng không thể bắt đầu chia sẻ.", "Set default expiration date for shares" : "Đặt ngày hết hạn mặc định cho cổ phiếu", "Allow username autocompletion in share dialog and allow access to the system address book" : "Cho phép tự động hoàn thành tên người dùng trong hộp thoại chia sẻ và cho phép truy cập vào sổ địa chỉ hệ thống", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Xác thực hai yếu tố có thể được thực thi cho tất cả người dùng và các nhóm cụ thể. Nếu họ không cấu hình nhà cung cấp hai yếu tố, họ sẽ không thể đăng nhập vào hệ thống.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Khi các nhóm được chọn / loại trừ, họ sử dụng logic sau để xác định xem người dùng có thực thi 2FA hay không: Nếu không có nhóm nào được chọn, 2FA được bật cho mọi người trừ các thành viên của các nhóm bị loại trừ. Nếu các nhóm được chọn, 2FA được bật cho tất cả các thành viên trong số này. Nếu người dùng ở cả hai nhóm được chọn và bị loại trừ, quyền được chọn sẽ được ưu tiên và 2FA được thi hành.", - "{license}-licensed" : "{license}-được cấp phép", - "Username" : "Tên đăng nhập", - "Execute one task with each page loaded. Use case: Single user instance." : "Thực hiện một tác vụ với mỗi trang được tải. Trường hợp sử dụng: Phiên bản người dùng duy nhất.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php được đăng ký tại dịch vụ webcron để gọi cron.php cứ 5 phút một lần qua HTTP. Ca sử dụng: Phiên bản rất nhỏ (1–5 người dùng tùy theo mức độ sử dụng).", - "The cron.php needs to be executed by the system user \"{user}\"." : "Cron.php cần được thực thi bởi người dùng hệ thống \"{user}\".", - "Enable or disable profile by default for new users." : "Bật hoặc tắt hồ sơ theo mặc định cho người dùng mới.", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "Bạn sắp xóa nhóm \"{group}\". Người dùng sẽ KHÔNG bị xóa.", + "Your biography" : "Tiểu sử của bạn", "You are using <strong>{usage}</strong>" : "Bạn đang sử dụng {usage}", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "Bạn đang sử dụng {usage} trên {totalSpace} ({usageRelative}%)", - "Additional emails" : "Email bổ sung", - "Enable Profile" : "Bật hồ sơ", - "No users" : "Không có người dùng", - "Loading users …" : "Đang tải người dùng…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "Danh sách người dùng. Danh sách này không được hiển thị đầy đủ vì lý do hiệu suất. Người dùng sẽ được hiển thị khi bạn điều hướng qua danh sách.", "New user" : "Người dùng mới", "Groups (required)" : "Nhóm (bắt buộc)", "Set user groups" : "Đặt nhóm người dùng", @@ -509,32 +486,12 @@ "Set user manager" : "Đặt trình quản lý người dùng", "Username will be autogenerated" : "Tên người dùng sẽ được tạo tự động", "Username (required)" : "Tên người dùng (bắt buộc)", + "Loading users …" : "Đang tải người dùng…", + "Username" : "Tên đăng nhập", "User backend" : "Trang cài đặt người dùng", "User actions" : "Hành động của người dùng", - "Loading user …" : "Đang tải người dùng…", - "You do not have permissions to see the details of this user" : "Bạn không có quyền xem chi tiết của người dùng này", "Add user to group" : "Thêm người dùng vào nhóm", - "Set user as admin for" : "Đặt người dùng làm quản trị viên cho", - "Select user quota" : "Chọn hạn ngạch người dùng", - "Delete user" : "Xóa người dùng", - "Wipe all devices" : "Xóa sạch tất cả các thiết bị", - "Disable user" : "Vô hiệu hóa người dùng", - "Enable user" : "Kích hoạt người dùng", - "Failed to update user manager" : "Không cập nhật được trình quản lý người dùng", - "Toggle user actions menu" : "Chuyển đổi menu hành động của người dùng", - "User management settings" : "Cài đặt quản lý người dùng", - "Show user backend" : "Hiển thị cài đặt người dùng", - "Send welcome email to new users" : "Gửi email chào mừng tới người dùng mới", "Name your device" : "Đặt tên cho thiết bị của bạn", - "Server error while trying to add WebAuthn device" : "Lỗi máy chủ khi cố gắng thêm thiết bị WebAuthn", - "by {author}\n{license}" : "bởi {author}\n{license}", - "Active users" : "Người dùng hoạt động", - "Disabled users" : "Người dùng đã bị vô hiệu hóa", - "Creating group …" : "Đang tạo nhóm…", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Không khả dụng vì liên kết đã bị vô hiệu hóa đối với tài khoản của bạn, hãy liên hệ với quản trị viên hệ thống nếu bạn có bất kỳ câu hỏi nào", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Không có sẵn vì không được phép xuất bản dữ liệu cụ thể của người dùng lên máy chủ tra cứu, hãy liên hệ với quản trị viên hệ thống của bạn nếu bạn có bất kỳ câu hỏi nào", - "Show to logged in users only" : "Chỉ hiển thị cho người dùng đã đăng nhập", - "Nextcloud help resources" : "Tài nguyên trợ giúp của Nextcloud", - "SMTP Username" : "Tên người dùng SMTP" + "Server error while trying to add WebAuthn device" : "Lỗi máy chủ khi cố gắng thêm thiết bị WebAuthn" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 1574b5d3f06..447772e521b 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -219,6 +219,7 @@ OC.L10N.register( "MySQL row format" : "MySQL 行格式", "You are not using MySQL" : "您没有使用MySQL", "None of your tables use ROW_FORMAT=Compressed" : "没有表使用行格式压缩", + "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "在你的数据库中找到了不正确的行格式。ROW_FORMAT=Dynamic 可以让 Nextcloud 数据库性能最佳。请更新下表中的行格式:%s", "MySQL Unicode support" : "MySQL Unicode 支持", "MySQL is used as database and does support 4-byte characters" : "MySQL用作数据库并且支持4字节字符", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL 用作数据库,但不支持 4 字节字符。为了能够处理 4 字节字符(如表情符号),而不会在文件名或注释中出现问题,建议在 MySQL 中启用 4 字节支持。", @@ -437,6 +438,9 @@ OC.L10N.register( "Display Name" : "显示名称", "GPUs support" : "GPU 支持", "Compute device" : "计算设备", + "Learn more" : "学习更多", + "Confirm" : "确认", + "Cancel" : "取消", "Description" : "描述", "Details" : "详情", "All" : "全部", @@ -535,8 +539,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "无法更新服务端加密设置", "Please confirm the group removal" : "请确认移除该群组", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "您即将删除组 \"{group}\" 。 这些帐户不会被删除。", - "Cancel" : "取消", - "Confirm" : "确认", "Submit" : "提交", "Rename group" : "重命名分组", "Remove group" : "删除分组", @@ -558,7 +560,6 @@ OC.L10N.register( "Error cropping profile picture" : "剪裁个人资料图片出错", "Error saving profile picture" : "保存个人资料图片出错", "Error removing profile picture" : "移除个人资料图片出错", - "Your biography" : "个人简介", "Enter your date of birth" : "輸入您的出生日期", "Unable to update date of birth" : "无法更新出生日期", "You are a member of the following groups:" : "您是以下群组的成员:", @@ -764,7 +765,6 @@ OC.L10N.register( "Show to everyone" : "显示给所有人", "Show to logged in accounts only" : "仅向已登录账号显示", "Hide" : "隐藏", - "manual-install apps cannot be updated" : "手动安装的应用程序无法更新", "{progress}% Deploying …" : "{progress}% 部署…", "{progress}% Initializing …" : "{progress}% 初始化…", "Health checking" : "健康检查", @@ -774,6 +774,7 @@ OC.L10N.register( "Allow untested app" : "允许未经测试的应用", "The app will be downloaded from the App Store" : "将从应用商店下载应用", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此应用被标记为与您的 Nextcloud 版本不兼容。如果您要继续,您仍可安装此应用。请注意此应用可能不会正常工作。", + "Unknown" : "未知", "Never" : "从不", "Could not register device: Network error" : "无法注册设备:网络错误", "Could not register device: Probably already registered" : "无法注册设备:可能已经注册", @@ -834,23 +835,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Nextcloud 的此社区版本不受支持,即时通知不可用。", "Use a second factor besides your password to increase security for your account." : "使用除您密码之外的第二种方法来增强您账号的安全性。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "如果您使用第三方应用程序连接到 Nextcloud,请确保在启用双因素身份验证之前为每个应用程序创建和配置应用程序密码。", - "No user supplied" : "未提供用户", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "请提供管理员恢复密码,否则所有用户的数据都将丢失。", - "Backend does not support password change, but the user's encryption key was updated." : "后端不支持密码修改,但用户的加密密钥已经更新。", - "You need to set your user email before being able to send test emails. Go to %s for that." : "您需要先前往%s设置电子邮箱,才能发送测试邮件。", - "Invalid user" : "无效用户", - "Your username is: %s" : "您的用户名是:%s", - "Logged in user must be a subadmin" : "当前登录用户必须为子管理员", - "Old user imported certificates" : "旧用户导入的证书", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "一个检查用户导入的 SSL 证书的后台工作正在进行中。请稍后再来检查。", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过“occ security:certificates:import”命令在命令行导入。它们在数据目录下的路径如下所示。", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要允许此检查运行,您必须确保您的网络服务器可以连接到自身。 因此,它必须能够解析并连接到至少一个 `trusted_domains` 或 `overwrite.cli.url`。", "Missing optional index \"%s\" in table \"%s\"." : "索引 \"%s\" 不存在于表 \"%s\"。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", "File locking" : "文件锁定", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事务性文件锁定已禁用,可能会引发争用问题。请在 config.php 中启用 filelocking.enabled 以避免这类问题的发生。", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法检查 JavaScript 支持。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", - "MySQL unicode support" : "MySQL Unicode 支持", - "Overwrite cli URL" : "覆盖 CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法通过您的任何 “trusted_domains\" 或 \"overwrite.cli.url\" 检查 JavaScript 支持。 这可能是服务端 DNS 不匹配或出站防火墙规则造成的。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在使用 PHP %s。在 Nextcloud 27 中 PHP 8.0 已过时,而在 Nextcloud 28 中可能最低需要 PHP 8.1。请尽快升级 PHP 至官方支持的最新版本。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MariaDB 10.2 或更高版本。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MySQL 8.0 或 MariaDB 10.2 或更高版本。", @@ -859,27 +849,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "语音转文本可由不同的应用程序实现。您可以在此设置使用哪个应用程序。", "None of your currently installed apps provide Speech-To-Text functionality" : "您当前安装的应用程序均不提供语音转文本功能", "None of your currently installed apps provide Text processing functionality" : "您当前安装的应用程序均不提供文本处理功能", - "Exclude groups from sharing" : "在共享中排除组", - "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取共享,但无法向他人共享。", "Set default expiration date for shares" : "设置共享的默认截止日期", "Allow username autocompletion in share dialog and allow access to the system address book" : "允许在分享对话框中自动补全用户名并访问系统通讯录", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "两步验证可以对于所有用户和特定分组启用。如果没有设置两步验证提供者,他们则不能登录到系统。", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "当分组被选择/排除时,将使用以下逻辑来确定一个用户是否强制启用两步验证:如果没有选择分组,两步验证将对被排除分组成员外的所有用户启用。如果选择了分组,两步验证将对被选择分组的成员启用。如果一个用户同时属于被选择和被排除分组,被选择分组将拥有优先权,两步验证将对该用户强制启用。", - "{license}-licensed" : "{license}-许可协议", - "Rating: {score}/10" : "评分:{score}/10", - "Username" : "用户名", - "Execute one task with each page loaded. Use case: Single user instance." : "每加载一个页面就执行一个任务。使用场景:单一用户实例。", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 注册在一个 webcron 服务上,每 5 分钟通过 HTTP 调用 cron.php。使用场景:非常小的实例(1-5 个用户,取决于使用情况)。", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 需要由系统用户“{user}”执行。", - "Enable or disable profile by default for new users." : "对新用户默认启用或禁用简介。", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "你将移除群组 “{group}”。群组内的用户不会被删除。", + "Your biography" : "个人简介", "You are using <strong>{usage}</strong>" : "您已使用<strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "附加邮箱地址", - "Enable Profile" : "启用简介", - "No users" : "无用户", - "Loading users …" : "正在加载用户 ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "列出所有用户。考虑性能原因该列表可能不会全部显示,而是在你浏览列表时按需显示。", "New user" : "新建用户", "Groups (required)" : "群组(必填)", "Set user groups" : "设置用户群组", @@ -890,39 +864,15 @@ OC.L10N.register( "Set user manager" : "设置用户管理者", "Username will be autogenerated" : "用户名将自动生成", "Username (required)" : "用户名(必填)", + "Loading users …" : "正在加载用户 ...", + "Username" : "用户名", "User backend" : "用户来源", "User actions" : "用户操作", - "Loading user …" : "正在加载用户 ...", - "You do not have permissions to see the details of this user" : "您没有权限查看该用户的详细信息", "Add user to group" : "添加用户到组", - "Set user as admin for" : "设置用户为管理员", - "Select user quota" : "选择用户容量限额", - "Delete user" : "删除用户", - "Wipe all devices" : "擦除所有设备", - "Disable user" : "禁用用户", - "Enable user" : "启用用户", - "Failed to update user manager" : "更新用户管理员失败", - "Toggle user actions menu" : "切换用户行动菜单", - "User management settings" : "用户管理设置", - "Show user backend" : "显示用户来源", - "Send welcome email to new users" : "向新用户发送欢迎邮件", "Name your device" : "为您的设备命名", "Server error while trying to add WebAuthn device" : "尝试添加 WebAuthn 设备时出现服务器错误", - "by {author}\n{license}" : "按照 {author}\n{license}", - "User management" : "用户管理", - "Active users" : "活跃用户", - "Disabled users" : "已禁用的用户", - "Creating group …" : "正在创建群组 ...", - "User group: {group}" : "用户群组:{group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "您的账号上的联合云功能已被停用,如有疑问,请咨询系统管理员。", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "不可用,因为不允许将特定于用户的数据发布到查找服务器,如果有任何问题,请与系统管理员联系", - "Show to logged in users only" : "仅显示给登录用户", - "Nextcloud help resources" : "Nextcloud 帮助资源", - "SMTP Username" : "SMTP 用户名", - "Follow us on Twitter" : "在 Twitter 上关注我们!", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要允许此检查运行,您必须确保您的网络服务器可以连接到自身。 因此,它必须能够解析并连接到至少一个 `trusted_domains` 或 `overwrite.cli.url`。", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法通过您的任何 “trusted_domains\" 或 \"overwrite.cli.url\" 检查 JavaScript 支持。 这可能是服务端 DNS 不匹配或出站防火墙规则造成的。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", "Active accounts" : "活跃账号", + "Follow us on Twitter" : "在 Twitter 上关注我们!", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "要允许此检查运行,您必须确保您的 Web 服务器可以连接到自身。因此,它必须能够解析并连接到其 \"trusted_domains\" 或 \"overwrite.cli.url\" 中的至少一个。此失败可能是服务端 DNS 不匹配或出站防火墙规则的结果。", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 PostgreSQL 版本\"%s\"。建议使用 PostgreSQL >=12 和 <=16,以获得此版本 Nextcloud 的最佳性能、稳定性和功能。" }, diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index 91be4a83a31..3e0141960ea 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -217,6 +217,7 @@ "MySQL row format" : "MySQL 行格式", "You are not using MySQL" : "您没有使用MySQL", "None of your tables use ROW_FORMAT=Compressed" : "没有表使用行格式压缩", + "Incorrect row format found in your database. ROW_FORMAT=Dynamic offers the best database performances for Nextcloud. Please update row format on the following list: %s." : "在你的数据库中找到了不正确的行格式。ROW_FORMAT=Dynamic 可以让 Nextcloud 数据库性能最佳。请更新下表中的行格式:%s", "MySQL Unicode support" : "MySQL Unicode 支持", "MySQL is used as database and does support 4-byte characters" : "MySQL用作数据库并且支持4字节字符", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL 用作数据库,但不支持 4 字节字符。为了能够处理 4 字节字符(如表情符号),而不会在文件名或注释中出现问题,建议在 MySQL 中启用 4 字节支持。", @@ -435,6 +436,9 @@ "Display Name" : "显示名称", "GPUs support" : "GPU 支持", "Compute device" : "计算设备", + "Learn more" : "学习更多", + "Confirm" : "确认", + "Cancel" : "取消", "Description" : "描述", "Details" : "详情", "All" : "全部", @@ -533,8 +537,6 @@ "Unable to update server side encryption config" : "无法更新服务端加密设置", "Please confirm the group removal" : "请确认移除该群组", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "您即将删除组 \"{group}\" 。 这些帐户不会被删除。", - "Cancel" : "取消", - "Confirm" : "确认", "Submit" : "提交", "Rename group" : "重命名分组", "Remove group" : "删除分组", @@ -556,7 +558,6 @@ "Error cropping profile picture" : "剪裁个人资料图片出错", "Error saving profile picture" : "保存个人资料图片出错", "Error removing profile picture" : "移除个人资料图片出错", - "Your biography" : "个人简介", "Enter your date of birth" : "輸入您的出生日期", "Unable to update date of birth" : "无法更新出生日期", "You are a member of the following groups:" : "您是以下群组的成员:", @@ -762,7 +763,6 @@ "Show to everyone" : "显示给所有人", "Show to logged in accounts only" : "仅向已登录账号显示", "Hide" : "隐藏", - "manual-install apps cannot be updated" : "手动安装的应用程序无法更新", "{progress}% Deploying …" : "{progress}% 部署…", "{progress}% Initializing …" : "{progress}% 初始化…", "Health checking" : "健康检查", @@ -772,6 +772,7 @@ "Allow untested app" : "允许未经测试的应用", "The app will be downloaded from the App Store" : "将从应用商店下载应用", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此应用被标记为与您的 Nextcloud 版本不兼容。如果您要继续,您仍可安装此应用。请注意此应用可能不会正常工作。", + "Unknown" : "未知", "Never" : "从不", "Could not register device: Network error" : "无法注册设备:网络错误", "Could not register device: Probably already registered" : "无法注册设备:可能已经注册", @@ -832,23 +833,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Nextcloud 的此社区版本不受支持,即时通知不可用。", "Use a second factor besides your password to increase security for your account." : "使用除您密码之外的第二种方法来增强您账号的安全性。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "如果您使用第三方应用程序连接到 Nextcloud,请确保在启用双因素身份验证之前为每个应用程序创建和配置应用程序密码。", - "No user supplied" : "未提供用户", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "请提供管理员恢复密码,否则所有用户的数据都将丢失。", - "Backend does not support password change, but the user's encryption key was updated." : "后端不支持密码修改,但用户的加密密钥已经更新。", - "You need to set your user email before being able to send test emails. Go to %s for that." : "您需要先前往%s设置电子邮箱,才能发送测试邮件。", - "Invalid user" : "无效用户", - "Your username is: %s" : "您的用户名是:%s", - "Logged in user must be a subadmin" : "当前登录用户必须为子管理员", - "Old user imported certificates" : "旧用户导入的证书", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "一个检查用户导入的 SSL 证书的后台工作正在进行中。请稍后再来检查。", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过“occ security:certificates:import”命令在命令行导入。它们在数据目录下的路径如下所示。", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要允许此检查运行,您必须确保您的网络服务器可以连接到自身。 因此,它必须能够解析并连接到至少一个 `trusted_domains` 或 `overwrite.cli.url`。", "Missing optional index \"%s\" in table \"%s\"." : "索引 \"%s\" 不存在于表 \"%s\"。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", "File locking" : "文件锁定", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事务性文件锁定已禁用,可能会引发争用问题。请在 config.php 中启用 filelocking.enabled 以避免这类问题的发生。", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法检查 JavaScript 支持。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", - "MySQL unicode support" : "MySQL Unicode 支持", - "Overwrite cli URL" : "覆盖 CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法通过您的任何 “trusted_domains\" 或 \"overwrite.cli.url\" 检查 JavaScript 支持。 这可能是服务端 DNS 不匹配或出站防火墙规则造成的。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在使用 PHP %s。在 Nextcloud 27 中 PHP 8.0 已过时,而在 Nextcloud 28 中可能最低需要 PHP 8.1。请尽快升级 PHP 至官方支持的最新版本。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MariaDB 10.2 或更高版本。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MySQL 8.0 或 MariaDB 10.2 或更高版本。", @@ -857,27 +847,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "语音转文本可由不同的应用程序实现。您可以在此设置使用哪个应用程序。", "None of your currently installed apps provide Speech-To-Text functionality" : "您当前安装的应用程序均不提供语音转文本功能", "None of your currently installed apps provide Text processing functionality" : "您当前安装的应用程序均不提供文本处理功能", - "Exclude groups from sharing" : "在共享中排除组", - "These groups will still be able to receive shares, but not to initiate them." : "这些组将仍可以获取共享,但无法向他人共享。", "Set default expiration date for shares" : "设置共享的默认截止日期", "Allow username autocompletion in share dialog and allow access to the system address book" : "允许在分享对话框中自动补全用户名并访问系统通讯录", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "两步验证可以对于所有用户和特定分组启用。如果没有设置两步验证提供者,他们则不能登录到系统。", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "当分组被选择/排除时,将使用以下逻辑来确定一个用户是否强制启用两步验证:如果没有选择分组,两步验证将对被排除分组成员外的所有用户启用。如果选择了分组,两步验证将对被选择分组的成员启用。如果一个用户同时属于被选择和被排除分组,被选择分组将拥有优先权,两步验证将对该用户强制启用。", - "{license}-licensed" : "{license}-许可协议", - "Rating: {score}/10" : "评分:{score}/10", - "Username" : "用户名", - "Execute one task with each page loaded. Use case: Single user instance." : "每加载一个页面就执行一个任务。使用场景:单一用户实例。", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 注册在一个 webcron 服务上,每 5 分钟通过 HTTP 调用 cron.php。使用场景:非常小的实例(1-5 个用户,取决于使用情况)。", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 需要由系统用户“{user}”执行。", - "Enable or disable profile by default for new users." : "对新用户默认启用或禁用简介。", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "你将移除群组 “{group}”。群组内的用户不会被删除。", + "Your biography" : "个人简介", "You are using <strong>{usage}</strong>" : "您已使用<strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "附加邮箱地址", - "Enable Profile" : "启用简介", - "No users" : "无用户", - "Loading users …" : "正在加载用户 ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "列出所有用户。考虑性能原因该列表可能不会全部显示,而是在你浏览列表时按需显示。", "New user" : "新建用户", "Groups (required)" : "群组(必填)", "Set user groups" : "设置用户群组", @@ -888,39 +862,15 @@ "Set user manager" : "设置用户管理者", "Username will be autogenerated" : "用户名将自动生成", "Username (required)" : "用户名(必填)", + "Loading users …" : "正在加载用户 ...", + "Username" : "用户名", "User backend" : "用户来源", "User actions" : "用户操作", - "Loading user …" : "正在加载用户 ...", - "You do not have permissions to see the details of this user" : "您没有权限查看该用户的详细信息", "Add user to group" : "添加用户到组", - "Set user as admin for" : "设置用户为管理员", - "Select user quota" : "选择用户容量限额", - "Delete user" : "删除用户", - "Wipe all devices" : "擦除所有设备", - "Disable user" : "禁用用户", - "Enable user" : "启用用户", - "Failed to update user manager" : "更新用户管理员失败", - "Toggle user actions menu" : "切换用户行动菜单", - "User management settings" : "用户管理设置", - "Show user backend" : "显示用户来源", - "Send welcome email to new users" : "向新用户发送欢迎邮件", "Name your device" : "为您的设备命名", "Server error while trying to add WebAuthn device" : "尝试添加 WebAuthn 设备时出现服务器错误", - "by {author}\n{license}" : "按照 {author}\n{license}", - "User management" : "用户管理", - "Active users" : "活跃用户", - "Disabled users" : "已禁用的用户", - "Creating group …" : "正在创建群组 ...", - "User group: {group}" : "用户群组:{group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "您的账号上的联合云功能已被停用,如有疑问,请咨询系统管理员。", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "不可用,因为不允许将特定于用户的数据发布到查找服务器,如果有任何问题,请与系统管理员联系", - "Show to logged in users only" : "仅显示给登录用户", - "Nextcloud help resources" : "Nextcloud 帮助资源", - "SMTP Username" : "SMTP 用户名", - "Follow us on Twitter" : "在 Twitter 上关注我们!", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要允许此检查运行,您必须确保您的网络服务器可以连接到自身。 因此,它必须能够解析并连接到至少一个 `trusted_domains` 或 `overwrite.cli.url`。", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法通过您的任何 “trusted_domains\" 或 \"overwrite.cli.url\" 检查 JavaScript 支持。 这可能是服务端 DNS 不匹配或出站防火墙规则造成的。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", "Active accounts" : "活跃账号", + "Follow us on Twitter" : "在 Twitter 上关注我们!", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "要允许此检查运行,您必须确保您的 Web 服务器可以连接到自身。因此,它必须能够解析并连接到其 \"trusted_domains\" 或 \"overwrite.cli.url\" 中的至少一个。此失败可能是服务端 DNS 不匹配或出站防火墙规则的结果。", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 PostgreSQL 版本\"%s\"。建议使用 PostgreSQL >=12 和 <=16,以获得此版本 Nextcloud 的最佳性能、稳定性和功能。" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index 689b095bfe9..48ba1d7023d 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "強制密碼保護", "Exclude groups from password requirements" : "從密碼要求中排除特定群組", "Exclude groups from creating link shares" : "禁止以下群組創建連結分享", + "Allow users to set custom share link tokens" : "允許用戶設置自訂分享連結權杖", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "停用此設定後,包含自訂權杖的分享仍可繼續存取", + "Shares with guessable tokens may be accessed easily" : "包含可猜測權杖的分享可能會比較容易被存取", "Limit sharing based on groups" : "基於群組進行分享限制", "Allow sharing for everyone (default)" : "允許所有人分享(預設)", "Exclude some groups from sharing" : "從分享中排除某些群組", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "顯示名稱", "GPUs support" : "GPUs 支援", "Compute device" : "計算裝置", + "Advanced deploy options" : "進階部署選項", + "Edit ExApp deploy options before installation" : "在安裝前編輯 ExApp 部署選項", + "Configured ExApp deploy options. Can be set only during installation" : "設定的 ExApp 部署選項。僅能在安裝時設定", + "Learn more" : "了解更多", + "Environment variables" : "環境變數", + "ExApp container environment variables" : "ExApp 容器環境變數", + "No environment variables defined" : "未定義環境變數", + "Mounts" : "掛載", + "Define host folder mounts to bind to the ExApp container" : "定義要綁紮到 ExApp 容器的主機資料夾掛載", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "在安裝 ExApp 前,必須存在於部署幕後程式主機上", + "Host path" : "主機路徑", + "Container path" : "容器路徑", + "Read-only" : "唯讀", + "Remove mount" : "移除掛載", + "New mount" : "新掛載", + "Enter path to host folder" : "輸入主機資料夾的路徑", + "Enter path to container folder" : "輸入容器資料夾的路徑", + "Toggle read-only mode" : "切換唯讀模式", + "Confirm adding new mount" : "確認新增掛載", + "Confirm" : "確認", + "Cancel adding mount" : "取消新增掛載", + "Cancel" : "取消", + "Add mount" : "新增掛載", + "ExApp container mounts" : "ExApp 容器掛載", + "No mounts defined" : "未定義掛載", "Description" : "描述", "Details" : "詳細資訊", "All" : "所有", "Limit app usage to groups" : "限制特定群組使用應用程式", "No results" : "沒有結果", "Update to {version}" : "更新到 {version}", + "Deploy options" : "部署選項", "Default Deploy daemon is not accessible" : "默認部署幕後程式無法使用", "Delete data on remove" : "移除時刪除數據", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "此應用程式並未指定最低的 Nextcloud 版本。未來可能會出現錯誤。", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "無法更新伺服器端加密配置", "Please confirm the group removal" : "請確認移除群組", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "您將要移除群組「{group}」。帳戶將不會被刪除。", - "Cancel" : "取消", - "Confirm" : "確認", "Submit" : "遞交", "Rename group" : "重新命名群組", "Remove group" : "移除群組", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "裁剪個人資料圖片時出錯", "Error saving profile picture" : "儲存個人資料圖片時出錯", "Error removing profile picture" : "移除個人資料圖片時出錯", - "Your biography" : "個人小傳", + "Your biography. Markdown is supported." : "您的自傳。支援 Markdown。", "Enter your date of birth" : "輸入您的出生日期", "Unable to update date of birth" : "無法更新出生日期", "You are a member of the following groups:" : "你是下列群組的成員︰", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "群組管理員", "Account backend" : "帳戶後端", "Storage location" : "儲存位置", + "First login" : "首次登入", "Last login" : "最後登入", "Account actions" : "帳戶操作", "Password or insufficient permissions message" : "密碼或權限不足訊息", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "顯示語言", "Show account backend" : "顯示帳戶後端系統", "Show storage path" : "顯示儲存路徑", + "Show first login" : "顯示首次登入", "Show last login" : "顯示上次登入時間", "Sorting" : "排序", "The system config enforces sorting the groups by name. This also disables showing the member count." : "系統設定強制按名稱對群組排序。這也會停用顯示成員數量。", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "顯示给所有人", "Show to logged in accounts only" : "僅顯示給已登錄的帳戶", "Hide" : "隱藏", - "manual-install apps cannot be updated" : "無法更新手動安裝應用程式", + "Manually installed apps cannot be updated" : "無法更新手動安裝的應用程式", "{progress}% Deploying …" : "{progress}% 部署中 ...", "{progress}% Initializing …" : "{progress}% 初始化中 ...", "Health checking" : "健康檢查", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "允許未經測試的應用程式", "The app will be downloaded from the App Store" : "將會從 App Store 下載這個應用程式", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此應用程式未被標記為與您的 Nextcloud 版本相容。如果繼續,您仍可安裝應用程式。但請注意應用程式可能無法正常運作。", + "Unknown" : "不詳", "Never" : "絕不", "Could not register device: Network error" : "無法註冊裝置:網絡錯誤", "Could not register device: Probably already registered" : "無法註冊裝置:可能已註冊", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "不支援 Nextcloud 的這個社群版本,且即時通知不可用。", "Use a second factor besides your password to increase security for your account." : "使用密碼以外的第二因數來增強您帳戶的安全性。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "如果您使用第三方應用程式來連線到 Nextcloud,請確保在啟用雙重認證前為每個應用程式設定應用程式密碼。", - "No user supplied" : "未提供用戶", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "請提供管理員還原密碼;否則所有用戶資料將會遺失。", - "Backend does not support password change, but the user's encryption key was updated." : "後端系統不支援密碼變更,但用戶加密密鑰已更新。", - "You need to set your user email before being able to send test emails. Go to %s for that." : "您必須先設定您的用戶電子郵件,然後才能傳送測試郵件。前往 %s 進行設置。", - "Invalid user" : "用戶無效", - "Your username is: %s" : "您的用戶名稱為:%s", - "Logged in user must be a subadmin" : "登入用戶必須為副管理員", - "Old user imported certificates" : "舊用戶匯入的憑證", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "背景作業正在檢查用戶匯入的SSL證書。請稍後再檢查。", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "存在一些用戶匯入的SSL證書,這些在Nextcloud 21中不再使用。可以通過“ occ security:certificates:import”命令在命令行上將其導入。它們在數據目錄中的路徑如下所示。", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", "Missing optional index \"%s\" in table \"%s\"." : "非強制的索引 \"%s\" 缺少於數據庫表 \"%s\" 中。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多。", "File locking" : "檔案鎖定", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供 \".mjs\" 檔案。", - "MySQL unicode support" : "MySQL Unicode 支援", - "Overwrite cli URL" : "覆寫 CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您目前正在運行 PHP %s。Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MariaDB 10.2 或更新版本。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "音頻轉文本可以由不同的應用程式實現。您可以在此處設置應使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您目前安裝的應用程式均不提供音頻轉文字功能", "None of your currently installed apps provide Text processing functionality" : "您目前安裝的應用程式均不提供文字處理功能", - "Exclude groups from sharing" : "禁止特定群組分享檔案", - "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", "Set default expiration date for shares" : "設定分享的預設到期日", "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊用戶名並允許存取系統通訊錄", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有用戶與特定群組實施雙重認證。如果他們沒有設定雙重認證提供者,那麼他們就會無法登入系統。", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "選擇/排除群組時,其使用以下邏輯來確定用戶是否強制啟用雙因素驗證:如果沒有選擇群組,雙因素驗證對所有除了排除群組以外的成員啟用。若選擇了群組,則雙因素驗證會對所有該群組的成員啟用。如果某個用戶同時位在選擇與排除的群組,則被選擇的群組優先程度較高,因此會強制啟用雙因素驗證。", - "{license}-licensed" : "以 {license} 授權", - "Rating: {score}/10" : "評分:{score}/10", - "Username" : "用戶名稱", - "Execute one task with each page loaded. Use case: Single user instance." : "每個頁面載入時執行一次任務。使用情境:單用戶站台。", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 註冊了一個 webcron 服務,該服務將通過 HTTP 每 5 分鐘執行一次 cron.php。 用例:非常小的實例(1-5 個用戶,具體取決於使用情況)。", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 必須由系統用戶「{user}」執行。", - "Enable or disable profile by default for new users." : "默認情況下為新用戶啟用或停用個人檔案。", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "您將要移除群組「{group}」。用戶將不會被刪除。", + "Your biography" : "個人小傳", "You are using <strong>{usage}</strong>" : "您已使用了 <strong>{usage}</strong> 的存儲空間", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用了 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong>(<strong>{usageRelative} %</strong>)", - "Additional emails" : "其他電郵地址", - "Enable Profile" : "啟用簡介", - "No users" : "沒有用戶", - "Loading users …" : "用戶加載中 ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "用戶清單。出於性能考量,此清單未完全呈現。用戶將在您瀏覽清單時呈現。", "New user" : "新用戶", "Groups (required)" : "群組(必填)", "Set user groups" : "設置用戶群組", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "設置用戶管理者", "Username will be autogenerated" : "用戶名將自動生成", "Username (required)" : "用戶名(必填)", + "Loading users …" : "用戶加載中 ...", + "Username" : "用戶名稱", "User backend" : "用戶後端系統", "User actions" : "用戶操作", - "Loading user …" : "用戶加載中 …", - "You do not have permissions to see the details of this user" : "您沒有檢視此用戶詳細資料的權限", "Add user to group" : "在群組中新增用戶", - "Set user as admin for" : "將用戶設定為管理員", - "Select user quota" : "選擇用戶配額", - "Delete user" : "刪除用戶", - "Wipe all devices" : "抹除所有裝置", - "Disable user" : "停用用戶", - "Enable user" : "啟用用戶", - "Failed to update user manager" : "更新用戶經理失敗", - "Toggle user actions menu" : "切換用戶操作選單", - "User management settings" : "用戶管理設定", - "Show user backend" : "顯示用戶資料後端", - "Send welcome email to new users" : "向新用戶發送歡迎電子郵件", "Name your device" : "請為您的裝置命名", "Server error while trying to add WebAuthn device" : "嘗試新增 WebAuthn 裝置時發生伺服器錯誤", - "by {author}\n{license}" : "作者為 {author}\n{license}", - "User management" : "用戶管理", - "Active users" : "活躍用戶", - "Disabled users" : "已停用用戶", - "Creating group …" : "正在創建群組 ...", - "User group: {group}" : "用戶群組:{group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "您帳戶的聯合功能已被停用,因此不可用。如有疑問,請聯絡系統管理員", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "無法使用,因為不允許將用戶的特定資料發佈到查詢伺服器。如果有任何問題,請聯絡您的系統管理員。", - "Show to logged in users only" : "僅顯示給登錄用戶", - "Nextcloud help resources" : "Nextcloud 幫助資源", - "SMTP Username" : "SMTP 用戶名稱", - "Follow us on Twitter" : "在 Twitter 上追蹤我們", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "Active accounts" : "活躍帳戶", + "Follow us on Twitter" : "在 Twitter 上追蹤我們", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。" }, diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index 7da3cab8511..0d35b0d28d8 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -359,6 +359,9 @@ "Enforce password protection" : "強制密碼保護", "Exclude groups from password requirements" : "從密碼要求中排除特定群組", "Exclude groups from creating link shares" : "禁止以下群組創建連結分享", + "Allow users to set custom share link tokens" : "允許用戶設置自訂分享連結權杖", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "停用此設定後,包含自訂權杖的分享仍可繼續存取", + "Shares with guessable tokens may be accessed easily" : "包含可猜測權杖的分享可能會比較容易被存取", "Limit sharing based on groups" : "基於群組進行分享限制", "Allow sharing for everyone (default)" : "允許所有人分享(預設)", "Exclude some groups from sharing" : "從分享中排除某些群組", @@ -436,12 +439,38 @@ "Display Name" : "顯示名稱", "GPUs support" : "GPUs 支援", "Compute device" : "計算裝置", + "Advanced deploy options" : "進階部署選項", + "Edit ExApp deploy options before installation" : "在安裝前編輯 ExApp 部署選項", + "Configured ExApp deploy options. Can be set only during installation" : "設定的 ExApp 部署選項。僅能在安裝時設定", + "Learn more" : "了解更多", + "Environment variables" : "環境變數", + "ExApp container environment variables" : "ExApp 容器環境變數", + "No environment variables defined" : "未定義環境變數", + "Mounts" : "掛載", + "Define host folder mounts to bind to the ExApp container" : "定義要綁紮到 ExApp 容器的主機資料夾掛載", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "在安裝 ExApp 前,必須存在於部署幕後程式主機上", + "Host path" : "主機路徑", + "Container path" : "容器路徑", + "Read-only" : "唯讀", + "Remove mount" : "移除掛載", + "New mount" : "新掛載", + "Enter path to host folder" : "輸入主機資料夾的路徑", + "Enter path to container folder" : "輸入容器資料夾的路徑", + "Toggle read-only mode" : "切換唯讀模式", + "Confirm adding new mount" : "確認新增掛載", + "Confirm" : "確認", + "Cancel adding mount" : "取消新增掛載", + "Cancel" : "取消", + "Add mount" : "新增掛載", + "ExApp container mounts" : "ExApp 容器掛載", + "No mounts defined" : "未定義掛載", "Description" : "描述", "Details" : "詳細資訊", "All" : "所有", "Limit app usage to groups" : "限制特定群組使用應用程式", "No results" : "沒有結果", "Update to {version}" : "更新到 {version}", + "Deploy options" : "部署選項", "Default Deploy daemon is not accessible" : "默認部署幕後程式無法使用", "Delete data on remove" : "移除時刪除數據", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "此應用程式並未指定最低的 Nextcloud 版本。未來可能會出現錯誤。", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "無法更新伺服器端加密配置", "Please confirm the group removal" : "請確認移除群組", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "您將要移除群組「{group}」。帳戶將不會被刪除。", - "Cancel" : "取消", - "Confirm" : "確認", "Submit" : "遞交", "Rename group" : "重新命名群組", "Remove group" : "移除群組", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "裁剪個人資料圖片時出錯", "Error saving profile picture" : "儲存個人資料圖片時出錯", "Error removing profile picture" : "移除個人資料圖片時出錯", - "Your biography" : "個人小傳", + "Your biography. Markdown is supported." : "您的自傳。支援 Markdown。", "Enter your date of birth" : "輸入您的出生日期", "Unable to update date of birth" : "無法更新出生日期", "You are a member of the following groups:" : "你是下列群組的成員︰", @@ -653,6 +680,7 @@ "Group admin for" : "群組管理員", "Account backend" : "帳戶後端", "Storage location" : "儲存位置", + "First login" : "首次登入", "Last login" : "最後登入", "Account actions" : "帳戶操作", "Password or insufficient permissions message" : "密碼或權限不足訊息", @@ -691,6 +719,7 @@ "Show language" : "顯示語言", "Show account backend" : "顯示帳戶後端系統", "Show storage path" : "顯示儲存路徑", + "Show first login" : "顯示首次登入", "Show last login" : "顯示上次登入時間", "Sorting" : "排序", "The system config enforces sorting the groups by name. This also disables showing the member count." : "系統設定強制按名稱對群組排序。這也會停用顯示成員數量。", @@ -763,7 +792,7 @@ "Show to everyone" : "顯示给所有人", "Show to logged in accounts only" : "僅顯示給已登錄的帳戶", "Hide" : "隱藏", - "manual-install apps cannot be updated" : "無法更新手動安裝應用程式", + "Manually installed apps cannot be updated" : "無法更新手動安裝的應用程式", "{progress}% Deploying …" : "{progress}% 部署中 ...", "{progress}% Initializing …" : "{progress}% 初始化中 ...", "Health checking" : "健康檢查", @@ -773,6 +802,7 @@ "Allow untested app" : "允許未經測試的應用程式", "The app will be downloaded from the App Store" : "將會從 App Store 下載這個應用程式", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此應用程式未被標記為與您的 Nextcloud 版本相容。如果繼續,您仍可安裝應用程式。但請注意應用程式可能無法正常運作。", + "Unknown" : "不詳", "Never" : "絕不", "Could not register device: Network error" : "無法註冊裝置:網絡錯誤", "Could not register device: Probably already registered" : "無法註冊裝置:可能已註冊", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "不支援 Nextcloud 的這個社群版本,且即時通知不可用。", "Use a second factor besides your password to increase security for your account." : "使用密碼以外的第二因數來增強您帳戶的安全性。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "如果您使用第三方應用程式來連線到 Nextcloud,請確保在啟用雙重認證前為每個應用程式設定應用程式密碼。", - "No user supplied" : "未提供用戶", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "請提供管理員還原密碼;否則所有用戶資料將會遺失。", - "Backend does not support password change, but the user's encryption key was updated." : "後端系統不支援密碼變更,但用戶加密密鑰已更新。", - "You need to set your user email before being able to send test emails. Go to %s for that." : "您必須先設定您的用戶電子郵件,然後才能傳送測試郵件。前往 %s 進行設置。", - "Invalid user" : "用戶無效", - "Your username is: %s" : "您的用戶名稱為:%s", - "Logged in user must be a subadmin" : "登入用戶必須為副管理員", - "Old user imported certificates" : "舊用戶匯入的憑證", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "背景作業正在檢查用戶匯入的SSL證書。請稍後再檢查。", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "存在一些用戶匯入的SSL證書,這些在Nextcloud 21中不再使用。可以通過“ occ security:certificates:import”命令在命令行上將其導入。它們在數據目錄中的路徑如下所示。", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", "Missing optional index \"%s\" in table \"%s\"." : "非強制的索引 \"%s\" 缺少於數據庫表 \"%s\" 中。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多。", "File locking" : "檔案鎖定", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供 \".mjs\" 檔案。", - "MySQL unicode support" : "MySQL Unicode 支援", - "Overwrite cli URL" : "覆寫 CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您目前正在運行 PHP %s。Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更新版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MariaDB 10.2 或更新版本。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 及更新版本不再支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更新版本。", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "音頻轉文本可以由不同的應用程式實現。您可以在此處設置應使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您目前安裝的應用程式均不提供音頻轉文字功能", "None of your currently installed apps provide Text processing functionality" : "您目前安裝的應用程式均不提供文字處理功能", - "Exclude groups from sharing" : "禁止特定群組分享檔案", - "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", "Set default expiration date for shares" : "設定分享的預設到期日", "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊用戶名並允許存取系統通訊錄", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有用戶與特定群組實施雙重認證。如果他們沒有設定雙重認證提供者,那麼他們就會無法登入系統。", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "選擇/排除群組時,其使用以下邏輯來確定用戶是否強制啟用雙因素驗證:如果沒有選擇群組,雙因素驗證對所有除了排除群組以外的成員啟用。若選擇了群組,則雙因素驗證會對所有該群組的成員啟用。如果某個用戶同時位在選擇與排除的群組,則被選擇的群組優先程度較高,因此會強制啟用雙因素驗證。", - "{license}-licensed" : "以 {license} 授權", - "Rating: {score}/10" : "評分:{score}/10", - "Username" : "用戶名稱", - "Execute one task with each page loaded. Use case: Single user instance." : "每個頁面載入時執行一次任務。使用情境:單用戶站台。", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 註冊了一個 webcron 服務,該服務將通過 HTTP 每 5 分鐘執行一次 cron.php。 用例:非常小的實例(1-5 個用戶,具體取決於使用情況)。", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 必須由系統用戶「{user}」執行。", - "Enable or disable profile by default for new users." : "默認情況下為新用戶啟用或停用個人檔案。", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "您將要移除群組「{group}」。用戶將不會被刪除。", + "Your biography" : "個人小傳", "You are using <strong>{usage}</strong>" : "您已使用了 <strong>{usage}</strong> 的存儲空間", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用了 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong>(<strong>{usageRelative} %</strong>)", - "Additional emails" : "其他電郵地址", - "Enable Profile" : "啟用簡介", - "No users" : "沒有用戶", - "Loading users …" : "用戶加載中 ...", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "用戶清單。出於性能考量,此清單未完全呈現。用戶將在您瀏覽清單時呈現。", "New user" : "新用戶", "Groups (required)" : "群組(必填)", "Set user groups" : "設置用戶群組", @@ -889,39 +892,15 @@ "Set user manager" : "設置用戶管理者", "Username will be autogenerated" : "用戶名將自動生成", "Username (required)" : "用戶名(必填)", + "Loading users …" : "用戶加載中 ...", + "Username" : "用戶名稱", "User backend" : "用戶後端系統", "User actions" : "用戶操作", - "Loading user …" : "用戶加載中 …", - "You do not have permissions to see the details of this user" : "您沒有檢視此用戶詳細資料的權限", "Add user to group" : "在群組中新增用戶", - "Set user as admin for" : "將用戶設定為管理員", - "Select user quota" : "選擇用戶配額", - "Delete user" : "刪除用戶", - "Wipe all devices" : "抹除所有裝置", - "Disable user" : "停用用戶", - "Enable user" : "啟用用戶", - "Failed to update user manager" : "更新用戶經理失敗", - "Toggle user actions menu" : "切換用戶操作選單", - "User management settings" : "用戶管理設定", - "Show user backend" : "顯示用戶資料後端", - "Send welcome email to new users" : "向新用戶發送歡迎電子郵件", "Name your device" : "請為您的裝置命名", "Server error while trying to add WebAuthn device" : "嘗試新增 WebAuthn 裝置時發生伺服器錯誤", - "by {author}\n{license}" : "作者為 {author}\n{license}", - "User management" : "用戶管理", - "Active users" : "活躍用戶", - "Disabled users" : "已停用用戶", - "Creating group …" : "正在創建群組 ...", - "User group: {group}" : "用戶群組:{group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "您帳戶的聯合功能已被停用,因此不可用。如有疑問,請聯絡系統管理員", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "無法使用,因為不允許將用戶的特定資料發佈到查詢伺服器。如果有任何問題,請聯絡您的系統管理員。", - "Show to logged in users only" : "僅顯示給登錄用戶", - "Nextcloud help resources" : "Nextcloud 幫助資源", - "SMTP Username" : "SMTP 用戶名稱", - "Follow us on Twitter" : "在 Twitter 上追蹤我們", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "Active accounts" : "活躍帳戶", + "Follow us on Twitter" : "在 Twitter 上追蹤我們", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index c75bf10e757..87e7ff792bd 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -361,6 +361,9 @@ OC.L10N.register( "Enforce password protection" : "強制密碼保護", "Exclude groups from password requirements" : "排除特定群組的密碼要求", "Exclude groups from creating link shares" : "排除特定群組不能建立分享連結", + "Allow users to set custom share link tokens" : "允許使用者設定自訂分享連結權杖", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "停用此設定後,包含自訂權杖的分享仍可繼續存取", + "Shares with guessable tokens may be accessed easily" : "包含可猜測權杖的分享可能會比較容易被存取", "Limit sharing based on groups" : "以群組為基礎進行分享限制", "Allow sharing for everyone (default)" : "允許所有人分享(預設)", "Exclude some groups from sharing" : "從分享中排除部份群組", @@ -438,12 +441,38 @@ OC.L10N.register( "Display Name" : "顯示名稱", "GPUs support" : "GPU 支援", "Compute device" : "計算裝置", + "Advanced deploy options" : "進階部署選項", + "Edit ExApp deploy options before installation" : "在安裝前編輯 ExApp 部署選項", + "Configured ExApp deploy options. Can be set only during installation" : "設定的 ExApp 部署選項。僅能在安裝時設定", + "Learn more" : "瞭解更多", + "Environment variables" : "環境變數", + "ExApp container environment variables" : "ExApp 容器環境變數", + "No environment variables defined" : "未定義環境變數", + "Mounts" : "掛載", + "Define host folder mounts to bind to the ExApp container" : "定義要綁紮到 ExApp 容器的主機資料夾掛載", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "在安裝 ExApp 前,必須存在於部署幕後程式主機上", + "Host path" : "主機路徑", + "Container path" : "容器路徑", + "Read-only" : "唯讀", + "Remove mount" : "移除掛載", + "New mount" : "新掛載", + "Enter path to host folder" : "輸入主機資料夾的路徑", + "Enter path to container folder" : "輸入容器資料夾的路徑", + "Toggle read-only mode" : "切換唯讀模式", + "Confirm adding new mount" : "確認新增掛載", + "Confirm" : "確認", + "Cancel adding mount" : "取消新增掛載", + "Cancel" : "取消", + "Add mount" : "新增掛載", + "ExApp container mounts" : "ExApp 容器掛載", + "No mounts defined" : "未定義掛載", "Description" : "描述", "Details" : "詳細資料", "All" : "所有", "Limit app usage to groups" : "限制特定群組使用應用程式", "No results" : "沒有結果", "Update to {version}" : "更新到 {version}", + "Deploy options" : "部署選項", "Default Deploy daemon is not accessible" : "預設部署幕後程式無法使用", "Delete data on remove" : "移除時刪除資料", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "此應用程式並未指定最低的 Nextcloud 版本。未來可能會出現錯誤。", @@ -536,8 +565,6 @@ OC.L10N.register( "Unable to update server side encryption config" : "無法更新伺服器端加密組態設定", "Please confirm the group removal" : "請確認移除群組", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "您將要移除群組「{group}」。帳號將不會被刪除。", - "Cancel" : "取消", - "Confirm" : "確認", "Submit" : "提交", "Rename group" : "重新命名群組", "Remove group" : "移除群組", @@ -559,7 +586,7 @@ OC.L10N.register( "Error cropping profile picture" : "裁剪個人檔案圖片時發生錯誤", "Error saving profile picture" : "儲存個人檔案圖片時發生錯誤", "Error removing profile picture" : "移除個人檔案圖片時發生錯誤", - "Your biography" : "您的自傳", + "Your biography. Markdown is supported." : "您的自傳。支援 Markdown。", "Enter your date of birth" : "輸入您的出生日期", "Unable to update date of birth" : "無法更新出生日期", "You are a member of the following groups:" : "您是下列群組的成員︰", @@ -655,6 +682,7 @@ OC.L10N.register( "Group admin for" : "群組管理員", "Account backend" : "帳號後端", "Storage location" : "儲存位置", + "First login" : "首次登入", "Last login" : "上次登入", "Account actions" : "帳戶動作", "Password or insufficient permissions message" : "密碼或超出權限訊息", @@ -693,6 +721,7 @@ OC.L10N.register( "Show language" : "顯示語言", "Show account backend" : "顯示帳號後端", "Show storage path" : "顯示儲存路徑", + "Show first login" : "顯示首次登入", "Show last login" : "顯示上次登入時間", "Sorting" : "排序", "The system config enforces sorting the groups by name. This also disables showing the member count." : "系統設定強制按名稱對群組排序。這也會停用顯示成員數量。", @@ -765,7 +794,7 @@ OC.L10N.register( "Show to everyone" : "對所有人顯示", "Show to logged in accounts only" : "僅對已登入的帳號顯示", "Hide" : "隱藏", - "manual-install apps cannot be updated" : "無法更新手動安裝應用程式", + "Manually installed apps cannot be updated" : "無法更新手動安裝的應用程式", "{progress}% Deploying …" : "{progress}% 正在部署……", "{progress}% Initializing …" : "{progress}% 正在初始化……", "Health checking" : "健康檢查", @@ -775,6 +804,7 @@ OC.L10N.register( "Allow untested app" : "允許未經測試的應用程式", "The app will be downloaded from the App Store" : "將會從應用程式商店下載這個應用程式", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此應用程式未被標記為與您的 Nextcloud 版本相容。如果繼續,您仍可安裝應用程式。但請注意應用程式可能無法正常運作。", + "Unknown" : "未知", "Never" : "永不", "Could not register device: Network error" : "無法註冊裝置:網路錯誤", "Could not register device: Probably already registered" : "無法註冊裝置:可能已註冊", @@ -835,23 +865,12 @@ OC.L10N.register( "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "不支援 Nextcloud 的這個社群版本,且即時通知不可用。", "Use a second factor besides your password to increase security for your account." : "使用密碼以外的第二因素來提升您帳號的安全性。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "如果您使用第三方應用程式連線到 Nextcloud,請確保在啟用雙因子認證前,已為每個應用程式設定應用程式密碼。", - "No user supplied" : "未提供使用者", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "請提供管理員還原密碼;否則所有使用者資料將會遺失。", - "Backend does not support password change, but the user's encryption key was updated." : "後端不支援密碼變更,但使用者的加密金鑰已更新。", - "You need to set your user email before being able to send test emails. Go to %s for that." : "您必須先設定您的使用者電子郵件,然後才能傳送測試用的電子郵件。前往 %s 進行設定。", - "Invalid user" : "無效的使用者", - "Your username is: %s" : "您的使用者名稱為:%s", - "Logged in user must be a subadmin" : "登入使用者必須為子管理員", - "Old user imported certificates" : "舊的使用者匯入憑證", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "背景作業正在檢查使用者匯入的 SSL 憑證。請稍後再檢查。", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入了 SSL 憑證,而在 Nextcloud 21 中不再使用。它們可以透過在命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", "Missing optional index \"%s\" in table \"%s\"." : "資料表「%s」中缺少選擇性索引「%s」。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可以執行「occ db:add-missing-indices」來手動新增那些缺少的索值。當索值新增完成後,查詢的速度通常會變得快許多。", "File locking" : "檔案鎖定", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "交易檔案鎖定已停用,這可能會導致競爭條件問題。在 config.php 中啟用「filelocking.enabled」可以避免這些問題。", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", - "MySQL unicode support" : "MySQL Unicode 支援", - "Overwrite cli URL" : "覆寫 CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更高版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 或更高版本不支援此版本,並需要 MariaDB 10.2 或更高版本。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 或更高版本不支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更高版本。", @@ -860,27 +879,11 @@ OC.L10N.register( "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "語音轉文字可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您目前安裝的應用程式均不提供語音轉文字功能", "None of your currently installed apps provide Text processing functionality" : "您目前安裝的應用程式均不提供文字處理功能", - "Exclude groups from sharing" : "排除特定群組不能分享", - "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", "Set default expiration date for shares" : "設定分享的預設到期日", "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊使用者名稱,並允許存取系統通訊錄", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有使用者與特定群組強制啟用雙因子認證。如果他們沒有設定雙因子認證提供者,那麼他們就會無法登入系統。", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "選取/排除群組時,其使用以下邏輯來確定使用者是否強制啟用雙因子認證:如果沒有選取群組,雙因子認證對所有除了排除群組以外的成員啟用。若選取了群組,則雙因子認證會對所有該群組的成員啟用。如果某個使用者同時位在選取與排除的群組,則被選取的群組優先程度較高,因此會強制啟用雙因子認證。", - "{license}-licensed" : "以 {license} 授權", - "Rating: {score}/10" : "評分:{score}/10", - "Username" : "使用者名稱", - "Execute one task with each page loaded. Use case: Single user instance." : "每個頁面載入時執行一次任務。使用情境:單使用者站台。", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 在 webcron 服務中註冊,每五分鐘透過 HTTP 呼叫一次 cron.php。使用情境:非常小的站台(一到五個使用者,取決於使用量)。", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 必須由系統使用者「{user}」執行。", - "Enable or disable profile by default for new users." : "預設情況下為新使用者啟用或停用個人檔案。", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "您將要移除群組「{group}」。使用者將「不會」被刪除。", + "Your biography" : "您的自傳", "You are using <strong>{usage}</strong>" : "您已使用 <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "額外的電子郵件", - "Enable Profile" : "啟用個人檔案", - "No users" : "無使用者", - "Loading users …" : "正在載入使用者…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "使用者清單。出於效能考量,此清單未完全呈現。使用者將在您瀏覽清單時呈現。", "New user" : "新使用者", "Groups (required)" : "群組(必填)", "Set user groups" : "設定使用者群組", @@ -891,39 +894,15 @@ OC.L10N.register( "Set user manager" : "設定使用者管理員", "Username will be autogenerated" : "使用者名稱將會自動產生", "Username (required)" : "使用者名稱(必填)", + "Loading users …" : "正在載入使用者…", + "Username" : "使用者名稱", "User backend" : "使用者資料後端", "User actions" : "使用者動作", - "Loading user …" : "正在載入使用者…", - "You do not have permissions to see the details of this user" : "您沒有檢視此使用者詳細資料的權能", "Add user to group" : "新增使用者到群組", - "Set user as admin for" : "將使用者設定為管理員", - "Select user quota" : "選取使用者容量限制", - "Delete user" : "刪除使用者", - "Wipe all devices" : "抹除所有裝置", - "Disable user" : "停用使用者", - "Enable user" : "啟用使用者", - "Failed to update user manager" : "更新使用者管理員失敗", - "Toggle user actions menu" : "切換使用者動作選單", - "User management settings" : "使用者管理設定", - "Show user backend" : "顯示使用者資料後端", - "Send welcome email to new users" : "向新使用者傳送歡迎電子郵件", "Name your device" : "請為您的裝置命名", "Server error while trying to add WebAuthn device" : "嘗試新增 WebAuthn 裝置時發生伺服器錯誤", - "by {author}\n{license}" : "作者為 {author}\n{license}", - "User management" : "使用者管理", - "Active users" : "啟用中使用者", - "Disabled users" : "已停用使用者", - "Creating group …" : "正在建立群組…", - "User group: {group}" : "使用者群組:{group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "因為您的帳號已停用聯邦分享,因此不可用,若您有任何問題,請聯絡您的系統管理員", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "無法使用,因為不允許將使用者的特定資料發佈到查詢伺服器,若您有任何問題,請聯絡您的系統管理員", - "Show to logged in users only" : "僅對已登入的使用者顯示", - "Nextcloud help resources" : "Nextcloud 輔助說明資源", - "SMTP Username" : "SMTP 使用者名稱", - "Follow us on Twitter" : "在 Twitter 上追蹤我們", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "Active accounts" : "活躍帳號", + "Follow us on Twitter" : "在 Twitter 上追蹤我們", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。" }, diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 501407d0fd8..4a68fda9809 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -359,6 +359,9 @@ "Enforce password protection" : "強制密碼保護", "Exclude groups from password requirements" : "排除特定群組的密碼要求", "Exclude groups from creating link shares" : "排除特定群組不能建立分享連結", + "Allow users to set custom share link tokens" : "允許使用者設定自訂分享連結權杖", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "停用此設定後,包含自訂權杖的分享仍可繼續存取", + "Shares with guessable tokens may be accessed easily" : "包含可猜測權杖的分享可能會比較容易被存取", "Limit sharing based on groups" : "以群組為基礎進行分享限制", "Allow sharing for everyone (default)" : "允許所有人分享(預設)", "Exclude some groups from sharing" : "從分享中排除部份群組", @@ -436,12 +439,38 @@ "Display Name" : "顯示名稱", "GPUs support" : "GPU 支援", "Compute device" : "計算裝置", + "Advanced deploy options" : "進階部署選項", + "Edit ExApp deploy options before installation" : "在安裝前編輯 ExApp 部署選項", + "Configured ExApp deploy options. Can be set only during installation" : "設定的 ExApp 部署選項。僅能在安裝時設定", + "Learn more" : "瞭解更多", + "Environment variables" : "環境變數", + "ExApp container environment variables" : "ExApp 容器環境變數", + "No environment variables defined" : "未定義環境變數", + "Mounts" : "掛載", + "Define host folder mounts to bind to the ExApp container" : "定義要綁紮到 ExApp 容器的主機資料夾掛載", + "Must exist on the Deploy daemon host prior to installing the ExApp" : "在安裝 ExApp 前,必須存在於部署幕後程式主機上", + "Host path" : "主機路徑", + "Container path" : "容器路徑", + "Read-only" : "唯讀", + "Remove mount" : "移除掛載", + "New mount" : "新掛載", + "Enter path to host folder" : "輸入主機資料夾的路徑", + "Enter path to container folder" : "輸入容器資料夾的路徑", + "Toggle read-only mode" : "切換唯讀模式", + "Confirm adding new mount" : "確認新增掛載", + "Confirm" : "確認", + "Cancel adding mount" : "取消新增掛載", + "Cancel" : "取消", + "Add mount" : "新增掛載", + "ExApp container mounts" : "ExApp 容器掛載", + "No mounts defined" : "未定義掛載", "Description" : "描述", "Details" : "詳細資料", "All" : "所有", "Limit app usage to groups" : "限制特定群組使用應用程式", "No results" : "沒有結果", "Update to {version}" : "更新到 {version}", + "Deploy options" : "部署選項", "Default Deploy daemon is not accessible" : "預設部署幕後程式無法使用", "Delete data on remove" : "移除時刪除資料", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "此應用程式並未指定最低的 Nextcloud 版本。未來可能會出現錯誤。", @@ -534,8 +563,6 @@ "Unable to update server side encryption config" : "無法更新伺服器端加密組態設定", "Please confirm the group removal" : "請確認移除群組", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "您將要移除群組「{group}」。帳號將不會被刪除。", - "Cancel" : "取消", - "Confirm" : "確認", "Submit" : "提交", "Rename group" : "重新命名群組", "Remove group" : "移除群組", @@ -557,7 +584,7 @@ "Error cropping profile picture" : "裁剪個人檔案圖片時發生錯誤", "Error saving profile picture" : "儲存個人檔案圖片時發生錯誤", "Error removing profile picture" : "移除個人檔案圖片時發生錯誤", - "Your biography" : "您的自傳", + "Your biography. Markdown is supported." : "您的自傳。支援 Markdown。", "Enter your date of birth" : "輸入您的出生日期", "Unable to update date of birth" : "無法更新出生日期", "You are a member of the following groups:" : "您是下列群組的成員︰", @@ -653,6 +680,7 @@ "Group admin for" : "群組管理員", "Account backend" : "帳號後端", "Storage location" : "儲存位置", + "First login" : "首次登入", "Last login" : "上次登入", "Account actions" : "帳戶動作", "Password or insufficient permissions message" : "密碼或超出權限訊息", @@ -691,6 +719,7 @@ "Show language" : "顯示語言", "Show account backend" : "顯示帳號後端", "Show storage path" : "顯示儲存路徑", + "Show first login" : "顯示首次登入", "Show last login" : "顯示上次登入時間", "Sorting" : "排序", "The system config enforces sorting the groups by name. This also disables showing the member count." : "系統設定強制按名稱對群組排序。這也會停用顯示成員數量。", @@ -763,7 +792,7 @@ "Show to everyone" : "對所有人顯示", "Show to logged in accounts only" : "僅對已登入的帳號顯示", "Hide" : "隱藏", - "manual-install apps cannot be updated" : "無法更新手動安裝應用程式", + "Manually installed apps cannot be updated" : "無法更新手動安裝的應用程式", "{progress}% Deploying …" : "{progress}% 正在部署……", "{progress}% Initializing …" : "{progress}% 正在初始化……", "Health checking" : "健康檢查", @@ -773,6 +802,7 @@ "Allow untested app" : "允許未經測試的應用程式", "The app will be downloaded from the App Store" : "將會從應用程式商店下載這個應用程式", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此應用程式未被標記為與您的 Nextcloud 版本相容。如果繼續,您仍可安裝應用程式。但請注意應用程式可能無法正常運作。", + "Unknown" : "未知", "Never" : "永不", "Could not register device: Network error" : "無法註冊裝置:網路錯誤", "Could not register device: Probably already registered" : "無法註冊裝置:可能已註冊", @@ -833,23 +863,12 @@ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "不支援 Nextcloud 的這個社群版本,且即時通知不可用。", "Use a second factor besides your password to increase security for your account." : "使用密碼以外的第二因素來提升您帳號的安全性。", "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "如果您使用第三方應用程式連線到 Nextcloud,請確保在啟用雙因子認證前,已為每個應用程式設定應用程式密碼。", - "No user supplied" : "未提供使用者", - "Please provide an admin recovery password; otherwise, all user data will be lost." : "請提供管理員還原密碼;否則所有使用者資料將會遺失。", - "Backend does not support password change, but the user's encryption key was updated." : "後端不支援密碼變更,但使用者的加密金鑰已更新。", - "You need to set your user email before being able to send test emails. Go to %s for that." : "您必須先設定您的使用者電子郵件,然後才能傳送測試用的電子郵件。前往 %s 進行設定。", - "Invalid user" : "無效的使用者", - "Your username is: %s" : "您的使用者名稱為:%s", - "Logged in user must be a subadmin" : "登入使用者必須為子管理員", - "Old user imported certificates" : "舊的使用者匯入憑證", - "A background job is pending that checks for user imported SSL certificates. Please check back later." : "背景作業正在檢查使用者匯入的 SSL 憑證。請稍後再檢查。", - "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入了 SSL 憑證,而在 Nextcloud 21 中不再使用。它們可以透過在命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", "Missing optional index \"%s\" in table \"%s\"." : "資料表「%s」中缺少選擇性索引「%s」。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可以執行「occ db:add-missing-indices」來手動新增那些缺少的索值。當索值新增完成後,查詢的速度通常會變得快許多。", "File locking" : "檔案鎖定", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "交易檔案鎖定已停用,這可能會導致競爭條件問題。在 config.php 中啟用「filelocking.enabled」可以避免這些問題。", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", - "MySQL unicode support" : "MySQL Unicode 支援", - "Overwrite cli URL" : "覆寫 CLI URL", + "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您正在執行 PHP %s。Nextcloud 27 已棄用 PHP 8.0。Nextcloud 28 需要 PHP 8.1 或更高版本。請盡快升級至 PHP Group 提供官方支援的其中一個版本。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本「%s」。Nextcloud 21 或更高版本不支援此版本,並需要 MariaDB 10.2 或更高版本。", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "正在使用 MySQL 版本「%s」。Nextcloud 21 或更高版本不支援此版本,並需要 MySQL 8.0 或 MariaDB 10.2 或更高版本。", @@ -858,27 +877,11 @@ "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "語音轉文字可以透過不同的應用程式實作。您可以在此處設定要使用哪個應用程式。", "None of your currently installed apps provide Speech-To-Text functionality" : "您目前安裝的應用程式均不提供語音轉文字功能", "None of your currently installed apps provide Text processing functionality" : "您目前安裝的應用程式均不提供文字處理功能", - "Exclude groups from sharing" : "排除特定群組不能分享", - "These groups will still be able to receive shares, but not to initiate them." : "這些群組仍然能接受其他人的分享,但是沒有辦法發起分享。", "Set default expiration date for shares" : "設定分享的預設到期日", "Allow username autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊使用者名稱,並允許存取系統通訊錄", - "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "可對所有使用者與特定群組強制啟用雙因子認證。如果他們沒有設定雙因子認證提供者,那麼他們就會無法登入系統。", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "選取/排除群組時,其使用以下邏輯來確定使用者是否強制啟用雙因子認證:如果沒有選取群組,雙因子認證對所有除了排除群組以外的成員啟用。若選取了群組,則雙因子認證會對所有該群組的成員啟用。如果某個使用者同時位在選取與排除的群組,則被選取的群組優先程度較高,因此會強制啟用雙因子認證。", - "{license}-licensed" : "以 {license} 授權", - "Rating: {score}/10" : "評分:{score}/10", - "Username" : "使用者名稱", - "Execute one task with each page loaded. Use case: Single user instance." : "每個頁面載入時執行一次任務。使用情境:單使用者站台。", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php 在 webcron 服務中註冊,每五分鐘透過 HTTP 呼叫一次 cron.php。使用情境:非常小的站台(一到五個使用者,取決於使用量)。", - "The cron.php needs to be executed by the system user \"{user}\"." : "cron.php 必須由系統使用者「{user}」執行。", - "Enable or disable profile by default for new users." : "預設情況下為新使用者啟用或停用個人檔案。", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "您將要移除群組「{group}」。使用者將「不會」被刪除。", + "Your biography" : "您的自傳", "You are using <strong>{usage}</strong>" : "您已使用 <strong>{usage}</strong>", "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "您已使用 <strong>{totalSpace}</strong> 中的 <strong>{usage}</strong> (<strong>{usageRelative}%</strong>)", - "Additional emails" : "額外的電子郵件", - "Enable Profile" : "啟用個人檔案", - "No users" : "無使用者", - "Loading users …" : "正在載入使用者…", - "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "使用者清單。出於效能考量,此清單未完全呈現。使用者將在您瀏覽清單時呈現。", "New user" : "新使用者", "Groups (required)" : "群組(必填)", "Set user groups" : "設定使用者群組", @@ -889,39 +892,15 @@ "Set user manager" : "設定使用者管理員", "Username will be autogenerated" : "使用者名稱將會自動產生", "Username (required)" : "使用者名稱(必填)", + "Loading users …" : "正在載入使用者…", + "Username" : "使用者名稱", "User backend" : "使用者資料後端", "User actions" : "使用者動作", - "Loading user …" : "正在載入使用者…", - "You do not have permissions to see the details of this user" : "您沒有檢視此使用者詳細資料的權能", "Add user to group" : "新增使用者到群組", - "Set user as admin for" : "將使用者設定為管理員", - "Select user quota" : "選取使用者容量限制", - "Delete user" : "刪除使用者", - "Wipe all devices" : "抹除所有裝置", - "Disable user" : "停用使用者", - "Enable user" : "啟用使用者", - "Failed to update user manager" : "更新使用者管理員失敗", - "Toggle user actions menu" : "切換使用者動作選單", - "User management settings" : "使用者管理設定", - "Show user backend" : "顯示使用者資料後端", - "Send welcome email to new users" : "向新使用者傳送歡迎電子郵件", "Name your device" : "請為您的裝置命名", "Server error while trying to add WebAuthn device" : "嘗試新增 WebAuthn 裝置時發生伺服器錯誤", - "by {author}\n{license}" : "作者為 {author}\n{license}", - "User management" : "使用者管理", - "Active users" : "啟用中使用者", - "Disabled users" : "已停用使用者", - "Creating group …" : "正在建立群組…", - "User group: {group}" : "使用者群組:{group}", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "因為您的帳號已停用聯邦分享,因此不可用,若您有任何問題,請聯絡您的系統管理員", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "無法使用,因為不允許將使用者的特定資料發佈到查詢伺服器,若您有任何問題,請聯絡您的系統管理員", - "Show to logged in users only" : "僅對已登入的使用者顯示", - "Nextcloud help resources" : "Nextcloud 輔助說明資源", - "SMTP Username" : "SMTP 使用者名稱", - "Follow us on Twitter" : "在 Twitter 上追蹤我們", - "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須至少能解析並連線至 `trusted_domains` 或 `overwrite.cli.url` 其中一個。", - "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法透過您的任何「trusted_domains」或「overwrite.cli.url」檢查 JavaScript 支援。這可能是伺服器端 DNS 不符或連出防火牆規則造成的。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "Active accounts" : "活躍帳號", + "Follow us on Twitter" : "在 Twitter 上追蹤我們", "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/settings/lib/Controller/LogSettingsController.php b/apps/settings/lib/Controller/LogSettingsController.php index aa5ac9b2cc9..7cf8d631c8e 100644 --- a/apps/settings/lib/Controller/LogSettingsController.php +++ b/apps/settings/lib/Controller/LogSettingsController.php @@ -27,9 +27,7 @@ class LogSettingsController extends Controller { /** * download logfile * - * @psalm-suppress MoreSpecificReturnType The value of Content-Disposition is not relevant - * @psalm-suppress LessSpecificReturnStatement The value of Content-Disposition is not relevant - * @return StreamResponse<Http::STATUS_OK, array{Content-Type: 'application/octet-stream', 'Content-Disposition': string}> + * @return StreamResponse<Http::STATUS_OK, array{Content-Type: 'application/octet-stream', 'Content-Disposition': 'attachment; filename="nextcloud.log"'}> * * 200: Logfile returned */ @@ -38,11 +36,13 @@ class LogSettingsController extends Controller { if (!$this->log instanceof Log) { throw new \UnexpectedValueException('Log file not available'); } - $resp = new StreamResponse($this->log->getLogPath()); - $resp->setHeaders([ - 'Content-Type' => 'application/octet-stream', - 'Content-Disposition' => 'attachment; filename="nextcloud.log"', - ]); - return $resp; + return new StreamResponse( + $this->log->getLogPath(), + Http::STATUS_OK, + [ + 'Content-Type' => 'application/octet-stream', + 'Content-Disposition' => 'attachment; filename="nextcloud.log"', + ], + ); } } diff --git a/apps/settings/lib/Controller/MailSettingsController.php b/apps/settings/lib/Controller/MailSettingsController.php index ca037f409b3..13871bc13b6 100644 --- a/apps/settings/lib/Controller/MailSettingsController.php +++ b/apps/settings/lib/Controller/MailSettingsController.php @@ -44,34 +44,37 @@ class MailSettingsController extends Controller { /** * Sets the email settings - * - * @param string $mail_domain - * @param string $mail_from_address - * @param string $mail_smtpmode - * @param string $mail_smtpsecure - * @param string $mail_smtphost - * @param int $mail_smtpauth - * @param string $mail_smtpport - * @return DataResponse */ #[AuthorizedAdminSetting(settings: Overview::class)] #[PasswordConfirmationRequired] - public function setMailSettings($mail_domain, - $mail_from_address, - $mail_smtpmode, - $mail_smtpsecure, - $mail_smtphost, - $mail_smtpauth, - $mail_smtpport, - $mail_sendmailmode) { - $params = get_defined_vars(); - $configs = []; - foreach ($params as $key => $value) { + public function setMailSettings( + string $mail_domain, + string $mail_from_address, + string $mail_smtpmode, + string $mail_smtpsecure, + string $mail_smtphost, + ?string $mail_smtpauth, + string $mail_smtpport, + string $mail_sendmailmode, + ): DataResponse { + $mail_smtpauth = $mail_smtpauth == '1'; + + $configs = [ + 'mail_domain' => $mail_domain, + 'mail_from_address' => $mail_from_address, + 'mail_smtpmode' => $mail_smtpmode, + 'mail_smtpsecure' => $mail_smtpsecure, + 'mail_smtphost' => $mail_smtphost, + 'mail_smtpauth' => $mail_smtpauth, + 'mail_smtpport' => $mail_smtpport, + 'mail_sendmailmode' => $mail_sendmailmode, + ]; + foreach ($configs as $key => $value) { $configs[$key] = empty($value) ? null : $value; } // Delete passwords from config in case no auth is specified - if ($params['mail_smtpauth'] !== 1) { + if (!$mail_smtpauth) { $configs['mail_smtpname'] = null; $configs['mail_smtppassword'] = null; } diff --git a/apps/settings/lib/Settings/Admin/Server.php b/apps/settings/lib/Settings/Admin/Server.php index 0f253ddf6b1..8071d812076 100644 --- a/apps/settings/lib/Settings/Admin/Server.php +++ b/apps/settings/lib/Settings/Admin/Server.php @@ -1,4 +1,5 @@ <?php + /** * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later @@ -53,6 +54,9 @@ class Server implements IDelegatedSettings { $this->initialStateService->provideInitialState('profileEnabledGlobally', $this->profileManager->isProfileEnabled()); $this->initialStateService->provideInitialState('profileEnabledByDefault', $this->isProfileEnabledByDefault($this->config)); + // Basic settings + $this->initialStateService->provideInitialState('restrictSystemTagsCreationToAdmin', $this->appConfig->getValueString('systemtags', 'restrict_creation_to_admin', 'true')); + return new TemplateResponse('settings', 'settings/admin/server', [ 'profileEnabledGlobally' => $this->profileManager->isProfileEnabled(), ], ''); diff --git a/apps/settings/lib/Settings/Admin/Sharing.php b/apps/settings/lib/Settings/Admin/Sharing.php index f1c9052f4c3..e001a7d00ea 100644 --- a/apps/settings/lib/Settings/Admin/Sharing.php +++ b/apps/settings/lib/Settings/Admin/Sharing.php @@ -71,6 +71,7 @@ class Sharing implements IDelegatedSettings { 'defaultRemoteExpireDate' => $this->getHumanBooleanConfig('core', 'shareapi_default_remote_expire_date'), 'remoteExpireAfterNDays' => $this->config->getAppValue('core', 'shareapi_remote_expire_after_n_days', '7'), 'enforceRemoteExpireDate' => $this->getHumanBooleanConfig('core', 'shareapi_enforce_remote_expire_date'), + 'allowCustomTokens' => $this->shareManager->allowCustomTokens(), ]; $this->initialState->provideInitialState('sharingAppEnabled', $this->appManager->isEnabledForUser('files_sharing')); diff --git a/apps/settings/lib/Settings/Personal/PersonalInfo.php b/apps/settings/lib/Settings/Personal/PersonalInfo.php index 6a1f7e97e4a..aa8a0baa49f 100644 --- a/apps/settings/lib/Settings/Personal/PersonalInfo.php +++ b/apps/settings/lib/Settings/Personal/PersonalInfo.php @@ -11,7 +11,7 @@ namespace OCA\Settings\Settings\Personal; use OC\Profile\ProfileManager; use OCA\FederatedFileSharing\FederatedShareProvider; -use OCA\Provisioning_API\Controller\AUserData; +use OCA\Provisioning_API\Controller\AUserDataOCSController; use OCP\Accounts\IAccount; use OCP\Accounts\IAccountManager; use OCP\Accounts\IAccountProperty; @@ -106,7 +106,7 @@ class PersonalInfo implements ISettings { 'headline' => $this->getProperty($account, IAccountManager::PROPERTY_HEADLINE), 'biography' => $this->getProperty($account, IAccountManager::PROPERTY_BIOGRAPHY), 'birthdate' => $this->getProperty($account, IAccountManager::PROPERTY_BIRTHDATE), - 'firstDayOfWeek' => $this->config->getUserValue($uid, 'core', AUserData::USER_FIELD_FIRST_DAY_OF_WEEK), + 'firstDayOfWeek' => $this->config->getUserValue($uid, 'core', AUserDataOCSController::USER_FIELD_FIRST_DAY_OF_WEEK), 'pronouns' => $this->getProperty($account, IAccountManager::PROPERTY_PRONOUNS), ]; @@ -265,8 +265,8 @@ class PersonalInfo implements ISettings { } $uid = $user->getUID(); - $userLocaleString = $this->config->getUserValue($uid, 'core', 'locale', $this->l10nFactory->findLocale()); $userLang = $this->config->getUserValue($uid, 'core', 'lang', $this->l10nFactory->findLanguage()); + $userLocaleString = $this->config->getUserValue($uid, 'core', 'locale', $this->l10nFactory->findLocale($userLang)); $localeCodes = $this->l10nFactory->findAvailableLocales(); $userLocale = array_filter($localeCodes, fn ($value) => $userLocaleString === $value['code']); diff --git a/apps/settings/lib/SetupChecks/InternetConnectivity.php b/apps/settings/lib/SetupChecks/InternetConnectivity.php index 3a0af06e71b..18f2af63b8d 100644 --- a/apps/settings/lib/SetupChecks/InternetConnectivity.php +++ b/apps/settings/lib/SetupChecks/InternetConnectivity.php @@ -41,11 +41,12 @@ class InternetConnectivity implements ISetupCheck { } $siteArray = $this->config->getSystemValue('connectivity_check_domains', [ - 'www.nextcloud.com', 'www.startpage.com', 'www.eff.org', 'www.edri.org' + 'https://www.nextcloud.com', 'https://www.startpage.com', 'https://www.eff.org', 'https://www.edri.org' ]); foreach ($siteArray as $site) { if ($this->isSiteReachable($site)) { + // successful as soon as one connection succeeds return SetupResult::success(); } } @@ -55,19 +56,18 @@ class InternetConnectivity implements ISetupCheck { /** * Checks if the Nextcloud server can connect to a specific URL * @param string $site site domain or full URL with http/https protocol + * @return bool success/failure */ private function isSiteReachable(string $site): bool { + // if there is no protocol specified, test http:// first then, if necessary, https:// + if (preg_match('/^https?:\/\//', $site) !== 1) { + $httpSite = 'http://' . $site . '/'; + $httpsSite = 'https://' . $site . '/'; + return $this->isSiteReachable($httpSite) || $this->isSiteReachable($httpsSite); + } try { $client = $this->clientService->newClient(); - // if there is no protocol, test http:// AND https:// - if (preg_match('/^https?:\/\//', $site) !== 1) { - $httpSite = 'http://' . $site . '/'; - $client->get($httpSite); - $httpsSite = 'https://' . $site . '/'; - $client->get($httpsSite); - } else { - $client->get($site); - } + $client->get($site); } catch (\Exception $e) { $this->logger->error('Cannot connect to: ' . $site, [ 'app' => 'internet_connection_check', diff --git a/apps/settings/lib/SetupChecks/MemcacheConfigured.php b/apps/settings/lib/SetupChecks/MemcacheConfigured.php index 65151591fbf..e3601d428bb 100644 --- a/apps/settings/lib/SetupChecks/MemcacheConfigured.php +++ b/apps/settings/lib/SetupChecks/MemcacheConfigured.php @@ -60,7 +60,7 @@ class MemcacheConfigured implements ISetupCheck { } if ($this->cacheFactory->isLocalCacheAvailable()) { - $random = random_bytes(64); + $random = bin2hex(random_bytes(64)); $local = $this->cacheFactory->createLocal('setupcheck.local'); try { $local->set('test', $random); @@ -77,7 +77,7 @@ class MemcacheConfigured implements ISetupCheck { } if ($this->cacheFactory->isAvailable()) { - $random = random_bytes(64); + $random = bin2hex(random_bytes(64)); $distributed = $this->cacheFactory->createDistributed('setupcheck'); try { $distributed->set('test', $random); diff --git a/apps/settings/lib/WellKnown/SecurityTxtHandler.php b/apps/settings/lib/WellKnown/SecurityTxtHandler.php index e52f946e1ad..60ab2d57a38 100644 --- a/apps/settings/lib/WellKnown/SecurityTxtHandler.php +++ b/apps/settings/lib/WellKnown/SecurityTxtHandler.php @@ -22,7 +22,7 @@ class SecurityTxtHandler implements IHandler { } $response = 'Contact: https://hackerone.com/nextcloud -Expires: 2025-02-28T23:00:00.000Z +Expires: 2025-08-31T23:00:00.000Z Acknowledgments: https://hackerone.com/nextcloud/thanks Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories Policy: https://hackerone.com/nextcloud diff --git a/apps/settings/openapi-administration.json b/apps/settings/openapi-administration.json index 090ef865371..1f6eb0bc652 100644 --- a/apps/settings/openapi-administration.json +++ b/apps/settings/openapi-administration.json @@ -44,7 +44,10 @@ "headers": { "Content-Disposition": { "schema": { - "type": "string" + "type": "string", + "enum": [ + "attachment; filename=\"nextcloud.log\"" + ] } } }, diff --git a/apps/settings/openapi-full.json b/apps/settings/openapi-full.json index b5cbfda7096..e12598a2584 100644 --- a/apps/settings/openapi-full.json +++ b/apps/settings/openapi-full.json @@ -221,7 +221,10 @@ "headers": { "Content-Disposition": { "schema": { - "type": "string" + "type": "string", + "enum": [ + "attachment; filename=\"nextcloud.log\"" + ] } } }, diff --git a/apps/settings/src/admin.js b/apps/settings/src/admin.js index 52778aec7df..ee9f24ac2a6 100644 --- a/apps/settings/src/admin.js +++ b/apps/settings/src/admin.js @@ -5,6 +5,7 @@ import { generateUrl } from '@nextcloud/router' import $ from 'jquery' +import axios from '@nextcloud/axios' window.addEventListener('DOMContentLoaded', () => { $('#loglevel').change(function() { @@ -48,17 +49,12 @@ window.addEventListener('DOMContentLoaded', () => { } OC.msg.startSaving('#mail_settings_msg') - $.ajax({ - url: generateUrl('/settings/admin/mailsettings'), - type: 'POST', - data: $('#mail_general_settings_form').serialize(), - success: () => { + axios.post(generateUrl('/settings/admin/mailsettings'), $('#mail_general_settings_form').serialize()) + .then(() => { OC.msg.finishedSuccess('#mail_settings_msg', t('settings', 'Saved')) - }, - error: (xhr) => { - OC.msg.finishedError('#mail_settings_msg', xhr.responseJSON) - }, - }) + }).catch((error) => { + OC.msg.finishedError('#mail_settings_msg', error) + }) } const toggleEmailCredentials = function() { @@ -68,17 +64,12 @@ window.addEventListener('DOMContentLoaded', () => { } OC.msg.startSaving('#mail_settings_msg') - $.ajax({ - url: generateUrl('/settings/admin/mailsettings/credentials'), - type: 'POST', - data: $('#mail_credentials_settings').serialize(), - success: () => { + axios.post(generateUrl('/settings/admin/mailsettings/credentials'), $('#mail_credentials_settings').serialize()) + .then(() => { OC.msg.finishedSuccess('#mail_settings_msg', t('settings', 'Saved')) - }, - error: (xhr) => { - OC.msg.finishedError('#mail_settings_msg', xhr.responseJSON) - }, - }) + }).catch((error) => { + OC.msg.finishedError('#mail_settings_msg', error) + }) } $('#mail_general_settings_form').change(changeEmailSettings) @@ -94,16 +85,12 @@ window.addEventListener('DOMContentLoaded', () => { event.preventDefault() OC.msg.startAction('#sendtestmail_msg', t('settings', 'Sending…')) - $.ajax({ - url: generateUrl('/settings/admin/mailtest'), - type: 'POST', - success: () => { + axios.post(generateUrl('/settings/admin/mailtest')) + .then(() => { OC.msg.finishedSuccess('#sendtestmail_msg', t('settings', 'Email sent')) - }, - error: (xhr) => { - OC.msg.finishedError('#sendtestmail_msg', xhr.responseJSON) - }, - }) + }).catch((error) => { + OC.msg.finishedError('#sendtestmail_msg', error) + }) }) const setupChecks = () => { diff --git a/apps/settings/src/app-types.ts b/apps/settings/src/app-types.ts index 9bba3ee6d50..49f0d5a1709 100644 --- a/apps/settings/src/app-types.ts +++ b/apps/settings/src/app-types.ts @@ -87,8 +87,31 @@ export interface IExAppStatus { type: string } +export interface IDeployEnv { + envName: string + displayName: string + description: string + default?: string +} + +export interface IDeployMount { + hostPath: string + containerPath: string + readOnly: boolean +} + +export interface IDeployOptions { + environment_variables: IDeployEnv[] + mounts: IDeployMount[] +} + +export interface IAppstoreExAppRelease extends IAppstoreAppRelease { + environmentVariables?: IDeployEnv[] +} + export interface IAppstoreExApp extends IAppstoreApp { daemon: IDeployDaemon | null | undefined status: IExAppStatus | Record<string, never> error: string + releases: IAppstoreExAppRelease[] } diff --git a/apps/settings/src/components/AdminSettingsSharingForm.vue b/apps/settings/src/components/AdminSettingsSharingForm.vue index 2d3269563bb..23538b44e6e 100644 --- a/apps/settings/src/components/AdminSettingsSharingForm.vue +++ b/apps/settings/src/components/AdminSettingsSharingForm.vue @@ -59,6 +59,24 @@ </label> </fieldset> + <NcCheckboxRadioSwitch type="switch" + aria-describedby="settings-sharing-custom-token-disable-hint settings-sharing-custom-token-access-hint" + :checked.sync="settings.allowCustomTokens"> + {{ t('settings', 'Allow users to set custom share link tokens') }} + </NcCheckboxRadioSwitch> + <div class="sharing__sub-section"> + <NcNoteCard id="settings-sharing-custom-token-disable-hint" + class="sharing__note" + type="info"> + {{ t('settings', 'Shares with custom tokens will continue to be accessible after this setting has been disabled') }} + </NcNoteCard> + <NcNoteCard id="settings-sharing-custom-token-access-hint" + class="sharing__note" + type="warning"> + {{ t('settings', 'Shares with guessable tokens may be accessed easily') }} + </NcNoteCard> + </div> + <label>{{ t('settings', 'Limit sharing based on groups') }}</label> <div class="sharing__sub-section"> <NcCheckboxRadioSwitch :checked.sync="settings.excludeGroups" @@ -195,6 +213,7 @@ import { NcCheckboxRadioSwitch, NcSettingsSelectGroup, + NcNoteCard, NcTextArea, NcTextField, } from '@nextcloud/vue' @@ -240,6 +259,7 @@ interface IShareSettings { defaultRemoteExpireDate: boolean remoteExpireAfterNDays: string enforceRemoteExpireDate: boolean + allowCustomTokens: boolean } export default defineComponent({ @@ -247,6 +267,7 @@ export default defineComponent({ components: { NcCheckboxRadioSwitch, NcSettingsSelectGroup, + NcNoteCard, NcTextArea, NcTextField, SelectSharingPermissions, @@ -354,6 +375,10 @@ export default defineComponent({ width: 100%; } } + + & &__note { + margin: 2px 0; + } } @media only screen and (max-width: 350px) { diff --git a/apps/settings/src/components/AppList.vue b/apps/settings/src/components/AppList.vue index 8d874982e0d..860b9e13317 100644 --- a/apps/settings/src/components/AppList.vue +++ b/apps/settings/src/components/AppList.vue @@ -326,7 +326,7 @@ export default { this.apps .filter(app => app.update) .map((app) => limit(() => { - this.update(app.id) + app.update(app.id) })) }, }, diff --git a/apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue b/apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue new file mode 100644 index 00000000000..3fdc1b3efbb --- /dev/null +++ b/apps/settings/src/components/AppStoreSidebar/AppDeployOptionsModal.vue @@ -0,0 +1,312 @@ +<!-- + - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + - SPDX-License-Identifier: AGPL-3.0-or-later +--> + +<template> + <NcDialog :open="show" + size="normal" + :name="t('settings', 'Advanced deploy options')" + @update:open="$emit('update:show', $event)"> + <div class="modal__content"> + <p class="deploy-option__hint"> + {{ configuredDeployOptions === null ? t('settings', 'Edit ExApp deploy options before installation') : t('settings', 'Configured ExApp deploy options. Can be set only during installation') }}. + <a v-if="deployOptionsDocsUrl" :href="deployOptionsDocsUrl"> + {{ t('settings', 'Learn more') }} + </a> + </p> + <h3 v-if="environmentVariables.length > 0 || (configuredDeployOptions !== null && configuredDeployOptions.environment_variables.length > 0)"> + {{ t('settings', 'Environment variables') }} + </h3> + <template v-if="configuredDeployOptions === null"> + <div v-for="envVar in environmentVariables" + :key="envVar.envName" + class="deploy-option"> + <NcTextField :label="envVar.displayName" :value.sync="deployOptions.environment_variables[envVar.envName]" /> + <p class="deploy-option__hint"> + {{ envVar.description }} + </p> + </div> + </template> + <fieldset v-else-if="Object.keys(configuredDeployOptions).length > 0" + class="envs"> + <legend class="deploy-option__hint"> + {{ t('settings', 'ExApp container environment variables') }} + </legend> + <NcTextField v-for="(value, key) in configuredDeployOptions.environment_variables" + :key="key" + :label="value.displayName ?? key" + :helper-text="value.description" + :value="value.value" + readonly /> + </fieldset> + <template v-else> + <p class="deploy-option__hint"> + {{ t('settings', 'No environment variables defined') }} + </p> + </template> + + <h3>{{ t('settings', 'Mounts') }}</h3> + <template v-if="configuredDeployOptions === null"> + <p class="deploy-option__hint"> + {{ t('settings', 'Define host folder mounts to bind to the ExApp container') }} + </p> + <NcNoteCard type="info" :text="t('settings', 'Must exist on the Deploy daemon host prior to installing the ExApp')" /> + <div v-for="mount in deployOptions.mounts" + :key="mount.hostPath" + class="deploy-option" + style="display: flex; align-items: center; justify-content: space-between; flex-direction: row;"> + <NcTextField :label="t('settings', 'Host path')" :value.sync="mount.hostPath" /> + <NcTextField :label="t('settings', 'Container path')" :value.sync="mount.containerPath" /> + <NcCheckboxRadioSwitch :checked.sync="mount.readonly"> + {{ t('settings', 'Read-only') }} + </NcCheckboxRadioSwitch> + <NcButton :aria-label="t('settings', 'Remove mount')" + style="margin-top: 6px;" + @click="removeMount(mount)"> + <template #icon> + <NcIconSvgWrapper :path="mdiDelete" /> + </template> + </NcButton> + </div> + <div v-if="addingMount" class="deploy-option"> + <h4> + {{ t('settings', 'New mount') }} + </h4> + <div style="display: flex; align-items: center; justify-content: space-between; flex-direction: row;"> + <NcTextField ref="newMountHostPath" + :label="t('settings', 'Host path')" + :aria-label="t('settings', 'Enter path to host folder')" + :value.sync="newMountPoint.hostPath" /> + <NcTextField :label="t('settings', 'Container path')" + :aria-label="t('settings', 'Enter path to container folder')" + :value.sync="newMountPoint.containerPath" /> + <NcCheckboxRadioSwitch :checked.sync="newMountPoint.readonly" + :aria-label="t('settings', 'Toggle read-only mode')"> + {{ t('settings', 'Read-only') }} + </NcCheckboxRadioSwitch> + </div> + <div style="display: flex; align-items: center; margin-top: 4px;"> + <NcButton :aria-label="t('settings', 'Confirm adding new mount')" + @click="addMountPoint"> + <template #icon> + <NcIconSvgWrapper :path="mdiCheck" /> + </template> + {{ t('settings', 'Confirm') }} + </NcButton> + <NcButton :aria-label="t('settings', 'Cancel adding mount')" + style="margin-left: 4px;" + @click="cancelAddMountPoint"> + <template #icon> + <NcIconSvgWrapper :path="mdiClose" /> + </template> + {{ t('settings', 'Cancel') }} + </NcButton> + </div> + </div> + <NcButton v-if="!addingMount" + :aria-label="t('settings', 'Add mount')" + style="margin-top: 5px;" + @click="startAddingMount"> + <template #icon> + <NcIconSvgWrapper :path="mdiPlus" /> + </template> + {{ t('settings', 'Add mount') }} + </NcButton> + </template> + <template v-else-if="configuredDeployOptions.mounts.length > 0"> + <p class="deploy-option__hint"> + {{ t('settings', 'ExApp container mounts') }} + </p> + <div v-for="mount in configuredDeployOptions.mounts" + :key="mount.hostPath" + class="deploy-option" + style="display: flex; align-items: center; justify-content: space-between; flex-direction: row;"> + <NcTextField :label="t('settings', 'Host path')" :value.sync="mount.hostPath" readonly /> + <NcTextField :label="t('settings', 'Container path')" :value.sync="mount.containerPath" readonly /> + <NcCheckboxRadioSwitch :checked.sync="mount.readonly" disabled> + {{ t('settings', 'Read-only') }} + </NcCheckboxRadioSwitch> + </div> + </template> + <p v-else class="deploy-option__hint"> + {{ t('settings', 'No mounts defined') }} + </p> + </div> + + <template v-if="!app.active && (app.canInstall || app.isCompatible) && configuredDeployOptions === null" #actions> + <NcButton :title="enableButtonTooltip" + :aria-label="enableButtonTooltip" + type="primary" + :disabled="!app.canInstall || installing || isLoading || !defaultDeployDaemonAccessible || isInitializing || isDeploying" + @click.stop="submitDeployOptions"> + {{ enableButtonText }} + </NcButton> + </template> + </NcDialog> +</template> + +<script> +import { computed, ref } from 'vue' + +import axios from '@nextcloud/axios' +import { generateUrl } from '@nextcloud/router' +import { loadState } from '@nextcloud/initial-state' + +import NcDialog from '@nextcloud/vue/dist/Components/NcDialog.js' +import NcTextField from '@nextcloud/vue/dist/Components/NcTextField.js' +import NcNoteCard from '@nextcloud/vue/dist/Components/NcNoteCard.js' +import NcButton from '@nextcloud/vue/dist/Components/NcButton.js' +import NcIconSvgWrapper from '@nextcloud/vue/dist/Components/NcIconSvgWrapper.js' +import NcCheckboxRadioSwitch from '@nextcloud/vue/dist/Components/NcCheckboxRadioSwitch.js' + +import { mdiPlus, mdiCheck, mdiClose, mdiDelete } from '@mdi/js' + +import { useAppApiStore } from '../../store/app-api-store.ts' +import { useAppsStore } from '../../store/apps-store.ts' + +import AppManagement from '../../mixins/AppManagement.js' + +export default { + name: 'AppDeployOptionsModal', + components: { + NcDialog, + NcTextField, + NcButton, + NcNoteCard, + NcCheckboxRadioSwitch, + NcIconSvgWrapper, + }, + mixins: [AppManagement], + props: { + app: { + type: Object, + required: true, + }, + show: { + type: Boolean, + required: true, + }, + }, + setup(props) { + // for AppManagement mixin + const store = useAppsStore() + const appApiStore = useAppApiStore() + + const environmentVariables = computed(() => { + if (props.app?.releases?.length === 1) { + return props.app?.releases[0]?.environmentVariables || [] + } + return [] + }) + + const deployOptions = ref({ + environment_variables: environmentVariables.value.reduce((acc, envVar) => { + acc[envVar.envName] = envVar.default || '' + return acc + }, {}), + mounts: [], + }) + + return { + environmentVariables, + deployOptions, + store, + appApiStore, + mdiPlus, + mdiCheck, + mdiClose, + mdiDelete, + } + }, + data() { + return { + addingMount: false, + newMountPoint: { + hostPath: '', + containerPath: '', + readonly: false, + }, + addingPortBinding: false, + configuredDeployOptions: null, + deployOptionsDocsUrl: loadState('settings', 'deployOptionsDocsUrl', null), + } + }, + watch: { + show(newShow) { + if (newShow) { + this.fetchExAppDeployOptions() + } else { + this.configuredDeployOptions = null + } + }, + }, + methods: { + startAddingMount() { + this.addingMount = true + this.$nextTick(() => { + this.$refs.newMountHostPath.focus() + }) + }, + addMountPoint() { + this.deployOptions.mounts.push(this.newMountPoint) + this.newMountPoint = { + hostPath: '', + containerPath: '', + readonly: false, + } + this.addingMount = false + }, + cancelAddMountPoint() { + this.newMountPoint = { + hostPath: '', + containerPath: '', + readonly: false, + } + this.addingMount = false + }, + removeMount(mountToRemove) { + this.deployOptions.mounts = this.deployOptions.mounts.filter(mount => mount !== mountToRemove) + }, + async fetchExAppDeployOptions() { + return axios.get(generateUrl(`/apps/app_api/apps/deploy-options/${this.app.id}`)) + .then(response => { + this.configuredDeployOptions = response.data + }) + .catch(() => { + this.configuredDeployOptions = null + }) + }, + submitDeployOptions() { + this.enable(this.app.id, this.deployOptions) + this.$emit('update:show', false) + }, + }, +} +</script> + +<style scoped> +.deploy-option { + margin: calc(var(--default-grid-baseline) * 4) 0; + display: flex; + flex-direction: column; + align-items: flex-start; + + &__hint { + margin-top: 4px; + font-size: 0.8em; + color: var(--color-text-maxcontrast); + } +} + +.envs { + width: 100%; + overflow: auto; + height: 100%; + max-height: 300px; + + li { + margin: 10px 0; + } +} +</style> diff --git a/apps/settings/src/components/AppStoreSidebar/AppDetailsTab.vue b/apps/settings/src/components/AppStoreSidebar/AppDetailsTab.vue index f3adbfd2a1c..3a21cad3851 100644 --- a/apps/settings/src/components/AppStoreSidebar/AppDetailsTab.vue +++ b/apps/settings/src/components/AppStoreSidebar/AppDetailsTab.vue @@ -77,6 +77,15 @@ :value="forceEnableButtonText" :disabled="installing || isLoading" @click="forceEnable(app.id)"> + <NcButton v-if="app?.app_api && (app.canInstall || app.isCompatible)" + :aria-label="t('settings', 'Advanced deploy options')" + type="secondary" + @click="() => showDeployOptionsModal = true"> + <template #icon> + <NcIconSvgWrapper :path="mdiToyBrickPlus" /> + </template> + {{ t('settings', 'Deploy options') }} + </NcButton> </div> <p v-if="!defaultDeployDaemonAccessible" class="warning"> {{ t('settings', 'Default Deploy daemon is not accessible') }} @@ -182,6 +191,10 @@ </NcButton> </div> </div> + + <AppDeployOptionsModal v-if="app?.app_api" + :show.sync="showDeployOptionsModal" + :app="app" /> </div> </NcAppSidebarTab> </template> @@ -193,9 +206,10 @@ import NcDateTime from '@nextcloud/vue/dist/Components/NcDateTime.js' import NcIconSvgWrapper from '@nextcloud/vue/dist/Components/NcIconSvgWrapper.js' import NcSelect from '@nextcloud/vue/dist/Components/NcSelect.js' import NcCheckboxRadioSwitch from '@nextcloud/vue/dist/Components/NcCheckboxRadioSwitch.js' +import AppDeployOptionsModal from './AppDeployOptionsModal.vue' import AppManagement from '../../mixins/AppManagement.js' -import { mdiBug, mdiFeatureSearch, mdiStar, mdiTextBox, mdiTooltipQuestion } from '@mdi/js' +import { mdiBug, mdiFeatureSearch, mdiStar, mdiTextBox, mdiTooltipQuestion, mdiToyBrickPlus } from '@mdi/js' import { useAppsStore } from '../../store/apps-store' import { useAppApiStore } from '../../store/app-api-store' @@ -209,6 +223,7 @@ export default { NcIconSvgWrapper, NcSelect, NcCheckboxRadioSwitch, + AppDeployOptionsModal, }, mixins: [AppManagement], @@ -232,6 +247,7 @@ export default { mdiStar, mdiTextBox, mdiTooltipQuestion, + mdiToyBrickPlus, } }, @@ -239,6 +255,7 @@ export default { return { groupCheckedAppsData: false, removeData: false, + showDeployOptionsModal: false, } }, @@ -370,6 +387,7 @@ export default { &-manage { // if too many, shrink them and ellipsis display: flex; + align-items: center; input { flex: 0 1 auto; min-width: 0; diff --git a/apps/settings/src/components/Encryption.vue b/apps/settings/src/components/Encryption.vue index 4d80f9b9833..1fa1cd2b650 100644 --- a/apps/settings/src/components/Encryption.vue +++ b/apps/settings/src/components/Encryption.vue @@ -97,7 +97,7 @@ export default { encryptionModules, shouldDisplayWarning: false, migrating: false, - defaultCheckedModule: Object.entries(encryptionModules).find((module) => module[1].default)[0], + defaultCheckedModule: Object.entries(encryptionModules).find((module) => module[1].default)?.[0], } }, methods: { diff --git a/apps/settings/src/components/PersonalInfo/BiographySection.vue b/apps/settings/src/components/PersonalInfo/BiographySection.vue index 32af1a03e2d..bbfb25e25cc 100644 --- a/apps/settings/src/components/PersonalInfo/BiographySection.vue +++ b/apps/settings/src/components/PersonalInfo/BiographySection.vue @@ -5,7 +5,7 @@ <template> <AccountPropertySection v-bind.sync="biography" - :placeholder="t('settings', 'Your biography')" + :placeholder="t('settings', 'Your biography. Markdown is supported.')" :multi-line="true" /> </template> diff --git a/apps/settings/src/components/Users/UserListHeader.vue b/apps/settings/src/components/Users/UserListHeader.vue index 99a4126924f..6bc547228a4 100644 --- a/apps/settings/src/components/Users/UserListHeader.vue +++ b/apps/settings/src/components/Users/UserListHeader.vue @@ -71,6 +71,12 @@ {{ t('settings', 'Storage location') }} </span> </th> + <th v-if="showConfig.showFirstLogin" + class="header__cell" + data-cy-user-list-header-first-login + scope="col"> + <span>{{ t('settings', 'First login') }}</span> + </th> <th v-if="showConfig.showLastLogin" class="header__cell" data-cy-user-list-header-last-login diff --git a/apps/settings/src/components/Users/UserRow.vue b/apps/settings/src/components/Users/UserRow.vue index 7dea5091f3b..fae35a30ccf 100644 --- a/apps/settings/src/components/Users/UserRow.vue +++ b/apps/settings/src/components/Users/UserRow.vue @@ -229,6 +229,12 @@ </template> </td> + <td v-if="showConfig.showFirstLogin" + class="row__cell" + data-cy-user-list-cell-first-login> + <span v-if="!isObfuscated">{{ userFirstLogin }}</span> + </td> + <td v-if="showConfig.showLastLogin" :title="userLastLoginTooltip" class="row__cell" diff --git a/apps/settings/src/components/Users/UserSettingsDialog.vue b/apps/settings/src/components/Users/UserSettingsDialog.vue index 4d412146f9a..5af1a0d3ec7 100644 --- a/apps/settings/src/components/Users/UserSettingsDialog.vue +++ b/apps/settings/src/components/Users/UserSettingsDialog.vue @@ -25,6 +25,11 @@ {{ t('settings', 'Show storage path') }} </NcCheckboxRadioSwitch> <NcCheckboxRadioSwitch type="switch" + data-test="showFirstLogin" + :checked.sync="showFirstLogin"> + {{ t('settings', 'Show first login') }} + </NcCheckboxRadioSwitch> + <NcCheckboxRadioSwitch type="switch" data-test="showLastLogin" :checked.sync="showLastLogin"> {{ t('settings', 'Show last login') }} @@ -70,13 +75,14 @@ <NcAppSettingsSection id="default-settings" :name="t('settings', 'Defaults')"> <NcSelect v-model="defaultQuota" + :clearable="false" + :create-option="validateQuota" + :filter-by="filterQuotas" :input-label="t('settings', 'Default quota')" - placement="top" - :taggable="true" :options="quotaOptions" - :create-option="validateQuota" + placement="top" :placeholder="t('settings', 'Select default quota')" - :clearable="false" + taggable @option:selected="setDefaultQuota" /> </NcAppSettingsSection> </NcAppSettingsDialog> @@ -95,6 +101,7 @@ import NcSelect from '@nextcloud/vue/dist/Components/NcSelect.js' import { GroupSorting } from '../../constants/GroupManagement.ts' import { unlimitedQuota } from '../../utils/userUtils.ts' +import logger from '../../logger.ts' export default { name: 'UserSettingsDialog', @@ -164,6 +171,15 @@ export default { }, }, + showFirstLogin: { + get() { + return this.showConfig.showFirstLogin + }, + set(status) { + this.setShowConfig('showFirstLogin', status) + }, + }, + showLastLogin: { get() { return this.showConfig.showLastLogin @@ -229,8 +245,8 @@ export default { newUserSendEmail: value, }) await axios.post(generateUrl('/settings/users/preferences/newUser.sendEmail'), { value: value ? 'yes' : 'no' }) - } catch (e) { - console.error('could not update newUser.sendEmail preference: ' + e.message, e) + } catch (error) { + logger.error('Could not update newUser.sendEmail preference', { error }) } finally { this.loadingSendMail = false } @@ -239,6 +255,22 @@ export default { }, methods: { + /** + * Check if a quota matches the current search. + * This is a custom filter function to allow to map "1GB" to the label "1 GB" (ignoring whitespaces). + * + * @param option The quota to check + * @param label The label of the quota + * @param search The search string + */ + filterQuotas(option, label, search) { + const searchValue = search.toLocaleLowerCase().replaceAll(/\s/g, '') + return (label || '') + .toLocaleLowerCase() + .replaceAll(/\s/g, '') + .indexOf(searchValue) > -1 + }, + setShowConfig(key, status) { this.$store.commit('setShowConfig', { key, value: status }) }, @@ -254,14 +286,13 @@ export default { quota = quota?.id || quota.label } // only used for new presets sent through @Tag - const validQuota = parseFileSize(quota) + const validQuota = parseFileSize(quota, true) if (validQuota === null) { return unlimitedQuota - } else { - // unify format output - quota = formatFileSize(parseFileSize(quota)) - return { id: quota, label: quota } } + // unify format output + quota = formatFileSize(validQuota) + return { id: quota, label: quota } }, /** diff --git a/apps/settings/src/mixins/AppManagement.js b/apps/settings/src/mixins/AppManagement.js index 893939bc264..b877b8dd88e 100644 --- a/apps/settings/src/mixins/AppManagement.js +++ b/apps/settings/src/mixins/AppManagement.js @@ -43,7 +43,7 @@ export default { }, updateButtonText() { if (this.app?.app_api && this.app?.daemon?.accepts_deploy_id === 'manual-install') { - return t('settings', 'manual-install apps cannot be updated') + return t('settings', 'Manually installed apps cannot be updated') } return t('settings', 'Update to {version}', { version: this.app?.update }) }, @@ -188,9 +188,9 @@ export default { .catch((error) => { showError(error) }) } }, - enable(appId) { + enable(appId, deployOptions = []) { if (this.app?.app_api) { - this.appApiStore.enableApp(appId) + this.appApiStore.enableApp(appId, deployOptions) .then(() => { rebuildNavigation() }) .catch((error) => { showError(error) }) } else { diff --git a/apps/settings/src/mixins/UserRowMixin.js b/apps/settings/src/mixins/UserRowMixin.js index 6ed29cf0049..984607ef3d3 100644 --- a/apps/settings/src/mixins/UserRowMixin.js +++ b/apps/settings/src/mixins/UserRowMixin.js @@ -4,6 +4,7 @@ */ import { formatFileSize } from '@nextcloud/files' +import { useFormatDateTime } from '@nextcloud/vue' export default { props: { @@ -36,6 +37,18 @@ export default { default: () => [], }, }, + setup(props) { + const { formattedFullTime } = useFormatDateTime(props.user.firstLoginTimestamp * 1000, { + relativeTime: false, + format: { + timeStyle: 'short', + dateStyle: 'short', + }, + }) + return { + formattedFullTime, + } + }, computed: { showConfig() { return this.$store.getters.getShowConfig @@ -120,16 +133,26 @@ export default { return userLang }, + userFirstLogin() { + if (this.user.firstLoginTimestamp > 0) { + return this.formattedFullTime + } + if (this.user.firstLoginTimestamp < 0) { + return t('settings', 'Unknown') + } + return t('settings', 'Never') + }, + /* LAST LOGIN */ userLastLoginTooltip() { - if (this.user.lastLogin > 0) { - return OC.Util.formatDate(this.user.lastLogin) + if (this.user.lastLoginTimestamp > 0) { + return OC.Util.formatDate(this.user.lastLoginTimestamp * 1000) } return '' }, userLastLogin() { - if (this.user.lastLogin > 0) { - return OC.Util.relativeModifiedDate(this.user.lastLogin) + if (this.user.lastLoginTimestamp > 0) { + return OC.Util.relativeModifiedDate(this.user.lastLoginTimestamp * 1000) } return t('settings', 'Never') }, diff --git a/apps/settings/src/store/app-api-store.ts b/apps/settings/src/store/app-api-store.ts index ff7a56c6d03..f2f950d6948 100644 --- a/apps/settings/src/store/app-api-store.ts +++ b/apps/settings/src/store/app-api-store.ts @@ -14,7 +14,7 @@ import { defineStore } from 'pinia' import api from './api' import logger from '../logger' -import type { IAppstoreExApp, IDeployDaemon, IExAppStatus } from '../app-types' +import type { IAppstoreExApp, IDeployDaemon, IDeployOptions, IExAppStatus } from '../app-types.ts' import Vue from 'vue' interface AppApiState { @@ -76,12 +76,12 @@ export const useAppApiStore = defineStore('app-api-apps', { }) }, - enableApp(appId: string) { + enableApp(appId: string, deployOptions: IDeployOptions[] = []) { this.setLoading(appId, true) this.setLoading('install', true) return confirmPassword().then(() => { - return axios.post(generateUrl(`/apps/app_api/apps/enable/${appId}`)) + return axios.post(generateUrl(`/apps/app_api/apps/enable/${appId}`), { deployOptions }) .then((response) => { this.setLoading(appId, false) this.setLoading('install', false) @@ -132,6 +132,9 @@ export const useAppApiStore = defineStore('app-api-apps', { this.setError(appId, error.response.data.data.message) this.appsApiFailure({ appId, error }) }) + }).catch(() => { + this.setLoading(appId, false) + this.setLoading('install', false) }) }, @@ -150,6 +153,9 @@ export const useAppApiStore = defineStore('app-api-apps', { this.setError(appId, error.response.data.data.message) this.appsApiFailure({ appId, error }) }) + }).catch(() => { + this.setLoading(appId, false) + this.setLoading('install', false) }) }, @@ -173,6 +179,8 @@ export const useAppApiStore = defineStore('app-api-apps', { this.setLoading(appId, false) this.appsApiFailure({ appId, error }) }) + }).catch(() => { + this.setLoading(appId, false) }) }, @@ -237,6 +245,9 @@ export const useAppApiStore = defineStore('app-api-apps', { this.setLoading('install', false) this.appsApiFailure({ appId, error }) }) + }).catch(() => { + this.setLoading(appId, false) + this.setLoading('install', false) }) }, diff --git a/apps/settings/src/store/users.js b/apps/settings/src/store/users.js index 15c40d77072..61473528ba6 100644 --- a/apps/settings/src/store/users.js +++ b/apps/settings/src/store/users.js @@ -40,6 +40,7 @@ const state = { showConfig: { showStoragePath: localStorage.getItem('account_settings__showStoragePath') === 'true', showUserBackend: localStorage.getItem('account_settings__showUserBackend') === 'true', + showFirstLogin: localStorage.getItem('account_settings__showFirstLogin') === 'true', showLastLogin: localStorage.getItem('account_settings__showLastLogin') === 'true', showNewUserForm: localStorage.getItem('account_settings__showNewUserForm') === 'true', showLanguages: localStorage.getItem('account_settings__showLanguages') === 'true', diff --git a/apps/settings/templates/settings/admin/overview.php b/apps/settings/templates/settings/admin/overview.php index c6d3ffa40ba..1844216bbbb 100644 --- a/apps/settings/templates/settings/admin/overview.php +++ b/apps/settings/templates/settings/admin/overview.php @@ -57,5 +57,5 @@ <div id="version" class="section"> <!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). --> <h2><?php p($l->t('Version'));?></h2> - <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 9</a> (<?php p($_['version']) ?>)</strong></p> + <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 10</a> (<?php p($_['version']) ?>)</strong></p> </div> diff --git a/apps/settings/templates/settings/frame.php b/apps/settings/templates/settings/frame.php index 30d74efdc7d..4a49ab17ae8 100644 --- a/apps/settings/templates/settings/frame.php +++ b/apps/settings/templates/settings/frame.php @@ -66,6 +66,6 @@ script('core', 'setupchecks'); </ul> </nav> </div> -<div id="app-content" <?php if (!empty($_['activeSectionId'])) { ?> data-active-section-id="<?php print_unescaped($_['activeSectionId']) ?>" <?php } if (!empty($_['activeSectionType'])) { ?> data-active-section-type="<?php print_unescaped($_['activeSectionType']) ?>" <?php } ?>> +<main id="app-content" <?php if (!empty($_['activeSectionId'])) { ?> data-active-section-id="<?php print_unescaped($_['activeSectionId']) ?>" <?php } if (!empty($_['activeSectionType'])) { ?> data-active-section-type="<?php print_unescaped($_['activeSectionType']) ?>" <?php } ?>> <?php print_unescaped($_['content']); ?> -</div> +</main> diff --git a/apps/settings/tests/Controller/MailSettingsControllerTest.php b/apps/settings/tests/Controller/MailSettingsControllerTest.php index d4d1e319a8e..2a0028738dd 100644 --- a/apps/settings/tests/Controller/MailSettingsControllerTest.php +++ b/apps/settings/tests/Controller/MailSettingsControllerTest.php @@ -70,7 +70,7 @@ class MailSettingsControllerTest extends \Test\TestCase { 'mail_smtphost' => 'mx.nextcloud.org', 'mail_smtpauth' => 1, 'mail_smtpport' => '25', - 'mail_sendmailmode' => null, + 'mail_sendmailmode' => 'smtp', ]], [[ 'mail_domain' => 'nextcloud.com', @@ -82,7 +82,7 @@ class MailSettingsControllerTest extends \Test\TestCase { 'mail_smtpport' => '25', 'mail_smtpname' => null, 'mail_smtppassword' => null, - 'mail_sendmailmode' => null, + 'mail_sendmailmode' => 'smtp', ]] ); @@ -95,7 +95,7 @@ class MailSettingsControllerTest extends \Test\TestCase { 'mx.nextcloud.org', 1, '25', - null + 'smtp' ); $this->assertSame(Http::STATUS_OK, $response->getStatus()); @@ -108,7 +108,7 @@ class MailSettingsControllerTest extends \Test\TestCase { 'mx.nextcloud.org', 0, '25', - null + 'smtp' ); $this->assertSame(Http::STATUS_OK, $response->getStatus()); } diff --git a/apps/settings/tests/Settings/Admin/ServerTest.php b/apps/settings/tests/Settings/Admin/ServerTest.php index aa33ff9df74..a49dcc98bf8 100644 --- a/apps/settings/tests/Settings/Admin/ServerTest.php +++ b/apps/settings/tests/Settings/Admin/ServerTest.php @@ -84,8 +84,7 @@ class ServerTest extends TestCase { $this->appConfig ->expects($this->any()) ->method('getValueString') - ->with('core', 'backgroundjobs_mode', 'ajax') - ->willReturn('ajax'); + ->willReturnCallback(fn ($a, $b, $default) => $default); $this->profileManager ->expects($this->exactly(2)) ->method('isProfileEnabled') |