summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css331
-rw-r--r--settings/js/users/users.js15
-rw-r--r--settings/l10n/ca.js75
-rw-r--r--settings/l10n/ca.json75
-rw-r--r--settings/l10n/el.js6
-rw-r--r--settings/l10n/el.json6
-rw-r--r--settings/l10n/fr.js2
-rw-r--r--settings/l10n/fr.json2
-rw-r--r--settings/l10n/nb.js16
-rw-r--r--settings/l10n/nb.json16
-rw-r--r--settings/l10n/nl.js13
-rw-r--r--settings/l10n/nl.json13
-rw-r--r--settings/l10n/pt_BR.js106
-rw-r--r--settings/l10n/pt_BR.json106
14 files changed, 607 insertions, 175 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index acd8ce8e47c..fb71e5ece23 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -2,8 +2,13 @@
This file is licensed under the Affero General Public License version 3 or later.
See the COPYING-README file. */
-select#languageinput, select#timezone { width:15em; }
-input#openid, input#webdav { width:20em; }
+select#languageinput, select#timezone {
+ width: 15em;
+}
+
+input#openid, input#webdav {
+ width: 20em;
+}
/* PERSONAL */
@@ -11,21 +16,27 @@ input#openid, input#webdav { width:20em; }
.nav-icon-personal-settings {
background-image: url('../img/personal.svg?v=1');
}
+
.nav-icon-sessions {
background-image: url('../img/toggle-filelist.svg?v=1');
}
+
.nav-icon-apppasswords {
background-image: url('../img/password.svg?v=1');
}
+
.nav-icon-clientsbox {
background-image: url('../img/change.svg?v=1');
}
+
.nav-icon-federated-cloud {
background-image: url('../img/share.svg?v=1');
}
+
.nav-icon-second-factor-backup-codes {
background-image: url('../img/password.svg?v=1');
}
+
.nav-icon-ssl-root-certificate {
background-image: url('../img/password.svg?v=1');
}
@@ -34,15 +45,19 @@ input#openid, input#webdav { width:20em; }
min-width: 145px;
padding-right: 0;
}
+
#avatarform .avatardiv {
margin-bottom: 10px;
}
+
#avatarform .warning {
width: 100%;
}
+
#displayavatar {
text-align: center;
}
+
#displayavatar p {
text-align: left;
}
@@ -53,9 +68,11 @@ input#openid, input#webdav { width:20em; }
width: 33px;
height: 33px;
}
+
.jcrop-holder {
z-index: 500;
}
+
#cropper {
float: left;
z-index: 500;
@@ -68,6 +85,7 @@ input#openid, input#webdav { width:20em; }
width: 100%;
height: calc(100% - 45px);
}
+
#cropper .inner-container {
z-index: 2001; /* above the top bar if needed */
position: absolute;
@@ -84,9 +102,11 @@ input#openid, input#webdav { width:20em; }
#cropper .inner-container .jcrop-holder {
box-shadow: 0 0 7px #888;
}
+
#cropper .inner-container .button {
margin-top: 15px;
}
+
#cropper .inner-container .primary {
float: right;
}
@@ -94,6 +114,7 @@ input#openid, input#webdav { width:20em; }
#personal-settings-avatar-container {
float: left;
}
+
#personal-settings-container {
position: relative;
float: left;
@@ -101,22 +122,27 @@ input#openid, input#webdav { width:20em; }
max-width: 700px;
width: calc(100% - 200px);
}
+
#personal-settings-container:after {
clear: both;
}
+
#personal-settings-container > div {
float: left;
height: 100px;
min-width: 300px;
}
+
#personal-settings-container.no-edit > div {
height: 20px;
min-width: 200px;
}
+
#avatarform > h2,
#personal-settings-container > div h2 {
position: relative;
}
+
#personal-settings-container > div h2 span[class^="icon-"],
#personal-settings-avatar-container h2 span[class^="icon-"] {
display: inline-block;
@@ -127,11 +153,13 @@ input#openid, input#webdav { width:20em; }
opacity: .3;
cursor: pointer;
}
+
.personal-settings-setting-box input[type="text"],
.personal-settings-setting-box input[type="email"],
.personal-settings-setting-box input[type="tel"] {
width: 17em;
}
+
#personal-settings-container > div > form span[class^="icon-checkmark"] {
position: absolute;
left: 228px;
@@ -145,22 +173,27 @@ input#openid, input#webdav { width:20em; }
right: 14px;
top: 70px;
}
+
#personal-settings-container .verify img {
padding: 12px 7px 6px;
}
+
/* only show pointer cursor when popup will be there */
#personal-settings-container .verify-action {
cursor: pointer;
}
+
.verification-dialog {
display: none;
right: -9px;
top: 40px;
width: 275px;
}
+
.verification-dialog p {
padding: 10px;
}
+
.verification-dialog .verificationCode {
font-family: monospace;
display: block;
@@ -171,16 +204,19 @@ input#openid, input#webdav { width:20em; }
top: 44px;
margin: -5px 0px 0;
}
+
.federationScopeMenu.bubble::after {
right: 50%;
transform: translate(50%, 0);
}
+
.federationScopeMenu.popovermenu a.menuitem,
.federationScopeMenu.popovermenu label.menuitem,
.federationScopeMenu.popovermenu .menuitem {
font-size: 12.8px;
line-height: 1.6em;
}
+
.federationScopeMenu.popovermenu .menuitem .menuitem-text-detail {
opacity: .75;
}
@@ -194,11 +230,13 @@ input#openid, input#webdav { width:20em; }
padding-right: 0;
min-width: 60%;
}
+
#avatarform,
#passwordform {
margin-bottom: 0;
padding-bottom: 0;
}
+
#groups {
overflow-wrap: break-word;
max-width: 75%;
@@ -213,17 +251,19 @@ input#openid, input#webdav { width:20em; }
#sslCertificate tr.expired {
background-color: rgba(255, 0, 0, 0.5);
}
+
#sslCertificate td {
padding: 5px;
}
-
#displaynameerror {
display: none;
}
+
#displaynamechanged {
display: none;
}
+
input#identity {
width: 20em;
}
@@ -237,6 +277,7 @@ input#identity {
background-color: #47a447;
padding: 3px;
}
+
.msg.error {
color: #fff;
background-color: #d2322d;
@@ -247,8 +288,13 @@ input#identity {
display: inline-block;
}
-table.nostyle label { margin-right: 2em; }
-table.nostyle td { padding: 0.2em 0; }
+table.nostyle label {
+ margin-right: 2em;
+}
+
+table.nostyle td {
+ padding: 0.2em 0;
+}
#sessions table,
#apppasswords table {
@@ -257,10 +303,12 @@ table.nostyle td { padding: 0.2em 0; }
padding-top: 5px;
max-width: 580px;
}
+
#sessions table th,
#apppasswords table th {
opacity: .5;
}
+
#sessions table th,
#sessions table td,
#apppasswords table th,
@@ -286,10 +334,11 @@ table.nostyle td { padding: 0.2em 0; }
position: relative;
}
-#sessions tr>*:nth-child(2),
-#apppasswords tr>*:nth-child(2) {
+#sessions tr > *:nth-child(2),
+#apppasswords tr > *:nth-child(2) {
text-align: right;
}
+
#sessions .token-list td > a.icon,
#apppasswords .token-list td > a.icon {
opacity: 0;
@@ -305,7 +354,7 @@ table.nostyle td { padding: 0.2em 0; }
#sessions .token-list tr:hover td > a.icon,
#apppasswords .token-list tr:hover td > a.icon,
#sessions .token-list tr.active td > a.icon,
-#apppasswords .token-list tr.active td > a.icon{
+#apppasswords .token-list tr.active td > a.icon {
opacity: 0.6;
}
@@ -329,7 +378,7 @@ table.nostyle td { padding: 0.2em 0; }
}
#sessions .token-list tr.active div.configure > *,
-#apppasswords .token-list tr.active div.configure > *{
+#apppasswords .token-list tr.active div.configure > * {
margin-top: 5px;
margin-bottom: 5px;
display: inline-block;
@@ -347,6 +396,7 @@ table.nostyle td { padding: 0.2em 0; }
font-family: monospace;
background-color: lightyellow;
}
+
.app-password-row {
display: table-row;
}
@@ -369,21 +419,29 @@ table.nostyle td { padding: 0.2em 0; }
padding-left: 0 !important;
margin-left: -10px
}
+
.social-button img {
padding: 10px;
}
-
/* USERS */
-#newgroup-init a span { margin-left: 20px; }
+#newgroup-init a span {
+ margin-left: 20px;
+}
+
#newgroup-init a span:before {
- position: absolute; left: 12px; top:-2px;
- content: '+'; font-weight: bold; font-size: 150%;
+ position: absolute;
+ left: 12px;
+ top: -2px;
+ content: '+';
+ font-weight: bold;
+ font-size: 150%;
}
#newgroup-form {
height: 44px;
}
+
#newgroupname {
margin: 0;
width: 100%;
@@ -394,6 +452,7 @@ table.nostyle td { padding: 0.2em 0; }
border-bottom: 1px solid #eee;
border-radius: 0;
}
+
#newgroup-form .button {
position: absolute;
right: 0;
@@ -410,36 +469,70 @@ table.nostyle td { padding: 0.2em 0; }
overflow: hidden;
text-overflow: ellipsis;
}
+
.isgroup.active .groupname {
width: 65%;
}
-.usercount { float: left; margin: 5px; }
+.usercount {
+ float: left;
+ margin: 5px;
+}
+
li.active span.utils .delete {
- float: left; position: relative; opacity: 0.5;
- top: -7px; left: 7px; width: 44px; height: 44px;
+ float: left;
+ position: relative;
+ opacity: 0.5;
+ top: -7px;
+ left: 7px;
+ width: 44px;
+ height: 44px;
}
+
li.active .rename {
padding: 8px 14px 20px 14px;
- top: 0px; position: absolute; width: 16px; height: 16px;
+ top: 0px;
+ position: absolute;
+ width: 16px;
+ height: 16px;
opacity: 0.5;
display: inline-block !important;
}
-li.active span.utils .delete img { margin: 14px; }
-li.active .rename { opacity: 0.5; }
-li.active span.utils .delete:hover, li.active .rename:hover { opacity: 1; }
-span.utils .delete, .rename { display: none; }
+
+li.active span.utils .delete img {
+ margin: 14px;
+}
+
+li.active .rename {
+ opacity: 0.5;
+}
+
+li.active span.utils .delete:hover, li.active .rename:hover {
+ opacity: 1;
+}
+
+span.utils .delete, .rename {
+ display: none;
+}
+
#app-navigation ul li.active > span.utils .delete,
-#app-navigation ul li.active > span.utils .rename { display: block; }
+#app-navigation ul li.active > span.utils .rename {
+ display: block;
+}
+
#usersearchform {
position: absolute;
top: 2px;
right: 0;
}
+
#usersearchform input {
width: 150px;
}
-#usersearchform label { font-weight: 700; }
+
+#usersearchform label {
+ font-weight: 700;
+}
/* display table at full width */
table.grid {
@@ -450,6 +543,7 @@ table.grid th {
height: 2em;
color: #999;
}
+
table.grid th, table.grid td {
border-bottom: 1px solid #eee;
padding: 0 .5em;
@@ -457,11 +551,28 @@ table.grid th, table.grid td {
text-align: left;
font-weight: normal;
}
-td.name, td.password { padding-left:.8em; }
-td.password>img,td.displayName>img, td.quota>img { visibility:hidden; }
-td.password, td.quota, td.displayName { width:12em; cursor:pointer; }
-td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; }
-span.usersLastLoginTooltip { white-space: nowrap; }
+
+td.name, td.password {
+ padding-left: .8em;
+}
+
+td.password > img, td.displayName > img, td.quota > img {
+ visibility: hidden;
+}
+
+td.password, td.quota, td.displayName {
+ width: 12em;
+ cursor: pointer;
+}
+
+td.password > span, td.quota > span {
+ margin-right: 1.2em;
+ color: #C7C7C7;
+}
+
+span.usersLastLoginTooltip {
+ white-space: nowrap;
+}
/* dropdowns will be relative to this element */
#userlist {
@@ -472,7 +583,7 @@ span.usersLastLoginTooltip { white-space: nowrap; }
#userlist .storageLocation,
#userlist .userBackend,
#userlist .lastLogin {
- display : none;
+ display: none;
}
/* because of accessibility the name cell is <th> - therefore we enforce the black color */
@@ -503,10 +614,11 @@ span.usersLastLoginTooltip { white-space: nowrap; }
}
.bubble {
- z-index:1;
+ z-index: 1;
right: -6px;
top: auto;
}
+
.bubble:after {
right: 5px;
}
@@ -521,63 +633,111 @@ span.usersLastLoginTooltip { white-space: nowrap; }
#userlist .popovermenu {
margin-top: 4px;
border-top-right-radius: 3px;
+ right: 3px;
+ opacity: 0;
+ display: block;
+ visibility: hidden;
+ transition: opacity 0.1s, visibility 0.1s;
+}
+
+#userlist tr.active .popovermenu {
+ opacity: 1;
+ visibility: visible;
+}
+
+#userlist .popovermenu > ul.userActionsMenu {
+ right: 15px;
}
-#userlist .popovermenu>ul.userActionsMenu {
- right: 10px;
+#userlist .popovermenu > ul.userActionsMenu a {
+ margin: 5px 0;
}
-#userlist .popovermenu>ul.userActionsMenu a span {
+#userlist .popovermenu > ul.userActionsMenu a span:last-child {
margin-left: 5px;
}
-#userlist .popovermenu {
- display:none;
+tr:hover > td.password > span, tr:hover > td.displayName > span {
+ margin: 0;
+ cursor: pointer;
+}
+
+tr:hover > td.password > img, tr:hover > td.displayName > img, tr:hover > td.quota > img {
+ visibility: visible;
+ cursor: pointer;
}
-tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; }
-tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
td.userActions {
width: 25px;
text-align: center;
}
+
td.userActions .action {
position: relative;
top: 3px;
}
+
+tr.active td.userActions .action {
+ opacity: 1;
+}
+
td.userActions .action:hover {
cursor: pointer;
}
-div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
-input#recoveryPassword {width:15em;}
+div.recoveryPassword {
+ left: 50em;
+ display: block;
+ position: absolute;
+ top: -1px;
+}
+
+input#recoveryPassword {
+ width: 15em;
+}
+
#controls select.quota {
margin: 3px;
margin-right: 10px;
height: 37px;
}
-select.quota-user { position:relative; left:0; top:0; width:10em; }
-select.quota.active { background: #fff; }
-input.userFilter {width: 200px;}
+select.quota-user {
+ position: relative;
+ left: 0;
+ top: 0;
+ width: 10em;
+}
+
+select.quota.active {
+ background: #fff;
+}
+
+input.userFilter {
+ width: 200px;
+}
/* positioning fixes */
#newuser {
padding-left: 3px;
}
+
#newuser .multiselect {
min-width: 150px !important;
}
+
#newuser .multiselect,
#newusergroups + input[type='submit'] {
position: relative;
top: -1px;
}
+
#headerGroups,
#headerSubAdmins,
#headerQuota {
padding-left: 18px;
}
+
#headerAvatar {
width: 32px;
}
@@ -587,7 +747,6 @@ input.userFilter {width: 200px;}
background-color: #FDD;
}
-
/* APPS */
/* Bundle header */
@@ -595,21 +754,25 @@ input.userFilter {width: 200px;}
display: table-row;
position: relative;
}
+
#apps-list .apps-header div {
display: table-cell;
height: 70px;
}
+
#apps-list .apps-header h2 {
display: table-cell;
position: absolute;
padding-left: 6px;
padding-top: 15px;
}
+
#apps-list .apps-header h2 .enable {
position: relative;
top: -1px;
margin-left: 12px;
}
+
#apps-list .apps-header h2 + .section {
margin-top: 50px;
}
@@ -624,10 +787,14 @@ input.userFilter {width: 200px;}
margin-bottom: 20px;
}
-.appinfo { margin: 1em 40px; }
+.appinfo {
+ margin: 1em 40px;
+}
+
#app-navigation .appwarning {
background: #fcc;
}
+
#app-navigation.appwarning:hover {
background: #fbb;
}
@@ -640,12 +807,13 @@ span.version {
#app-navigation .app-external,
.app-version {
- color: rgba(85,85,85,.5);
+ color: rgba(85, 85, 85, .5);
}
.app-level {
margin-top: 8px;
}
+
.app-level span {
color: #555;
background-color: transparent;
@@ -653,10 +821,12 @@ span.version {
border-radius: 3px;
padding: 3px 6px;
}
+
.app-level a {
padding: 10px;
white-space: nowrap;
}
+
.app-level .official {
border-color: #37ce02;
background-position: left center;
@@ -677,6 +847,7 @@ span.version {
flex-wrap: wrap;
align-content: flex-start;
}
+
#apps-list.hidden {
display: none;
}
@@ -686,6 +857,7 @@ span.version {
flex: 0 0 auto;
margin-left: 20px;
}
+
#apps-list .section.apps-experimental {
flex-basis: 90%;
}
@@ -693,16 +865,20 @@ span.version {
#apps-list .app-description p {
margin: 10px 0;
}
+
#apps-list .app-description ul {
list-style: disc;
}
+
#apps-list .app-description ol {
list-style: decimal;
}
+
#apps-list .app-description > ul,
#apps-list .app-description > ol {
margin-left: 19px;
}
+
#apps-list .app-description ol ol,
#apps-list .app-description ol ul,
#apps-list .app-description ul ol,
@@ -715,6 +891,7 @@ span.version {
width: 22%;
box-sizing: border-box;
}
+
#apps-list .section:nth-child(4n) {
margin-right: 20px;
}
@@ -725,6 +902,7 @@ span.version {
width: 30%;
box-sizing: border-box;
}
+
#apps-list .section:nth-child(3n) {
margin-right: 20px;
}
@@ -735,6 +913,7 @@ span.version {
width: 40%;
box-sizing: border-box;
}
+
#apps-list .section:nth-child(2n) {
margin-right: 20px;
}
@@ -747,6 +926,7 @@ span.version {
display: none !important;
}
}
+
@media only screen and (max-width: 700px) {
#apps-list.installed .app-groups {
display: none !important;
@@ -757,9 +937,11 @@ span.version {
display: block;
margin: 8px 0;
}
+
form.section {
position: relative;
}
+
.followupsection {
display: block;
padding: 0 30px 30px 30px;
@@ -768,12 +950,14 @@ form.section {
margin-top: -30px;
position: relative;
}
+
.app-image {
position: relative;
height: 150px;
opacity: 1;
overflow: hidden;
}
+
.app-name,
.app-version,
.app-score,
@@ -789,6 +973,7 @@ form.section {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: .5;
}
+
.app-description-container {
clear: both;
position: relative;
@@ -806,6 +991,7 @@ form.section {
#app-category-1 {
margin-bottom: 18px;
}
+
/* capitalize "Other" category */
#app-category-925 {
text-transform: capitalize;
@@ -822,10 +1008,19 @@ form.section {
}
/* Transition to complete width! */
-.app:hover, .app:active { max-width: inherit; }
+.app:hover, .app:active {
+ max-width: inherit;
+}
-.appslink { text-decoration: underline; }
-.score { color:#666; font-weight:bold; font-size:0.8em; }
+.appslink {
+ text-decoration: underline;
+}
+
+.score {
+ color: #666;
+ font-weight: bold;
+ font-size: 0.8em;
+}
.appinfo .documentation {
margin-top: 1em;
@@ -845,7 +1040,7 @@ form.section {
margin: 0;
}
-#apps-list.installed .section > *{
+#apps-list.installed .section > * {
display: table-cell;
height: initial;
vertical-align: middle;
@@ -884,20 +1079,25 @@ form.section {
}
#apps-list.installed .groups-enable label {
- margin-right: 3px;
+ margin-right: 3px;
}
/* LOG */
#log {
- white-space:normal;
+ white-space: normal;
margin-bottom: 14px;
}
-#lessLog { display:none; }
-table.grid td.date{
+
+#lessLog {
+ display: none;
+}
+
+table.grid td.date {
white-space: nowrap;
}
+
#log-section p {
- margin-top:20px;
+ margin-top: 20px;
}
/* ADMIN */
@@ -908,6 +1108,7 @@ table.grid td.date{
margin-right: 6px;
width: 16px;
}
+
#app-navigation li span.no-icon {
padding-left: 32px;
}
@@ -916,20 +1117,29 @@ table.grid td.date{
list-style: initial;
margin: 10px 0;
}
+
#security-warning-state span {
padding-left: 25px;
background-position: 5px center;
margin-left: -5px;
}
-#shareAPI p { padding-bottom: 0.8em; }
-#shareAPI input#shareapiExpireAfterNDays {width: 25px;}
+#shareAPI p {
+ padding-bottom: 0.8em;
+}
+
+#shareAPI input#shareapiExpireAfterNDays {
+ width: 25px;
+}
+
#shareAPI .indent {
padding-left: 28px;
}
+
#shareAPI .double-indent {
padding-left: 56px;
}
+
#fileSharingSettings h3 {
display: inline-block;
}
@@ -947,6 +1157,7 @@ table.grid td.date{
padding: 11px 20px;
vertical-align: text-bottom;
}
+
#shareAPI h2,
#encryptionAPI h2,
#mail_general_settings h2 {
@@ -964,9 +1175,11 @@ table.grid td.date{
width: 300px;
text-align: right;
}
+
.mail_settings p select:nth-child(2) {
width: 143px;
}
+
#mail_smtpport {
width: 40px;
}
@@ -974,12 +1187,14 @@ table.grid td.date{
.cronlog {
margin-left: 10px;
}
+
.status {
display: inline-block;
height: 16px;
width: 16px;
vertical-align: text-bottom;
}
+
.status.success {
border-radius: 50%;
}
@@ -1002,9 +1217,11 @@ span.success {
background: #37ce02;
border-radius: 3px;
}
+
span.error {
background: #ce3702;
}
+
span.indeterminate {
background: #e6db00;
border-radius: 40% 0;
@@ -1032,7 +1249,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
-
/* HELP */
.help-includes {
@@ -1062,6 +1278,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
#admin-tips li {
list-style: initial;
}
+
#admin-tips li a {
display: inline-block;
padding: 3px 0;
diff --git a/settings/js/users/users.js b/settings/js/users/users.js
index 387709cd64c..dccbcc0ce1e 100644
--- a/settings/js/users/users.js
+++ b/settings/js/users/users.js
@@ -908,21 +908,24 @@ $(document).ready(function () {
event.stopPropagation();
var $td = $(this).closest('td');
var $tr = $($td).closest('tr');
- var menudiv = $td.find('.popovermenu');
+ var menudiv = $tr.find('.popovermenu');
- if(menudiv.is(':visible')) {
- menudiv.fadeOut(100);
+ if($tr.is('.active')) {
+ $tr.removeClass('active');
return;
}
+ $('#userlist tr.active').removeClass('active');
menudiv.find('.action-togglestate').empty();
if($tr.data('userEnabled')) {
$('.action-togglestate', $td).html('<span class="icon icon-close"></span><span>'+t('settings', 'Disable')+'</span>');
} else {
$('.action-togglestate', $td).html('<span class="icon icon-add"></span><span>'+t('settings', 'Enable')+'</span>');
}
- menudiv.click(function() { menudiv.fadeOut(100); });
- menudiv.hover('', function() { menudiv.fadeOut(100); });
- menudiv.fadeIn(100);
+ $tr.addClass('active');
+ });
+
+ $(document.body).click(function() {
+ $('#userlist tr.active').removeClass('active');
});
$userListBody.on('click', '.action-togglestate', function (event) {
diff --git a/settings/l10n/ca.js b/settings/l10n/ca.js
index 6c0836b3465..4ff1676ec91 100644
--- a/settings/l10n/ca.js
+++ b/settings/l10n/ca.js
@@ -1,11 +1,23 @@
OC.L10N.register(
"settings",
{
+ "{actor} changed your password" : "{actor} va canviar la contrasenya",
+ "You changed your password" : "Has canviat la teva contrasenya",
+ "Your password was reset by an administrator" : "La seva contrasenya s'ha restablert per un administrador",
+ "{actor} changed your email address" : "{actor} va canviar la seva adreça d\\'email",
+ "You changed your email address" : "Has canviat el teu email",
+ "Your email address was changed by an administrator" : "La seva adreça d'email s\\'ha canviat per un administrador",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "La teva <strong>contrasenya</strong> o <strong>email</strong> s'ha modificat",
+ "Your apps" : "Les teves apps",
+ "Enabled apps" : "Apps activades",
+ "Disabled apps" : "Apps desactivades",
+ "App bundles" : "Paquets d'apps",
"Wrong password" : "Contrasenya incorrecta",
"Saved" : "Desat",
"No user supplied" : "No heu proporcionat cap usuari",
"Unable to change password" : "No es pot canviar la contrasenya",
"Authentication error" : "Error d'autenticació",
+ "Please provide an admin recovery password; otherwise, all user data will be lost." : "Si us plau, proporcioni una contrasenya d'administrador de recuperació; en cas contrari, es perdran totes les dades d'usuari.",
"Wrong admin recovery password. Please check the password and try again." : "La contrasenya de recuperació d'administrador és incorrecta. Comproveu-la i torneu-ho a intentar.",
"Federated Cloud Sharing" : "Compartició federada de núvol",
"A problem occurred, please check your log files (Error: %s)" : "S'ha produït un problema, si us plau revisi els arxius de registre (Error: %s)",
@@ -13,6 +25,8 @@ OC.L10N.register(
"Group already exists." : "El grup ja existeix.",
"Unable to add group." : "No es pot agregar el grup.",
"Unable to delete group." : "No es pot esborrar el grup.",
+ "Invalid SMTP password." : "Contrasenya SMTP no vàlida.",
+ "Well done, %s!" : "Ben fet, %s!",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Hi ha hagut un problema en enviar el correu. Revisi la seva configuració. (Error: %s)",
"You need to set your user email before being able to send test emails." : "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.",
"Invalid request" : "Sol·licitud no vàlida",
@@ -21,6 +35,8 @@ OC.L10N.register(
"A user with that name already exists." : "Ja existeix un usuari amb est nom.",
"Unable to create user." : "No es pot crear el usuari.",
"Unable to delete user." : "No es pot eliminar l'usuari",
+ "Error while enabling user." : "Error activant usuari.",
+ "Error while disabling user." : "Error desactivant usuari.",
"Settings saved" : "Paràmetres desats",
"Unable to change full name" : "No s'ha pogut canviar el nom complet",
"Unable to change email address" : "No es pot canviar l'adreça de correu",
@@ -29,18 +45,41 @@ OC.L10N.register(
"Invalid user" : "Usuari no vàlid",
"Unable to change mail address" : "No es pot canviar l'adreça de correu electrònic",
"Email saved" : "S'ha desat el correu electrònic",
+ "%1$s changed your password on %2$s." : "%1$s va canviar la teva contrasenya a %2$s.",
+ "Your password on %s was changed." : "La teva contrasenya a %s es va canviar.",
+ "Your password on %s was reset by an administrator." : "La teva contrasenya a %s va ser restablerta per un administrador.",
+ "Password changed for %s" : "Contrasenya canviada per %s",
+ "If you did not request this, please contact an administrator." : "Si vostè no l'ha sol·licitat, si us plau, poseu-vos en contacte amb un administrador.",
+ "Password for %1$s changed on %2$s" : "Contrasenya per %1$s canviada a %2$s",
+ "%1$s changed your email address on %2$s." : "%1$s va canviar el teu email a %2$s.",
+ "Your email address on %s was changed." : "El teu email a %s es va canviar.",
+ "Your email address on %s was changed by an administrator." : "El teu email a %s es va canviar per un administrador.",
+ "Email address changed for %s" : "Adreça d'email canviada per %s",
+ "The new email address is %s" : "La teva adreça d'email és %s",
+ "Email address for %1$s changed on %2$s" : "Adreça d'email per %1$s canviada a %2$s",
+ "Welcome aboard" : "Benvingut a bord",
+ "Welcome aboard %s" : "Benvingut a bord %s",
+ "You have now an %s account, you can add, protect, and share your data." : "Ara tens un compte %s, pot afegir, protegir i compartir les teves dades.",
+ "Your username is: %s" : "El teu usuari és: %s",
+ "Set your password" : "Establir la contrasenya",
+ "Go to %s" : "Anar a %s",
+ "Install Client" : "Instal·lar Client",
"Your %s account was created" : "S'ha creat el seu compte %s",
+ "Password confirmation is required" : "Cal una confirmació de la contrasenya",
"Couldn't remove app." : "No s'ha pogut eliminar l'aplicació",
"Couldn't update app." : "No s'ha pogut actualitzar l'aplicació.",
+ "Are you really sure you want add {domain} as trusted domain?" : "Estàs segur que vols afegir {domini} com a domini de confiança?",
"Add trusted domain" : "Afegir domini de confiança",
"Migration in progress. Please wait until the migration is finished" : "Migració en progrés. Si us plau, espereu fins que finalitzi la migració",
"Migration started …" : "Migració iniciada ...",
"Not saved" : "No desat",
+ "Sending…" : "Enviant…",
"Email sent" : "El correu electrónic s'ha enviat",
"Official" : "Oficial",
"All" : "Tots",
"Update to %s" : "Actualitzar a %s",
"No apps found for your version" : "No s'han trobat aplicacions per la seva versió",
+ "The app will be downloaded from the app store" : "L'app es descarregarà des de la botiga d'apps",
"Error while disabling app" : "Error en desactivar l'aplicació",
"Disable" : "Desactiva",
"Enable" : "Habilita",
@@ -49,10 +88,15 @@ OC.L10N.register(
"Updating...." : "Actualitzant...",
"Error while updating app" : "Error en actualitzar l'aplicació",
"Updated" : "Actualitzada",
+ "Removing …" : "Treient ...",
+ "Error while removing app" : "Error treient app",
+ "Remove" : "Treure",
"App update" : "Actualització de la App",
"Approved" : "Aprovat",
"Experimental" : "Experimental",
+ "Enable all" : "Permetre tots",
"Disconnect" : "Desconnecta",
+ "Revoke" : "Revocar",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -63,12 +107,14 @@ OC.L10N.register(
"iPad iOS" : "iPad iOS",
"iOS Client" : "iOS Client",
"Android Client" : "Client Android",
+ "Sync client - {os}" : "Client de sincronització - {os}",
"This session" : "Aquesta sessió",
"Copy" : "Copia",
"Copied!" : "Copiat!",
"Not supported!" : "No soportat!",
"Press ⌘-C to copy." : "Prem ⌘-C per copiar.",
"Press Ctrl-C to copy." : "Prem Ctrl-C per copiar.",
+ "Error while loading browser sessions and device tokens" : "Error durant la càrrega de les sessions del navegador i testimonis de dispositius",
"Valid until {date}" : "Vàlid fins {date}",
"Delete" : "Esborra",
"Local" : "Local",
@@ -77,6 +123,8 @@ OC.L10N.register(
"Only visible to you" : "Només visible per tu",
"Contacts" : "Contactes",
"Public" : "Públic",
+ "Verify" : "Verificar",
+ "Verifying …" : "Verificant ...",
"Select a profile picture" : "Seleccioneu una imatge de perfil",
"Very weak password" : "Contrasenya massa feble",
"Weak password" : "Contrasenya feble",
@@ -85,19 +133,25 @@ OC.L10N.register(
"Strong password" : "Contrasenya forta",
"Groups" : "Grups",
"Unable to delete {objName}" : "No es pot eliminar {objName}",
+ "Error creating group: {message}" : "Error creant grup: {message}",
"A valid group name must be provided" : "Heu de facilitar un nom de grup vàlid",
"deleted {groupName}" : "eliminat {groupName}",
"undo" : "desfés",
"never" : "mai",
"deleted {userName}" : "eliminat {userName}",
+ "Unable to add user to group {group}" : "No es pot afegir l'usuari al grup {group}",
+ "Unable to remove user from group {group}" : "No es pot eliminar l'usuari del grup {group}",
"Add group" : "Afegeix grup",
"no group" : "sense grup",
+ "Password successfully changed" : "Contrasenya canviada correctament",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Canviar la contrasenya provocarà pèrdua de dades, perquè la recuperació de dades no està disponible per a aquest usuari",
+ "Could not change the users email" : "No s'ha pogut canviar el correu electrònic dels usuaris",
"A valid username must be provided" : "Heu de facilitar un nom d'usuari vàlid",
"A valid password must be provided" : "Heu de facilitar una contrasenya vàlida",
"A valid email must be provided" : "S'ha de subministrar una adreça de correu electrònic vàlida",
"__language_name__" : "Català",
"Unlimited" : "Il·limitat",
+ "Verifying" : "Verificant",
"Personal info" : "Informació personal",
"Sessions" : "Sessions",
"App passwords" : "Contrasenyes de l'Aplicació",
@@ -106,6 +160,8 @@ OC.L10N.register(
"Login" : "Inici de sessió",
"Plain" : "Pla",
"NT LAN Manager" : "Gestor NT LAN",
+ "SSL/TLS" : "SSL/TLS",
+ "STARTTLS" : "STARTTLS",
"Email server" : "Servidor de correu electrònic",
"Open documentation" : "Obre la documentació",
"Send mode" : "Mode d'enviament",
@@ -148,16 +204,19 @@ OC.L10N.register(
"Allow apps to use the Share API" : "Permet que les aplicacions utilitzin l'API de compartir",
"Allow users to share via link" : "Permet als usuaris compartir a través d'enllaços",
"Allow public uploads" : "Permet pujada pública",
+ "Always ask for a password" : "Sempre demanar una contrasenya",
"Enforce password protection" : "Reforça la protecció amb contrasenya",
"Set default expiration date" : "Estableix la data de venciment",
"Expire after " : "Venciment després de",
"days" : "dies",
"Enforce expiration date" : "Força la data de venciment",
"Allow resharing" : "Permet compartir de nou",
+ "Allow sharing with groups" : "Permetre compartir amb grups",
"Restrict users to only share with users in their groups" : "Permet als usuaris compartir només amb usuaris del seu grup",
"Exclude groups from sharing" : "Exclou grups de compartició",
"These groups will still be able to receive shares, but not to initiate them." : "Aquests fitxers encara podran rebre compartits, però no podran iniciar-los.",
"Tips & tricks" : "Consells i trucs",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Això es recomana especialment quan s'utilitza el client d'escriptori per a sincronització d'arxius.",
"How to do backups" : "Com fer còpies de seguretat",
"Advanced monitoring" : "Supervisió avançada",
"Performance tuning" : "Ajust del rendiment",
@@ -165,6 +224,8 @@ OC.L10N.register(
"Theming" : "Tematització",
"Hardening and security guidance" : "Guia de protecció i seguretat",
"Developer documentation" : "Documentació para desenvolupadors",
+ "Limit to groups" : "Limitar per grups",
+ "This app has an update available." : "Aquesta aplicació té una actualització disponible.",
"by %s" : "per %s",
"Documentation:" : "Documentació:",
"User documentation" : "Documentació d'usuari",
@@ -174,6 +235,7 @@ OC.L10N.register(
"Hide description …" : "Amagar descripció...",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Aquesta aplicació no es pot instal·lar perquè les següents dependències no es compleixen:",
"Enable only for specific groups" : "Activa només per grups específics",
+ "SSL Root Certificates" : "Certificats arrel SSL",
"Common Name" : "Nom comú",
"Valid until" : "Valid fins",
"Issued By" : "Emès Per",
@@ -186,8 +248,10 @@ OC.L10N.register(
"Commercial support" : "Suport comercial",
"Profile picture" : "Foto de perfil",
"Upload new" : "Puja'n una de nova",
+ "Select from Files" : "Seleccioneu d'Arxius",
"Remove image" : "Elimina imatge",
"png or jpg, max. 20 MB" : "png or jpg, max. 20 MB",
+ "Picture provided by original account" : "Imatge proveïda per compte original",
"Cancel" : "Cancel·la",
"Choose as profile picture" : "Elegeix una imatge de perfil",
"Full name" : "Nom complet",
@@ -195,11 +259,13 @@ OC.L10N.register(
"Email" : "Correu electrònic",
"Your email address" : "Correu electrònic",
"No email address set" : "No s'ha establert cap adreça de correu",
+ "For password reset and notifications" : "Per restablir la contrasenya i notificacions",
"Phone number" : "Número de telèfon",
"Your phone number" : "El teu número de telèfon",
"Address" : "Adreça",
"Your postal address" : "La teva adreça postal",
"Website" : "Lloc web",
+ "It can take up to 24 hours before the account is displayed as verified." : "Pot prendre fins a 24 hores abans que aparegui el compte com a verificat.",
"Twitter" : "Twitter",
"You are member of the following groups:" : "Vostè és membre dels següents grups:",
"Password" : "Contrasenya",
@@ -213,15 +279,19 @@ OC.L10N.register(
"Android app" : "aplicació para Android",
"iOS app" : "aplicació para iOS",
"Show First Run Wizard again" : "Torna a mostrar l'assistent de primera execució",
+ "Web, desktop and mobile clients currently logged in to your account." : "Clients Web, d'escriptori i mòbils connectats actualment al seu compte",
"Device" : "Dispositiu",
"Last activity" : "Última activitat",
"Name" : "Nom",
"App name" : "Nom de l'aplicació",
"Create new app password" : "Crea una nova contrasenya de l'aplicació",
+ "For security reasons this password will only be shown once." : "Per raons de seguretat aquesta contrasenya només es mostrarà una vegada.",
"Username" : "Nom d'usuari",
"Done" : "Fet",
+ "Settings" : "Preferències",
"Show storage location" : "Mostra la ubicació del magatzem",
"Show user backend" : "Mostrar backend d'usuari",
+ "Show last login" : "Mostra darrera entrada",
"Show email address" : "Mostrar l'adreça de correu electrònic",
"Send email to new user" : "Enviar correu electrònic al nou usuari",
"E-Mail" : "E-mail",
@@ -231,8 +301,11 @@ OC.L10N.register(
"Group name" : "Nom del grup",
"Everyone" : "Tothom",
"Admins" : "Administradors",
+ "Disabled" : "Desactivat",
+ "Default quota" : "Quota per defecte",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Escriviu la quota d'emmagatzemament (per ex.: \"512 MB\" o \"12 GB\")",
"Other" : "Un altre",
+ "Group admin for" : "Administrador de grup per",
"Quota" : "Quota",
"Storage location" : "Ubicació de l'emmagatzemament",
"Last login" : "Últim accés",
@@ -256,6 +329,8 @@ OC.L10N.register(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "El mòdul de PHP 'fileinfo' no s'ha trobat. Us recomanem que habiliteu aquest mòdul per obtenir millors resultats amb la detecció mime-type.",
"Uninstall app" : "Desinstala la app",
"Cheers!" : "Salut!",
+ "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola,\n\nsimplement que sàpigas que ja tens un compte %s.\n\nEl teu nom d'usuari: %s\nAccedir-hi: %s\n",
+ "For password recovery and notifications" : "Per a la recuperació de la contrasenya i notificacions",
"Your website" : "El teu lloc web",
"Show last log in" : "Mostrar l'últim accés"
},
diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json
index 10cd457616f..2be02259108 100644
--- a/settings/l10n/ca.json
+++ b/settings/l10n/ca.json
@@ -1,9 +1,21 @@
{ "translations": {
+ "{actor} changed your password" : "{actor} va canviar la contrasenya",
+ "You changed your password" : "Has canviat la teva contrasenya",
+ "Your password was reset by an administrator" : "La seva contrasenya s'ha restablert per un administrador",
+ "{actor} changed your email address" : "{actor} va canviar la seva adreça d\\'email",
+ "You changed your email address" : "Has canviat el teu email",
+ "Your email address was changed by an administrator" : "La seva adreça d'email s\\'ha canviat per un administrador",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "La teva <strong>contrasenya</strong> o <strong>email</strong> s'ha modificat",
+ "Your apps" : "Les teves apps",
+ "Enabled apps" : "Apps activades",
+ "Disabled apps" : "Apps desactivades",
+ "App bundles" : "Paquets d'apps",
"Wrong password" : "Contrasenya incorrecta",
"Saved" : "Desat",
"No user supplied" : "No heu proporcionat cap usuari",
"Unable to change password" : "No es pot canviar la contrasenya",
"Authentication error" : "Error d'autenticació",
+ "Please provide an admin recovery password; otherwise, all user data will be lost." : "Si us plau, proporcioni una contrasenya d'administrador de recuperació; en cas contrari, es perdran totes les dades d'usuari.",
"Wrong admin recovery password. Please check the password and try again." : "La contrasenya de recuperació d'administrador és incorrecta. Comproveu-la i torneu-ho a intentar.",
"Federated Cloud Sharing" : "Compartició federada de núvol",
"A problem occurred, please check your log files (Error: %s)" : "S'ha produït un problema, si us plau revisi els arxius de registre (Error: %s)",
@@ -11,6 +23,8 @@
"Group already exists." : "El grup ja existeix.",
"Unable to add group." : "No es pot agregar el grup.",
"Unable to delete group." : "No es pot esborrar el grup.",
+ "Invalid SMTP password." : "Contrasenya SMTP no vàlida.",
+ "Well done, %s!" : "Ben fet, %s!",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Hi ha hagut un problema en enviar el correu. Revisi la seva configuració. (Error: %s)",
"You need to set your user email before being able to send test emails." : "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.",
"Invalid request" : "Sol·licitud no vàlida",
@@ -19,6 +33,8 @@
"A user with that name already exists." : "Ja existeix un usuari amb est nom.",
"Unable to create user." : "No es pot crear el usuari.",
"Unable to delete user." : "No es pot eliminar l'usuari",
+ "Error while enabling user." : "Error activant usuari.",
+ "Error while disabling user." : "Error desactivant usuari.",
"Settings saved" : "Paràmetres desats",
"Unable to change full name" : "No s'ha pogut canviar el nom complet",
"Unable to change email address" : "No es pot canviar l'adreça de correu",
@@ -27,18 +43,41 @@
"Invalid user" : "Usuari no vàlid",
"Unable to change mail address" : "No es pot canviar l'adreça de correu electrònic",
"Email saved" : "S'ha desat el correu electrònic",
+ "%1$s changed your password on %2$s." : "%1$s va canviar la teva contrasenya a %2$s.",
+ "Your password on %s was changed." : "La teva contrasenya a %s es va canviar.",
+ "Your password on %s was reset by an administrator." : "La teva contrasenya a %s va ser restablerta per un administrador.",
+ "Password changed for %s" : "Contrasenya canviada per %s",
+ "If you did not request this, please contact an administrator." : "Si vostè no l'ha sol·licitat, si us plau, poseu-vos en contacte amb un administrador.",
+ "Password for %1$s changed on %2$s" : "Contrasenya per %1$s canviada a %2$s",
+ "%1$s changed your email address on %2$s." : "%1$s va canviar el teu email a %2$s.",
+ "Your email address on %s was changed." : "El teu email a %s es va canviar.",
+ "Your email address on %s was changed by an administrator." : "El teu email a %s es va canviar per un administrador.",
+ "Email address changed for %s" : "Adreça d'email canviada per %s",
+ "The new email address is %s" : "La teva adreça d'email és %s",
+ "Email address for %1$s changed on %2$s" : "Adreça d'email per %1$s canviada a %2$s",
+ "Welcome aboard" : "Benvingut a bord",
+ "Welcome aboard %s" : "Benvingut a bord %s",
+ "You have now an %s account, you can add, protect, and share your data." : "Ara tens un compte %s, pot afegir, protegir i compartir les teves dades.",
+ "Your username is: %s" : "El teu usuari és: %s",
+ "Set your password" : "Establir la contrasenya",
+ "Go to %s" : "Anar a %s",
+ "Install Client" : "Instal·lar Client",
"Your %s account was created" : "S'ha creat el seu compte %s",
+ "Password confirmation is required" : "Cal una confirmació de la contrasenya",
"Couldn't remove app." : "No s'ha pogut eliminar l'aplicació",
"Couldn't update app." : "No s'ha pogut actualitzar l'aplicació.",
+ "Are you really sure you want add {domain} as trusted domain?" : "Estàs segur que vols afegir {domini} com a domini de confiança?",
"Add trusted domain" : "Afegir domini de confiança",
"Migration in progress. Please wait until the migration is finished" : "Migració en progrés. Si us plau, espereu fins que finalitzi la migració",
"Migration started …" : "Migració iniciada ...",
"Not saved" : "No desat",
+ "Sending…" : "Enviant…",
"Email sent" : "El correu electrónic s'ha enviat",
"Official" : "Oficial",
"All" : "Tots",
"Update to %s" : "Actualitzar a %s",
"No apps found for your version" : "No s'han trobat aplicacions per la seva versió",
+ "The app will be downloaded from the app store" : "L'app es descarregarà des de la botiga d'apps",
"Error while disabling app" : "Error en desactivar l'aplicació",
"Disable" : "Desactiva",
"Enable" : "Habilita",
@@ -47,10 +86,15 @@
"Updating...." : "Actualitzant...",
"Error while updating app" : "Error en actualitzar l'aplicació",
"Updated" : "Actualitzada",
+ "Removing …" : "Treient ...",
+ "Error while removing app" : "Error treient app",
+ "Remove" : "Treure",
"App update" : "Actualització de la App",
"Approved" : "Aprovat",
"Experimental" : "Experimental",
+ "Enable all" : "Permetre tots",
"Disconnect" : "Desconnecta",
+ "Revoke" : "Revocar",
"Internet Explorer" : "Internet Explorer",
"Edge" : "Edge",
"Firefox" : "Firefox",
@@ -61,12 +105,14 @@
"iPad iOS" : "iPad iOS",
"iOS Client" : "iOS Client",
"Android Client" : "Client Android",
+ "Sync client - {os}" : "Client de sincronització - {os}",
"This session" : "Aquesta sessió",
"Copy" : "Copia",
"Copied!" : "Copiat!",
"Not supported!" : "No soportat!",
"Press ⌘-C to copy." : "Prem ⌘-C per copiar.",
"Press Ctrl-C to copy." : "Prem Ctrl-C per copiar.",
+ "Error while loading browser sessions and device tokens" : "Error durant la càrrega de les sessions del navegador i testimonis de dispositius",
"Valid until {date}" : "Vàlid fins {date}",
"Delete" : "Esborra",
"Local" : "Local",
@@ -75,6 +121,8 @@
"Only visible to you" : "Només visible per tu",
"Contacts" : "Contactes",
"Public" : "Públic",
+ "Verify" : "Verificar",
+ "Verifying …" : "Verificant ...",
"Select a profile picture" : "Seleccioneu una imatge de perfil",
"Very weak password" : "Contrasenya massa feble",
"Weak password" : "Contrasenya feble",
@@ -83,19 +131,25 @@
"Strong password" : "Contrasenya forta",
"Groups" : "Grups",
"Unable to delete {objName}" : "No es pot eliminar {objName}",
+ "Error creating group: {message}" : "Error creant grup: {message}",
"A valid group name must be provided" : "Heu de facilitar un nom de grup vàlid",
"deleted {groupName}" : "eliminat {groupName}",
"undo" : "desfés",
"never" : "mai",
"deleted {userName}" : "eliminat {userName}",
+ "Unable to add user to group {group}" : "No es pot afegir l'usuari al grup {group}",
+ "Unable to remove user from group {group}" : "No es pot eliminar l'usuari del grup {group}",
"Add group" : "Afegeix grup",
"no group" : "sense grup",
+ "Password successfully changed" : "Contrasenya canviada correctament",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Canviar la contrasenya provocarà pèrdua de dades, perquè la recuperació de dades no està disponible per a aquest usuari",
+ "Could not change the users email" : "No s'ha pogut canviar el correu electrònic dels usuaris",
"A valid username must be provided" : "Heu de facilitar un nom d'usuari vàlid",
"A valid password must be provided" : "Heu de facilitar una contrasenya vàlida",
"A valid email must be provided" : "S'ha de subministrar una adreça de correu electrònic vàlida",
"__language_name__" : "Català",
"Unlimited" : "Il·limitat",
+ "Verifying" : "Verificant",
"Personal info" : "Informació personal",
"Sessions" : "Sessions",
"App passwords" : "Contrasenyes de l'Aplicació",
@@ -104,6 +158,8 @@
"Login" : "Inici de sessió",
"Plain" : "Pla",
"NT LAN Manager" : "Gestor NT LAN",
+ "SSL/TLS" : "SSL/TLS",
+ "STARTTLS" : "STARTTLS",
"Email server" : "Servidor de correu electrònic",
"Open documentation" : "Obre la documentació",
"Send mode" : "Mode d'enviament",
@@ -146,16 +202,19 @@
"Allow apps to use the Share API" : "Permet que les aplicacions utilitzin l'API de compartir",
"Allow users to share via link" : "Permet als usuaris compartir a través d'enllaços",
"Allow public uploads" : "Permet pujada pública",
+ "Always ask for a password" : "Sempre demanar una contrasenya",
"Enforce password protection" : "Reforça la protecció amb contrasenya",
"Set default expiration date" : "Estableix la data de venciment",
"Expire after " : "Venciment després de",
"days" : "dies",
"Enforce expiration date" : "Força la data de venciment",
"Allow resharing" : "Permet compartir de nou",
+ "Allow sharing with groups" : "Permetre compartir amb grups",
"Restrict users to only share with users in their groups" : "Permet als usuaris compartir només amb usuaris del seu grup",
"Exclude groups from sharing" : "Exclou grups de compartició",
"These groups will still be able to receive shares, but not to initiate them." : "Aquests fitxers encara podran rebre compartits, però no podran iniciar-los.",
"Tips & tricks" : "Consells i trucs",
+ "This is particularly recommended when using the desktop client for file synchronisation." : "Això es recomana especialment quan s'utilitza el client d'escriptori per a sincronització d'arxius.",
"How to do backups" : "Com fer còpies de seguretat",
"Advanced monitoring" : "Supervisió avançada",
"Performance tuning" : "Ajust del rendiment",
@@ -163,6 +222,8 @@
"Theming" : "Tematització",
"Hardening and security guidance" : "Guia de protecció i seguretat",
"Developer documentation" : "Documentació para desenvolupadors",
+ "Limit to groups" : "Limitar per grups",
+ "This app has an update available." : "Aquesta aplicació té una actualització disponible.",
"by %s" : "per %s",
"Documentation:" : "Documentació:",
"User documentation" : "Documentació d'usuari",
@@ -172,6 +233,7 @@
"Hide description …" : "Amagar descripció...",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Aquesta aplicació no es pot instal·lar perquè les següents dependències no es compleixen:",
"Enable only for specific groups" : "Activa només per grups específics",
+ "SSL Root Certificates" : "Certificats arrel SSL",
"Common Name" : "Nom comú",
"Valid until" : "Valid fins",
"Issued By" : "Emès Per",
@@ -184,8 +246,10 @@
"Commercial support" : "Suport comercial",
"Profile picture" : "Foto de perfil",
"Upload new" : "Puja'n una de nova",
+ "Select from Files" : "Seleccioneu d'Arxius",
"Remove image" : "Elimina imatge",
"png or jpg, max. 20 MB" : "png or jpg, max. 20 MB",
+ "Picture provided by original account" : "Imatge proveïda per compte original",
"Cancel" : "Cancel·la",
"Choose as profile picture" : "Elegeix una imatge de perfil",
"Full name" : "Nom complet",
@@ -193,11 +257,13 @@
"Email" : "Correu electrònic",
"Your email address" : "Correu electrònic",
"No email address set" : "No s'ha establert cap adreça de correu",
+ "For password reset and notifications" : "Per restablir la contrasenya i notificacions",
"Phone number" : "Número de telèfon",
"Your phone number" : "El teu número de telèfon",
"Address" : "Adreça",
"Your postal address" : "La teva adreça postal",
"Website" : "Lloc web",
+ "It can take up to 24 hours before the account is displayed as verified." : "Pot prendre fins a 24 hores abans que aparegui el compte com a verificat.",
"Twitter" : "Twitter",
"You are member of the following groups:" : "Vostè és membre dels següents grups:",
"Password" : "Contrasenya",
@@ -211,15 +277,19 @@
"Android app" : "aplicació para Android",
"iOS app" : "aplicació para iOS",
"Show First Run Wizard again" : "Torna a mostrar l'assistent de primera execució",
+ "Web, desktop and mobile clients currently logged in to your account." : "Clients Web, d'escriptori i mòbils connectats actualment al seu compte",
"Device" : "Dispositiu",
"Last activity" : "Última activitat",
"Name" : "Nom",
"App name" : "Nom de l'aplicació",
"Create new app password" : "Crea una nova contrasenya de l'aplicació",
+ "For security reasons this password will only be shown once." : "Per raons de seguretat aquesta contrasenya només es mostrarà una vegada.",
"Username" : "Nom d'usuari",
"Done" : "Fet",
+ "Settings" : "Preferències",
"Show storage location" : "Mostra la ubicació del magatzem",
"Show user backend" : "Mostrar backend d'usuari",
+ "Show last login" : "Mostra darrera entrada",
"Show email address" : "Mostrar l'adreça de correu electrònic",
"Send email to new user" : "Enviar correu electrònic al nou usuari",
"E-Mail" : "E-mail",
@@ -229,8 +299,11 @@
"Group name" : "Nom del grup",
"Everyone" : "Tothom",
"Admins" : "Administradors",
+ "Disabled" : "Desactivat",
+ "Default quota" : "Quota per defecte",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Escriviu la quota d'emmagatzemament (per ex.: \"512 MB\" o \"12 GB\")",
"Other" : "Un altre",
+ "Group admin for" : "Administrador de grup per",
"Quota" : "Quota",
"Storage location" : "Ubicació de l'emmagatzemament",
"Last login" : "Últim accés",
@@ -254,6 +327,8 @@
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "El mòdul de PHP 'fileinfo' no s'ha trobat. Us recomanem que habiliteu aquest mòdul per obtenir millors resultats amb la detecció mime-type.",
"Uninstall app" : "Desinstala la app",
"Cheers!" : "Salut!",
+ "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola,\n\nsimplement que sàpigas que ja tens un compte %s.\n\nEl teu nom d'usuari: %s\nAccedir-hi: %s\n",
+ "For password recovery and notifications" : "Per a la recuperació de la contrasenya i notificacions",
"Your website" : "El teu lloc web",
"Show last log in" : "Mostrar l'últim accés"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/settings/l10n/el.js b/settings/l10n/el.js
index adf99c156f8..a61a07909f1 100644
--- a/settings/l10n/el.js
+++ b/settings/l10n/el.js
@@ -1,10 +1,14 @@
OC.L10N.register(
"settings",
{
+ "{actor} changed your password" : "{actor} το συθηματικό σας άλλαξε",
"You changed your password" : "Αλλάξατε το συνθηματικό σας",
"Your password was reset by an administrator" : "Έχει γίνει επαναφορά του συνθηματικού σας από τον διαχειριστή",
+ "You changed your email address" : "Έχετε αλλάξει τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας",
"Your apps" : "Οι εφαρμογές σας",
"Enabled apps" : "Ενεργοποιημένες εφαρμογές",
+ "Disabled apps" : "Απενεργοποιημένες εφαρμογές",
+ "App bundles" : "Πακέτα εφαρμογών",
"Wrong password" : "Εσφαλμένο συνθηματικό",
"Saved" : "Αποθηκεύτηκαν",
"No user supplied" : "Δεν εισήχθη χρήστης",
@@ -206,6 +210,7 @@ OC.L10N.register(
"Theming" : "Θέματα",
"Hardening and security guidance" : "Οδηγίες ασφάλειας και θωράκισης",
"Developer documentation" : "Τεκμηρίωση προγραμματιστή",
+ "Limit to groups" : "Όριο στις ομάδες",
"This app has an update available." : "Αυτή η εφαρμογή έχει διαθέσιμη ενημέρωση.",
"by %s" : "από %s",
"Documentation:" : "Τεκμηρίωση:",
@@ -286,6 +291,7 @@ OC.L10N.register(
"Group name" : "Όνομα ομάδας",
"Everyone" : "Όλοι",
"Admins" : "Διαχειριστές",
+ "Disabled" : "Απενεργοποιημένο",
"Default quota" : "Προεπιλέγμενη χωρητικότητα",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Παρακαλώ εισάγετε επιτρεπόμενα μερίδια αποθηκευτικού χώρου (π.χ. \"512 MB\" ή \"12 GB\")",
"Other" : "Άλλο",
diff --git a/settings/l10n/el.json b/settings/l10n/el.json
index be170ca67d9..5617064e25c 100644
--- a/settings/l10n/el.json
+++ b/settings/l10n/el.json
@@ -1,8 +1,12 @@
{ "translations": {
+ "{actor} changed your password" : "{actor} το συθηματικό σας άλλαξε",
"You changed your password" : "Αλλάξατε το συνθηματικό σας",
"Your password was reset by an administrator" : "Έχει γίνει επαναφορά του συνθηματικού σας από τον διαχειριστή",
+ "You changed your email address" : "Έχετε αλλάξει τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας",
"Your apps" : "Οι εφαρμογές σας",
"Enabled apps" : "Ενεργοποιημένες εφαρμογές",
+ "Disabled apps" : "Απενεργοποιημένες εφαρμογές",
+ "App bundles" : "Πακέτα εφαρμογών",
"Wrong password" : "Εσφαλμένο συνθηματικό",
"Saved" : "Αποθηκεύτηκαν",
"No user supplied" : "Δεν εισήχθη χρήστης",
@@ -204,6 +208,7 @@
"Theming" : "Θέματα",
"Hardening and security guidance" : "Οδηγίες ασφάλειας και θωράκισης",
"Developer documentation" : "Τεκμηρίωση προγραμματιστή",
+ "Limit to groups" : "Όριο στις ομάδες",
"This app has an update available." : "Αυτή η εφαρμογή έχει διαθέσιμη ενημέρωση.",
"by %s" : "από %s",
"Documentation:" : "Τεκμηρίωση:",
@@ -284,6 +289,7 @@
"Group name" : "Όνομα ομάδας",
"Everyone" : "Όλοι",
"Admins" : "Διαχειριστές",
+ "Disabled" : "Απενεργοποιημένο",
"Default quota" : "Προεπιλέγμενη χωρητικότητα",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Παρακαλώ εισάγετε επιτρεπόμενα μερίδια αποθηκευτικού χώρου (π.χ. \"512 MB\" ή \"12 GB\")",
"Other" : "Άλλο",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index 89c53a2eed7..a3b757750f6 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -397,7 +397,7 @@ OC.L10N.register(
"Admins can't remove themself from the admin group" : "Les administrateurs ne peuvent pas se retirer eux-mêmes du groupe admin",
"Unable to add user to group %s" : "Impossible d'ajouter l'utilisateur au groupe %s",
"Unable to remove user from group %s" : "Impossible de supprimer l'utilisateur du groupe %s",
- "Sending..." : "Envoi en cours...",
+ "Sending..." : "Envoi en cours…",
"Uninstalling ...." : "Désinstallation...",
"Error while uninstalling app" : "Erreur lors de la désinstallation de l'application",
"Uninstall" : "Désinstaller",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index 9abb89d2bf3..2cc96b346d6 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -395,7 +395,7 @@
"Admins can't remove themself from the admin group" : "Les administrateurs ne peuvent pas se retirer eux-mêmes du groupe admin",
"Unable to add user to group %s" : "Impossible d'ajouter l'utilisateur au groupe %s",
"Unable to remove user from group %s" : "Impossible de supprimer l'utilisateur du groupe %s",
- "Sending..." : "Envoi en cours...",
+ "Sending..." : "Envoi en cours…",
"Uninstalling ...." : "Désinstallation...",
"Error while uninstalling app" : "Erreur lors de la désinstallation de l'application",
"Uninstall" : "Désinstaller",
diff --git a/settings/l10n/nb.js b/settings/l10n/nb.js
index 9952f42b043..43dce267992 100644
--- a/settings/l10n/nb.js
+++ b/settings/l10n/nb.js
@@ -42,6 +42,10 @@ OC.L10N.register(
"To send a password link to the user an email address is required." : "Krever epost for å sende link til bruker.",
"Unable to create user." : "Kan ikke opprette bruker.",
"Unable to delete user." : "Kan ikke slette bruker.",
+ "Error while enabling user." : "Feil ved påslag av brukerkonto.",
+ "Error while disabling user." : "Feil ved avslag av brukerkonto.",
+ "In order to verify your Twitter account post following tweet on Twitter (please make sure to post it without any line breaks):" : "For å bekrefte din Twitter-konto, post følgende tweet på Twitter (husk å ikke få med noen linjeskift):",
+ "In order to verify your Website store following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "For å bekrefte din nettside, lagre følgende innhold på roten av din nettjener på '.well-known/CloudIdVerificationCode.txt' (forsikre deg om at hele teksten er på ei linje):",
"Settings saved" : "Innstillinger lagret",
"Unable to change full name" : "Klarte ikke å endre fullt navn",
"Unable to change email address" : "Klarer ikke å endre epostadresse",
@@ -144,6 +148,8 @@ OC.L10N.register(
"Visible to local users and to trusted servers" : "Synlig for lokale brukere og klarerte tjenere",
"Public" : "Offentlig",
"Will be synced to a global and public address book" : "Vil blir synkronisert til global og offentlig addressbok",
+ "Verify" : "Bekreft",
+ "Verifying …" : "Bekrefter…",
"Select a profile picture" : "Velg et profilbilde",
"Very weak password" : "Veldig svakt passord",
"Weak password" : "Svakt passord",
@@ -167,12 +173,14 @@ OC.L10N.register(
"Password successfully changed" : "Passordet ble endret.",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Forandring av passordet vil føre til tap av data, fordi datagjennoppretting er utilgjengelig for denne brukeren",
"Could not change the users email" : "Kunne ikke endre brukerens epostadresse",
+ "Error while changing status of {user}" : "Feil ved endring av status for {user}",
"A valid username must be provided" : "Oppgi et gyldig brukernavn",
"Error creating user: {message}" : "Feil ved oppretting av bruker: {message}",
"A valid password must be provided" : "Oppgi et gyldig passord",
"A valid email must be provided" : "En gyldig e-postadresse må oppgis",
"__language_name__" : "Norsk bokmål",
"Unlimited" : "Ubegrenset",
+ "Verifying" : "Bekrefter",
"Personal info" : "Personlig informasjon",
"Sessions" : "Økt",
"App passwords" : "App passord",
@@ -324,7 +332,10 @@ OC.L10N.register(
"Address" : "Adresse",
"Your postal address" : "Din postadresse",
"Website" : "Nettside",
+ "It can take up to 24 hours before the account is displayed as verified." : "Det kan ta opptil et døgn før kontoen vises som bekreftet.",
+ "Link https://…" : "Lenk http://..",
"Twitter" : "Twitter",
+ "Twitter handle @…" : "Twitter-konto @…",
"You are member of the following groups:" : "Du er medlem av følgende grupper:",
"Password" : "Passord",
"Current password" : "Nåværende passord",
@@ -369,6 +380,7 @@ OC.L10N.register(
"Group name" : "Gruppenavn",
"Everyone" : "Alle",
"Admins" : "Administratorer",
+ "Disabled" : "Avskrudd",
"Default quota" : "Standard kvote",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Legg inn lagringskvote (f.eks. \"512 MB\" eller \"12 GB\")",
"Other" : "Annet",
@@ -401,10 +413,10 @@ OC.L10N.register(
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nvil bare opplyse deg omat du har en %s konto.\n\nDitt brukernavn: %s\nGå dit: %s\n\n",
"For password recovery and notifications" : "For passord-gjenoppretting og varsler",
"Your website" : "Din nettside",
- "Your Twitter handle" : "Din Twitter nøkkel",
+ "Your Twitter handle" : "Din Twitter-konto",
"Passcodes that give an app or device permissions to access your account." : "Passordet som gi en app eller enhet tilgang til din konto.",
"Follow us on Google Plus!" : "Følg oss på Google Plus!",
- "Subscribe to our twitter channel!" : "Abonner på vår twitter kanal!",
+ "Subscribe to our twitter channel!" : "Abonner på vår Twitter kanal!",
"Subscribe to our news feed!" : "Abonner på vår nyhetsstrøm!",
"Show last log in" : "Vis siste innlogging"
},
diff --git a/settings/l10n/nb.json b/settings/l10n/nb.json
index 4e27eba8ff3..af55342821d 100644
--- a/settings/l10n/nb.json
+++ b/settings/l10n/nb.json
@@ -40,6 +40,10 @@
"To send a password link to the user an email address is required." : "Krever epost for å sende link til bruker.",
"Unable to create user." : "Kan ikke opprette bruker.",
"Unable to delete user." : "Kan ikke slette bruker.",
+ "Error while enabling user." : "Feil ved påslag av brukerkonto.",
+ "Error while disabling user." : "Feil ved avslag av brukerkonto.",
+ "In order to verify your Twitter account post following tweet on Twitter (please make sure to post it without any line breaks):" : "For å bekrefte din Twitter-konto, post følgende tweet på Twitter (husk å ikke få med noen linjeskift):",
+ "In order to verify your Website store following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "For å bekrefte din nettside, lagre følgende innhold på roten av din nettjener på '.well-known/CloudIdVerificationCode.txt' (forsikre deg om at hele teksten er på ei linje):",
"Settings saved" : "Innstillinger lagret",
"Unable to change full name" : "Klarte ikke å endre fullt navn",
"Unable to change email address" : "Klarer ikke å endre epostadresse",
@@ -142,6 +146,8 @@
"Visible to local users and to trusted servers" : "Synlig for lokale brukere og klarerte tjenere",
"Public" : "Offentlig",
"Will be synced to a global and public address book" : "Vil blir synkronisert til global og offentlig addressbok",
+ "Verify" : "Bekreft",
+ "Verifying …" : "Bekrefter…",
"Select a profile picture" : "Velg et profilbilde",
"Very weak password" : "Veldig svakt passord",
"Weak password" : "Svakt passord",
@@ -165,12 +171,14 @@
"Password successfully changed" : "Passordet ble endret.",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Forandring av passordet vil føre til tap av data, fordi datagjennoppretting er utilgjengelig for denne brukeren",
"Could not change the users email" : "Kunne ikke endre brukerens epostadresse",
+ "Error while changing status of {user}" : "Feil ved endring av status for {user}",
"A valid username must be provided" : "Oppgi et gyldig brukernavn",
"Error creating user: {message}" : "Feil ved oppretting av bruker: {message}",
"A valid password must be provided" : "Oppgi et gyldig passord",
"A valid email must be provided" : "En gyldig e-postadresse må oppgis",
"__language_name__" : "Norsk bokmål",
"Unlimited" : "Ubegrenset",
+ "Verifying" : "Bekrefter",
"Personal info" : "Personlig informasjon",
"Sessions" : "Økt",
"App passwords" : "App passord",
@@ -322,7 +330,10 @@
"Address" : "Adresse",
"Your postal address" : "Din postadresse",
"Website" : "Nettside",
+ "It can take up to 24 hours before the account is displayed as verified." : "Det kan ta opptil et døgn før kontoen vises som bekreftet.",
+ "Link https://…" : "Lenk http://..",
"Twitter" : "Twitter",
+ "Twitter handle @…" : "Twitter-konto @…",
"You are member of the following groups:" : "Du er medlem av følgende grupper:",
"Password" : "Passord",
"Current password" : "Nåværende passord",
@@ -367,6 +378,7 @@
"Group name" : "Gruppenavn",
"Everyone" : "Alle",
"Admins" : "Administratorer",
+ "Disabled" : "Avskrudd",
"Default quota" : "Standard kvote",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Legg inn lagringskvote (f.eks. \"512 MB\" eller \"12 GB\")",
"Other" : "Annet",
@@ -399,10 +411,10 @@
"Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nvil bare opplyse deg omat du har en %s konto.\n\nDitt brukernavn: %s\nGå dit: %s\n\n",
"For password recovery and notifications" : "For passord-gjenoppretting og varsler",
"Your website" : "Din nettside",
- "Your Twitter handle" : "Din Twitter nøkkel",
+ "Your Twitter handle" : "Din Twitter-konto",
"Passcodes that give an app or device permissions to access your account." : "Passordet som gi en app eller enhet tilgang til din konto.",
"Follow us on Google Plus!" : "Følg oss på Google Plus!",
- "Subscribe to our twitter channel!" : "Abonner på vår twitter kanal!",
+ "Subscribe to our twitter channel!" : "Abonner på vår Twitter kanal!",
"Subscribe to our news feed!" : "Abonner på vår nyhetsstrøm!",
"Show last log in" : "Vis siste innlogging"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js
index e122f632b8f..297bedefbce 100644
--- a/settings/l10n/nl.js
+++ b/settings/l10n/nl.js
@@ -44,6 +44,8 @@ OC.L10N.register(
"Unable to delete user." : "Kan de gebruiker niet verwijderen.",
"Error while enabling user." : "Fout bij inschakelen gebruiker.",
"Error while disabling user." : "Fout bij uitschakelen gebruiker.",
+ "In order to verify your Twitter account post following tweet on Twitter (please make sure to post it without any line breaks):" : "Om je Twitter-account te verifiëren moet je de volgende tweet op Twitter plaatsen (let erop dat het plaatst zonder regelafbreking):",
+ "In order to verify your Website store following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Om je website te verifiëren moet je de volgende inhoud binnen de web-root van je server in '.well-known/CloudIdVerificationCode.txt' plaatsen (let erop dat de complete tekst op één regel staat):",
"Settings saved" : "Instellingen opgeslagen",
"Unable to change full name" : "Kan de volledige naam niet wijzigen",
"Unable to change email address" : "Kan e-mailadres niet wijzigen",
@@ -171,6 +173,7 @@ OC.L10N.register(
"Password successfully changed" : "Wachtwoord succesvol gewijzigd.",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Wijzigen van het wachtwoord leidt tot gegevensverlies, omdat gegevensherstel voor deze gebruiker niet beschikbaar is",
"Could not change the users email" : "Kon het gebruikers e-mailadres niet wijzigen",
+ "Error while changing status of {user}" : "Fout bij wijzigen status van {user}",
"A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven",
"Error creating user: {message}" : "Fout bij aanmaken gebruiker: {message}",
"A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven",
@@ -206,6 +209,7 @@ OC.L10N.register(
"Test email settings" : "Test e-mailinstellingen",
"Send email" : "Versturen e-mail",
"Server-side encryption" : "Server-side versleuteling",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Server-side versleuteling maakt het mogelijk om bestanden te versleutelen die worden geüploaded. Dit betekent wel enig prestatieverlies, dus schakel het alleen in als het nodig is.",
"Enable server-side encryption" : "Server-side versleuteling inschakelen",
"Please read carefully before activating server-side encryption: " : "Lees dit goed, voordat u de serverside versleuteling activeert:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Als versleuteling is ingeschakeld, worden alle geüploade bestanden vanaf dat moment versleuteld opgeslagen op de server. Het is alleen mogelijk om de versleuteling later uit te schakelen als de actieve versleutelingsmodule dit ondersteunt en aan alle pré-condities (mn de ingestelde herstelsleutel) wordt voldaan.",
@@ -220,6 +224,7 @@ OC.L10N.register(
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Je moet je cryptosleutels van de oude versleuteling (ownCloud <= 8.0) migreren naar de nieuwe.",
"Start migration" : "Start migratie",
"Security & setup warnings" : "Beveiligings- en instellingswaarschuwingen",
+ "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Voor beveiliging en prestaties van je server is het belangrijk dat alles goed is geconfigureerd. Om je hierbij te helpen doen we paar automatische controles. Bekijk de Tips & Trucs sectie en de ocumentatie voor meer informatie.",
"php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php lijkt niet goed te zijn ingesteld om systeemomgevingsvariabelen te bevragen. De test met getenv(\"PATH\") gaf een leeg resultaat.",
"Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Lees de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installatiedocumentatie ↗</a> voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.",
"The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "De Alleen-lezen config is ingeschakeld. Dit voorkomt het via de webinterface wijzigen van verschillende instellingen. Bovendien moet het bestand voor elke aanpassing handmatig op beschrijfbaar worden ingesteld.",
@@ -240,6 +245,7 @@ OC.L10N.register(
"Last cron job execution: %s." : "Laatst uitgevoerde cronjob: %s.",
"Last cron job execution: %s. Something seems wrong." : "Laatst uitgevoerde cronjob: %s. Er lijkt iets fout gegaan.",
"Cron was not executed yet!" : "Cron is nog niet uitgevoerd!",
+ "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.",
"Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Gebruik de systeem cron service om cron.php elke 15 minuten aan te roepen.",
@@ -247,6 +253,7 @@ OC.L10N.register(
"To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Om dit te draaien, is de PHP posix extensie vereist. Bekijk {linkstart}PHP documentatie{linkend} voor meer informatie.",
"Version" : "Versie",
"Sharing" : "Delen",
+ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als beheerder kun je het deel-gedrag optimaliseren. Bekijk de documentatie voor meer informatie.",
"Allow apps to use the Share API" : "Apps toestaan de Share API te gebruiken",
"Allow users to share via link" : "Sta gebruikers toe om te delen via een link",
"Allow public uploads" : "Sta publieke uploads toe",
@@ -265,6 +272,7 @@ OC.L10N.register(
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Tonen disclaimer op de openbare link uploadpagina (alleen tonen als het bestandsoverzicht verborgen is).",
"This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.",
"Tips & tricks" : "Tips & trucs",
+ "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Er zijn veel mogelijkheden en instellingsschakelaars beschikbaar om je installatie te optimaliseren. Hier zijn wat aanwijzigen.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Om te migreren naar een andere database moet u de commandoregel tool gebruiken: 'occ db:convert-type', lees de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatie ↗</a>.",
@@ -324,7 +332,10 @@ OC.L10N.register(
"Address" : "Adres",
"Your postal address" : "Je postadres",
"Website" : "Website",
+ "It can take up to 24 hours before the account is displayed as verified." : "Het kan tot 24 uur duren voordat het account als geverifieerd wordt weergegeven.",
+ "Link https://…" : "Link https://…",
"Twitter" : "Twitter",
+ "Twitter handle @…" : "Twitter naam @…",
"You are member of the following groups:" : "U bent lid van de volgende groepen:",
"Password" : "Wachtwoord",
"Current password" : "Huidig wachtwoord",
@@ -341,6 +352,7 @@ OC.L10N.register(
"Web, desktop and mobile clients currently logged in to your account." : "Web, desktop en mobiele clients zijn nu ingelogd op je account.",
"Device" : "Apparaat",
"Last activity" : "Laatste activiteit",
+ "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier kun je individuele wachtwoorden voor apps genereren, zodat je geen wachtwoorden hoeft uit te geven. Je kunt ze ook weer individueel intrekken.",
"Name" : "Naam",
"App name" : "Appnaam",
"Create new app password" : "Creëer een nieuw app wachtwoord",
@@ -368,6 +380,7 @@ OC.L10N.register(
"Group name" : "Groepsnaam",
"Everyone" : "Iedereen",
"Admins" : "Beheerders",
+ "Disabled" : "Uitgeschakeld",
"Default quota" : "Standaard quota",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Geef de opslagquotering op (bijv. \"512 MB\" of \"12 GB\")",
"Other" : "Anders",
diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json
index 0aa02237ecb..fb8a77b2d1c 100644
--- a/settings/l10n/nl.json
+++ b/settings/l10n/nl.json
@@ -42,6 +42,8 @@
"Unable to delete user." : "Kan de gebruiker niet verwijderen.",
"Error while enabling user." : "Fout bij inschakelen gebruiker.",
"Error while disabling user." : "Fout bij uitschakelen gebruiker.",
+ "In order to verify your Twitter account post following tweet on Twitter (please make sure to post it without any line breaks):" : "Om je Twitter-account te verifiëren moet je de volgende tweet op Twitter plaatsen (let erop dat het plaatst zonder regelafbreking):",
+ "In order to verify your Website store following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "Om je website te verifiëren moet je de volgende inhoud binnen de web-root van je server in '.well-known/CloudIdVerificationCode.txt' plaatsen (let erop dat de complete tekst op één regel staat):",
"Settings saved" : "Instellingen opgeslagen",
"Unable to change full name" : "Kan de volledige naam niet wijzigen",
"Unable to change email address" : "Kan e-mailadres niet wijzigen",
@@ -169,6 +171,7 @@
"Password successfully changed" : "Wachtwoord succesvol gewijzigd.",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Wijzigen van het wachtwoord leidt tot gegevensverlies, omdat gegevensherstel voor deze gebruiker niet beschikbaar is",
"Could not change the users email" : "Kon het gebruikers e-mailadres niet wijzigen",
+ "Error while changing status of {user}" : "Fout bij wijzigen status van {user}",
"A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven",
"Error creating user: {message}" : "Fout bij aanmaken gebruiker: {message}",
"A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven",
@@ -204,6 +207,7 @@
"Test email settings" : "Test e-mailinstellingen",
"Send email" : "Versturen e-mail",
"Server-side encryption" : "Server-side versleuteling",
+ "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Server-side versleuteling maakt het mogelijk om bestanden te versleutelen die worden geüploaded. Dit betekent wel enig prestatieverlies, dus schakel het alleen in als het nodig is.",
"Enable server-side encryption" : "Server-side versleuteling inschakelen",
"Please read carefully before activating server-side encryption: " : "Lees dit goed, voordat u de serverside versleuteling activeert:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Als versleuteling is ingeschakeld, worden alle geüploade bestanden vanaf dat moment versleuteld opgeslagen op de server. Het is alleen mogelijk om de versleuteling later uit te schakelen als de actieve versleutelingsmodule dit ondersteunt en aan alle pré-condities (mn de ingestelde herstelsleutel) wordt voldaan.",
@@ -218,6 +222,7 @@
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Je moet je cryptosleutels van de oude versleuteling (ownCloud <= 8.0) migreren naar de nieuwe.",
"Start migration" : "Start migratie",
"Security & setup warnings" : "Beveiligings- en instellingswaarschuwingen",
+ "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Voor beveiliging en prestaties van je server is het belangrijk dat alles goed is geconfigureerd. Om je hierbij te helpen doen we paar automatische controles. Bekijk de Tips & Trucs sectie en de ocumentatie voor meer informatie.",
"php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php lijkt niet goed te zijn ingesteld om systeemomgevingsvariabelen te bevragen. De test met getenv(\"PATH\") gaf een leeg resultaat.",
"Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Lees de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installatiedocumentatie ↗</a> voor php configuratienotities en de php configuratie van je server, zeker bij gebruik van php-fpm.",
"The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "De Alleen-lezen config is ingeschakeld. Dit voorkomt het via de webinterface wijzigen van verschillende instellingen. Bovendien moet het bestand voor elke aanpassing handmatig op beschrijfbaar worden ingesteld.",
@@ -238,6 +243,7 @@
"Last cron job execution: %s." : "Laatst uitgevoerde cronjob: %s.",
"Last cron job execution: %s. Something seems wrong." : "Laatst uitgevoerde cronjob: %s. Er lijkt iets fout gegaan.",
"Cron was not executed yet!" : "Cron is nog niet uitgevoerd!",
+ "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.",
"Execute one task with each page loaded" : "Bij laden van elke pagina één taak uitvoeren",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php is geregisteerd bij een webcron service om elke 15 minuten cron.php over http aan te roepen.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Gebruik de systeem cron service om cron.php elke 15 minuten aan te roepen.",
@@ -245,6 +251,7 @@
"To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Om dit te draaien, is de PHP posix extensie vereist. Bekijk {linkstart}PHP documentatie{linkend} voor meer informatie.",
"Version" : "Versie",
"Sharing" : "Delen",
+ "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Als beheerder kun je het deel-gedrag optimaliseren. Bekijk de documentatie voor meer informatie.",
"Allow apps to use the Share API" : "Apps toestaan de Share API te gebruiken",
"Allow users to share via link" : "Sta gebruikers toe om te delen via een link",
"Allow public uploads" : "Sta publieke uploads toe",
@@ -263,6 +270,7 @@
"Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Tonen disclaimer op de openbare link uploadpagina (alleen tonen als het bestandsoverzicht verborgen is).",
"This text will be shown on the public link upload page when the file list is hidden." : "Deze tekst wordt getoond op de openbare link uploadpagina als het bestandsoverzicht is verborgen.",
"Tips & tricks" : "Tips & trucs",
+ "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Er zijn veel mogelijkheden en instellingsschakelaars beschikbaar om je installatie te optimaliseren. Hier zijn wat aanwijzigen.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Om te migreren naar een andere database moet u de commandoregel tool gebruiken: 'occ db:convert-type', lees de <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentatie ↗</a>.",
@@ -322,7 +330,10 @@
"Address" : "Adres",
"Your postal address" : "Je postadres",
"Website" : "Website",
+ "It can take up to 24 hours before the account is displayed as verified." : "Het kan tot 24 uur duren voordat het account als geverifieerd wordt weergegeven.",
+ "Link https://…" : "Link https://…",
"Twitter" : "Twitter",
+ "Twitter handle @…" : "Twitter naam @…",
"You are member of the following groups:" : "U bent lid van de volgende groepen:",
"Password" : "Wachtwoord",
"Current password" : "Huidig wachtwoord",
@@ -339,6 +350,7 @@
"Web, desktop and mobile clients currently logged in to your account." : "Web, desktop en mobiele clients zijn nu ingelogd op je account.",
"Device" : "Apparaat",
"Last activity" : "Laatste activiteit",
+ "Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Hier kun je individuele wachtwoorden voor apps genereren, zodat je geen wachtwoorden hoeft uit te geven. Je kunt ze ook weer individueel intrekken.",
"Name" : "Naam",
"App name" : "Appnaam",
"Create new app password" : "Creëer een nieuw app wachtwoord",
@@ -366,6 +378,7 @@
"Group name" : "Groepsnaam",
"Everyone" : "Iedereen",
"Admins" : "Beheerders",
+ "Disabled" : "Uitgeschakeld",
"Default quota" : "Standaard quota",
"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Geef de opslagquotering op (bijv. \"512 MB\" of \"12 GB\")",
"Other" : "Anders",
diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js
index c8ee932b071..898adf19178 100644
--- a/settings/l10n/pt_BR.js
+++ b/settings/l10n/pt_BR.js
@@ -4,10 +4,10 @@ OC.L10N.register(
"{actor} changed your password" : "{actor} alterou sua senha",
"You changed your password" : "Você alterou sua senha",
"Your password was reset by an administrator" : "Sua senha foi redefinida pelo administrador",
- "{actor} changed your email address" : "{actor} alterou seu email",
- "You changed your email address" : "Você alterou seu email",
- "Your email address was changed by an administrator" : "Seu email foi alterado pelo administrador",
- "Your <strong>password</strong> or <strong>email</strong> was modified" : "Sua <strong>senha</strong> ou <strong>email</strong> foram alterados",
+ "{actor} changed your email address" : "{actor} alterou seu e-mail",
+ "You changed your email address" : "Você alterou seu e-mail",
+ "Your email address was changed by an administrator" : "Seu e-mail foi alterado pelo administrador",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "Sua <strong>senha</strong> ou <strong>e-mail</strong> foram alterados",
"Your apps" : "Seus aplicativos",
"Enabled apps" : "Aplicativos habilitados",
"Disabled apps" : "Aplicativos desabilitados",
@@ -15,57 +15,57 @@ OC.L10N.register(
"Wrong password" : "Senha incorreta",
"Saved" : "Salvo",
"No user supplied" : "Nenhum usuário fornecido",
- "Unable to change password" : "Não é possível alterar a senha",
+ "Unable to change password" : "Não foi possível alterar a senha",
"Authentication error" : "Erro de autenticação",
"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.",
"Wrong admin recovery password. Please check the password and try again." : "Senha de recuperação do administrador incorreta. Por favor, verifique a senha e tente novamente.",
- "Backend doesn't support password change, but the user's encryption key was updated." : "O backend não suporte alteração de senha mas a chave de criptografia do usuário foi alterada.",
+ "Backend doesn't support password change, but the user's encryption key was updated." : "A plataforma de serviço não suporta alteração de senha mas a chave de criptografia do usuário foi alterada.",
"installing and updating apps via the app store or Federated Cloud Sharing" : "instalando e atualizando aplicativos via loja de aplicativos ou Nuvem Compartilhada Federada",
"Federated Cloud Sharing" : "Compartilhamento de Nuvem Federada",
"cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está usando uma versão %s desatualizada (%s). Por favor, atualize seu sistema operacional ou recursos como %s não funcionarão de forma confiável.",
"A problem occurred, please check your log files (Error: %s)" : "Ocorreu um problema enquanto verificava seus arquivos de log (Erro: %s)",
"Migration Completed" : "Migração concluída",
"Group already exists." : "O grupo já existe.",
- "Unable to add group." : "Não é possível adicionar o grupo.",
- "Unable to delete group." : "Não é possível excluir o grupo.",
+ "Unable to add group." : "Não foi possível adicionar o grupo.",
+ "Unable to delete group." : "Não foi possível excluir o grupo.",
"Invalid SMTP password." : "Senha SMTP incorreta.",
"Well done, %s!" : "Bom trabalho, %s!",
- "If you received this email, the email configuration seems to be correct." : "Se você recebeu este email, é sinal que a configuração do email está correta.",
- "Email setting test" : "Teste da configuração de email",
- "Email could not be sent. Check your mail server log" : "O email não pôde ser enviado. Verifique o log do servidor de email",
- "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu um problema ao enviar o email. Por favor, revise suas configurações. (Erro: %s)",
- "You need to set your user email before being able to send test emails." : "Você precisa configurar seu email de usuário antes de ser capaz de enviar emails de teste.",
+ "If you received this email, the email configuration seems to be correct." : "Se você recebeu este e-mail, é sinal que a configuração do e-mail está correta.",
+ "Email setting test" : "Teste da configuração de e-mail",
+ "Email could not be sent. Check your mail server log" : "O e-mail não pôde ser enviado. Verifique o log do servidor de e-mail",
+ "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu um problema ao enviar o e-mail. Por favor, revise suas configurações. (Erro: %s)",
+ "You need to set your user email before being able to send test emails." : "Você precisa configurar seu e-mail de usuário antes de ser capaz de enviar e-mails de teste.",
"Invalid request" : "Solicitação inválida",
- "Invalid mail address" : "Endereço de email inválido",
+ "Invalid mail address" : "Endereço de e-mail inválido",
"No valid group selected" : "Nenhum grupo válido foi selecionado",
"A user with that name already exists." : "Um usuário com esse nome já existe.",
- "To send a password link to the user an email address is required." : "Para envio da senha ao usuário é necessário um endereço de email.",
- "Unable to create user." : "Não é possível criar usuário.",
- "Unable to delete user." : "Não é possível excluir o usuário.",
+ "To send a password link to the user an email address is required." : "Para envio da senha ao usuário é necessário um endereço de e-mail.",
+ "Unable to create user." : "Não foi possível criar usuário.",
+ "Unable to delete user." : "Não foi possível excluir o usuário.",
"Error while enabling user." : "Erro ao habilitar usuário.",
"Error while disabling user." : "Erro ao desabilitar usuário.",
"In order to verify your Twitter account post following tweet on Twitter (please make sure to post it without any line breaks):" : "A fim de verificar sua conta no Twitter, poste isso no Twitter (por favor, certifique-se de postar sem quebras de linha):",
"In order to verify your Website store following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "A fim de verificar seu site, coloque o seguinte conteúdo no raiz do site: '.well-known/CloudIdVerificationCode.txt' (por favor certifique-se que o texto completo esteja em uma linha):",
"Settings saved" : "Configurações salvas",
- "Unable to change full name" : "Não é possível alterar o nome completo",
- "Unable to change email address" : "Não foi possível alterar o endereço de email",
+ "Unable to change full name" : "Não foi possível alterar o nome completo",
+ "Unable to change email address" : "Não foi possível alterar o endereço de e-mail",
"Your full name has been changed." : "Seu nome completo foi alterado.",
"Forbidden" : "Proibido",
"Invalid user" : "Usuário inválido",
- "Unable to change mail address" : "Não é possível alterar o endereço de email",
- "Email saved" : "Email salvo",
+ "Unable to change mail address" : "Não foi possível alterar o endereço de e-mail",
+ "Email saved" : "E-mail salvo",
"%1$s changed your password on %2$s." : "%1$s mudou sua senha em %2$s.",
"Your password on %s was changed." : "Sua senha em %s foi alterada.",
"Your password on %s was reset by an administrator." : "Sua senha em %s foi redefinida por um administrador.",
"Password changed for %s" : "Senha alterada para %s",
"If you did not request this, please contact an administrator." : "Se você não solicitou isso, por favor contacte o administrador.",
"Password for %1$s changed on %2$s" : "Senha para %1$s alterada em %2$s",
- "%1$s changed your email address on %2$s." : "%1$s alterou seu email em %2$s.",
- "Your email address on %s was changed." : "Seu email em %s foi alterado.",
- "Your email address on %s was changed by an administrator." : "Seu email em %s foi alterado pelo administrador.",
- "Email address changed for %s" : "Email alterado para %s",
- "The new email address is %s" : "O novo email é %s",
- "Email address for %1$s changed on %2$s" : "Email para %1$s foi alterado em %2$s",
+ "%1$s changed your email address on %2$s." : "%1$s alterou seu e-mail em %2$s.",
+ "Your email address on %s was changed." : "Seu e-mail em %s foi alterado.",
+ "Your email address on %s was changed by an administrator." : "Seu e-mail em %s foi alterado pelo administrador.",
+ "Email address changed for %s" : "E-mail alterado para %s",
+ "The new email address is %s" : "O novo e-mail é %s",
+ "Email address for %1$s changed on %2$s" : "E-mail para %1$s foi alterado em %2$s",
"Welcome aboard" : "Bem-vindo a bordo",
"Welcome aboard %s" : "%s, bem-vindo a bordo",
"You have now an %s account, you can add, protect, and share your data." : "Agora que você tem uma conta %s, pode adicionar, proteger e compartilhar seus dados.",
@@ -83,7 +83,7 @@ OC.L10N.register(
"Migration started …" : "Migração iniciada...",
"Not saved" : "Não salvo",
"Sending…" : "Enviando...",
- "Email sent" : "Email enviado",
+ "Email sent" : "E-mail enviado",
"Official" : "Oficial",
"All" : "Todos",
"Update to %s" : "Atualizado para %s",
@@ -157,7 +157,7 @@ OC.L10N.register(
"Good password" : "Boa senha",
"Strong password" : "Senha forte",
"Groups" : "Grupos",
- "Unable to delete {objName}" : "Não é possível excluir {objName}",
+ "Unable to delete {objName}" : "Não foi possível excluir {objName}",
"Error creating group: {message}" : "Erro criando o grupo: {message}",
"A valid group name must be provided" : "Um nome de grupo válido deve ser fornecido",
"deleted {groupName}" : "{groupName} excluído",
@@ -165,19 +165,19 @@ OC.L10N.register(
"never" : "nunca",
"deleted {userName}" : "{userName} excluído",
"No user found for <strong>{pattern}</strong>" : "Nenhum usuário encontrado para <strong>{pattern}</strong>",
- "Unable to add user to group {group}" : "Não é possível adicionar usuário ao grupo {group}",
- "Unable to remove user from group {group}" : "Não é possível excluir usuário do grupo {group}",
+ "Unable to add user to group {group}" : "Não foi possível adicionar usuário ao grupo {group}",
+ "Unable to remove user from group {group}" : "Não foi possível excluir usuário do grupo {group}",
"Add group" : "Adicionar grupo",
"Invalid quota value \"{val}\"" : "Valor inválido para a cota \"{val}\"",
"no group" : "nenhum grupo",
"Password successfully changed" : "Senha alterada com sucesso",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Alterar a senha irá resultar em perda de dados pois a recuperação de dados não está disponível para este usuário",
- "Could not change the users email" : "Não foi possível alterar o email dos usuários",
+ "Could not change the users email" : "Não foi possível alterar o e-mail dos usuários",
"Error while changing status of {user}" : "Erro ao mudar o status de {user}",
"A valid username must be provided" : "Forneça um nome de usuário válido",
"Error creating user: {message}" : "Erro criando o usuário: {message}",
"A valid password must be provided" : "Forneça uma senha válida",
- "A valid email must be provided" : "Um email válido deve ser fornecido",
+ "A valid email must be provided" : "Um e-mail válido deve ser fornecido",
"__language_name__" : "Português Brasileiro",
"Unlimited" : "Ilimitado",
"Verifying" : "Verificando",
@@ -191,13 +191,13 @@ OC.L10N.register(
"NT LAN Manager" : "Gerenciador NT LAN",
"SSL/TLS" : "SSL/TLS",
"STARTTLS" : "STARTTLS",
- "Email server" : "Servidor de email",
+ "Email server" : "Servidor de e-mail",
"Open documentation" : "Abrir documentação",
- "It is important to set up this server to be able to send emails, like for password reset and notifications." : "É importante configurar este servidor para poder enviar emails, assim como para redefinir a senha e notificações.",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "É importante configurar este servidor para poder enviar e-mails, assim como para redefinir a senha e notificações.",
"Send mode" : "Modo de envio",
"Encryption" : "Criptografia",
"From address" : "Endereço \"From\"",
- "mail" : "email",
+ "mail" : "e-mail",
"Authentication method" : "Método de autenticação",
"Authentication required" : "Autenticação é requerida",
"Server address" : "Endereço do servidor",
@@ -206,8 +206,8 @@ OC.L10N.register(
"SMTP Username" : "Nome do Usuário SMTP",
"SMTP Password" : "Senha SMTP",
"Store credentials" : "Armazenar credenciais",
- "Test email settings" : "Configurações do email de teste",
- "Send email" : "Enviar email",
+ "Test email settings" : "Configurações do e-mail de teste",
+ "Send email" : "Enviar e-mail",
"Server-side encryption" : "Criptografia do lado do servidor",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "A criptografia do lado do servidor torna possível criptografar arquivos que são carregados para este servidor. Isso vem com limitações como uma diminuição de desempenho, portanto, habilite isso apenas se necessário.",
"Enable server-side encryption" : "Habilitar a criptografia do lado do servidor",
@@ -273,7 +273,7 @@ OC.L10N.register(
"This text will be shown on the public link upload page when the file list is hidden." : "Este texto será mostrado na página de envio do link público quando a lista de arquivos está oculta.",
"Tips & tricks" : "Dicas & Truques",
"There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Há muitos recursos e opções de configuração disponíveis para otimizar e usar essa instância. Aqui estão algumas indicações para obter mais informações.",
- "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite é usando atualmente como backend de banco de dados. Para instalações maiores recomendamos que voce use um outro banco de dados",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite é usando atualmente como Plataforma de serviço de banco de dados. Para instalações maiores recomendamos que você use uma outra plataforma de serviço de banco de dados",
"This is particularly recommended when using the desktop client for file synchronisation." : "Isso é particulamente recomendado quando se utiliza um cliente para sincronização.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Para migrar para outro banco de dados use a ferramenta de linha de comando: 'occ db:convert-type', ou consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação ↗</a>.",
"How to do backups" : "Como fazer backups",
@@ -323,9 +323,9 @@ OC.L10N.register(
"Choose as profile picture" : "Escolha como imagem de perfil",
"Full name" : "Nome completo",
"No display name set" : "Nenhum nome de exibição definido",
- "Email" : "Email",
- "Your email address" : "Seu endereço de email",
- "No email address set" : "Nenhum endereço de email foi configurado",
+ "Email" : "E-mail",
+ "Your email address" : "Seu endereço de e-mail",
+ "No email address set" : "Nenhum endereço de e-mail foi configurado",
"For password reset and notifications" : "Para redefinição de senha e notificações",
"Phone number" : "Número de telefone",
"Your phone number" : "Seu número de telefone",
@@ -347,9 +347,9 @@ OC.L10N.register(
"Desktop client" : "Cliente desktop",
"Android app" : "Aplicativo Android",
"iOS app" : "Aplicativo iOS",
- "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se voce quiser ajudar o projeto, {contributeopen}junte-se ao desenvolvimento{linkclose} ou {contributeopen}divulgue nossos conceitos{linkclose}!",
+ "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se você quiser ajudar o projeto, {contributeopen}junte-se ao desenvolvimento{linkclose} ou {contributeopen}divulgue nossos conceitos{linkclose}!",
"Show First Run Wizard again" : "Mostrar Assistente de Primeira Execução novamente",
- "Web, desktop and mobile clients currently logged in to your account." : "Clientes Web, desktop e móvel que estão conectados à sua conta.",
+ "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, desktop e móvel que estão conectados à sua conta.",
"Device" : "Dispositivo",
"Last activity" : "Última atividade",
"Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui você pode gerar senhas individuais para aplicativos. Assim você não tem que dar sua senha. Você pode revogá-los individualmente também.",
@@ -368,12 +368,12 @@ OC.L10N.register(
"Subscribe to our newsletter!" : "Inscreva-se para receber nosso boletim informativo!",
"Settings" : "Configurações",
"Show storage location" : "Mostrar localização do armazenamento",
- "Show user backend" : "Mostrar backend do usuário",
+ "Show user backend" : "Mostrar plataforma de serviço de usuário",
"Show last login" : "Mostrar último login",
- "Show email address" : "Mostrar o endereço de email",
- "Send email to new user" : "Enviar um email para o novo usuário",
- "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Quando a senha de um novo usuário é deixada em branco, um email de ativação com um link para definir a senha é enviado.",
- "E-Mail" : "Email",
+ "Show email address" : "Mostrar o endereço de e-mail",
+ "Send email to new user" : "Enviar um e-mail para o novo usuário",
+ "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Quando a senha de um novo usuário é deixada em branco, um e-mail de ativação com um link para definir a senha é enviado.",
+ "E-Mail" : "E-mail",
"Create" : "Criar",
"Admin Recovery Password" : "Recuperação da Senha do Administrador",
"Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação para recuperar os arquivos dos usuários durante a mudança de senha.",
@@ -387,17 +387,17 @@ OC.L10N.register(
"Group admin for" : "Grupo administrativo para",
"Quota" : "Cota",
"Storage location" : "Local do armazenamento",
- "User backend" : "Backend do usuário",
+ "User backend" : "Plataforma de serviço de usuário",
"Last login" : "Último acesso",
"change full name" : "alterar nome completo",
"set new password" : "definir uma senha nova",
- "change email address" : "Alterar o endereço de email",
+ "change email address" : "Alterar o endereço de e-mail",
"Default" : "Padrão",
"Enabled" : "Habilitado",
"Not enabled" : "Desabilitado",
"Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor, forneça uma senha de recuperação de administrador, caso contrário todos os dados do usuário serão perdidos",
- "Backend doesn't support password change, but the user's encryption key was successfully updated." : "Backend não suporta alteração de senha, mas a chave de criptografia do usuário foi atualizada.",
- "test email settings" : "testar configurações de email",
+ "Backend doesn't support password change, but the user's encryption key was successfully updated." : "A plataforma de serviço não suporta alteração de senha, mas a chave de criptografia do usuário foi atualizada.",
+ "test email settings" : "testar configurações de e-mail",
"Admins can't remove themself from the admin group" : "Administradores não podem remover a si do grupo de administração",
"Unable to add user to group %s" : "Não foi possível adicionar o usuário ao grupo %s",
"Unable to remove user from group %s" : "Não foi possível excluir o usuário do grupo %s",
diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json
index 56f90ece24c..69c654cb48e 100644
--- a/settings/l10n/pt_BR.json
+++ b/settings/l10n/pt_BR.json
@@ -2,10 +2,10 @@
"{actor} changed your password" : "{actor} alterou sua senha",
"You changed your password" : "Você alterou sua senha",
"Your password was reset by an administrator" : "Sua senha foi redefinida pelo administrador",
- "{actor} changed your email address" : "{actor} alterou seu email",
- "You changed your email address" : "Você alterou seu email",
- "Your email address was changed by an administrator" : "Seu email foi alterado pelo administrador",
- "Your <strong>password</strong> or <strong>email</strong> was modified" : "Sua <strong>senha</strong> ou <strong>email</strong> foram alterados",
+ "{actor} changed your email address" : "{actor} alterou seu e-mail",
+ "You changed your email address" : "Você alterou seu e-mail",
+ "Your email address was changed by an administrator" : "Seu e-mail foi alterado pelo administrador",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "Sua <strong>senha</strong> ou <strong>e-mail</strong> foram alterados",
"Your apps" : "Seus aplicativos",
"Enabled apps" : "Aplicativos habilitados",
"Disabled apps" : "Aplicativos desabilitados",
@@ -13,57 +13,57 @@
"Wrong password" : "Senha incorreta",
"Saved" : "Salvo",
"No user supplied" : "Nenhum usuário fornecido",
- "Unable to change password" : "Não é possível alterar a senha",
+ "Unable to change password" : "Não foi possível alterar a senha",
"Authentication error" : "Erro de autenticação",
"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.",
"Wrong admin recovery password. Please check the password and try again." : "Senha de recuperação do administrador incorreta. Por favor, verifique a senha e tente novamente.",
- "Backend doesn't support password change, but the user's encryption key was updated." : "O backend não suporte alteração de senha mas a chave de criptografia do usuário foi alterada.",
+ "Backend doesn't support password change, but the user's encryption key was updated." : "A plataforma de serviço não suporta alteração de senha mas a chave de criptografia do usuário foi alterada.",
"installing and updating apps via the app store or Federated Cloud Sharing" : "instalando e atualizando aplicativos via loja de aplicativos ou Nuvem Compartilhada Federada",
"Federated Cloud Sharing" : "Compartilhamento de Nuvem Federada",
"cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL está usando uma versão %s desatualizada (%s). Por favor, atualize seu sistema operacional ou recursos como %s não funcionarão de forma confiável.",
"A problem occurred, please check your log files (Error: %s)" : "Ocorreu um problema enquanto verificava seus arquivos de log (Erro: %s)",
"Migration Completed" : "Migração concluída",
"Group already exists." : "O grupo já existe.",
- "Unable to add group." : "Não é possível adicionar o grupo.",
- "Unable to delete group." : "Não é possível excluir o grupo.",
+ "Unable to add group." : "Não foi possível adicionar o grupo.",
+ "Unable to delete group." : "Não foi possível excluir o grupo.",
"Invalid SMTP password." : "Senha SMTP incorreta.",
"Well done, %s!" : "Bom trabalho, %s!",
- "If you received this email, the email configuration seems to be correct." : "Se você recebeu este email, é sinal que a configuração do email está correta.",
- "Email setting test" : "Teste da configuração de email",
- "Email could not be sent. Check your mail server log" : "O email não pôde ser enviado. Verifique o log do servidor de email",
- "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu um problema ao enviar o email. Por favor, revise suas configurações. (Erro: %s)",
- "You need to set your user email before being able to send test emails." : "Você precisa configurar seu email de usuário antes de ser capaz de enviar emails de teste.",
+ "If you received this email, the email configuration seems to be correct." : "Se você recebeu este e-mail, é sinal que a configuração do e-mail está correta.",
+ "Email setting test" : "Teste da configuração de e-mail",
+ "Email could not be sent. Check your mail server log" : "O e-mail não pôde ser enviado. Verifique o log do servidor de e-mail",
+ "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Ocorreu um problema ao enviar o e-mail. Por favor, revise suas configurações. (Erro: %s)",
+ "You need to set your user email before being able to send test emails." : "Você precisa configurar seu e-mail de usuário antes de ser capaz de enviar e-mails de teste.",
"Invalid request" : "Solicitação inválida",
- "Invalid mail address" : "Endereço de email inválido",
+ "Invalid mail address" : "Endereço de e-mail inválido",
"No valid group selected" : "Nenhum grupo válido foi selecionado",
"A user with that name already exists." : "Um usuário com esse nome já existe.",
- "To send a password link to the user an email address is required." : "Para envio da senha ao usuário é necessário um endereço de email.",
- "Unable to create user." : "Não é possível criar usuário.",
- "Unable to delete user." : "Não é possível excluir o usuário.",
+ "To send a password link to the user an email address is required." : "Para envio da senha ao usuário é necessário um endereço de e-mail.",
+ "Unable to create user." : "Não foi possível criar usuário.",
+ "Unable to delete user." : "Não foi possível excluir o usuário.",
"Error while enabling user." : "Erro ao habilitar usuário.",
"Error while disabling user." : "Erro ao desabilitar usuário.",
"In order to verify your Twitter account post following tweet on Twitter (please make sure to post it without any line breaks):" : "A fim de verificar sua conta no Twitter, poste isso no Twitter (por favor, certifique-se de postar sem quebras de linha):",
"In order to verify your Website store following content in your web-root at '.well-known/CloudIdVerificationCode.txt' (please make sure that the complete text is in one line):" : "A fim de verificar seu site, coloque o seguinte conteúdo no raiz do site: '.well-known/CloudIdVerificationCode.txt' (por favor certifique-se que o texto completo esteja em uma linha):",
"Settings saved" : "Configurações salvas",
- "Unable to change full name" : "Não é possível alterar o nome completo",
- "Unable to change email address" : "Não foi possível alterar o endereço de email",
+ "Unable to change full name" : "Não foi possível alterar o nome completo",
+ "Unable to change email address" : "Não foi possível alterar o endereço de e-mail",
"Your full name has been changed." : "Seu nome completo foi alterado.",
"Forbidden" : "Proibido",
"Invalid user" : "Usuário inválido",
- "Unable to change mail address" : "Não é possível alterar o endereço de email",
- "Email saved" : "Email salvo",
+ "Unable to change mail address" : "Não foi possível alterar o endereço de e-mail",
+ "Email saved" : "E-mail salvo",
"%1$s changed your password on %2$s." : "%1$s mudou sua senha em %2$s.",
"Your password on %s was changed." : "Sua senha em %s foi alterada.",
"Your password on %s was reset by an administrator." : "Sua senha em %s foi redefinida por um administrador.",
"Password changed for %s" : "Senha alterada para %s",
"If you did not request this, please contact an administrator." : "Se você não solicitou isso, por favor contacte o administrador.",
"Password for %1$s changed on %2$s" : "Senha para %1$s alterada em %2$s",
- "%1$s changed your email address on %2$s." : "%1$s alterou seu email em %2$s.",
- "Your email address on %s was changed." : "Seu email em %s foi alterado.",
- "Your email address on %s was changed by an administrator." : "Seu email em %s foi alterado pelo administrador.",
- "Email address changed for %s" : "Email alterado para %s",
- "The new email address is %s" : "O novo email é %s",
- "Email address for %1$s changed on %2$s" : "Email para %1$s foi alterado em %2$s",
+ "%1$s changed your email address on %2$s." : "%1$s alterou seu e-mail em %2$s.",
+ "Your email address on %s was changed." : "Seu e-mail em %s foi alterado.",
+ "Your email address on %s was changed by an administrator." : "Seu e-mail em %s foi alterado pelo administrador.",
+ "Email address changed for %s" : "E-mail alterado para %s",
+ "The new email address is %s" : "O novo e-mail é %s",
+ "Email address for %1$s changed on %2$s" : "E-mail para %1$s foi alterado em %2$s",
"Welcome aboard" : "Bem-vindo a bordo",
"Welcome aboard %s" : "%s, bem-vindo a bordo",
"You have now an %s account, you can add, protect, and share your data." : "Agora que você tem uma conta %s, pode adicionar, proteger e compartilhar seus dados.",
@@ -81,7 +81,7 @@
"Migration started …" : "Migração iniciada...",
"Not saved" : "Não salvo",
"Sending…" : "Enviando...",
- "Email sent" : "Email enviado",
+ "Email sent" : "E-mail enviado",
"Official" : "Oficial",
"All" : "Todos",
"Update to %s" : "Atualizado para %s",
@@ -155,7 +155,7 @@
"Good password" : "Boa senha",
"Strong password" : "Senha forte",
"Groups" : "Grupos",
- "Unable to delete {objName}" : "Não é possível excluir {objName}",
+ "Unable to delete {objName}" : "Não foi possível excluir {objName}",
"Error creating group: {message}" : "Erro criando o grupo: {message}",
"A valid group name must be provided" : "Um nome de grupo válido deve ser fornecido",
"deleted {groupName}" : "{groupName} excluído",
@@ -163,19 +163,19 @@
"never" : "nunca",
"deleted {userName}" : "{userName} excluído",
"No user found for <strong>{pattern}</strong>" : "Nenhum usuário encontrado para <strong>{pattern}</strong>",
- "Unable to add user to group {group}" : "Não é possível adicionar usuário ao grupo {group}",
- "Unable to remove user from group {group}" : "Não é possível excluir usuário do grupo {group}",
+ "Unable to add user to group {group}" : "Não foi possível adicionar usuário ao grupo {group}",
+ "Unable to remove user from group {group}" : "Não foi possível excluir usuário do grupo {group}",
"Add group" : "Adicionar grupo",
"Invalid quota value \"{val}\"" : "Valor inválido para a cota \"{val}\"",
"no group" : "nenhum grupo",
"Password successfully changed" : "Senha alterada com sucesso",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Alterar a senha irá resultar em perda de dados pois a recuperação de dados não está disponível para este usuário",
- "Could not change the users email" : "Não foi possível alterar o email dos usuários",
+ "Could not change the users email" : "Não foi possível alterar o e-mail dos usuários",
"Error while changing status of {user}" : "Erro ao mudar o status de {user}",
"A valid username must be provided" : "Forneça um nome de usuário válido",
"Error creating user: {message}" : "Erro criando o usuário: {message}",
"A valid password must be provided" : "Forneça uma senha válida",
- "A valid email must be provided" : "Um email válido deve ser fornecido",
+ "A valid email must be provided" : "Um e-mail válido deve ser fornecido",
"__language_name__" : "Português Brasileiro",
"Unlimited" : "Ilimitado",
"Verifying" : "Verificando",
@@ -189,13 +189,13 @@
"NT LAN Manager" : "Gerenciador NT LAN",
"SSL/TLS" : "SSL/TLS",
"STARTTLS" : "STARTTLS",
- "Email server" : "Servidor de email",
+ "Email server" : "Servidor de e-mail",
"Open documentation" : "Abrir documentação",
- "It is important to set up this server to be able to send emails, like for password reset and notifications." : "É importante configurar este servidor para poder enviar emails, assim como para redefinir a senha e notificações.",
+ "It is important to set up this server to be able to send emails, like for password reset and notifications." : "É importante configurar este servidor para poder enviar e-mails, assim como para redefinir a senha e notificações.",
"Send mode" : "Modo de envio",
"Encryption" : "Criptografia",
"From address" : "Endereço \"From\"",
- "mail" : "email",
+ "mail" : "e-mail",
"Authentication method" : "Método de autenticação",
"Authentication required" : "Autenticação é requerida",
"Server address" : "Endereço do servidor",
@@ -204,8 +204,8 @@
"SMTP Username" : "Nome do Usuário SMTP",
"SMTP Password" : "Senha SMTP",
"Store credentials" : "Armazenar credenciais",
- "Test email settings" : "Configurações do email de teste",
- "Send email" : "Enviar email",
+ "Test email settings" : "Configurações do e-mail de teste",
+ "Send email" : "Enviar e-mail",
"Server-side encryption" : "Criptografia do lado do servidor",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "A criptografia do lado do servidor torna possível criptografar arquivos que são carregados para este servidor. Isso vem com limitações como uma diminuição de desempenho, portanto, habilite isso apenas se necessário.",
"Enable server-side encryption" : "Habilitar a criptografia do lado do servidor",
@@ -271,7 +271,7 @@
"This text will be shown on the public link upload page when the file list is hidden." : "Este texto será mostrado na página de envio do link público quando a lista de arquivos está oculta.",
"Tips & tricks" : "Dicas & Truques",
"There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Há muitos recursos e opções de configuração disponíveis para otimizar e usar essa instância. Aqui estão algumas indicações para obter mais informações.",
- "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite é usando atualmente como backend de banco de dados. Para instalações maiores recomendamos que voce use um outro banco de dados",
+ "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite é usando atualmente como Plataforma de serviço de banco de dados. Para instalações maiores recomendamos que você use uma outra plataforma de serviço de banco de dados",
"This is particularly recommended when using the desktop client for file synchronisation." : "Isso é particulamente recomendado quando se utiliza um cliente para sincronização.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "Para migrar para outro banco de dados use a ferramenta de linha de comando: 'occ db:convert-type', ou consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação ↗</a>.",
"How to do backups" : "Como fazer backups",
@@ -321,9 +321,9 @@
"Choose as profile picture" : "Escolha como imagem de perfil",
"Full name" : "Nome completo",
"No display name set" : "Nenhum nome de exibição definido",
- "Email" : "Email",
- "Your email address" : "Seu endereço de email",
- "No email address set" : "Nenhum endereço de email foi configurado",
+ "Email" : "E-mail",
+ "Your email address" : "Seu endereço de e-mail",
+ "No email address set" : "Nenhum endereço de e-mail foi configurado",
"For password reset and notifications" : "Para redefinição de senha e notificações",
"Phone number" : "Número de telefone",
"Your phone number" : "Seu número de telefone",
@@ -345,9 +345,9 @@
"Desktop client" : "Cliente desktop",
"Android app" : "Aplicativo Android",
"iOS app" : "Aplicativo iOS",
- "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se voce quiser ajudar o projeto, {contributeopen}junte-se ao desenvolvimento{linkclose} ou {contributeopen}divulgue nossos conceitos{linkclose}!",
+ "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Se você quiser ajudar o projeto, {contributeopen}junte-se ao desenvolvimento{linkclose} ou {contributeopen}divulgue nossos conceitos{linkclose}!",
"Show First Run Wizard again" : "Mostrar Assistente de Primeira Execução novamente",
- "Web, desktop and mobile clients currently logged in to your account." : "Clientes Web, desktop e móvel que estão conectados à sua conta.",
+ "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, desktop e móvel que estão conectados à sua conta.",
"Device" : "Dispositivo",
"Last activity" : "Última atividade",
"Here you can generate individual passwords for apps so you don’t have to give out your password. You can revoke them individually too." : "Aqui você pode gerar senhas individuais para aplicativos. Assim você não tem que dar sua senha. Você pode revogá-los individualmente também.",
@@ -366,12 +366,12 @@
"Subscribe to our newsletter!" : "Inscreva-se para receber nosso boletim informativo!",
"Settings" : "Configurações",
"Show storage location" : "Mostrar localização do armazenamento",
- "Show user backend" : "Mostrar backend do usuário",
+ "Show user backend" : "Mostrar plataforma de serviço de usuário",
"Show last login" : "Mostrar último login",
- "Show email address" : "Mostrar o endereço de email",
- "Send email to new user" : "Enviar um email para o novo usuário",
- "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Quando a senha de um novo usuário é deixada em branco, um email de ativação com um link para definir a senha é enviado.",
- "E-Mail" : "Email",
+ "Show email address" : "Mostrar o endereço de e-mail",
+ "Send email to new user" : "Enviar um e-mail para o novo usuário",
+ "When the password of a new user is left empty, an activation email with a link to set the password is sent." : "Quando a senha de um novo usuário é deixada em branco, um e-mail de ativação com um link para definir a senha é enviado.",
+ "E-Mail" : "E-mail",
"Create" : "Criar",
"Admin Recovery Password" : "Recuperação da Senha do Administrador",
"Enter the recovery password in order to recover the users files during password change" : "Digite a senha de recuperação para recuperar os arquivos dos usuários durante a mudança de senha.",
@@ -385,17 +385,17 @@
"Group admin for" : "Grupo administrativo para",
"Quota" : "Cota",
"Storage location" : "Local do armazenamento",
- "User backend" : "Backend do usuário",
+ "User backend" : "Plataforma de serviço de usuário",
"Last login" : "Último acesso",
"change full name" : "alterar nome completo",
"set new password" : "definir uma senha nova",
- "change email address" : "Alterar o endereço de email",
+ "change email address" : "Alterar o endereço de e-mail",
"Default" : "Padrão",
"Enabled" : "Habilitado",
"Not enabled" : "Desabilitado",
"Please provide an admin recovery password, otherwise all user data will be lost" : "Por favor, forneça uma senha de recuperação de administrador, caso contrário todos os dados do usuário serão perdidos",
- "Backend doesn't support password change, but the user's encryption key was successfully updated." : "Backend não suporta alteração de senha, mas a chave de criptografia do usuário foi atualizada.",
- "test email settings" : "testar configurações de email",
+ "Backend doesn't support password change, but the user's encryption key was successfully updated." : "A plataforma de serviço não suporta alteração de senha, mas a chave de criptografia do usuário foi atualizada.",
+ "test email settings" : "testar configurações de e-mail",
"Admins can't remove themself from the admin group" : "Administradores não podem remover a si do grupo de administração",
"Unable to add user to group %s" : "Não foi possível adicionar o usuário ao grupo %s",
"Unable to remove user from group %s" : "Não foi possível excluir o usuário do grupo %s",