summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Command/Db/ConvertType.php2
-rw-r--r--core/Command/Upgrade.php8
-rw-r--r--core/css/apps.css1
-rw-r--r--core/css/header.css49
-rw-r--r--core/css/inputs.css14
-rw-r--r--core/css/styles.css2
-rw-r--r--core/css/update.css9
-rw-r--r--core/js/apps.js13
-rw-r--r--core/js/shareitemmodel.js29
-rw-r--r--core/js/tests/specs/appsSpec.js4
-rw-r--r--core/js/tests/specs/shareitemmodelSpec.js42
-rw-r--r--core/js/update.js22
-rw-r--r--core/l10n/ca.js1
-rw-r--r--core/l10n/ca.json1
-rw-r--r--core/l10n/cs_CZ.js3
-rw-r--r--core/l10n/cs_CZ.json3
-rw-r--r--core/l10n/da.js3
-rw-r--r--core/l10n/da.json3
-rw-r--r--core/l10n/de.js13
-rw-r--r--core/l10n/de.json13
-rw-r--r--core/l10n/de_DE.js29
-rw-r--r--core/l10n/de_DE.json29
-rw-r--r--core/l10n/el.js7
-rw-r--r--core/l10n/el.json7
-rw-r--r--core/l10n/en_GB.js3
-rw-r--r--core/l10n/en_GB.json3
-rw-r--r--core/l10n/es.js3
-rw-r--r--core/l10n/es.json3
-rw-r--r--core/l10n/et_EE.js2
-rw-r--r--core/l10n/et_EE.json2
-rw-r--r--core/l10n/fi_FI.js3
-rw-r--r--core/l10n/fi_FI.json3
-rw-r--r--core/l10n/fr.js9
-rw-r--r--core/l10n/fr.json9
-rw-r--r--core/l10n/he.js3
-rw-r--r--core/l10n/he.json3
-rw-r--r--core/l10n/hu_HU.js3
-rw-r--r--core/l10n/hu_HU.json3
-rw-r--r--core/l10n/id.js69
-rw-r--r--core/l10n/id.json69
-rw-r--r--core/l10n/is.js3
-rw-r--r--core/l10n/is.json3
-rw-r--r--core/l10n/it.js3
-rw-r--r--core/l10n/it.json3
-rw-r--r--core/l10n/ja.js3
-rw-r--r--core/l10n/ja.json3
-rw-r--r--core/l10n/ko.js2
-rw-r--r--core/l10n/ko.json2
-rw-r--r--core/l10n/nb_NO.js2
-rw-r--r--core/l10n/nb_NO.json2
-rw-r--r--core/l10n/nl.js3
-rw-r--r--core/l10n/nl.json3
-rw-r--r--core/l10n/pl.js3
-rw-r--r--core/l10n/pl.json3
-rw-r--r--core/l10n/pt_BR.js3
-rw-r--r--core/l10n/pt_BR.json3
-rw-r--r--core/l10n/pt_PT.js3
-rw-r--r--core/l10n/pt_PT.json3
-rw-r--r--core/l10n/ro.js3
-rw-r--r--core/l10n/ro.json3
-rw-r--r--core/l10n/ru.js9
-rw-r--r--core/l10n/ru.json9
-rw-r--r--core/l10n/sk_SK.js3
-rw-r--r--core/l10n/sk_SK.json3
-rw-r--r--core/l10n/sl.js3
-rw-r--r--core/l10n/sl.json3
-rw-r--r--core/l10n/sq.js3
-rw-r--r--core/l10n/sq.json3
-rw-r--r--core/l10n/sv.js3
-rw-r--r--core/l10n/sv.json3
-rw-r--r--core/l10n/th_TH.js3
-rw-r--r--core/l10n/th_TH.json3
-rw-r--r--core/l10n/tr.js20
-rw-r--r--core/l10n/tr.json20
-rw-r--r--core/l10n/uk.js3
-rw-r--r--core/l10n/uk.json3
-rw-r--r--core/l10n/zh_CN.js3
-rw-r--r--core/l10n/zh_CN.json3
-rw-r--r--core/l10n/zh_TW.js3
-rw-r--r--core/l10n/zh_TW.json3
-rw-r--r--core/shipped.json5
-rw-r--r--core/templates/layout.user.php10
-rw-r--r--core/templates/login.php4
-rw-r--r--core/templates/update.admin.php8
84 files changed, 398 insertions, 288 deletions
diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php
index 6e15f9afbc7..ccf5c0685cb 100644
--- a/core/Command/Db/ConvertType.php
+++ b/core/Command/Db/ConvertType.php
@@ -61,7 +61,7 @@ class ConvertType extends Command {
protected function configure() {
$this
->setName('db:convert-type')
- ->setDescription('Convert the ownCloud database to the newly configured one')
+ ->setDescription('Convert the Nextcloud database to the newly configured one')
->addArgument(
'type',
InputArgument::REQUIRED,
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php
index 952034fd222..77d67534c6a 100644
--- a/core/Command/Upgrade.php
+++ b/core/Command/Upgrade.php
@@ -47,7 +47,7 @@ class Upgrade extends Command {
const ERROR_SUCCESS = 0;
const ERROR_NOT_INSTALLED = 1;
const ERROR_MAINTENANCE_MODE = 2;
- const ERROR_UP_TO_DATE = 3;
+ const ERROR_UP_TO_DATE = 0;
const ERROR_INVALID_ARGUMENTS = 4;
const ERROR_FAILURE = 5;
@@ -299,8 +299,8 @@ class Upgrade extends Command {
return self::ERROR_SUCCESS;
} else if($this->config->getSystemValue('maintenance', false)) {
- //Possible scenario: ownCloud core is updated but an app failed
- $output->writeln('<warning>ownCloud is in maintenance mode</warning>');
+ //Possible scenario: Nextcloud core is updated but an app failed
+ $output->writeln('<warning>Nextcloud is in maintenance mode</warning>');
$output->write('<comment>Maybe an upgrade is already in process. Please check the '
. 'logfile (data/nextcloud.log). If you want to re-run the '
. 'upgrade procedure, remove the "maintenance mode" from '
@@ -308,7 +308,7 @@ class Upgrade extends Command {
, true);
return self::ERROR_MAINTENANCE_MODE;
} else {
- $output->writeln('<info>ownCloud is already latest version</info>');
+ $output->writeln('<info>Nextcloud is already latest version</info>');
return self::ERROR_UP_TO_DATE;
}
}
diff --git a/core/css/apps.css b/core/css/apps.css
index 3ffa7d87098..0ccdb8a0398 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -550,6 +550,7 @@ h2 {
font-size: 20px;
font-weight: 300;
margin-bottom: 12px;
+ line-height: 140%;
}
h3 {
font-size: 15px;
diff --git a/core/css/header.css b/core/css/header.css
index 6078008f91f..5a2b8009b15 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -151,7 +151,7 @@
max-height: 85%;
margin-top: 0;
padding-bottom: 10px;
- background-color: rgba(0, 0, 0, .97);
+ background-color: rgba(255, 255, 255, .97);
box-shadow: 0 1px 10px rgba(50, 50, 50, .7);
border-radius: 3px;
border-top-left-radius: 0;
@@ -171,7 +171,7 @@
position: absolute;
pointer-events: none;
border-color: rgba(0, 0, 0, 0);
- border-bottom-color: rgba(0, 0, 0, .97);
+ border-bottom-color: rgba(255, 255, 255, .97);
border-width: 10px;
margin-left: -10px;
}
@@ -204,25 +204,31 @@
padding-left: 0;
width: 80px;
text-align: center;
- color: #fff;
+ color: #000;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
/* icon opacity and hover effect */
- #navigation a img,
+ #navigation a svg,
#navigation a span {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
- opacity: .7;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+ opacity: .5;
}
- #navigation a:hover img,
- #navigation a:focus img,
+ #navigation a:hover svg,
+ #navigation a:focus svg,
#navigation a:hover span,
#navigation a:focus span,
- #navigation a.active img,
- #navigation a.active span {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
+ #navigation a.active svg,
+ #navigation a.active span,
+ #apps-management a:hover svg,
+ #apps-management a:focus svg,
+ #apps-management a.active svg,
+ #apps-management a:hover span,
+ #apps-management a:focus span,
+ #apps-management a.active span {
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
+ opacity: .75;
}
#navigation .app-icon {
@@ -234,12 +240,15 @@
/* Apps management */
#apps-management {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
- opacity: .6;
min-height: initial;
height: initial;
margin: 0;
}
+#apps-management a svg,
+#apps-management a span {
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
+ opacity: .3;
+}
/* loading feedback for apps */
@@ -252,8 +261,8 @@
height: 32px;
}
#navigation .app-loading .app-icon {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
- opacity: .1;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
+ opacity: 0;
}
#apps {
@@ -351,8 +360,8 @@
height: 40px;
color: #000;
padding: 4px 12px 0;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
- opacity: .7;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+ opacity: .5;
box-sizing: border-box;
}
#expanddiv a img {
@@ -363,8 +372,8 @@
#expanddiv a:focus,
#expanddiv a:active,
#expanddiv a.active {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
+ opacity: .75;
}
/* do not show display name when profile picture is present */
diff --git a/core/css/inputs.css b/core/css/inputs.css
index b58310a5c58..ebde986d584 100644
--- a/core/css/inputs.css
+++ b/core/css/inputs.css
@@ -310,3 +310,17 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label {
background-color: #00a2e9;
color: #bbb;
}
+
+@keyframes shake {
+ 0% { transform: translate(-5px, 0); }
+ 20% { transform: translate(5px, 0); }
+ 40% { transform: translate(-5px, 0); }
+ 60% { transform: translate(5px, 0); }
+ 80% { transform: translate(-5px, 0); }
+ 100% { transform: translate(5px, 0); }
+}
+.shake {
+ animation-name: shake;
+ animation-duration: .3s;
+ animation-timing-function: ease-out;
+}
diff --git a/core/css/styles.css b/core/css/styles.css
index a8e632c5944..7f4f7896c94 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -242,7 +242,7 @@ a.two-factor-cancel {
}
#body-login .update h2 {
- margin: 12px 0 20px;
+ margin: 0 0 20px;
}
#body-login .update a {
diff --git a/core/css/update.css b/core/css/update.css
index b1e086af3fd..12cda3d5bbd 100644
--- a/core/css/update.css
+++ b/core/css/update.css
@@ -4,6 +4,12 @@
background-size: 32px;
}
+#update-progress-message-error,
+#update-progress-message-warnings {
+ font-weight: 600;
+ margin-bottom: 10px;
+}
+
#update-progress-message {
margin-bottom: 10px;
}
@@ -11,6 +17,7 @@
.update-show-detailed {
padding: 13px;
display: block;
+ opacity: .75;
}
#body-login .update a.update-show-detailed {
@@ -23,4 +30,4 @@
#body-login .warning.hidden {
display: none;
-} \ No newline at end of file
+}
diff --git a/core/js/apps.js b/core/js/apps.js
index d8f4bfdf1c5..a2d3460c907 100644
--- a/core/js/apps.js
+++ b/core/js/apps.js
@@ -27,9 +27,9 @@
*/
exports.Apps.showAppSidebar = function($el) {
var $appSidebar = $el || $('#app-sidebar');
- $appSidebar.removeClass('disappear');
- $('#app-content').addClass('with-app-sidebar').trigger(new $.Event('appresized'));
-
+ $appSidebar.removeClass('disappear')
+ .show('slide', { direction: 'right' }, 200);
+ $('#app-content').addClass('with-app-sidebar', 200).trigger(new $.Event('appresized'));
};
/**
@@ -40,8 +40,11 @@
*/
exports.Apps.hideAppSidebar = function($el) {
var $appSidebar = $el || $('#app-sidebar');
- $appSidebar.addClass('disappear');
- $('#app-content').removeClass('with-app-sidebar').trigger(new $.Event('appresized'));
+ $appSidebar.hide('slide', { direction: 'right' }, 100,
+ function() {
+ $appSidebar.addClass('disappear');
+ });
+ $('#app-content').removeClass('with-app-sidebar', 100).trigger(new $.Event('appresized'));
};
/**
diff --git a/core/js/shareitemmodel.js b/core/js/shareitemmodel.js
index 8ea0bf28b38..00c1212fa79 100644
--- a/core/js/shareitemmodel.js
+++ b/core/js/shareitemmodel.js
@@ -598,6 +598,33 @@
}
},
+ /**
+ * Group reshares into a single super share element.
+ * Does this by finding the most precise share and
+ * combines the permissions to be the most permissive.
+ *
+ * @param {Array} reshares
+ * @return {Object} reshare
+ */
+ _groupReshares: function(reshares) {
+ if (!reshares || !reshares.length) {
+ return false;
+ }
+
+ var superShare = reshares.shift();
+ var combinedPermissions = superShare.permissions;
+ _.each(reshares, function(reshare) {
+ // use share have higher priority than group share
+ if (reshare.share_type === OC.Share.SHARE_TYPE_USER && superShare.share_type === OC.Share.SHARE_TYPE_GROUP) {
+ superShare = reshare;
+ }
+ combinedPermissions |= reshare.permissions;
+ });
+
+ superShare.permissions = combinedPermissions;
+ return superShare;
+ },
+
fetch: function() {
var model = this;
this.trigger('request', this);
@@ -615,7 +642,7 @@
var reshare = false;
if (data2[0].ocs.data.length) {
- reshare = data2[0].ocs.data[0];
+ reshare = model._groupReshares(data2[0].ocs.data);
}
model.set(model.parse({
diff --git a/core/js/tests/specs/appsSpec.js b/core/js/tests/specs/appsSpec.js
index 536d41c7f10..c3352e3e4a9 100644
--- a/core/js/tests/specs/appsSpec.js
+++ b/core/js/tests/specs/appsSpec.js
@@ -23,6 +23,10 @@ describe('Apps base tests', function() {
describe('Sidebar utility functions', function() {
beforeEach(function() {
$('#testArea').append('<div id="app-content">Content</div><div id="app-sidebar">The sidebar</div>');
+ jQuery.fx.off = true;
+ });
+ afterEach(function() {
+ jQuery.fx.off = false;
});
it('shows sidebar', function() {
var $el = $('#app-sidebar');
diff --git a/core/js/tests/specs/shareitemmodelSpec.js b/core/js/tests/specs/shareitemmodelSpec.js
index 8c9560d2646..9d9001dc9e8 100644
--- a/core/js/tests/specs/shareitemmodelSpec.js
+++ b/core/js/tests/specs/shareitemmodelSpec.js
@@ -181,6 +181,48 @@ describe('OC.Share.ShareItemModel', function() {
// TODO: check more attributes
});
+ it('groups reshare info into a single item', function() {
+ /* jshint camelcase: false */
+ fetchReshareDeferred.resolve(makeOcsResponse([
+ {
+ id: '1',
+ share_type: OC.Share.SHARE_TYPE_USER,
+ uid_owner: 'owner',
+ displayname_owner: 'Owner',
+ share_with: 'root',
+ permissions: 1
+ },
+ {
+ id: '2',
+ share_type: OC.Share.SHARE_TYPE_GROUP,
+ uid_owner: 'owner',
+ displayname_owner: 'Owner',
+ share_with: 'group1',
+ permissions: 15
+ },
+ {
+ id: '3',
+ share_type: OC.Share.SHARE_TYPE_GROUP,
+ uid_owner: 'owner',
+ displayname_owner: 'Owner',
+ share_with: 'group1',
+ permissions: 17
+ }
+ ]));
+ fetchSharesDeferred.resolve(makeOcsResponse([]));
+
+ OC.currentUser = 'root';
+
+ model.fetch();
+
+ var reshare = model.get('reshare');
+ // max permissions
+ expect(reshare.permissions).toEqual(31);
+ // user share has higher priority
+ expect(reshare.share_type).toEqual(OC.Share.SHARE_TYPE_USER);
+ expect(reshare.share_with).toEqual('root');
+ expect(reshare.id).toEqual('1');
+ });
it('does not parse link share when for a different file', function() {
/* jshint camelcase: false */
fetchReshareDeferred.resolve(makeOcsResponse([]));
diff --git a/core/js/update.js b/core/js/update.js
index e692a7312b8..32cf2ce5ecc 100644
--- a/core/js/update.js
+++ b/core/js/update.js
@@ -13,7 +13,7 @@
_started : false,
/**
- * Start the upgrade process.
+ * Start the update process.
*
* @param $el progress list element
*/
@@ -31,12 +31,12 @@
var self = this;
$(window).on('beforeunload.inprogress', function () {
- return t('core', 'The upgrade is in progress, leaving this page might interrupt the process in some environments.');
+ return t('core', 'The update is in progress, leaving this page might interrupt the process in some environments.');
});
$('#update-progress-title').html(t(
'core',
- 'Updating to {version}', {
+ 'Update to {version}', {
version: options.version
})
);
@@ -91,17 +91,15 @@
if (hasWarnings) {
$el.find('.update-show-detailed').before(
- $('<span>')
- .append('<br />')
- .append(t('core', 'The update was successful. There were warnings.'))
+ $('<input type="button" class="update-continue" value="'+t('core', 'Continue to Nextcloud')+'">').on('click', function() {
+ window.location.reload();
+ })
);
- var message = t('core', 'Please reload the page.');
- $('<span>').append(message).append('<br />').appendTo($el);
} else {
// FIXME: use product name
- $('<span>')
- .append(t('core', 'The update was successful. Redirecting you to Nextcloud now.'))
- .appendTo($el);
+ $el.find('.update-show-detailed').before(
+ $('<p>'+t('core', 'The update was successful. Redirecting you to Nextcloud now.')+'</p>')
+ );
setTimeout(function () {
OC.redirect(OC.webroot + '/');
}, 3000);
@@ -127,7 +125,7 @@
.append(message)
.append($('<br>'));
},
-
+
setErrorMessage: function (message) {
$('#update-progress-message-error')
.show()
diff --git a/core/l10n/ca.js b/core/l10n/ca.js
index a3a0f6761ad..65fc867d2ca 100644
--- a/core/l10n/ca.js
+++ b/core/l10n/ca.js
@@ -167,7 +167,6 @@ OC.L10N.register(
"Hello {name}" : "Hola {name}",
"_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarregar arxius %n "],
"Please reload the page." : "Carregueu la pàgina de nou.",
- "The update was successful. There were warnings." : "La actualització ha estat exitosa. Hi ha alertes.",
"Searching other places" : "Buscant altres ubicacions",
"Personal" : "Personal",
"Users" : "Usuaris",
diff --git a/core/l10n/ca.json b/core/l10n/ca.json
index 45c8a138ef4..2495e5baad1 100644
--- a/core/l10n/ca.json
+++ b/core/l10n/ca.json
@@ -165,7 +165,6 @@
"Hello {name}" : "Hola {name}",
"_download %n file_::_download %n files_" : ["descarregar l'arxiu %n","descarregar arxius %n "],
"Please reload the page." : "Carregueu la pàgina de nou.",
- "The update was successful. There were warnings." : "La actualització ha estat exitosa. Hi ha alertes.",
"Searching other places" : "Buscant altres ubicacions",
"Personal" : "Personal",
"Users" : "Usuaris",
diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js
index 732d842b27f..9ce8dbb58b4 100644
--- a/core/l10n/cs_CZ.js
+++ b/core/l10n/cs_CZ.js
@@ -218,13 +218,10 @@ OC.L10N.register(
"Hello {name}" : "Vítej, {name}",
"new" : "nový",
"_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Probíhá aktualizace, opuštění této stránky může v některých prostředích přerušit proces.",
- "Updating to {version}" : "Aktualizace na {version}",
"An error occurred." : "Došlo k chybě.",
"Please reload the page." : "Načtěte stránku znovu, prosím.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizace nebyla úspěšná. Pro více informací si <a href=\"{url}\">přečtěte komentáře ve fóru</a> pojednávající o tomto problému.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizace byla neúspěšná. Nahlaste prosím problém <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitě Nextcloudu</a>",
- "The update was successful. There were warnings." : "Aktualizace byla úspěšná. Zachycen výskyt varování.",
"The update was successful. Redirecting you to Nextcloud now." : "Aktualizace byla úspěšná. Probíhá přesměrování na Nexcloud.",
"Searching other places" : "Prohledávání ostatních umístění",
"No search results in other folders" : "V ostatních adresářích nebylo nic nalezeno",
diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json
index a50984fe95a..d671415cfde 100644
--- a/core/l10n/cs_CZ.json
+++ b/core/l10n/cs_CZ.json
@@ -216,13 +216,10 @@
"Hello {name}" : "Vítej, {name}",
"new" : "nový",
"_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Probíhá aktualizace, opuštění této stránky může v některých prostředích přerušit proces.",
- "Updating to {version}" : "Aktualizace na {version}",
"An error occurred." : "Došlo k chybě.",
"Please reload the page." : "Načtěte stránku znovu, prosím.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizace nebyla úspěšná. Pro více informací si <a href=\"{url}\">přečtěte komentáře ve fóru</a> pojednávající o tomto problému.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizace byla neúspěšná. Nahlaste prosím problém <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitě Nextcloudu</a>",
- "The update was successful. There were warnings." : "Aktualizace byla úspěšná. Zachycen výskyt varování.",
"The update was successful. Redirecting you to Nextcloud now." : "Aktualizace byla úspěšná. Probíhá přesměrování na Nexcloud.",
"Searching other places" : "Prohledávání ostatních umístění",
"No search results in other folders" : "V ostatních adresářích nebylo nic nalezeno",
diff --git a/core/l10n/da.js b/core/l10n/da.js
index 43d12a76761..112082f94aa 100644
--- a/core/l10n/da.js
+++ b/core/l10n/da.js
@@ -205,13 +205,10 @@ OC.L10N.register(
"Hello {name}" : "Hej {name}",
"new" : "ny",
"_download %n file_::_download %n files_" : ["hent %n fil","hent %n filer"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Opgraderingen er i gang, forlader du denne side kan det afbryde processen.",
- "Updating to {version}" : "Opdaterer til {version}",
"An error occurred." : "Der opstod en fejl.",
"Please reload the page." : "Genindlæs venligst siden",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Opdateringen blev ikke udført korrekt. For mere information <a href=\"{url}\">tjek vores indlæg på forumet</a>, som dækker dette problem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Opdateringen blev ikke udført korrekt. Rapporter venligst problemet til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud fællesskabet</a>.",
- "The update was successful. There were warnings." : "Opdateringen blev gennemført. Der fremkom advarsler.",
"The update was successful. Redirecting you to Nextcloud now." : "Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud.",
"Searching other places" : "Søger på andre steder",
"No search results in other folders" : "Søgning gav ingen resultater in andre mapper",
diff --git a/core/l10n/da.json b/core/l10n/da.json
index 52df363c387..346712a15c0 100644
--- a/core/l10n/da.json
+++ b/core/l10n/da.json
@@ -203,13 +203,10 @@
"Hello {name}" : "Hej {name}",
"new" : "ny",
"_download %n file_::_download %n files_" : ["hent %n fil","hent %n filer"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Opgraderingen er i gang, forlader du denne side kan det afbryde processen.",
- "Updating to {version}" : "Opdaterer til {version}",
"An error occurred." : "Der opstod en fejl.",
"Please reload the page." : "Genindlæs venligst siden",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Opdateringen blev ikke udført korrekt. For mere information <a href=\"{url}\">tjek vores indlæg på forumet</a>, som dækker dette problem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Opdateringen blev ikke udført korrekt. Rapporter venligst problemet til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud fællesskabet</a>.",
- "The update was successful. There were warnings." : "Opdateringen blev gennemført. Der fremkom advarsler.",
"The update was successful. Redirecting you to Nextcloud now." : "Opdateringen blev udført korrekt. Du bliver nu viderestillet til Nextcloud.",
"Searching other places" : "Søger på andre steder",
"No search results in other folders" : "Søgning gav ingen resultater in andre mapper",
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 6c013e61abe..96e78831c24 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -205,13 +205,13 @@ OC.L10N.register(
"({scope})" : "({scope})",
"Delete" : "Löschen",
"Rename" : "Umbenennen",
- "Collaborative tags" : "Gemeinschaftliche Tags",
+ "Collaborative tags" : "Zusammenarbeits-Tags",
"The object type is not specified." : "Der Objekttyp ist nicht angegeben.",
"Enter new" : "Neuen eingeben",
"Add" : "Hinzufügen",
- "Edit tags" : "Schlagwörter bearbeiten",
+ "Edit tags" : "Tags bearbeiten",
"Error loading dialog template: {error}" : "Fehler beim Laden der Dialogvorlage: {error}",
- "No tags selected for deletion." : "Es wurden keine Schlagwörter zum Löschen ausgewählt.",
+ "No tags selected for deletion." : "Keine Tags zum Löschen ausgewählt.",
"unknown text" : "Unbekannter Text",
"Hello world!" : "Hallo Welt!",
"sunny" : "sonnig",
@@ -219,13 +219,10 @@ OC.L10N.register(
"Hello {name}" : "Hallo {name}",
"new" : "neu",
"_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Update läuft gerade. Das Verlassen dieser Seite könnte den Update Prozess in einigen Umgebungen unterbrechen.",
- "Updating to {version}" : "Aktualisierung auf {version}",
"An error occurred." : "Es ist ein Fehler aufgetreten.",
"Please reload the page." : "Bitte lade die Seite neu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für weitere Informationen <a href=\"{url}\"> schaue bitte in unser Forum </a> um das Problem zu lösen.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.",
- "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.",
"The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Weiterleitung zu Nextcloud.",
"Searching other places" : "Andere Orte durchsuchen",
"No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern",
@@ -255,7 +252,7 @@ OC.L10N.register(
"File: %s" : "Datei: %s",
"Line: %s" : "Zeile: %s",
"Trace" : "Spur",
- "Security warning" : "Sicherheitshinweis",
+ "Security warning" : "Sicherheitswarnung",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Informationen zum richtigen Konfigurieren deines Servers kannst du der <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">Dokumentation</a> entnehmen.",
"Create an <strong>admin account</strong>" : "<strong>Administrator-Konto</strong> anlegen",
@@ -297,7 +294,7 @@ OC.L10N.register(
"New password" : "Neues Passwort",
"New Password" : "Neues Passwort",
"Reset password" : "Passwort zurücksetzen",
- "This Nextcloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.",
+ "This Nextcloud instance is currently in single user mode." : "Diese Nextcloud-Instanz befindet sich derzeit im Einzelbenutzermodus.",
"This means only administrators can use the instance." : "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
"Thank you for your patience." : "Vielen Dank für Ihre Geduld.",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index 04e099ff746..c5373cb7ebc 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -203,13 +203,13 @@
"({scope})" : "({scope})",
"Delete" : "Löschen",
"Rename" : "Umbenennen",
- "Collaborative tags" : "Gemeinschaftliche Tags",
+ "Collaborative tags" : "Zusammenarbeits-Tags",
"The object type is not specified." : "Der Objekttyp ist nicht angegeben.",
"Enter new" : "Neuen eingeben",
"Add" : "Hinzufügen",
- "Edit tags" : "Schlagwörter bearbeiten",
+ "Edit tags" : "Tags bearbeiten",
"Error loading dialog template: {error}" : "Fehler beim Laden der Dialogvorlage: {error}",
- "No tags selected for deletion." : "Es wurden keine Schlagwörter zum Löschen ausgewählt.",
+ "No tags selected for deletion." : "Keine Tags zum Löschen ausgewählt.",
"unknown text" : "Unbekannter Text",
"Hello world!" : "Hallo Welt!",
"sunny" : "sonnig",
@@ -217,13 +217,10 @@
"Hello {name}" : "Hallo {name}",
"new" : "neu",
"_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Update läuft gerade. Das Verlassen dieser Seite könnte den Update Prozess in einigen Umgebungen unterbrechen.",
- "Updating to {version}" : "Aktualisierung auf {version}",
"An error occurred." : "Es ist ein Fehler aufgetreten.",
"Please reload the page." : "Bitte lade die Seite neu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für weitere Informationen <a href=\"{url}\"> schaue bitte in unser Forum </a> um das Problem zu lösen.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melde dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.",
- "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.",
"The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Weiterleitung zu Nextcloud.",
"Searching other places" : "Andere Orte durchsuchen",
"No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern",
@@ -253,7 +250,7 @@
"File: %s" : "Datei: %s",
"Line: %s" : "Zeile: %s",
"Trace" : "Spur",
- "Security warning" : "Sicherheitshinweis",
+ "Security warning" : "Sicherheitswarnung",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar, weil die .htaccess-Datei nicht funktioniert.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Informationen zum richtigen Konfigurieren deines Servers kannst du der <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">Dokumentation</a> entnehmen.",
"Create an <strong>admin account</strong>" : "<strong>Administrator-Konto</strong> anlegen",
@@ -295,7 +292,7 @@
"New password" : "Neues Passwort",
"New Password" : "Neues Passwort",
"Reset password" : "Passwort zurücksetzen",
- "This Nextcloud instance is currently in single user mode." : "Diese ownClound-Instanz befindet sich derzeit im Einzelbenutzermodus.",
+ "This Nextcloud instance is currently in single user mode." : "Diese Nextcloud-Instanz befindet sich derzeit im Einzelbenutzermodus.",
"This means only administrators can use the instance." : "Dies bedeutet, dass diese Instanz nur von Administratoren genutzt werden kann.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere deinen Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
"Thank you for your patience." : "Vielen Dank für Ihre Geduld.",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index d631acbd2ee..bb6d29e0252 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -129,14 +129,14 @@ OC.L10N.register(
"So-so password" : "Passables Passwort",
"Good password" : "Gutes Passwort",
"Strong password" : "Starkes Passwort",
- "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.",
- "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Dein Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in unserer a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert. Die WebDAV-Schnittstelle ist vermutlich defekt.",
+ "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in unserer a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen exernen Speichers, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. \nDer Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren.\nEs wird empfohlen, die Internet-Verbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen nutzen möchten.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP Memory Cache konfiguriert. Konfigurieren Sie zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom ist von PHP nicht lesbar, wovon aus Sicherheitsgründen dringend abgeraten wird. Weitere Informationen hierzu finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
- "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade ihrer PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald diese ihre Distribution diese unterstützt.",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade ihrer PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald ihre Distribution diese unterstützt.",
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Der REVERSE PROXY HEADER ist falsch, oder Sie greifen auf die Nextcloud von einem vertrauenswürdigen Proxy zu. Wenn Sie auf die Nextcloud nicht von einem vertrauenswürdigen Proxy zugreifen, dann liegt ein Sicherheitsproblem vor, das einem Angreifer ermöglichen könnte, die für Nextcloud sichtbare IP-Adresse zu fäschen. Weitere Informationen hierzu finden Sie in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcache ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nud \"memcached\" und nicht \"memcache\". Siehe <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached Wiki über beide Module</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcache ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" und nicht \"memcache\". Siehe <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached Wiki über beide Module</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Manche Dateien haben die Integritätsprüfung nicht bestanden. Weitere Informationen um den Fehler zu behen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien...</a> / <a href=\"{rescanEndpoint}\">Erneut scannen…</a>)",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.",
@@ -151,14 +151,14 @@ OC.L10N.register(
"Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums",
"The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen",
"Set expiration date" : "Ein Ablaufdatum setzen",
- "Expiration" : "Ablaufdatum",
+ "Expiration" : "Ablauf",
"Expiration date" : "Ablaufdatum",
"Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
"Copied!" : "Kopiert!",
"Not supported!" : "Nicht unterstützt!",
"Press ⌘-C to copy." : "Zum Kopieren ⌘-C drücken.",
"Press Ctrl-C to copy." : "Zum Kopieren Strg-C drücken.",
- "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
+ "Resharing is not allowed" : "Das Weiterteilen ist nicht erlaubt",
"Share link" : "Link teilen",
"Link" : "Link",
"Password protect" : "Passwortschutz",
@@ -179,7 +179,7 @@ OC.L10N.register(
"can share" : "kann teilen",
"can edit" : "kann bearbeiten",
"create" : "erstellen",
- "change" : "Ändern",
+ "change" : "ändern",
"delete" : "löschen",
"access control" : "Zugriffskontrolle",
"Could not unshare" : "Freigabe konnte nicht aufgehoben werden",
@@ -205,7 +205,7 @@ OC.L10N.register(
"({scope})" : "({scope})",
"Delete" : "Löschen",
"Rename" : "Umbenennen",
- "Collaborative tags" : "Gemeinschaftliche Tags",
+ "Collaborative tags" : "Zusammenarbeits-Tags",
"The object type is not specified." : "Der Objekttyp ist nicht angegeben.",
"Enter new" : "Neuen eingeben",
"Add" : "Hinzufügen",
@@ -219,13 +219,10 @@ OC.L10N.register(
"Hello {name}" : "Hallo {name}",
"new" : "Neu",
"_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Upgrade läuft noch , diese Seite zu verlassen könnte das Verfahren in einigen Umgebungen unterbrechen.",
- "Updating to {version}" : "Aktualisierung auf {version}",
"An error occurred." : "Ein Fehler ist aufgetreten.",
- "Please reload the page." : "Bitte laden Sie die Seite neu.",
+ "Please reload the page." : "Bitte die Seite neu laden.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lesen Sie unseren Forenbeitrag</a> zu diesem Thema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.",
- "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.",
"The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Sie werden nun zu Nextcloud weitergeleitet.",
"Searching other places" : "Andere Orte durchsuchen",
"No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern",
@@ -245,7 +242,7 @@ OC.L10N.register(
"Internal Server Error" : "Interner Serverfehler",
"The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wenden Sie sich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt, geben Sie bitte die, unten stehenden, technischen Details in Ihrem Bericht mit an.",
- "More details can be found in the server log." : "Weitere Details können im Serverprotokoll gefunden werden.",
+ "More details can be found in the server log." : "Weitere Details können im Server-Protokoll gefunden werden.",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
"Request ID: %s" : "Anfragekennung: %s",
@@ -310,7 +307,7 @@ OC.L10N.register(
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktieren Sie Ihren Administrator. Wenn Sie Administrator dieser Instanz sind, konfigurieren Sie bitte die „trusted_domain“-Einstellung in config/config.php. Eine Beispielkonfiguration wird unter config/config.sample.php bereitgestellt.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Ihre Konfiguration zulässt, können Sie als Administrator gegebenenfalls den Button unten benutzen, um diese Domain als vertrauenswürdig einzustufen.",
"Add \"%s\" as trusted domain" : "„%s“ als vertrauenswürdige Domain hinzufügen",
- "App update required" : "App-Update notwendig",
+ "App update required" : "App-Aktualisierung notwendig",
"%s will be updated to version %s" : "%s wird auf Version %s aktualisiert",
"These apps will be updated:" : "Diese Apps werden aktualisiert:",
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
@@ -318,8 +315,8 @@ OC.L10N.register(
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
"Start update" : "Aktualisierung starten",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:",
- "Detailed logs" : "Detaillierte Fehlermeldungen",
- "Update needed" : "Update erforderlich",
+ "Detailed logs" : "Detaillierte Protokollmeldungen",
+ "Update needed" : "Aktualisierung erforderlich",
"Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Nextcloud besitzen, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schauen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index de15b2a8fff..1920f2370e3 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -127,14 +127,14 @@
"So-so password" : "Passables Passwort",
"Good password" : "Gutes Passwort",
"Strong password" : "Starkes Passwort",
- "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.",
- "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Dein Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in unserer a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
+ "Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert. Die WebDAV-Schnittstelle ist vermutlich defekt.",
+ "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ihr Webserver ist nicht richtig konfiguriert um \"{url}\" aufzulösen. Weitere Informationen hierzu finden Sie in unserer a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung: Mehrere Ziele konnten nicht erreicht werden. Dies bedeutet, dass einige Funktionen, wie das Einhängen exernen Speichers, Benachrichtigungen über Updates oder die Installation von Drittanbieter-Apps nicht funktionieren. \nDer Zugriff auf entfernte Dateien und das Senden von E-Mail-Benachrichtigungen wird wahrscheinlich ebenfalls nicht funktionieren.\nEs wird empfohlen, die Internet-Verbindung für diesen Server zu aktivieren, wenn Sie alle Funktionen nutzen möchten.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Es wurde kein PHP Memory Cache konfiguriert. Konfigurieren Sie zur Erhöhung der Leistungsfähigkeit, soweit verfügbar, einen Memory Cache. Weitere Informationen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom ist von PHP nicht lesbar, wovon aus Sicherheitsgründen dringend abgeraten wird. Weitere Informationen hierzu finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
- "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade ihrer PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald diese ihre Distribution diese unterstützt.",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Sie verwenden im Moment PHP {version}. Wir empfehlen ein Upgrade ihrer PHP Version, um die <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">Geschwindigkeits- und Sicherheitsupdates zu nutzen, welche von der PHP Gruppe bereitgestellt werden</a>, sobald ihre Distribution diese unterstützt.",
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Der REVERSE PROXY HEADER ist falsch, oder Sie greifen auf die Nextcloud von einem vertrauenswürdigen Proxy zu. Wenn Sie auf die Nextcloud nicht von einem vertrauenswürdigen Proxy zugreifen, dann liegt ein Sicherheitsproblem vor, das einem Angreifer ermöglichen könnte, die für Nextcloud sichtbare IP-Adresse zu fäschen. Weitere Informationen hierzu finden Sie in der <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>.",
- "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcache ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nud \"memcached\" und nicht \"memcache\". Siehe <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached Wiki über beide Module</a>.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcache ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" und nicht \"memcache\". Siehe <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached Wiki über beide Module</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Manche Dateien haben die Integritätsprüfung nicht bestanden. Weitere Informationen um den Fehler zu behen finden Sie in unserer <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Dokumentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Liste der ungültigen Dateien...</a> / <a href=\"{rescanEndpoint}\">Erneut scannen…</a>)",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.",
@@ -149,14 +149,14 @@
"Error setting expiration date" : "Fehler beim Setzen des Ablaufdatums",
"The public link will expire no later than {days} days after it is created" : "Der öffentliche Link wird spätestens {days} Tage nach seiner Erstellung ablaufen",
"Set expiration date" : "Ein Ablaufdatum setzen",
- "Expiration" : "Ablaufdatum",
+ "Expiration" : "Ablauf",
"Expiration date" : "Ablaufdatum",
"Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link",
"Copied!" : "Kopiert!",
"Not supported!" : "Nicht unterstützt!",
"Press ⌘-C to copy." : "Zum Kopieren ⌘-C drücken.",
"Press Ctrl-C to copy." : "Zum Kopieren Strg-C drücken.",
- "Resharing is not allowed" : "Das Weiterverteilen ist nicht erlaubt",
+ "Resharing is not allowed" : "Das Weiterteilen ist nicht erlaubt",
"Share link" : "Link teilen",
"Link" : "Link",
"Password protect" : "Passwortschutz",
@@ -177,7 +177,7 @@
"can share" : "kann teilen",
"can edit" : "kann bearbeiten",
"create" : "erstellen",
- "change" : "Ändern",
+ "change" : "ändern",
"delete" : "löschen",
"access control" : "Zugriffskontrolle",
"Could not unshare" : "Freigabe konnte nicht aufgehoben werden",
@@ -203,7 +203,7 @@
"({scope})" : "({scope})",
"Delete" : "Löschen",
"Rename" : "Umbenennen",
- "Collaborative tags" : "Gemeinschaftliche Tags",
+ "Collaborative tags" : "Zusammenarbeits-Tags",
"The object type is not specified." : "Der Objekttyp ist nicht angegeben.",
"Enter new" : "Neuen eingeben",
"Add" : "Hinzufügen",
@@ -217,13 +217,10 @@
"Hello {name}" : "Hallo {name}",
"new" : "Neu",
"_download %n file_::_download %n files_" : ["Lade %n Datei herunter","Lade %n Dateien herunter"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Das Upgrade läuft noch , diese Seite zu verlassen könnte das Verfahren in einigen Umgebungen unterbrechen.",
- "Updating to {version}" : "Aktualisierung auf {version}",
"An error occurred." : "Ein Fehler ist aufgetreten.",
- "Please reload the page." : "Bitte laden Sie die Seite neu.",
+ "Please reload the page." : "Bitte die Seite neu laden.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Das Update war nicht erfolgreich. Für mehr Informationen <a href=\"{url}\">lesen Sie unseren Forenbeitrag</a> zu diesem Thema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Das Update ist fehlgeschlagen. Bitte melden Sie dieses Problem an die <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud Community</a>.",
- "The update was successful. There were warnings." : "Das Update war erfolgreich. Warnungen wurden ausgegeben.",
"The update was successful. Redirecting you to Nextcloud now." : "Das Update war erfolgreich. Sie werden nun zu Nextcloud weitergeleitet.",
"Searching other places" : "Andere Orte durchsuchen",
"No search results in other folders" : "Keine Suchergebnisse in anderen Ordnern",
@@ -243,7 +240,7 @@
"Internal Server Error" : "Interner Serverfehler",
"The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wenden Sie sich an den Serveradministrator, wenn dieser Fehler mehrfach auftritt, geben Sie bitte die, unten stehenden, technischen Details in Ihrem Bericht mit an.",
- "More details can be found in the server log." : "Weitere Details können im Serverprotokoll gefunden werden.",
+ "More details can be found in the server log." : "Weitere Details können im Server-Protokoll gefunden werden.",
"Technical details" : "Technische Details",
"Remote Address: %s" : "Entfernte Adresse: %s",
"Request ID: %s" : "Anfragekennung: %s",
@@ -308,7 +305,7 @@
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Bitte kontaktieren Sie Ihren Administrator. Wenn Sie Administrator dieser Instanz sind, konfigurieren Sie bitte die „trusted_domain“-Einstellung in config/config.php. Eine Beispielkonfiguration wird unter config/config.sample.php bereitgestellt.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Wenn es Ihre Konfiguration zulässt, können Sie als Administrator gegebenenfalls den Button unten benutzen, um diese Domain als vertrauenswürdig einzustufen.",
"Add \"%s\" as trusted domain" : "„%s“ als vertrauenswürdige Domain hinzufügen",
- "App update required" : "App-Update notwendig",
+ "App update required" : "App-Aktualisierung notwendig",
"%s will be updated to version %s" : "%s wird auf Version %s aktualisiert",
"These apps will be updated:" : "Diese Apps werden aktualisiert:",
"These incompatible apps will be disabled:" : "Diese inkompatiblen Apps werden deaktiviert:",
@@ -316,8 +313,8 @@
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Stellen Sie vor dem Fortsetzen bitte sicher, dass die Datenbank, der Konfigurationsordner und der Datenordner gesichert wurden.",
"Start update" : "Aktualisierung starten",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:",
- "Detailed logs" : "Detaillierte Fehlermeldungen",
- "Update needed" : "Update erforderlich",
+ "Detailed logs" : "Detaillierte Protokollmeldungen",
+ "Update needed" : "Aktualisierung erforderlich",
"Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Nextcloud besitzen, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen.",
"For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schauen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
diff --git a/core/l10n/el.js b/core/l10n/el.js
index 955c2916aae..edfba6237b2 100644
--- a/core/l10n/el.js
+++ b/core/l10n/el.js
@@ -145,6 +145,7 @@ OC.L10N.register(
"Send" : "Αποστολή",
"Sending ..." : "Αποστολή...",
"Email sent" : "Το Email απεστάλη ",
+ "Send link via email" : "Αποστολή συνδέσμου μέσω email",
"Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}",
"Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
"group" : "ομάδα",
@@ -176,10 +177,8 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "Γειά σου {name}, ο καιρός είναι {weather}",
"Hello {name}" : "Γεια σου {name}",
"_download %n file_::_download %n files_" : ["λήψη %n αρχείου","λήψη %n αρχείων"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Η αναβάθμιση είναι σε εξέλιξη, αν φύγετε από αυτή τη σελίδα μπορεί να διακοπεί η διαδικασία σε ορισμένα περιβάλλοντα χρήσης.",
"An error occurred." : "Παρουσιάστηκε σφάλμα",
"Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.",
- "The update was successful. There were warnings." : "Η ενημέρωση ήταν επιτυχής. Υπήρχαν προειδοποιήσεις.",
"Searching other places" : "Έρευνα σε άλλα σημεία.",
"No search results in other folders" : "Δεν υπάρχουν αποτελέσματα αναζήτησης σε άλλους φακέλους",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} αποτέλεσμα αναζήτησης σε άλλο φάκελο","{count} αποτελέσματα αναζήτησης σε άλλους φακέλους"],
@@ -238,8 +237,10 @@ OC.L10N.register(
"Server side authentication failed!" : "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!",
"Please contact your administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή.",
"Please try again or contact your administrator." : "Παρακαλώ δοκιμάστε ξανά ή επικοινωνήστε με τον διαχειριστή σας.",
+ "Username or email" : "Όνομα χρήστη ή email",
"Log in" : "Είσοδος",
"Wrong password. Reset it?" : "Λάθος Κωδικός. Επαναφορά;",
+ "Wrong password." : "Λανθασμένο συνθηματικό.",
"Stay logged in" : "Μείνετε συνδεδεμένος",
"Alternative Logins" : "Εναλλακτικές Συνδέσεις",
"Use the following link to reset your password: {link}" : "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}",
@@ -262,6 +263,8 @@ OC.L10N.register(
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Παρακαλώ βεβαιωθείτε ότι έχουν ληψθεί αντίγραφα ασφαλείας της βάσης δεδομένων, του φακέλου ρυθμίσεων και του φακέλου δεδομένων πριν προχωρήσετε.",
"Start update" : "Έναρξη ενημέρωσης",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Για να αποφύγετε τη λήξη χρόνου με μεγαλύτερες εγκαταστάσεις, μπορείτε αντί αυτού να τρέξετε την ακόλουθη εντολή από τον κατάλογο αρχείων εφαρμογών:",
+ "Detailed logs" : "Λεπτομερές ιστορικό",
+ "Update needed" : "Απαιτείται ενημέρωση",
"This %s instance is currently in maintenance mode, which may take a while." : "Αυτή %s η εγκατάσταση είναι σε κατάσταση συντήρησης, η οποία μπορεί να πάρει κάποιο χρόνο.",
"This page will refresh itself when the %s instance is available again." : "Αυτή η σελίδα θα ανανεωθεί από μόνη της όταν η %s εγκατάσταση είναι διαθέσιμη ξανά."
},
diff --git a/core/l10n/el.json b/core/l10n/el.json
index 4df4fb4f44c..a1a0503bdc3 100644
--- a/core/l10n/el.json
+++ b/core/l10n/el.json
@@ -143,6 +143,7 @@
"Send" : "Αποστολή",
"Sending ..." : "Αποστολή...",
"Email sent" : "Το Email απεστάλη ",
+ "Send link via email" : "Αποστολή συνδέσμου μέσω email",
"Shared with you and the group {group} by {owner}" : "Διαμοιράστηκε με σας και με την ομάδα {group} του {owner}",
"Shared with you by {owner}" : "Διαμοιράστηκε με σας από τον {owner}",
"group" : "ομάδα",
@@ -174,10 +175,8 @@
"Hello {name}, the weather is {weather}" : "Γειά σου {name}, ο καιρός είναι {weather}",
"Hello {name}" : "Γεια σου {name}",
"_download %n file_::_download %n files_" : ["λήψη %n αρχείου","λήψη %n αρχείων"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Η αναβάθμιση είναι σε εξέλιξη, αν φύγετε από αυτή τη σελίδα μπορεί να διακοπεί η διαδικασία σε ορισμένα περιβάλλοντα χρήσης.",
"An error occurred." : "Παρουσιάστηκε σφάλμα",
"Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.",
- "The update was successful. There were warnings." : "Η ενημέρωση ήταν επιτυχής. Υπήρχαν προειδοποιήσεις.",
"Searching other places" : "Έρευνα σε άλλα σημεία.",
"No search results in other folders" : "Δεν υπάρχουν αποτελέσματα αναζήτησης σε άλλους φακέλους",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} αποτέλεσμα αναζήτησης σε άλλο φάκελο","{count} αποτελέσματα αναζήτησης σε άλλους φακέλους"],
@@ -236,8 +235,10 @@
"Server side authentication failed!" : "Η διαδικασία επικύρωσης απέτυχε από την πλευρά του διακομιστή!",
"Please contact your administrator." : "Παρακαλώ επικοινωνήστε με τον διαχειριστή.",
"Please try again or contact your administrator." : "Παρακαλώ δοκιμάστε ξανά ή επικοινωνήστε με τον διαχειριστή σας.",
+ "Username or email" : "Όνομα χρήστη ή email",
"Log in" : "Είσοδος",
"Wrong password. Reset it?" : "Λάθος Κωδικός. Επαναφορά;",
+ "Wrong password." : "Λανθασμένο συνθηματικό.",
"Stay logged in" : "Μείνετε συνδεδεμένος",
"Alternative Logins" : "Εναλλακτικές Συνδέσεις",
"Use the following link to reset your password: {link}" : "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}",
@@ -260,6 +261,8 @@
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Παρακαλώ βεβαιωθείτε ότι έχουν ληψθεί αντίγραφα ασφαλείας της βάσης δεδομένων, του φακέλου ρυθμίσεων και του φακέλου δεδομένων πριν προχωρήσετε.",
"Start update" : "Έναρξη ενημέρωσης",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Για να αποφύγετε τη λήξη χρόνου με μεγαλύτερες εγκαταστάσεις, μπορείτε αντί αυτού να τρέξετε την ακόλουθη εντολή από τον κατάλογο αρχείων εφαρμογών:",
+ "Detailed logs" : "Λεπτομερές ιστορικό",
+ "Update needed" : "Απαιτείται ενημέρωση",
"This %s instance is currently in maintenance mode, which may take a while." : "Αυτή %s η εγκατάσταση είναι σε κατάσταση συντήρησης, η οποία μπορεί να πάρει κάποιο χρόνο.",
"This page will refresh itself when the %s instance is available again." : "Αυτή η σελίδα θα ανανεωθεί από μόνη της όταν η %s εγκατάσταση είναι διαθέσιμη ξανά."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js
index 414d643664e..7d38eb05970 100644
--- a/core/l10n/en_GB.js
+++ b/core/l10n/en_GB.js
@@ -214,13 +214,10 @@ OC.L10N.register(
"Hello {name}" : "Hello {name}",
"new" : "new",
"_download %n file_::_download %n files_" : ["download %n file","download %n files"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "The upgrade is in progress, leaving this page might interrupt the process in some environments.",
- "Updating to {version}" : "Updating to {version}",
"An error occurred." : "An error occurred.",
"Please reload the page." : "Please reload the page.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "The update was successful. There were warnings." : "The update was successful. There were warnings.",
"The update was successful. Redirecting you to Nextcloud now." : "The update was successful. Redirecting you to Nextcloud.",
"Searching other places" : "Searching other places",
"No search results in other folders" : "No search results in other folders",
diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json
index 21452c437db..cdd0ed8e7c3 100644
--- a/core/l10n/en_GB.json
+++ b/core/l10n/en_GB.json
@@ -212,13 +212,10 @@
"Hello {name}" : "Hello {name}",
"new" : "new",
"_download %n file_::_download %n files_" : ["download %n file","download %n files"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "The upgrade is in progress, leaving this page might interrupt the process in some environments.",
- "Updating to {version}" : "Updating to {version}",
"An error occurred." : "An error occurred.",
"Please reload the page." : "Please reload the page.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "The update was successful. There were warnings." : "The update was successful. There were warnings.",
"The update was successful. Redirecting you to Nextcloud now." : "The update was successful. Redirecting you to Nextcloud.",
"Searching other places" : "Searching other places",
"No search results in other folders" : "No search results in other folders",
diff --git a/core/l10n/es.js b/core/l10n/es.js
index f45ef037a97..b55d67d2cfc 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -219,13 +219,10 @@ OC.L10N.register(
"Hello {name}" : "Hola {name}",
"new" : "Nuevo",
"_download %n file_::_download %n files_" : ["descargar %n ficheros","descargar %n archivos"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, salir de esta página podrían interrumpir el proceso en algunos entornos.",
- "Updating to {version}" : "Actualizando a {version}",
"An error occurred." : "Ocurrió un error.",
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización falló. Por favor, informa de este problema en la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidad de Nextcloud</a>.",
- "The update was successful. There were warnings." : "La actualización fue exitosa. Había advertencias.",
"The update was successful. Redirecting you to Nextcloud now." : "Actualización completada con éxito. Redirigiendo a Nextcloud.",
"Searching other places" : "Buscando en otros lugares",
"No search results in other folders" : "Ningún resultado de búsqueda en otras carpetas",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index b33d37d5c55..1dbdaeb94a7 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -217,13 +217,10 @@
"Hello {name}" : "Hola {name}",
"new" : "Nuevo",
"_download %n file_::_download %n files_" : ["descargar %n ficheros","descargar %n archivos"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La actualización está en curso, salir de esta página podrían interrumpir el proceso en algunos entornos.",
- "Updating to {version}" : "Actualizando a {version}",
"An error occurred." : "Ocurrió un error.",
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización falló. Por favor, informa de este problema en la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidad de Nextcloud</a>.",
- "The update was successful. There were warnings." : "La actualización fue exitosa. Había advertencias.",
"The update was successful. Redirecting you to Nextcloud now." : "Actualización completada con éxito. Redirigiendo a Nextcloud.",
"Searching other places" : "Buscando en otros lugares",
"No search results in other folders" : "Ningún resultado de búsqueda en otras carpetas",
diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js
index fc7e0482614..64e69da3eb8 100644
--- a/core/l10n/et_EE.js
+++ b/core/l10n/et_EE.js
@@ -172,10 +172,8 @@ OC.L10N.register(
"Hello {name}" : "Tere, {name}",
"new" : "uus",
"_download %n file_::_download %n files_" : ["laadi alla %n fail","laadi alla %n faili"],
- "Updating to {version}" : "Uuendamine versioonile {version}",
"An error occurred." : "Tekkis tõrge.",
"Please reload the page." : "Palun laadi see uuesti.",
- "The update was successful. There were warnings." : "Uuendamine läks kenasti. hoiatusi polnud.",
"Searching other places" : "Otsi teistest kohtadest",
"Personal" : "Isiklik",
"Users" : "Kasutajad",
diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json
index b8c258d54bc..a63f15477b1 100644
--- a/core/l10n/et_EE.json
+++ b/core/l10n/et_EE.json
@@ -170,10 +170,8 @@
"Hello {name}" : "Tere, {name}",
"new" : "uus",
"_download %n file_::_download %n files_" : ["laadi alla %n fail","laadi alla %n faili"],
- "Updating to {version}" : "Uuendamine versioonile {version}",
"An error occurred." : "Tekkis tõrge.",
"Please reload the page." : "Palun laadi see uuesti.",
- "The update was successful. There were warnings." : "Uuendamine läks kenasti. hoiatusi polnud.",
"Searching other places" : "Otsi teistest kohtadest",
"Personal" : "Isiklik",
"Users" : "Kasutajad",
diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js
index 24e33f86710..9de205fe01f 100644
--- a/core/l10n/fi_FI.js
+++ b/core/l10n/fi_FI.js
@@ -205,12 +205,9 @@ OC.L10N.register(
"Hello {name}" : "Hei {name}",
"new" : "uusi",
"_download %n file_::_download %n files_" : ["lataa %n tiedosto","lataa %n tiedostoa"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Päivitys on meneillään. Poistuminen tältä sivulta saattaa keskeyttää toimenpiteen joissain käyttöympäristöissä.",
- "Updating to {version}" : "Päivitetään versioon {version}",
"An error occurred." : "Tapahtui virhe.",
"Please reload the page." : "Päivitä sivu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Päivitys epäonnistui. Katso lisätietoja tähän ongelmaan liittyen <a href=\"{url}\">keskustelupalstan viestistä</a>.",
- "The update was successful. There were warnings." : "Päivitys onnistui, tosin ilmeni varoituksia.",
"Searching other places" : "Etsitään muista paikoista",
"No search results in other folders" : "Ei hakutuloksia muissa kansioissa",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hakutulos muussa kansiossa","{count} hakutulosta muissa kansioissa"],
diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json
index b6bcd6cc6ec..c53c4973621 100644
--- a/core/l10n/fi_FI.json
+++ b/core/l10n/fi_FI.json
@@ -203,12 +203,9 @@
"Hello {name}" : "Hei {name}",
"new" : "uusi",
"_download %n file_::_download %n files_" : ["lataa %n tiedosto","lataa %n tiedostoa"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Päivitys on meneillään. Poistuminen tältä sivulta saattaa keskeyttää toimenpiteen joissain käyttöympäristöissä.",
- "Updating to {version}" : "Päivitetään versioon {version}",
"An error occurred." : "Tapahtui virhe.",
"Please reload the page." : "Päivitä sivu.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Päivitys epäonnistui. Katso lisätietoja tähän ongelmaan liittyen <a href=\"{url}\">keskustelupalstan viestistä</a>.",
- "The update was successful. There were warnings." : "Päivitys onnistui, tosin ilmeni varoituksia.",
"Searching other places" : "Etsitään muista paikoista",
"No search results in other folders" : "Ei hakutuloksia muissa kansioissa",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hakutulos muussa kansiossa","{count} hakutulosta muissa kansioissa"],
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index 16d1eb9982f..de66161b63d 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -8,12 +8,12 @@ OC.L10N.register(
"Unknown filetype" : "Type de fichier inconnu",
"Invalid image" : "Image non valable",
"An error occurred. Please contact your admin." : "Une erreur est survenue. Veuillez contacter votre administrateur.",
- "No temporary profile picture available, try again" : "Aucune image temporaire disponible pour le profil. Essayez à nouveau.",
+ "No temporary profile picture available, try again" : "Auncune image de profil temporaire disponible, essayez à nouveau",
"No crop data provided" : "Aucune donnée de recadrage fournie",
"No valid crop data provided" : "Données de recadrage non valides",
"Crop is not square" : "Le recadrage n'est pas carré",
- "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable.",
- "Couldn't reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton a expiré.",
+ "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable",
+ "Couldn't reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton a expiré",
"Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.",
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.",
"%s password reset" : "Réinitialisation de votre mot de passe %s",
@@ -219,13 +219,10 @@ OC.L10N.register(
"Hello {name}" : "Hello {name}",
"new" : "Nouveau ",
"_download %n file_::_download %n files_" : ["Télécharger %n fichier","Télécharger %n fichiers"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mise à jour est en cours. Selon la configuration, le fait de quitter cette page peut entraîner l'interruption de la procédure.",
- "Updating to {version}" : "En cours de mise à jour vers la version {version}",
"An error occurred." : "Une erreur est survenue.",
"Please reload the page." : "Veuillez recharger la page.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mise à jour a échoué. Pour plus d'informations <a href=\"{url}\">consultez notre publication sur le forum</a> à propos de ce problème.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La mise à jour a échoué. Veuillez reporter le problème à la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">communauté Nextcloud</a>.",
- "The update was successful. There were warnings." : "La mise à jour a réussi, mais il y a eu des avertissements",
"The update was successful. Redirecting you to Nextcloud now." : "La mise à jour a réussi. Vous allez être redirigé vers votre Nextcloud.",
"Searching other places" : "Recherche en cours dans d'autres emplacements",
"No search results in other folders" : "Aucun résultat dans d'autres dossiers",
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 159705e5591..b3bd4f04628 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -6,12 +6,12 @@
"Unknown filetype" : "Type de fichier inconnu",
"Invalid image" : "Image non valable",
"An error occurred. Please contact your admin." : "Une erreur est survenue. Veuillez contacter votre administrateur.",
- "No temporary profile picture available, try again" : "Aucune image temporaire disponible pour le profil. Essayez à nouveau.",
+ "No temporary profile picture available, try again" : "Auncune image de profil temporaire disponible, essayez à nouveau",
"No crop data provided" : "Aucune donnée de recadrage fournie",
"No valid crop data provided" : "Données de recadrage non valides",
"Crop is not square" : "Le recadrage n'est pas carré",
- "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable.",
- "Couldn't reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton a expiré.",
+ "Couldn't reset password because the token is invalid" : "Impossible de réinitialiser le mot de passe car le jeton n'est pas valable",
+ "Couldn't reset password because the token is expired" : "Impossible de réinitialiser le mot de passe car le jeton a expiré",
"Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.",
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation car il n'y a aucune adresse de courriel pour cet utilisateur. Veuillez contacter votre administrateur.",
"%s password reset" : "Réinitialisation de votre mot de passe %s",
@@ -217,13 +217,10 @@
"Hello {name}" : "Hello {name}",
"new" : "Nouveau ",
"_download %n file_::_download %n files_" : ["Télécharger %n fichier","Télécharger %n fichiers"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "La mise à jour est en cours. Selon la configuration, le fait de quitter cette page peut entraîner l'interruption de la procédure.",
- "Updating to {version}" : "En cours de mise à jour vers la version {version}",
"An error occurred." : "Une erreur est survenue.",
"Please reload the page." : "Veuillez recharger la page.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mise à jour a échoué. Pour plus d'informations <a href=\"{url}\">consultez notre publication sur le forum</a> à propos de ce problème.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La mise à jour a échoué. Veuillez reporter le problème à la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">communauté Nextcloud</a>.",
- "The update was successful. There were warnings." : "La mise à jour a réussi, mais il y a eu des avertissements",
"The update was successful. Redirecting you to Nextcloud now." : "La mise à jour a réussi. Vous allez être redirigé vers votre Nextcloud.",
"Searching other places" : "Recherche en cours dans d'autres emplacements",
"No search results in other folders" : "Aucun résultat dans d'autres dossiers",
diff --git a/core/l10n/he.js b/core/l10n/he.js
index b53fb45105d..cccc644f47f 100644
--- a/core/l10n/he.js
+++ b/core/l10n/he.js
@@ -213,12 +213,9 @@ OC.L10N.register(
"Hello {name}" : "שלום {name}",
"new" : "חדש",
"_download %n file_::_download %n files_" : ["הורד %n קובץ","הורדו %n קבצים"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "מתבצע עכשיו שדרוג, מעבר מדף זה עלול לפגוע בתהליך בסביבות הפעלה מסויימות.",
- "Updating to {version}" : "מעדכן ל- {version}",
"An error occurred." : "אירעה שגיאה.",
"Please reload the page." : "יש להעלות מחדש דף זה.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
- "The update was successful. There were warnings." : "העדכון בוצע בהצלחה. היו הזהרות.",
"Searching other places" : "מחפש במקומות אחרים",
"No search results in other folders" : "אין תוצאות חיפוש בתיקיות אחרות",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} תוצאת חיפוש בתיקייה אחרות","{count} תוצאות חיפוש בתיקיות אחרות"],
diff --git a/core/l10n/he.json b/core/l10n/he.json
index f9599d10052..a4d3b261f1e 100644
--- a/core/l10n/he.json
+++ b/core/l10n/he.json
@@ -211,12 +211,9 @@
"Hello {name}" : "שלום {name}",
"new" : "חדש",
"_download %n file_::_download %n files_" : ["הורד %n קובץ","הורדו %n קבצים"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "מתבצע עכשיו שדרוג, מעבר מדף זה עלול לפגוע בתהליך בסביבות הפעלה מסויימות.",
- "Updating to {version}" : "מעדכן ל- {version}",
"An error occurred." : "אירעה שגיאה.",
"Please reload the page." : "יש להעלות מחדש דף זה.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "העדכון בוצע בהצלחה. למידע נוסף <a href=\"{url}\">ניתן לבדוק בהודעת הפורום שלנו</a> המכסה נושא זו.",
- "The update was successful. There were warnings." : "העדכון בוצע בהצלחה. היו הזהרות.",
"Searching other places" : "מחפש במקומות אחרים",
"No search results in other folders" : "אין תוצאות חיפוש בתיקיות אחרות",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} תוצאת חיפוש בתיקייה אחרות","{count} תוצאות חיפוש בתיקיות אחרות"],
diff --git a/core/l10n/hu_HU.js b/core/l10n/hu_HU.js
index aa06f80b386..7a88e4f2cff 100644
--- a/core/l10n/hu_HU.js
+++ b/core/l10n/hu_HU.js
@@ -212,12 +212,9 @@ OC.L10N.register(
"Hello {name}" : "Üdv {name}!",
"new" : "új",
"_download %n file_::_download %n files_" : ["%n fájl letöltése","%n fájl letöltése"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A frissítés folyamatban van, az oldal elhagyása néhány környezetben lehet, hogy megszakítja a folyamatot.",
- "Updating to {version}" : "Frissítés erre a verzióra: {version}",
"An error occurred." : "Hiba történt.",
"Please reload the page." : "Kérjük frissítse az oldalt!",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresse fel a fórumunkat</a> a probléma lefedéséért.",
- "The update was successful. There were warnings." : "A frissítés sikerült. Figyelmeztetések találhatók.",
"Searching other places" : "Keresés más helyeken",
"No search results in other folders" : "Nincs keresési eredmény a másik könyvtárakban",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} keresési eredmény egy másik könyvtárban","{count} keresési eredmény más könyvtárakban"],
diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json
index 97e4dc60110..0673dcceace 100644
--- a/core/l10n/hu_HU.json
+++ b/core/l10n/hu_HU.json
@@ -210,12 +210,9 @@
"Hello {name}" : "Üdv {name}!",
"new" : "új",
"_download %n file_::_download %n files_" : ["%n fájl letöltése","%n fájl letöltése"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A frissítés folyamatban van, az oldal elhagyása néhány környezetben lehet, hogy megszakítja a folyamatot.",
- "Updating to {version}" : "Frissítés erre a verzióra: {version}",
"An error occurred." : "Hiba történt.",
"Please reload the page." : "Kérjük frissítse az oldalt!",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Frissítés sikertelen. Bővebb információért <a href=\"{url}\">keresse fel a fórumunkat</a> a probléma lefedéséért.",
- "The update was successful. There were warnings." : "A frissítés sikerült. Figyelmeztetések találhatók.",
"Searching other places" : "Keresés más helyeken",
"No search results in other folders" : "Nincs keresési eredmény a másik könyvtárakban",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} keresési eredmény egy másik könyvtárban","{count} keresési eredmény más könyvtárakban"],
diff --git a/core/l10n/id.js b/core/l10n/id.js
index cae7fdc0019..782a958cc7f 100644
--- a/core/l10n/id.js
+++ b/core/l10n/id.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"core",
{
+ "Please select a file." : "Pilih berkas",
"File is too big" : "Berkas terlalu besar",
"Invalid file provided" : "Berkas yang diberikan tidak sah",
"No image or file provided" : "Tidak ada gambar atau berkas yang disediakan",
@@ -14,6 +15,7 @@ OC.L10N.register(
"Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang sandi karena token tidak sah",
"Couldn't reset password because the token is expired" : "Tidak dapat menyetel ulang sandi karena token telah kadaluarsa",
"Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.",
+ "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Tidak dapat mengirim email karena tidak ada alamat email untuk nama pengguna ini. Silahkan hubungi administrator Anda.",
"%s password reset" : "%s sandi disetel ulang",
"Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.",
"Error loading tags" : "Kesalahan saat saat memuat tag",
@@ -25,8 +27,11 @@ OC.L10N.register(
"Error unfavoriting" : "Kesalahan saat menghapus sebagai favorit",
"Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s",
"Preparing update" : "Mempersiapkan pembaruan",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "Peringatan perbaikan:",
"Repair error: " : "Kesalahan perbaikan:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Gunakan pembaruan di command line karena pembaruan otomatis di nonaktifkan di config.php. ",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: Mengecek tabel %s",
"Turned on maintenance mode" : "Hidupkan mode perawatan",
"Turned off maintenance mode" : "Matikan mode perawatan",
"Maintenance mode is kept active" : "Mode Pemeliharaan masih aktif",
@@ -38,6 +43,10 @@ OC.L10N.register(
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Memeriksa apakah skema untuk %s dapat diperbarui (dapat memerlukan waktu yang lama tergantung pada ukuran basis data)",
"Checked database schema update for apps" : "Pembaruan skema basis data terperiksa untuk aplikasi",
"Updated \"%s\" to %s" : "Terbaru \"%s\" sampai %s",
+ "Set log level to debug" : "Atur log level ke debug",
+ "Reset log level" : "Atur ulang log level",
+ "Starting code integrity check" : "Memulai pengecekan integritas kode",
+ "Finished code integrity check" : "Pengecekan integritas kode selesai",
"%s (3rdparty)" : "%s (pihak ke-3)",
"%s (incompatible)" : "%s (tidak kompatibel)",
"Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
@@ -87,7 +96,9 @@ OC.L10N.register(
"Oct." : "Okt.",
"Nov." : "Nov.",
"Dec." : "Des.",
+ "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Ada permasalahan dengan pengecekan integrasi kode. Informasi selanjutnya…</a>",
"Settings" : "Pengaturan",
+ "Problem loading page, reloading in 5 seconds" : "Terjadi masalah dalam memuat laman, mencoba lagi dalam 5 detik",
"Saving..." : "Menyimpan...",
"Dismiss" : "Buang",
"seconds ago" : "beberapa detik yang lalu",
@@ -119,9 +130,18 @@ OC.L10N.register(
"Good password" : "Sandi baik",
"Strong password" : "Sandi kuat",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Server web Anda belum diatur dengan benar untuk mengizinkan sinkronisasi berkas karena antarmuka WebDAV nampaknya rusak.",
+ "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Server web Anda tidak diatur secara baik untuk menyelesaikan \"{url}\". Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Server ini tidak tersambung ke internet: Banyak endpoint tidak bisa dicapai. Ini berarti beberapa fitur seperti me-mount penyimpanan eksternal, notifikasi pembaruan atau instalasi aplikasi pihak ketiga tidak akan bekerja. Mengakses berkas secara remote dan mengirim notifikasi email juga tidak bekerja. Kami menyarankan untuk mengaktifkan koneksi internet untuk server ini jika Anda ingin memiliki fitur ini.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Tidak ada memory cache telah dikonfigurasi. Untuk meningkatkan kinerja, mohon mengkonfigurasi memcache jika tersedia. Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
+ "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom tidak bisa dibaca oleh PHP dan sangat tidak disarankan untuk alasan keamanan. Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Anda sekarang menjalankan PHP {version}. Kami menyarankan Anda untuk perbarui versi PHP Anda untuk memanfaatkan <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performa dan pembaruan keamanan yang disediakan oleh PHP Group</a> saat distribusi Anda mendukungnya.",
+ "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Konfigurasi proxy header terbalik salah, atau Anda mengakses ownCloud dari proxy terpercaya. Apabila Anda tidak mengakses ownCloud dari proxy terpercaya, ini adalah masalah keamanan dan penyerang dapat memalsukan alamat IP mereka ke ownCloud. Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached terkonfigurasi sebagai cache terdistribusi, tetapi modul PHP \"memcache\" yang salah terpasang. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" dan bukan \"memcache\". Lihat <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki memcached tentang kedua modul</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Beberapa berkas tidak lulus cek integritas. Informasi lebih lanjut tentang cara mengatasi masalah ini dapat ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami. (<a href=\"{codeIntegrityDownloadEndpoint}\">Daftar berkas yang tidak valid…</a> / <a href=\"{rescanEndpoint}\">Pindai ulang…</a>)",
"Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Direktori data dan berkas Anda kemungkinan dapat diakses dari Internet. Berkas .htaccess tidak bekerja. Kami sangat menyarankan Anda untuk mengkonfigurasi server web agar direktori data tidak lagi dapat diakses atau pindahkan direktori data Anda di luar root dokumen server web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header HTTP \"{header}\" tidak dikonfigurasi sama dengan \"{expected}\". Hal ini berpotensi pada resiko keamanan dan privasi. Kami sarankan untuk menyesuaikan pengaturan ini.",
+ "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "Header \"Strict-Transport-Security\" HTTP tidak terkonfigurasi ke setidaknya \"{seconds}\" detik. Untuk meningkatkan kemanan kami merekomendasikan mengaktifkan HSTS seperti yang dijelaskan di <a href=\"{docUrl}\" rel=\"noreferrer\">saran keamanan</a> kami.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Anda mengakses situs ini via HTTP. Kami sangat menyarankan Anda untuk mengatur server Anda menggunakan HTTPS yang dibahas di <a href=\"{docUrl}\">tips keamanan</a> kami.",
"Shared" : "Dibagikan",
"Shared with {recipients}" : "Dibagikan dengan {recipients}",
@@ -134,16 +154,22 @@ OC.L10N.register(
"Expiration" : "Kedaluwarsa",
"Expiration date" : "Tanggal kedaluwarsa",
"Choose a password for the public link" : "Tetapkan sandi untuk tautan publik",
+ "Copied!" : "Tersalin!",
+ "Not supported!" : "Tidak didukung!",
+ "Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.",
+ "Press Ctrl-C to copy." : "Tekan Ctrl-C untuk menyalin.",
"Resharing is not allowed" : "Berbagi ulang tidak diizinkan",
"Share link" : "Bagikan tautan",
"Link" : "Tautan",
"Password protect" : "Lindungi dengan sandi",
"Password" : "Sandi",
"Allow editing" : "Izinkan penyuntingan",
+ "Hide file listing" : "Sembunyikan pendaftaran berkas",
"Email link to person" : "Emailkan tautan ini ke orang",
"Send" : "Kirim",
"Sending ..." : "Mengirim ...",
"Email sent" : "Email terkirim",
+ "Send link via email" : "Kirim pranala melalui email",
"Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
"Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
"group" : "grup",
@@ -156,13 +182,30 @@ OC.L10N.register(
"change" : "ubah",
"delete" : "hapus",
"access control" : "kontrol akses",
+ "Could not unshare" : "Tidak dapat membatalkan pembagian",
"Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
+ "No users or groups found for {search}" : "Tidak ada pengguna atau grup ditemukan untuk {search}",
+ "No users found for {search}" : "Tidak ada pengguna ditemukan untuk {search}",
+ "An error occurred. Please try again" : "Terjadi kesalahan. Silakan coba lagi",
+ "{sharee} (group)" : "{sharee} (grup)",
+ "{sharee} (at {server})" : "{sharee} (di {server})",
+ "{sharee} (remote)" : "{sharee} (remote)",
"Share" : "Bagikan",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud",
+ "Share with users…" : "Bagikan kepada pengguna...",
+ "Share with users, groups or remote users…" : "Bagikan kepada pengguna, grup atau remote...",
+ "Share with users or groups…" : "Bagikan kepada pengguna atau grup...",
+ "Share with users or remote users…" : "Bagikan kepada pengguna atau remote...",
+ "Error removing share" : "Terjadi kesalahan saat menghapus pembagian",
"Warning" : "Peringatan",
"Error while sending notification" : "Kesalahan ketika mengirim notifikasi",
+ "Non-existing tag #{tag}" : "Tag tidak ada #{tag}",
+ "restricted" : "terbatas",
+ "invisible" : "tersembunyi",
+ "({scope})" : "({scope})",
"Delete" : "Hapus",
"Rename" : "Ubah nama",
+ "Collaborative tags" : "Tag kolaboratif",
"The object type is not specified." : "Tipe objek tidak ditentukan.",
"Enter new" : "Masukkan baru",
"Add" : "Tambah",
@@ -170,15 +213,17 @@ OC.L10N.register(
"Error loading dialog template: {error}" : "Kesalahan saat memuat templat dialog: {error}",
"No tags selected for deletion." : "Tidak ada label yang dipilih untuk dihapus.",
"unknown text" : "teks tidak diketahui",
- "Hello world!" : "Hello world!",
+ "Hello world!" : "Halo dunia!",
"sunny" : "cerah",
- "Hello {name}, the weather is {weather}" : "Helo {name}, jepang {weather}",
- "Hello {name}" : "Helo {name}",
+ "Hello {name}, the weather is {weather}" : "Halo {name}, saat ini {weather}",
+ "Hello {name}" : "Halo {name}",
+ "new" : "baru",
"_download %n file_::_download %n files_" : ["unduh %n berkas"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.",
"An error occurred." : "Terjadi kesalahan.",
"Please reload the page." : "Silakan muat ulang halaman.",
- "The update was successful. There were warnings." : "Pembaruan telah berhasil. Terdapat peringatan.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Pembaruan gagal. Untuk informasi berikutnya <a href=\"{url}\">cek posting di forum</a> yang mencakup masalah kami.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Pembaruan gagal. Laporkan masalah ini ke <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitas Nextcloud</a>.",
+ "The update was successful. Redirecting you to Nextcloud now." : "Pembaruan berhasil. Mengarahkan Anda ke Nextcloud.",
"Searching other places" : "Mencari tempat lainnya",
"No search results in other folders" : "Tidak ada hasil penelusuran didalam folder yang lain",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
@@ -209,6 +254,7 @@ OC.L10N.register(
"Trace" : "Jejak",
"Security warning" : "Peringatan keamanan",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Kemungkinan direktori data dan berkas anda dapat diakses dari internet karena berkas .htaccess tidak berfungsi.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Untuk informasi bagaimana menkonfigurasi server Anda dengan benar, silakan lihat <a href=\"%s\" target=\"_blank\" rel=\"norefferer\">dokumentasi</a>.",
"Create an <strong>admin account</strong>" : "Buat sebuah <strong>akun admin</strong>",
"Username" : "Nama pengguna",
"Storage & database" : "Penyimpanan & Basis data",
@@ -236,9 +282,12 @@ OC.L10N.register(
"Search" : "Cari",
"Server side authentication failed!" : "Otentikasi dari sisi server gagal!",
"Please contact your administrator." : "Silahkan hubungi administrator anda.",
+ "An internal error occurred." : "Terjadi kesalahan internal.",
"Please try again or contact your administrator." : "Mohon coba lagi atau hubungi administrator Anda.",
+ "Username or email" : "Nama pengguna atau email",
"Log in" : "Masuk",
"Wrong password. Reset it?" : "Sandi salah. Atur ulang?",
+ "Wrong password." : "Sandi salah.",
"Stay logged in" : "Tetap masuk",
"Alternative Logins" : "Cara Alternatif untuk Masuk",
"Use the following link to reset your password: {link}" : "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}",
@@ -249,7 +298,13 @@ OC.L10N.register(
"This means only administrators can use the instance." : "Ini berarti hanya administrator yang dapat menggunakan ownCloud.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.",
"Thank you for your patience." : "Terima kasih atas kesabaran anda.",
+ "Two-step verification" : "Otentikasi ganda",
+ "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Peningkatan keamanan delah diaktifkan untuk akun Anda. Mohon otentikasi menggunakan faktor kedua.",
+ "Cancel login" : "Batalkan log masuk",
+ "Please authenticate using the selected factor." : "Mohon lakukan otentikasi dengan faktor ke dua.",
+ "An error occured while verifying the token" : "Terjadi kesalahan saat memverifikasi token",
"You are accessing the server from an untrusted domain." : "Anda mengakses server dari domain yang tidak terpercaya.",
+ "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Silakan hubungi administrator Anda. Apabila Anda adalah administrator dari instansi ini, konfigurasikan aturan \"trusted_domains\" di config/config.php. Contoh konfigurasi disediakan di config/config.sample.php.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Tergantung pada konfigurasi Anda, sebagai seorang administrator Anda kemungkinan dapat menggunakan tombol bawah untuk mempercayai domain ini.",
"Add \"%s\" as trusted domain" : "tambahkan \"%s\" sebagai domain terpercaya",
"App update required" : "Diperlukan perbarui aplikasi",
@@ -260,6 +315,10 @@ OC.L10N.register(
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pastikan bahwa basis data, folder konfig, dan folder data telah dicadangkan sebelum melanjutkan.",
"Start update" : "Jalankan pembaruan",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Untuk menghindari waktu habis dengan instalasi yang lebih besar, Anda bisa menjalankan perintah berikut dari direktori instalasi Anda:",
+ "Detailed logs" : "Log detail",
+ "Update needed" : "Pembaruan dibutuhkan",
+ "Please use the command line updater because you have a big instance." : "Gunakan pembaruan command-line karena Anda mempunyai instansi yang besar.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Untuk bantuan, lihat <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasi</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Instansi %s ini sedang dalam modus pemeliharaan, mungkin memerlukan beberapa saat.",
"This page will refresh itself when the %s instance is available again." : "Halaman ini akan disegarkan dengan sendiri saat instansi %s tersebut tersedia kembali."
},
diff --git a/core/l10n/id.json b/core/l10n/id.json
index aa2537a5c91..093ea64c99c 100644
--- a/core/l10n/id.json
+++ b/core/l10n/id.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Please select a file." : "Pilih berkas",
"File is too big" : "Berkas terlalu besar",
"Invalid file provided" : "Berkas yang diberikan tidak sah",
"No image or file provided" : "Tidak ada gambar atau berkas yang disediakan",
@@ -12,6 +13,7 @@
"Couldn't reset password because the token is invalid" : "Tidak dapat menyetel ulang sandi karena token tidak sah",
"Couldn't reset password because the token is expired" : "Tidak dapat menyetel ulang sandi karena token telah kadaluarsa",
"Couldn't send reset email. Please make sure your username is correct." : "Tidak dapat menyetel ulang email. Mohon pastikan nama pengguna Anda benar.",
+ "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Tidak dapat mengirim email karena tidak ada alamat email untuk nama pengguna ini. Silahkan hubungi administrator Anda.",
"%s password reset" : "%s sandi disetel ulang",
"Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.",
"Error loading tags" : "Kesalahan saat saat memuat tag",
@@ -23,8 +25,11 @@
"Error unfavoriting" : "Kesalahan saat menghapus sebagai favorit",
"Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s",
"Preparing update" : "Mempersiapkan pembaruan",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "Peringatan perbaikan:",
"Repair error: " : "Kesalahan perbaikan:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Gunakan pembaruan di command line karena pembaruan otomatis di nonaktifkan di config.php. ",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: Mengecek tabel %s",
"Turned on maintenance mode" : "Hidupkan mode perawatan",
"Turned off maintenance mode" : "Matikan mode perawatan",
"Maintenance mode is kept active" : "Mode Pemeliharaan masih aktif",
@@ -36,6 +41,10 @@
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Memeriksa apakah skema untuk %s dapat diperbarui (dapat memerlukan waktu yang lama tergantung pada ukuran basis data)",
"Checked database schema update for apps" : "Pembaruan skema basis data terperiksa untuk aplikasi",
"Updated \"%s\" to %s" : "Terbaru \"%s\" sampai %s",
+ "Set log level to debug" : "Atur log level ke debug",
+ "Reset log level" : "Atur ulang log level",
+ "Starting code integrity check" : "Memulai pengecekan integritas kode",
+ "Finished code integrity check" : "Pengecekan integritas kode selesai",
"%s (3rdparty)" : "%s (pihak ke-3)",
"%s (incompatible)" : "%s (tidak kompatibel)",
"Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
@@ -85,7 +94,9 @@
"Oct." : "Okt.",
"Nov." : "Nov.",
"Dec." : "Des.",
+ "<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Ada permasalahan dengan pengecekan integrasi kode. Informasi selanjutnya…</a>",
"Settings" : "Pengaturan",
+ "Problem loading page, reloading in 5 seconds" : "Terjadi masalah dalam memuat laman, mencoba lagi dalam 5 detik",
"Saving..." : "Menyimpan...",
"Dismiss" : "Buang",
"seconds ago" : "beberapa detik yang lalu",
@@ -117,9 +128,18 @@
"Good password" : "Sandi baik",
"Strong password" : "Sandi kuat",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Server web Anda belum diatur dengan benar untuk mengizinkan sinkronisasi berkas karena antarmuka WebDAV nampaknya rusak.",
+ "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Server web Anda tidak diatur secara baik untuk menyelesaikan \"{url}\". Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Server ini tidak tersambung ke internet: Banyak endpoint tidak bisa dicapai. Ini berarti beberapa fitur seperti me-mount penyimpanan eksternal, notifikasi pembaruan atau instalasi aplikasi pihak ketiga tidak akan bekerja. Mengakses berkas secara remote dan mengirim notifikasi email juga tidak bekerja. Kami menyarankan untuk mengaktifkan koneksi internet untuk server ini jika Anda ingin memiliki fitur ini.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Tidak ada memory cache telah dikonfigurasi. Untuk meningkatkan kinerja, mohon mengkonfigurasi memcache jika tersedia. Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
+ "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom tidak bisa dibaca oleh PHP dan sangat tidak disarankan untuk alasan keamanan. Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Anda sekarang menjalankan PHP {version}. Kami menyarankan Anda untuk perbarui versi PHP Anda untuk memanfaatkan <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performa dan pembaruan keamanan yang disediakan oleh PHP Group</a> saat distribusi Anda mendukungnya.",
+ "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Konfigurasi proxy header terbalik salah, atau Anda mengakses ownCloud dari proxy terpercaya. Apabila Anda tidak mengakses ownCloud dari proxy terpercaya, ini adalah masalah keamanan dan penyerang dapat memalsukan alamat IP mereka ke ownCloud. Informasi selanjutnya bisa ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached terkonfigurasi sebagai cache terdistribusi, tetapi modul PHP \"memcache\" yang salah terpasang. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" dan bukan \"memcache\". Lihat <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki memcached tentang kedua modul</a>.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Beberapa berkas tidak lulus cek integritas. Informasi lebih lanjut tentang cara mengatasi masalah ini dapat ditemukan di <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentasi</a> kami. (<a href=\"{codeIntegrityDownloadEndpoint}\">Daftar berkas yang tidak valid…</a> / <a href=\"{rescanEndpoint}\">Pindai ulang…</a>)",
"Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Direktori data dan berkas Anda kemungkinan dapat diakses dari Internet. Berkas .htaccess tidak bekerja. Kami sangat menyarankan Anda untuk mengkonfigurasi server web agar direktori data tidak lagi dapat diakses atau pindahkan direktori data Anda di luar root dokumen server web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header HTTP \"{header}\" tidak dikonfigurasi sama dengan \"{expected}\". Hal ini berpotensi pada resiko keamanan dan privasi. Kami sarankan untuk menyesuaikan pengaturan ini.",
+ "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "Header \"Strict-Transport-Security\" HTTP tidak terkonfigurasi ke setidaknya \"{seconds}\" detik. Untuk meningkatkan kemanan kami merekomendasikan mengaktifkan HSTS seperti yang dijelaskan di <a href=\"{docUrl}\" rel=\"noreferrer\">saran keamanan</a> kami.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Anda mengakses situs ini via HTTP. Kami sangat menyarankan Anda untuk mengatur server Anda menggunakan HTTPS yang dibahas di <a href=\"{docUrl}\">tips keamanan</a> kami.",
"Shared" : "Dibagikan",
"Shared with {recipients}" : "Dibagikan dengan {recipients}",
@@ -132,16 +152,22 @@
"Expiration" : "Kedaluwarsa",
"Expiration date" : "Tanggal kedaluwarsa",
"Choose a password for the public link" : "Tetapkan sandi untuk tautan publik",
+ "Copied!" : "Tersalin!",
+ "Not supported!" : "Tidak didukung!",
+ "Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.",
+ "Press Ctrl-C to copy." : "Tekan Ctrl-C untuk menyalin.",
"Resharing is not allowed" : "Berbagi ulang tidak diizinkan",
"Share link" : "Bagikan tautan",
"Link" : "Tautan",
"Password protect" : "Lindungi dengan sandi",
"Password" : "Sandi",
"Allow editing" : "Izinkan penyuntingan",
+ "Hide file listing" : "Sembunyikan pendaftaran berkas",
"Email link to person" : "Emailkan tautan ini ke orang",
"Send" : "Kirim",
"Sending ..." : "Mengirim ...",
"Email sent" : "Email terkirim",
+ "Send link via email" : "Kirim pranala melalui email",
"Shared with you and the group {group} by {owner}" : "Dibagikan dengan anda dan grup {group} oleh {owner}",
"Shared with you by {owner}" : "Dibagikan dengan anda oleh {owner}",
"group" : "grup",
@@ -154,13 +180,30 @@
"change" : "ubah",
"delete" : "hapus",
"access control" : "kontrol akses",
+ "Could not unshare" : "Tidak dapat membatalkan pembagian",
"Share details could not be loaded for this item." : "Rincian berbagi tidak dapat dimuat untuk item ini.",
+ "No users or groups found for {search}" : "Tidak ada pengguna atau grup ditemukan untuk {search}",
+ "No users found for {search}" : "Tidak ada pengguna ditemukan untuk {search}",
+ "An error occurred. Please try again" : "Terjadi kesalahan. Silakan coba lagi",
+ "{sharee} (group)" : "{sharee} (grup)",
+ "{sharee} (at {server})" : "{sharee} (di {server})",
+ "{sharee} (remote)" : "{sharee} (remote)",
"Share" : "Bagikan",
"Share with people on other ownClouds using the syntax username@example.com/owncloud" : "Bagikan dengan orang lain di ownCloud menggunakan sintaks username@example.com/owncloud",
+ "Share with users…" : "Bagikan kepada pengguna...",
+ "Share with users, groups or remote users…" : "Bagikan kepada pengguna, grup atau remote...",
+ "Share with users or groups…" : "Bagikan kepada pengguna atau grup...",
+ "Share with users or remote users…" : "Bagikan kepada pengguna atau remote...",
+ "Error removing share" : "Terjadi kesalahan saat menghapus pembagian",
"Warning" : "Peringatan",
"Error while sending notification" : "Kesalahan ketika mengirim notifikasi",
+ "Non-existing tag #{tag}" : "Tag tidak ada #{tag}",
+ "restricted" : "terbatas",
+ "invisible" : "tersembunyi",
+ "({scope})" : "({scope})",
"Delete" : "Hapus",
"Rename" : "Ubah nama",
+ "Collaborative tags" : "Tag kolaboratif",
"The object type is not specified." : "Tipe objek tidak ditentukan.",
"Enter new" : "Masukkan baru",
"Add" : "Tambah",
@@ -168,15 +211,17 @@
"Error loading dialog template: {error}" : "Kesalahan saat memuat templat dialog: {error}",
"No tags selected for deletion." : "Tidak ada label yang dipilih untuk dihapus.",
"unknown text" : "teks tidak diketahui",
- "Hello world!" : "Hello world!",
+ "Hello world!" : "Halo dunia!",
"sunny" : "cerah",
- "Hello {name}, the weather is {weather}" : "Helo {name}, jepang {weather}",
- "Hello {name}" : "Helo {name}",
+ "Hello {name}, the weather is {weather}" : "Halo {name}, saat ini {weather}",
+ "Hello {name}" : "Halo {name}",
+ "new" : "baru",
"_download %n file_::_download %n files_" : ["unduh %n berkas"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Pembaruan sedang dalam proses, meninggalkan halaman ini mungkin dapat mengganggu proses di beberapa lingkungan.",
"An error occurred." : "Terjadi kesalahan.",
"Please reload the page." : "Silakan muat ulang halaman.",
- "The update was successful. There were warnings." : "Pembaruan telah berhasil. Terdapat peringatan.",
+ "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Pembaruan gagal. Untuk informasi berikutnya <a href=\"{url}\">cek posting di forum</a> yang mencakup masalah kami.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Pembaruan gagal. Laporkan masalah ini ke <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">komunitas Nextcloud</a>.",
+ "The update was successful. Redirecting you to Nextcloud now." : "Pembaruan berhasil. Mengarahkan Anda ke Nextcloud.",
"Searching other places" : "Mencari tempat lainnya",
"No search results in other folders" : "Tidak ada hasil penelusuran didalam folder yang lain",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
@@ -207,6 +252,7 @@
"Trace" : "Jejak",
"Security warning" : "Peringatan keamanan",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Kemungkinan direktori data dan berkas anda dapat diakses dari internet karena berkas .htaccess tidak berfungsi.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Untuk informasi bagaimana menkonfigurasi server Anda dengan benar, silakan lihat <a href=\"%s\" target=\"_blank\" rel=\"norefferer\">dokumentasi</a>.",
"Create an <strong>admin account</strong>" : "Buat sebuah <strong>akun admin</strong>",
"Username" : "Nama pengguna",
"Storage & database" : "Penyimpanan & Basis data",
@@ -234,9 +280,12 @@
"Search" : "Cari",
"Server side authentication failed!" : "Otentikasi dari sisi server gagal!",
"Please contact your administrator." : "Silahkan hubungi administrator anda.",
+ "An internal error occurred." : "Terjadi kesalahan internal.",
"Please try again or contact your administrator." : "Mohon coba lagi atau hubungi administrator Anda.",
+ "Username or email" : "Nama pengguna atau email",
"Log in" : "Masuk",
"Wrong password. Reset it?" : "Sandi salah. Atur ulang?",
+ "Wrong password." : "Sandi salah.",
"Stay logged in" : "Tetap masuk",
"Alternative Logins" : "Cara Alternatif untuk Masuk",
"Use the following link to reset your password: {link}" : "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}",
@@ -247,7 +296,13 @@
"This means only administrators can use the instance." : "Ini berarti hanya administrator yang dapat menggunakan ownCloud.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hubungi administrator sistem anda jika pesan ini terus muncul atau muncul tiba-tiba.",
"Thank you for your patience." : "Terima kasih atas kesabaran anda.",
+ "Two-step verification" : "Otentikasi ganda",
+ "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Peningkatan keamanan delah diaktifkan untuk akun Anda. Mohon otentikasi menggunakan faktor kedua.",
+ "Cancel login" : "Batalkan log masuk",
+ "Please authenticate using the selected factor." : "Mohon lakukan otentikasi dengan faktor ke dua.",
+ "An error occured while verifying the token" : "Terjadi kesalahan saat memverifikasi token",
"You are accessing the server from an untrusted domain." : "Anda mengakses server dari domain yang tidak terpercaya.",
+ "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Silakan hubungi administrator Anda. Apabila Anda adalah administrator dari instansi ini, konfigurasikan aturan \"trusted_domains\" di config/config.php. Contoh konfigurasi disediakan di config/config.sample.php.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Tergantung pada konfigurasi Anda, sebagai seorang administrator Anda kemungkinan dapat menggunakan tombol bawah untuk mempercayai domain ini.",
"Add \"%s\" as trusted domain" : "tambahkan \"%s\" sebagai domain terpercaya",
"App update required" : "Diperlukan perbarui aplikasi",
@@ -258,6 +313,10 @@
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pastikan bahwa basis data, folder konfig, dan folder data telah dicadangkan sebelum melanjutkan.",
"Start update" : "Jalankan pembaruan",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Untuk menghindari waktu habis dengan instalasi yang lebih besar, Anda bisa menjalankan perintah berikut dari direktori instalasi Anda:",
+ "Detailed logs" : "Log detail",
+ "Update needed" : "Pembaruan dibutuhkan",
+ "Please use the command line updater because you have a big instance." : "Gunakan pembaruan command-line karena Anda mempunyai instansi yang besar.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Untuk bantuan, lihat <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentasi</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Instansi %s ini sedang dalam modus pemeliharaan, mungkin memerlukan beberapa saat.",
"This page will refresh itself when the %s instance is available again." : "Halaman ini akan disegarkan dengan sendiri saat instansi %s tersebut tersedia kembali."
},"pluralForm" :"nplurals=1; plural=0;"
diff --git a/core/l10n/is.js b/core/l10n/is.js
index 9eab9be6b8b..5d678bb125a 100644
--- a/core/l10n/is.js
+++ b/core/l10n/is.js
@@ -218,13 +218,10 @@ OC.L10N.register(
"Hello {name}" : "Halló {name}",
"new" : "nýtt",
"_download %n file_::_download %n files_" : ["sækja %n skrá","sækja %n skrár"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Uppfærslan er í gangi, ef farið er af þessari síðu gæti það truflað ferlið á sumum kerfum.",
- "Updating to {version}" : "Uppfæri í {version}",
"An error occurred." : "Villa átti sér stað.",
"Please reload the page." : "Þú ættir að hlaða síðunni aftur inn.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppfærslan tókst ekki. Til að fá frekari upplýsingar <a href=\"{url}\">skoðaðu færslu á spjallsvæðinu okkar</a> sem fjallar um þetta mál.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uppfærslan tókst ekki. Skoðaðu annálana á kerfisstjórnunarsíðunni og sendu inn tilkynningu um vandamálið til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud samfélagsins</a>.",
- "The update was successful. There were warnings." : "Uppfærslan tókst. Það voru viðvaranir.",
"The update was successful. Redirecting you to Nextcloud now." : "Uppfærslan heppnaðist. Beini þér til Nextcloud nú.",
"Searching other places" : "Leitað á öðrum stöðum",
"No search results in other folders" : "Engar leitarniðurstöður í öðrum möppum",
diff --git a/core/l10n/is.json b/core/l10n/is.json
index 8edde65edb7..79943968ebf 100644
--- a/core/l10n/is.json
+++ b/core/l10n/is.json
@@ -216,13 +216,10 @@
"Hello {name}" : "Halló {name}",
"new" : "nýtt",
"_download %n file_::_download %n files_" : ["sækja %n skrá","sækja %n skrár"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Uppfærslan er í gangi, ef farið er af þessari síðu gæti það truflað ferlið á sumum kerfum.",
- "Updating to {version}" : "Uppfæri í {version}",
"An error occurred." : "Villa átti sér stað.",
"Please reload the page." : "Þú ættir að hlaða síðunni aftur inn.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppfærslan tókst ekki. Til að fá frekari upplýsingar <a href=\"{url}\">skoðaðu færslu á spjallsvæðinu okkar</a> sem fjallar um þetta mál.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uppfærslan tókst ekki. Skoðaðu annálana á kerfisstjórnunarsíðunni og sendu inn tilkynningu um vandamálið til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud samfélagsins</a>.",
- "The update was successful. There were warnings." : "Uppfærslan tókst. Það voru viðvaranir.",
"The update was successful. Redirecting you to Nextcloud now." : "Uppfærslan heppnaðist. Beini þér til Nextcloud nú.",
"Searching other places" : "Leitað á öðrum stöðum",
"No search results in other folders" : "Engar leitarniðurstöður í öðrum möppum",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index 9606dcb76f9..e02f22836d2 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -219,13 +219,10 @@ OC.L10N.register(
"Hello {name}" : "Ciao {name}",
"new" : "nuovo",
"_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'aggiornamento è in corso, l'abbandono di questa pagina potrebbe interrompere il processo in alcuni ambienti.",
- "Updating to {version}" : "Aggiornamento a {version}",
"An error occurred." : "Si è verificato un errore.",
"Please reload the page." : "Ricarica la pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'aggiornamento non è riuscito. Per ulteriori informazioni <a href=\"{url}\">controlla l'articolo del nostro forum</a> che riguarda questo problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'aggiornamento non è riuscito. Segnala il problema alla <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunità di Nextcloud </a>.",
- "The update was successful. There were warnings." : "L'aggiornamento è stato effettuato correttamente. Ci sono degli avvisi.",
"The update was successful. Redirecting you to Nextcloud now." : "L'aggiornamento è stato effettuato correttamente. Reindirizzamento immediato a Nextcloud.",
"Searching other places" : "Ricerca in altre posizioni",
"No search results in other folders" : "Nessun risultato di ricerca in altre cartelle",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index 18d0b64c070..1dd8803d534 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -217,13 +217,10 @@
"Hello {name}" : "Ciao {name}",
"new" : "nuovo",
"_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "L'aggiornamento è in corso, l'abbandono di questa pagina potrebbe interrompere il processo in alcuni ambienti.",
- "Updating to {version}" : "Aggiornamento a {version}",
"An error occurred." : "Si è verificato un errore.",
"Please reload the page." : "Ricarica la pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "L'aggiornamento non è riuscito. Per ulteriori informazioni <a href=\"{url}\">controlla l'articolo del nostro forum</a> che riguarda questo problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "L'aggiornamento non è riuscito. Segnala il problema alla <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunità di Nextcloud </a>.",
- "The update was successful. There were warnings." : "L'aggiornamento è stato effettuato correttamente. Ci sono degli avvisi.",
"The update was successful. Redirecting you to Nextcloud now." : "L'aggiornamento è stato effettuato correttamente. Reindirizzamento immediato a Nextcloud.",
"Searching other places" : "Ricerca in altre posizioni",
"No search results in other folders" : "Nessun risultato di ricerca in altre cartelle",
diff --git a/core/l10n/ja.js b/core/l10n/ja.js
index 649a4583283..1f5dca8fcbb 100644
--- a/core/l10n/ja.js
+++ b/core/l10n/ja.js
@@ -214,13 +214,10 @@ OC.L10N.register(
"Hello {name}" : " {name}さん、こんにちは",
"new" : "新規",
"_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "アップグレード実行中です。このページを離れると、一部の環境では処理が中断されてしまうことがあります。",
- "Updating to {version}" : "{version} にアップデート",
"An error occurred." : "エラーが発生しました。",
"Please reload the page." : "ページをリロードしてください。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "アップデートできませんでした。この問題に対する詳細な情報については、<a href=\"{url}\">フォーラムの投稿を確認してください</a> ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "アップデートできませんでした。<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud コミュニティ</a> に問題を報告してください。",
- "The update was successful. There were warnings." : "アップデートは成功しました。警告がありました。",
"The update was successful. Redirecting you to Nextcloud now." : "アップデート成功。Nextcloud にリダイレクトします。",
"Searching other places" : "他の場所の検索",
"No search results in other folders" : "他のフォルダーの検索結果はありません",
diff --git a/core/l10n/ja.json b/core/l10n/ja.json
index e1833a1a9de..a7ada87a0d4 100644
--- a/core/l10n/ja.json
+++ b/core/l10n/ja.json
@@ -212,13 +212,10 @@
"Hello {name}" : " {name}さん、こんにちは",
"new" : "新規",
"_download %n file_::_download %n files_" : ["%n個のファイルをダウンロード"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "アップグレード実行中です。このページを離れると、一部の環境では処理が中断されてしまうことがあります。",
- "Updating to {version}" : "{version} にアップデート",
"An error occurred." : "エラーが発生しました。",
"Please reload the page." : "ページをリロードしてください。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "アップデートできませんでした。この問題に対する詳細な情報については、<a href=\"{url}\">フォーラムの投稿を確認してください</a> ",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "アップデートできませんでした。<a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud コミュニティ</a> に問題を報告してください。",
- "The update was successful. There were warnings." : "アップデートは成功しました。警告がありました。",
"The update was successful. Redirecting you to Nextcloud now." : "アップデート成功。Nextcloud にリダイレクトします。",
"Searching other places" : "他の場所の検索",
"No search results in other folders" : "他のフォルダーの検索結果はありません",
diff --git a/core/l10n/ko.js b/core/l10n/ko.js
index c6b99d1b379..957daa1da15 100644
--- a/core/l10n/ko.js
+++ b/core/l10n/ko.js
@@ -193,11 +193,9 @@ OC.L10N.register(
"Hello {name}" : "{name} 님 안녕하세요",
"new" : "새로운 항목",
"_download %n file_::_download %n files_" : ["파일 %n개 다운로드"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "업그레이드 중입니다. 이 페이지를 열어 두면 일부 환경에서 진행 과정을 중단시킬 수 있습니다.",
"An error occurred." : "오류가 발생했습니다.",
"Please reload the page." : "페이지를 새로 고치십시오.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "업데이트에 실패했습니다. 더 많은 정보를 보려면 이 문제를 다루은 <a href=\"{url}\">포럼 글</a>을 참조하십시오.",
- "The update was successful. There were warnings." : "업데이트가 성공했습니다. 일부 경고가 있습니다.",
"Searching other places" : "다른 장소 찾는 중",
"No search results in other folders" : "다른 폴더에 검색 결과 없음",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["다른 폴더의 검색 결과 {count}개"],
diff --git a/core/l10n/ko.json b/core/l10n/ko.json
index 21686679885..6f4319d5885 100644
--- a/core/l10n/ko.json
+++ b/core/l10n/ko.json
@@ -191,11 +191,9 @@
"Hello {name}" : "{name} 님 안녕하세요",
"new" : "새로운 항목",
"_download %n file_::_download %n files_" : ["파일 %n개 다운로드"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "업그레이드 중입니다. 이 페이지를 열어 두면 일부 환경에서 진행 과정을 중단시킬 수 있습니다.",
"An error occurred." : "오류가 발생했습니다.",
"Please reload the page." : "페이지를 새로 고치십시오.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "업데이트에 실패했습니다. 더 많은 정보를 보려면 이 문제를 다루은 <a href=\"{url}\">포럼 글</a>을 참조하십시오.",
- "The update was successful. There were warnings." : "업데이트가 성공했습니다. 일부 경고가 있습니다.",
"Searching other places" : "다른 장소 찾는 중",
"No search results in other folders" : "다른 폴더에 검색 결과 없음",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["다른 폴더의 검색 결과 {count}개"],
diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js
index ac12ad916c4..dccd547dc04 100644
--- a/core/l10n/nb_NO.js
+++ b/core/l10n/nb_NO.js
@@ -193,11 +193,9 @@ OC.L10N.register(
"Hello {name}" : "Hallo {name}",
"new" : "ny",
"_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregår, lukking av denne siden kan forstyrre prosessen for enkelte systemer.",
"An error occurred." : "En feil oppstod.",
"Please reload the page." : "Vennligst last siden på nytt.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Oppdateringen var mislykket. For mer informasjon <a href=\"{url}\">se vår forum-artikkel</a> som beskriver dette problemet.",
- "The update was successful. There were warnings." : "Oppdateringen var vellykket. Det oppstod advarsler.",
"Searching other places" : "Søker andre steder",
"No search results in other folders" : "Ingen søkeresultater i andre mapper",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"],
diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json
index 5c155330a0f..b9e935f07fa 100644
--- a/core/l10n/nb_NO.json
+++ b/core/l10n/nb_NO.json
@@ -191,11 +191,9 @@
"Hello {name}" : "Hallo {name}",
"new" : "ny",
"_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "En oppdatering foregår, lukking av denne siden kan forstyrre prosessen for enkelte systemer.",
"An error occurred." : "En feil oppstod.",
"Please reload the page." : "Vennligst last siden på nytt.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Oppdateringen var mislykket. For mer informasjon <a href=\"{url}\">se vår forum-artikkel</a> som beskriver dette problemet.",
- "The update was successful. There were warnings." : "Oppdateringen var vellykket. Det oppstod advarsler.",
"Searching other places" : "Søker andre steder",
"No search results in other folders" : "Ingen søkeresultater i andre mapper",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"],
diff --git a/core/l10n/nl.js b/core/l10n/nl.js
index d648cc6b7e9..bf3ded6efe8 100644
--- a/core/l10n/nl.js
+++ b/core/l10n/nl.js
@@ -219,13 +219,10 @@ OC.L10N.register(
"Hello {name}" : "Hallo {name}",
"new" : "nieuw",
"_download %n file_::_download %n files_" : ["download %n bestand","download %n bestanden"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "De update is bezig, deze pagina verlaten kan het updateproces in sommige omgevingen onderbreken.",
- "Updating to {version}" : "Aan het bijwerken naar {version}",
"An error occurred." : "Er heeft zich een fout voorgedaan.",
"Please reload the page." : "Herlaad deze pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "De update was niet succesvol. Voor meer informatie <a href=\"{url}\">zie ons bericht op het forum</a> over dit probleem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "De update is mislukt. Meld dit probleem aan de <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "The update was successful. There were warnings." : "De update is geslaagd. Er zijn wel waarschuwingen.",
"The update was successful. Redirecting you to Nextcloud now." : "De update is geslaagd. Je wordt nu doorgeleid naar Nextcloud.",
"Searching other places" : "Zoeken op andere plaatsen",
"No search results in other folders" : "Geen zoekresultaten in andere mappen",
diff --git a/core/l10n/nl.json b/core/l10n/nl.json
index f8b9c7f1236..c6f2dce325a 100644
--- a/core/l10n/nl.json
+++ b/core/l10n/nl.json
@@ -217,13 +217,10 @@
"Hello {name}" : "Hallo {name}",
"new" : "nieuw",
"_download %n file_::_download %n files_" : ["download %n bestand","download %n bestanden"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "De update is bezig, deze pagina verlaten kan het updateproces in sommige omgevingen onderbreken.",
- "Updating to {version}" : "Aan het bijwerken naar {version}",
"An error occurred." : "Er heeft zich een fout voorgedaan.",
"Please reload the page." : "Herlaad deze pagina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "De update was niet succesvol. Voor meer informatie <a href=\"{url}\">zie ons bericht op het forum</a> over dit probleem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "De update is mislukt. Meld dit probleem aan de <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "The update was successful. There were warnings." : "De update is geslaagd. Er zijn wel waarschuwingen.",
"The update was successful. Redirecting you to Nextcloud now." : "De update is geslaagd. Je wordt nu doorgeleid naar Nextcloud.",
"Searching other places" : "Zoeken op andere plaatsen",
"No search results in other folders" : "Geen zoekresultaten in andere mappen",
diff --git a/core/l10n/pl.js b/core/l10n/pl.js
index cfa55827633..4eaa8b9c343 100644
--- a/core/l10n/pl.js
+++ b/core/l10n/pl.js
@@ -201,13 +201,10 @@ OC.L10N.register(
"Hello {name}" : "Witaj {name}",
"new" : "nowy",
"_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Trwa aktualizacja. W niektórych przypadkach, opuszczenie tej strony może przerwać ten proces.",
- "Updating to {version}" : "Uaktualnianie do {version}",
"An error occurred." : "Wystąpił błąd",
"Please reload the page." : "Proszę przeładować stronę",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizacja nie powiodła się. Aby uzyskać więcej informacji prosimy o <a href=\"{url}\">sprawdzenie naszego forum</a> które omawia ten problem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizacja nie powiodła się. Prosimy o poinformowanie o tym problemie <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">społeczności Nextcloud</a>.",
- "The update was successful. There were warnings." : "Aktualizacja przebiegła pomyślnie. Pojawiły się ostrzeżenia.",
"The update was successful. Redirecting you to Nextcloud now." : "Aktualizacja przebiegła pomyślnie. Trwa przekierowywanie do Nextcloud.",
"Searching other places" : "Przeszukaj inne miejsca",
"No search results in other folders" : "Brak wyników wyszukiwania w innych folderach",
diff --git a/core/l10n/pl.json b/core/l10n/pl.json
index fabb3deed20..731e4275c93 100644
--- a/core/l10n/pl.json
+++ b/core/l10n/pl.json
@@ -199,13 +199,10 @@
"Hello {name}" : "Witaj {name}",
"new" : "nowy",
"_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Trwa aktualizacja. W niektórych przypadkach, opuszczenie tej strony może przerwać ten proces.",
- "Updating to {version}" : "Uaktualnianie do {version}",
"An error occurred." : "Wystąpił błąd",
"Please reload the page." : "Proszę przeładować stronę",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizacja nie powiodła się. Aby uzyskać więcej informacji prosimy o <a href=\"{url}\">sprawdzenie naszego forum</a> które omawia ten problem.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Aktualizacja nie powiodła się. Prosimy o poinformowanie o tym problemie <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">społeczności Nextcloud</a>.",
- "The update was successful. There were warnings." : "Aktualizacja przebiegła pomyślnie. Pojawiły się ostrzeżenia.",
"The update was successful. Redirecting you to Nextcloud now." : "Aktualizacja przebiegła pomyślnie. Trwa przekierowywanie do Nextcloud.",
"Searching other places" : "Przeszukaj inne miejsca",
"No search results in other folders" : "Brak wyników wyszukiwania w innych folderach",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index 4df85eeb398..4bd931efc1c 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -219,13 +219,10 @@ OC.L10N.register(
"Hello {name}" : "Olá {name}",
"new" : "novo",
"_download %n file_::_download %n files_" : ["baixar %n arquivo","baixar %n arquivos"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em andamento, deixando esta página pode haver interrupção do processo em alguns ambientes.",
- "Updating to {version}" : "Atualizando para {version}",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor recarregue a página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização não foi realizada com sucesso. Para mais informações <a href=\"{url}\">verifique o nosso post no fórum</a> que abrange esta questão.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Atualizado com sucesso. Por favor, informe este problema para a <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade Nextcloud</a>.",
- "The update was successful. There were warnings." : "A atualização foi bem sucedida. Havia advertências.",
"The update was successful. Redirecting you to Nextcloud now." : "Atualizado com sucesso. Redirecionando para Nextcloud.",
"Searching other places" : "Pesquisando em outros lugares",
"No search results in other folders" : "Nenhum resultado de pesquisa em outras pastas",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 3e0e63db6a3..49370b740af 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -217,13 +217,10 @@
"Hello {name}" : "Olá {name}",
"new" : "novo",
"_download %n file_::_download %n files_" : ["baixar %n arquivo","baixar %n arquivos"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em andamento, deixando esta página pode haver interrupção do processo em alguns ambientes.",
- "Updating to {version}" : "Atualizando para {version}",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor recarregue a página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização não foi realizada com sucesso. Para mais informações <a href=\"{url}\">verifique o nosso post no fórum</a> que abrange esta questão.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Atualizado com sucesso. Por favor, informe este problema para a <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade Nextcloud</a>.",
- "The update was successful. There were warnings." : "A atualização foi bem sucedida. Havia advertências.",
"The update was successful. Redirecting you to Nextcloud now." : "Atualizado com sucesso. Redirecionando para Nextcloud.",
"Searching other places" : "Pesquisando em outros lugares",
"No search results in other folders" : "Nenhum resultado de pesquisa em outras pastas",
diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js
index fc5d33c77a0..ab476443ec1 100644
--- a/core/l10n/pt_PT.js
+++ b/core/l10n/pt_PT.js
@@ -213,12 +213,9 @@ OC.L10N.register(
"Hello {name}" : "Olá {name}",
"new" : "novo",
"_download %n file_::_download %n files_" : ["transferir %n ficheiro","transferir %n ficheiros"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em curso. Se deixar esta página agora poderá interromper o processo em alguns ambientes.",
- "Updating to {version}" : "A atualizar para {version}",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor, recarregue a página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">verifique o nosso fórum</a> sobre como resolver este problema.",
- "The update was successful. There were warnings." : "A atualização foi bem sucedida. Tem alguns avisos.",
"Searching other places" : "A pesquisar noutros lugares",
"No search results in other folders" : "Sem resultados de procura nas outras pastas",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de pesquisa noutra pasta","{count} resultados de pesquisa noutras pastas"],
diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json
index bc798b9173e..fc6a81560a4 100644
--- a/core/l10n/pt_PT.json
+++ b/core/l10n/pt_PT.json
@@ -211,12 +211,9 @@
"Hello {name}" : "Olá {name}",
"new" : "novo",
"_download %n file_::_download %n files_" : ["transferir %n ficheiro","transferir %n ficheiros"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "A atualização está em curso. Se deixar esta página agora poderá interromper o processo em alguns ambientes.",
- "Updating to {version}" : "A atualizar para {version}",
"An error occurred." : "Ocorreu um erro.",
"Please reload the page." : "Por favor, recarregue a página.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "A atualização falhou. Para mais informação <a href=\"{url}\">verifique o nosso fórum</a> sobre como resolver este problema.",
- "The update was successful. There were warnings." : "A atualização foi bem sucedida. Tem alguns avisos.",
"Searching other places" : "A pesquisar noutros lugares",
"No search results in other folders" : "Sem resultados de procura nas outras pastas",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de pesquisa noutra pasta","{count} resultados de pesquisa noutras pastas"],
diff --git a/core/l10n/ro.js b/core/l10n/ro.js
index c332051ef6f..3499092142a 100644
--- a/core/l10n/ro.js
+++ b/core/l10n/ro.js
@@ -184,11 +184,8 @@ OC.L10N.register(
"Hello {name}" : "Salut {name}",
"new" : "nou",
"_download %n file_::_download %n files_" : ["descarcă %n fișier","descarcă %n fișiere","descarcă %n fișiere"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Actualizarea este în progres, părăsirea acestei pagini ar putea duce la întreruperea procesului în unele medii.",
- "Updating to {version}" : "Actualizare la {version}",
"An error occurred." : "A apărut o eroare.",
"Please reload the page." : "Te rugăm să reîncarci pagina.",
- "The update was successful. There were warnings." : "Actualizarea nu a avut loc cu succes. Au existat avertismente.",
"Searching other places" : "Se caută în alte locuri",
"No search results in other folders" : "Nu există rezultate ale căutării în alte directoare",
"Personal" : "Personal",
diff --git a/core/l10n/ro.json b/core/l10n/ro.json
index cbd63462757..58c0fcda531 100644
--- a/core/l10n/ro.json
+++ b/core/l10n/ro.json
@@ -182,11 +182,8 @@
"Hello {name}" : "Salut {name}",
"new" : "nou",
"_download %n file_::_download %n files_" : ["descarcă %n fișier","descarcă %n fișiere","descarcă %n fișiere"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Actualizarea este în progres, părăsirea acestei pagini ar putea duce la întreruperea procesului în unele medii.",
- "Updating to {version}" : "Actualizare la {version}",
"An error occurred." : "A apărut o eroare.",
"Please reload the page." : "Te rugăm să reîncarci pagina.",
- "The update was successful. There were warnings." : "Actualizarea nu a avut loc cu succes. Au existat avertismente.",
"Searching other places" : "Se caută în alte locuri",
"No search results in other folders" : "Nu există rezultate ale căutării în alte directoare",
"Personal" : "Personal",
diff --git a/core/l10n/ru.js b/core/l10n/ru.js
index d5f1b1375ec..92246d344fa 100644
--- a/core/l10n/ru.js
+++ b/core/l10n/ru.js
@@ -131,6 +131,7 @@ OC.L10N.register(
"Strong password" : "Устойчивый к взлому пароль",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ваш веб-сервер еще не настроен должным образом чтобы позволить синхронизацию файлов, потому что интерфейс WebDAV, кажется, испорчен.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ваш веб-сервер настроен не корректно для разрешения \"{url}\". Дополнительная информация может быть найдена в нашей <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">документации</a>.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Этот сервер не имеет подключения к Интернету: множество конечных устройств не могут быть доступны. Это означает, что некоторые из функций, таких как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений не будут работать. Удалённый доступ к файлам и отправка уведомлений по электронной почте также могут не работать. Рекомендуется разрешить данному серверу доступ в Интернет, если хотите, чтобы все функции работали.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Не настроена система кеширования. Для увеличения производительности сервера, по возможности, настройте memcache. Более подробная информация в нашей <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">документации</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP не имеет доступа на чтение к /dev/urandom, что крайне нежелательно по соображениям безопасности. Дополнительную информацию можно найти в нашей <a target=\"_blank\" href=\"{docLink}\"> документации </a>.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Вы используете PHP {version}. Рекомендуется обновить версию PHP, чтобы воспользоваться <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">улучшениями производительности и безопасности, внедрёнными PHP Group</a> как только новая версия будет доступна в Вашем дистрибутиве. ",
@@ -153,12 +154,17 @@ OC.L10N.register(
"Expiration" : "Срок действия",
"Expiration date" : "Дата окончания",
"Choose a password for the public link" : "Укажите пароль для публичной ссылки",
+ "Copied!" : "Скопировано!",
+ "Not supported!" : "Не поддерживается!",
+ "Press ⌘-C to copy." : "Нажмите ⌘-C для копирования.",
+ "Press Ctrl-C to copy." : "Нажмите Ctrl-C для копирования.",
"Resharing is not allowed" : "Повторное открытие доступа запрещено",
"Share link" : "Поделиться ссылкой",
"Link" : "Ссылка",
"Password protect" : "Защитить паролем",
"Password" : "Пароль",
"Allow editing" : "Разрешить редактирование",
+ "Hide file listing" : "Скрыть список файлов",
"Email link to person" : "Отправить ссылку по электронной почте",
"Send" : "Отправить",
"Sending ..." : "Отправляется ...",
@@ -213,13 +219,10 @@ OC.L10N.register(
"Hello {name}" : "Здравствуйте {name}",
"new" : "новый",
"_download %n file_::_download %n files_" : ["скачать %n файл","скачать %n файла","скачать %n файлов","скачать %n файлов"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Идет обновление. Покидая эту страницу, вы можете прервать процесс обновления.",
- "Updating to {version}" : "Обновляем до {version}",
"An error occurred." : "Произошла ошибка.",
"Please reload the page." : "Пожалуйста, обновите страницу.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Обновление прошло не успешно. Больше информации о данной проблеме можно найти <a href=\"{url}\">в сообщении на нащем форуме</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Обновление не удалось. Пожалуйста, сообщите об этой проблеме <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">сообществу Nextcloud</a>.",
- "The update was successful. There were warnings." : "Обновление прошло успешно. Были предупреждения.",
"The update was successful. Redirecting you to Nextcloud now." : "Обновление прошло успешно. Перенаправляем вас на Nextcloud прямо сейчас.",
"Searching other places" : "Идет поиск в других местах",
"No search results in other folders" : "В других папках ничего не найдено",
diff --git a/core/l10n/ru.json b/core/l10n/ru.json
index cfcaa1eb101..a22f6640946 100644
--- a/core/l10n/ru.json
+++ b/core/l10n/ru.json
@@ -129,6 +129,7 @@
"Strong password" : "Устойчивый к взлому пароль",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ваш веб-сервер еще не настроен должным образом чтобы позволить синхронизацию файлов, потому что интерфейс WebDAV, кажется, испорчен.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ваш веб-сервер настроен не корректно для разрешения \"{url}\". Дополнительная информация может быть найдена в нашей <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">документации</a>.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Этот сервер не имеет подключения к Интернету: множество конечных устройств не могут быть доступны. Это означает, что некоторые из функций, таких как подключение внешнего хранилища, уведомления об обновлениях или установка сторонних приложений не будут работать. Удалённый доступ к файлам и отправка уведомлений по электронной почте также могут не работать. Рекомендуется разрешить данному серверу доступ в Интернет, если хотите, чтобы все функции работали.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Не настроена система кеширования. Для увеличения производительности сервера, по возможности, настройте memcache. Более подробная информация в нашей <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">документации</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP не имеет доступа на чтение к /dev/urandom, что крайне нежелательно по соображениям безопасности. Дополнительную информацию можно найти в нашей <a target=\"_blank\" href=\"{docLink}\"> документации </a>.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Вы используете PHP {version}. Рекомендуется обновить версию PHP, чтобы воспользоваться <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">улучшениями производительности и безопасности, внедрёнными PHP Group</a> как только новая версия будет доступна в Вашем дистрибутиве. ",
@@ -151,12 +152,17 @@
"Expiration" : "Срок действия",
"Expiration date" : "Дата окончания",
"Choose a password for the public link" : "Укажите пароль для публичной ссылки",
+ "Copied!" : "Скопировано!",
+ "Not supported!" : "Не поддерживается!",
+ "Press ⌘-C to copy." : "Нажмите ⌘-C для копирования.",
+ "Press Ctrl-C to copy." : "Нажмите Ctrl-C для копирования.",
"Resharing is not allowed" : "Повторное открытие доступа запрещено",
"Share link" : "Поделиться ссылкой",
"Link" : "Ссылка",
"Password protect" : "Защитить паролем",
"Password" : "Пароль",
"Allow editing" : "Разрешить редактирование",
+ "Hide file listing" : "Скрыть список файлов",
"Email link to person" : "Отправить ссылку по электронной почте",
"Send" : "Отправить",
"Sending ..." : "Отправляется ...",
@@ -211,13 +217,10 @@
"Hello {name}" : "Здравствуйте {name}",
"new" : "новый",
"_download %n file_::_download %n files_" : ["скачать %n файл","скачать %n файла","скачать %n файлов","скачать %n файлов"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Идет обновление. Покидая эту страницу, вы можете прервать процесс обновления.",
- "Updating to {version}" : "Обновляем до {version}",
"An error occurred." : "Произошла ошибка.",
"Please reload the page." : "Пожалуйста, обновите страницу.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Обновление прошло не успешно. Больше информации о данной проблеме можно найти <a href=\"{url}\">в сообщении на нащем форуме</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Обновление не удалось. Пожалуйста, сообщите об этой проблеме <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">сообществу Nextcloud</a>.",
- "The update was successful. There were warnings." : "Обновление прошло успешно. Были предупреждения.",
"The update was successful. Redirecting you to Nextcloud now." : "Обновление прошло успешно. Перенаправляем вас на Nextcloud прямо сейчас.",
"Searching other places" : "Идет поиск в других местах",
"No search results in other folders" : "В других папках ничего не найдено",
diff --git a/core/l10n/sk_SK.js b/core/l10n/sk_SK.js
index 4895c7b6173..f7300a0ce17 100644
--- a/core/l10n/sk_SK.js
+++ b/core/l10n/sk_SK.js
@@ -192,12 +192,9 @@ OC.L10N.register(
"Hello {name}" : "Vitaj {name}",
"new" : "nový",
"_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Aktualizácie prebieha. V niektorých prostrediach môže opustenie tejto stránky spôsobiť prerušenie aktualizácie.",
- "Updating to {version}" : "Aktualizuje sa na {version}",
"An error occurred." : "Vyskytla sa chyba.",
"Please reload the page." : "Obnovte prosím stránku.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizácia neprebehla úspešne. Pre viac informácií <a href=\"{url}\">navštívte príspevok na našom fóre</a>, ktorý pokrýva tento problém.",
- "The update was successful. There were warnings." : "Aktualizácia bola úspešná. Vyskytli sa upozornenia.",
"Searching other places" : "Prehľadanie ostatných umiestnení",
"No search results in other folders" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} výsledok vyhľadávania v ostatných priečinkoch","{count} výsledky vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch"],
diff --git a/core/l10n/sk_SK.json b/core/l10n/sk_SK.json
index 33025ebfce5..af3165beec8 100644
--- a/core/l10n/sk_SK.json
+++ b/core/l10n/sk_SK.json
@@ -190,12 +190,9 @@
"Hello {name}" : "Vitaj {name}",
"new" : "nový",
"_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Aktualizácie prebieha. V niektorých prostrediach môže opustenie tejto stránky spôsobiť prerušenie aktualizácie.",
- "Updating to {version}" : "Aktualizuje sa na {version}",
"An error occurred." : "Vyskytla sa chyba.",
"Please reload the page." : "Obnovte prosím stránku.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizácia neprebehla úspešne. Pre viac informácií <a href=\"{url}\">navštívte príspevok na našom fóre</a>, ktorý pokrýva tento problém.",
- "The update was successful. There were warnings." : "Aktualizácia bola úspešná. Vyskytli sa upozornenia.",
"Searching other places" : "Prehľadanie ostatných umiestnení",
"No search results in other folders" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} výsledok vyhľadávania v ostatných priečinkoch","{count} výsledky vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch"],
diff --git a/core/l10n/sl.js b/core/l10n/sl.js
index 8e49dd74e26..783219ecb2d 100644
--- a/core/l10n/sl.js
+++ b/core/l10n/sl.js
@@ -212,13 +212,10 @@ OC.L10N.register(
"Hello {name}" : "Pozdravljeni, {name}",
"new" : "novo",
"_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Trenutno se izvaja posodobitev sistema. Priporočljivo je počakati, saj se lahko opravilo, če stran zapustite, prekine.",
- "Updating to {version}" : "Posodabljanje na različico {version}",
"An error occurred." : "Prišlo je do napake.",
"Please reload the page." : "Stran je treba ponovno naložiti",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Posodobitev je spodletela. Za več podrobnosti o napaki je <a href=\"{url}\">objavljenih na forumu</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Posodobitev ni bila uspešna. Prosimo, prijavite to situacijo na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud skupnost</a>.",
- "The update was successful. There were warnings." : "Posodobitev je uspešno končana, vendar z nekaj opozorili.",
"The update was successful. Redirecting you to Nextcloud now." : "Posodobitev je bila uspešna. Stran bo preusmerjena na NextCloud",
"Searching other places" : "Iskanje drugih mest",
"No search results in other folders" : "Iskanje po drugih mapah ni vrnilo rezultata",
diff --git a/core/l10n/sl.json b/core/l10n/sl.json
index be6cb3b1ff7..a729279cec9 100644
--- a/core/l10n/sl.json
+++ b/core/l10n/sl.json
@@ -210,13 +210,10 @@
"Hello {name}" : "Pozdravljeni, {name}",
"new" : "novo",
"_download %n file_::_download %n files_" : ["prejmi %n datoteko","prejmi %n datoteki","prejmi %n datoteke","prejmi %n datotek"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Trenutno se izvaja posodobitev sistema. Priporočljivo je počakati, saj se lahko opravilo, če stran zapustite, prekine.",
- "Updating to {version}" : "Posodabljanje na različico {version}",
"An error occurred." : "Prišlo je do napake.",
"Please reload the page." : "Stran je treba ponovno naložiti",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Posodobitev je spodletela. Za več podrobnosti o napaki je <a href=\"{url}\">objavljenih na forumu</a>.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Posodobitev ni bila uspešna. Prosimo, prijavite to situacijo na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud skupnost</a>.",
- "The update was successful. There were warnings." : "Posodobitev je uspešno končana, vendar z nekaj opozorili.",
"The update was successful. Redirecting you to Nextcloud now." : "Posodobitev je bila uspešna. Stran bo preusmerjena na NextCloud",
"Searching other places" : "Iskanje drugih mest",
"No search results in other folders" : "Iskanje po drugih mapah ni vrnilo rezultata",
diff --git a/core/l10n/sq.js b/core/l10n/sq.js
index 8159b693197..22cae8d3631 100644
--- a/core/l10n/sq.js
+++ b/core/l10n/sq.js
@@ -213,12 +213,9 @@ OC.L10N.register(
"Hello {name}" : "Tungjatjeta {name}",
"new" : "re",
"_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.",
- "Updating to {version}" : "Po përditësohet me {version}",
"An error occurred." : "Ndodhi një gabim.",
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
- "The update was successful. There were warnings." : "Përditësimi qe i suksesshëm. Pati sinjalizime.",
"Searching other places" : "Po kërkohet në vende të tjera",
"No search results in other folders" : "S’u gjetën përfundime në dosje të tjera",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} përfundim kërkimi në një tjetër dosje","{count} përfundime kërkimi në dosje të tjera"],
diff --git a/core/l10n/sq.json b/core/l10n/sq.json
index b9a9f9da4d4..65bc90d1893 100644
--- a/core/l10n/sq.json
+++ b/core/l10n/sq.json
@@ -211,12 +211,9 @@
"Hello {name}" : "Tungjatjeta {name}",
"new" : "re",
"_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.",
- "Updating to {version}" : "Po përditësohet me {version}",
"An error occurred." : "Ndodhi një gabim.",
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
- "The update was successful. There were warnings." : "Përditësimi qe i suksesshëm. Pati sinjalizime.",
"Searching other places" : "Po kërkohet në vende të tjera",
"No search results in other folders" : "S’u gjetën përfundime në dosje të tjera",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} përfundim kërkimi në një tjetër dosje","{count} përfundime kërkimi në dosje të tjera"],
diff --git a/core/l10n/sv.js b/core/l10n/sv.js
index 5263654a281..1ca343ab901 100644
--- a/core/l10n/sv.js
+++ b/core/l10n/sv.js
@@ -214,13 +214,10 @@ OC.L10N.register(
"Hello {name}" : "Hej {name}",
"new" : "ny",
"_download %n file_::_download %n files_" : ["Ladda ner %n fil","Ladda ner %n filer"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Uppgradering pågår, att lämna denna sidan kan störa processen i vissa miljöer",
- "Updating to {version}" : "Uppdaterar till {version}",
"An error occurred." : "Ett fel inträffade.",
"Please reload the page." : "Vänligen ladda om sidan.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppdateringen misslyckades. För mer information <a href=\"{url}\">kolla vår forum post</a> angående problemet.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uppdateringen misslyckades. Vänligen rapportera felet till <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "The update was successful. There were warnings." : "Uppdateringen lyckades. Det finns varningar.",
"The update was successful. Redirecting you to Nextcloud now." : "Uppdateringen lyckades. Omdirigerar nu till Nextcloud.",
"Searching other places" : "Söker på andra platser",
"No search results in other folders" : "Inga sökresultat i andra mappar",
diff --git a/core/l10n/sv.json b/core/l10n/sv.json
index d108b247141..a87b9d57b64 100644
--- a/core/l10n/sv.json
+++ b/core/l10n/sv.json
@@ -212,13 +212,10 @@
"Hello {name}" : "Hej {name}",
"new" : "ny",
"_download %n file_::_download %n files_" : ["Ladda ner %n fil","Ladda ner %n filer"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Uppgradering pågår, att lämna denna sidan kan störa processen i vissa miljöer",
- "Updating to {version}" : "Uppdaterar till {version}",
"An error occurred." : "Ett fel inträffade.",
"Please reload the page." : "Vänligen ladda om sidan.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Uppdateringen misslyckades. För mer information <a href=\"{url}\">kolla vår forum post</a> angående problemet.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Uppdateringen misslyckades. Vänligen rapportera felet till <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
- "The update was successful. There were warnings." : "Uppdateringen lyckades. Det finns varningar.",
"The update was successful. Redirecting you to Nextcloud now." : "Uppdateringen lyckades. Omdirigerar nu till Nextcloud.",
"Searching other places" : "Söker på andra platser",
"No search results in other folders" : "Inga sökresultat i andra mappar",
diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js
index 6b10304f72d..60197e7d446 100644
--- a/core/l10n/th_TH.js
+++ b/core/l10n/th_TH.js
@@ -195,11 +195,8 @@ OC.L10N.register(
"Hello {name}, the weather is {weather}" : "สวัสดี {name} สภาพอากาศวันนี้มี {weather}",
"Hello {name}" : "สวัสดี {name}",
"_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "กำลังดำเนินการอัพเกรด หากออกจากหน้านี้ ณ เวลานี้อาจเกิดปัญหาในภายหลัง",
- "Updating to {version}" : "กำลังอัพเดทเป็นรุ่น {version}",
"An error occurred." : "เกิดข้อผิดพลาด",
"Please reload the page." : "โปรดโหลดหน้าเว็บใหม่",
- "The update was successful. There were warnings." : "การอัพเดทสำเร็จ แต่มีคำเตือนอยู่",
"Searching other places" : "กำลังค้นหาสถานที่อื่นๆ",
"No search results in other folders" : "ไม่พบผลลัพธ์การค้นหาในโฟลเดอร์อื่นๆ",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["ค้นหาพบ {count} ผลลัพธ์ในโฟลเดอร์อื่นๆ"],
diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json
index 4880e76edf1..b18060ddae9 100644
--- a/core/l10n/th_TH.json
+++ b/core/l10n/th_TH.json
@@ -193,11 +193,8 @@
"Hello {name}, the weather is {weather}" : "สวัสดี {name} สภาพอากาศวันนี้มี {weather}",
"Hello {name}" : "สวัสดี {name}",
"_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "กำลังดำเนินการอัพเกรด หากออกจากหน้านี้ ณ เวลานี้อาจเกิดปัญหาในภายหลัง",
- "Updating to {version}" : "กำลังอัพเดทเป็นรุ่น {version}",
"An error occurred." : "เกิดข้อผิดพลาด",
"Please reload the page." : "โปรดโหลดหน้าเว็บใหม่",
- "The update was successful. There were warnings." : "การอัพเดทสำเร็จ แต่มีคำเตือนอยู่",
"Searching other places" : "กำลังค้นหาสถานที่อื่นๆ",
"No search results in other folders" : "ไม่พบผลลัพธ์การค้นหาในโฟลเดอร์อื่นๆ",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["ค้นหาพบ {count} ผลลัพธ์ในโฟลเดอร์อื่นๆ"],
diff --git a/core/l10n/tr.js b/core/l10n/tr.js
index 2ed9f0f00f1..bda6b0321b3 100644
--- a/core/l10n/tr.js
+++ b/core/l10n/tr.js
@@ -130,9 +130,18 @@ OC.L10N.register(
"Good password" : "İyi parola",
"Strong password" : "Güçlü parola",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.",
+ "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresini çözümleyecek şekilde uygun yapılandırılmamış. Daha fazla bilgi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden fazla uç noktaya ulaşılamıyor. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya üçüncü parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için İnternet bağlantısını etkinleştirmenizi öneriyoruz.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Hafıza önbelleği yapılandırılmamış. İmkanı varsa performansı iyileştirmek için bir önbellek yapılandırması yapın. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
+ "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Güvenlik nedeniyle çokça önerilen /dev/urandom PHP tarafından okunamıyor. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Halen PHP {version} kullanıyorsunuz. Dağıtımınız destekler desteklemez PHP sürümünüzü güncelleyerek <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performans ve güvenlik geliştirmelerinden</a> faydalanmanızı öneriyoruz.",
+ "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ters vekil sunucu başlık yapılandırmanız hatalı veya ownCloud'a güvenilen bir vekil sunucudan erişiyorsunuz. Eğer erişiminiz güvenilen bir vekil sunucu aracılığıyla gerçekleşmiyorsa bu bir güvenlik sorunudur ve bir saldırganın IP adresini farklıymış gibi göstermesine neden olabilir. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached dağıtık bellek olarak yapılandırılmış ama hatalı PHP \"memcache\" modülü kurulmuş. \\OC\\Memcache\\Memcached sadece \"memcached\" modülünü destekler, \"memcache\"i değil. <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wikisinde iki modül hakkında da</a> bilgi bulabilirsiniz.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünlük kontrolünü geçemedi. Bu sorunun üstesinden nasıl geleceğinizi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi…</a> / <a href=\"{rescanEndpoint}\">Tekrar tara…</a>)",
"Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "data dizininiz ve dosyalarınız büyük ihtimalle İnternet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu belge dizini dışına almanızı şiddetle tavsiye ederiz.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP başlığı \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu muhtemel bir güvenlik veya gizlilik riski olduğundan bu ayarı düzeltmenizi öneririz.",
+ "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "\"Strict-Transport-Security\" HTTP başlığı en azından\"{seconds}\" saniyedir yapılandırılmamış. Gelişmiş güvenlik için <a href=\"{docUrl}\" rel=\"noreferrer\">güvenlik ipuçlarında</a> tarif edildiği gibi HSTS'nin etkinleştirilmesini öneririz.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Bu siteye HTTP aracılığıyla erişiyorsunuz. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarımızda</a> gösterildiği şekilde HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.",
"Shared" : "Paylaşılan",
"Shared with {recipients}" : "{recipients} ile paylaşılmış",
@@ -145,6 +154,10 @@ OC.L10N.register(
"Expiration" : "Bitiş",
"Expiration date" : "Son kullanım tarihi",
"Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin",
+ "Copied!" : "Kopyalandı!",
+ "Not supported!" : "Desteklenmiyor!",
+ "Press ⌘-C to copy." : "Kopyalamak için ⌘-C kullanın.",
+ "Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C kullanın.",
"Resharing is not allowed" : "Tekrar paylaşmaya izin verilmiyor",
"Share link" : "Paylaşma bağlantısı",
"Link" : "Bağlantı",
@@ -192,6 +205,7 @@ OC.L10N.register(
"({scope})" : "({scope})",
"Delete" : "Sil",
"Rename" : "Yeniden adlandır",
+ "Collaborative tags" : "İşbirlikçi etiketler",
"The object type is not specified." : "Nesne türü belirtilmemiş.",
"Enter new" : "Yeni girin",
"Add" : "Ekle",
@@ -205,13 +219,10 @@ OC.L10N.register(
"Hello {name}" : "Merhaba {name}",
"new" : "Yeni",
"_download %n file_::_download %n files_" : ["%n dosya indir","%n dosya indir"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Güncelleme yapılıyor, sayfadan ayrılmak bazı işlemleri kesebilir.",
- "Updating to {version}" : "{version} sürümüne güncelleniyor",
"An error occurred." : "Bir hata oluştu",
"Please reload the page." : "Lütfen sayfayı yeniden yükleyin.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Güncelleme başarısız oldu. Daha fazla bilgi için bu sorunu kapsayan <a href=\"{url}\">forum gönderimize</a> bakın.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Güncelleme işlemi maalesef başarısızlığa uğradı. Lütfen bu surunu <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud topluluğu</a>na bildirin. ",
- "The update was successful. There were warnings." : "Güncelleme başarılı. Uyarılar mevcut.",
"The update was successful. Redirecting you to Nextcloud now." : "Güncelleme başarılı oldu. Nextcloud'a yönlendiriliyorsunuz.",
"Searching other places" : "Diğer konumlarda aranıyor",
"No search results in other folders" : "Diğer klasörlerde arama sonucu yok",
@@ -243,6 +254,7 @@ OC.L10N.register(
"Trace" : "İz",
"Security warning" : "Güvenlik uyarısı",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Veri klasörünüz ve dosyalarınız .htaccess dosyası çalışmadığı için İnternet'ten erişime açık.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Sunucunuzu nasıl yapılandıracağınız hakkında bilgi almak için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">belgelendirmeye</a> bakabilirsiniz.",
"Create an <strong>admin account</strong>" : "Bir <strong>yönetici hesabı</strong> oluşturun",
"Username" : "Kullanıcı Adı",
"Storage & database" : "Depolama ve veritabanı",
@@ -287,7 +299,9 @@ OC.L10N.register(
"Contact your system administrator if this message persists or appeared unexpectedly." : "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.",
"Thank you for your patience." : "Sabrınız için teşekkür ederiz.",
"Two-step verification" : "2 adımlı doğrulama",
+ "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Hesabınız için gelişmiş güvenlik etkinleştirildi. Lütfen ikinci etkeni kullanarak kimlik doğrulaması yapın.",
"Cancel login" : "Girişi iptal et",
+ "Please authenticate using the selected factor." : "Lütfen seçilen etkeni kullanarak kimlik doğrulaması yapın.",
"An error occured while verifying the token" : "Anahtarı(token) doğrularken bir hata oluştu",
"You are accessing the server from an untrusted domain." : "Sunucuya güvenilmeyen bir alan adından ulaşıyorsunuz.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Lütfen yöneticiniz ile iletişime geçin. Eğer bu örneğin bir yöneticisi iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını yapılandırın. Bu yapılandırmanın bir örneği config/config.sample.php dosyasında verilmiştir.",
diff --git a/core/l10n/tr.json b/core/l10n/tr.json
index cb97780f029..f97747cbc4b 100644
--- a/core/l10n/tr.json
+++ b/core/l10n/tr.json
@@ -128,9 +128,18 @@
"Good password" : "İyi parola",
"Strong password" : "Güçlü parola",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.",
+ "Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Web sunucunuz \"{url}\" adresini çözümleyecek şekilde uygun yapılandırılmamış. Daha fazla bilgi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulunabilir.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Bu sunucunun çalışan bir İnternet bağlantısı yok. Birden fazla uç noktaya ulaşılamıyor. Bu, harici depolama alanı bağlama, güncelleştirme bildirimleri veya üçüncü parti uygulama kurma gibi bazı özellikler çalışmayacak demektir. Uzak dosyalara erişim ve e-posta ile bildirim gönderme de çalışmayacaktır. Eğer bu özelliklerin tamamını kullanmak istiyorsanız, sunucu için İnternet bağlantısını etkinleştirmenizi öneriyoruz.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Hafıza önbelleği yapılandırılmamış. İmkanı varsa performansı iyileştirmek için bir önbellek yapılandırması yapın. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
+ "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Güvenlik nedeniyle çokça önerilen /dev/urandom PHP tarafından okunamıyor. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Halen PHP {version} kullanıyorsunuz. Dağıtımınız destekler desteklemez PHP sürümünüzü güncelleyerek <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performans ve güvenlik geliştirmelerinden</a> faydalanmanızı öneriyoruz.",
+ "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Ters vekil sunucu başlık yapılandırmanız hatalı veya ownCloud'a güvenilen bir vekil sunucudan erişiyorsunuz. Eğer erişiminiz güvenilen bir vekil sunucu aracılığıyla gerçekleşmiyorsa bu bir güvenlik sorunudur ve bir saldırganın IP adresini farklıymış gibi göstermesine neden olabilir. Daha fazla bilgiyi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz.",
+ "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached dağıtık bellek olarak yapılandırılmış ama hatalı PHP \"memcache\" modülü kurulmuş. \\OC\\Memcache\\Memcached sadece \"memcached\" modülünü destekler, \"memcache\"i değil. <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wikisinde iki modül hakkında da</a> bilgi bulabilirsiniz.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Bazı dosyalar bütünlük kontrolünü geçemedi. Bu sorunun üstesinden nasıl geleceğinizi <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">belgelendirmemizde</a> bulabilirsiniz. (<a href=\"{codeIntegrityDownloadEndpoint}\">Geçersiz dosyaların listesi…</a> / <a href=\"{rescanEndpoint}\">Tekrar tara…</a>)",
"Error occurred while checking server setup" : "Sunucu yapılandırması denetlenirken hata oluştu",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "data dizininiz ve dosyalarınız büyük ihtimalle İnternet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu belge dizini dışına almanızı şiddetle tavsiye ederiz.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP başlığı \"{expected}\" ile eşleşmek üzere yapılandırılmamış. Bu muhtemel bir güvenlik veya gizlilik riski olduğundan bu ayarı düzeltmenizi öneririz.",
+ "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "\"Strict-Transport-Security\" HTTP başlığı en azından\"{seconds}\" saniyedir yapılandırılmamış. Gelişmiş güvenlik için <a href=\"{docUrl}\" rel=\"noreferrer\">güvenlik ipuçlarında</a> tarif edildiği gibi HSTS'nin etkinleştirilmesini öneririz.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Bu siteye HTTP aracılığıyla erişiyorsunuz. Sunucunuzu <a href=\"{docUrl}\">güvenlik ipuçlarımızda</a> gösterildiği şekilde HTTPS kullanımını zorlamak üzere yapılandırmanızı şiddetle öneririz.",
"Shared" : "Paylaşılan",
"Shared with {recipients}" : "{recipients} ile paylaşılmış",
@@ -143,6 +152,10 @@
"Expiration" : "Bitiş",
"Expiration date" : "Son kullanım tarihi",
"Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin",
+ "Copied!" : "Kopyalandı!",
+ "Not supported!" : "Desteklenmiyor!",
+ "Press ⌘-C to copy." : "Kopyalamak için ⌘-C kullanın.",
+ "Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C kullanın.",
"Resharing is not allowed" : "Tekrar paylaşmaya izin verilmiyor",
"Share link" : "Paylaşma bağlantısı",
"Link" : "Bağlantı",
@@ -190,6 +203,7 @@
"({scope})" : "({scope})",
"Delete" : "Sil",
"Rename" : "Yeniden adlandır",
+ "Collaborative tags" : "İşbirlikçi etiketler",
"The object type is not specified." : "Nesne türü belirtilmemiş.",
"Enter new" : "Yeni girin",
"Add" : "Ekle",
@@ -203,13 +217,10 @@
"Hello {name}" : "Merhaba {name}",
"new" : "Yeni",
"_download %n file_::_download %n files_" : ["%n dosya indir","%n dosya indir"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Güncelleme yapılıyor, sayfadan ayrılmak bazı işlemleri kesebilir.",
- "Updating to {version}" : "{version} sürümüne güncelleniyor",
"An error occurred." : "Bir hata oluştu",
"Please reload the page." : "Lütfen sayfayı yeniden yükleyin.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Güncelleme başarısız oldu. Daha fazla bilgi için bu sorunu kapsayan <a href=\"{url}\">forum gönderimize</a> bakın.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Güncelleme işlemi maalesef başarısızlığa uğradı. Lütfen bu surunu <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud topluluğu</a>na bildirin. ",
- "The update was successful. There were warnings." : "Güncelleme başarılı. Uyarılar mevcut.",
"The update was successful. Redirecting you to Nextcloud now." : "Güncelleme başarılı oldu. Nextcloud'a yönlendiriliyorsunuz.",
"Searching other places" : "Diğer konumlarda aranıyor",
"No search results in other folders" : "Diğer klasörlerde arama sonucu yok",
@@ -241,6 +252,7 @@
"Trace" : "İz",
"Security warning" : "Güvenlik uyarısı",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Veri klasörünüz ve dosyalarınız .htaccess dosyası çalışmadığı için İnternet'ten erişime açık.",
+ "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Sunucunuzu nasıl yapılandıracağınız hakkında bilgi almak için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">belgelendirmeye</a> bakabilirsiniz.",
"Create an <strong>admin account</strong>" : "Bir <strong>yönetici hesabı</strong> oluşturun",
"Username" : "Kullanıcı Adı",
"Storage & database" : "Depolama ve veritabanı",
@@ -285,7 +297,9 @@
"Contact your system administrator if this message persists or appeared unexpectedly." : "Eğer bu ileti görünmeye devam ederse veya beklenmedik şekilde ortaya çıkmışsa sistem yöneticinizle iletişime geçin.",
"Thank you for your patience." : "Sabrınız için teşekkür ederiz.",
"Two-step verification" : "2 adımlı doğrulama",
+ "Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Hesabınız için gelişmiş güvenlik etkinleştirildi. Lütfen ikinci etkeni kullanarak kimlik doğrulaması yapın.",
"Cancel login" : "Girişi iptal et",
+ "Please authenticate using the selected factor." : "Lütfen seçilen etkeni kullanarak kimlik doğrulaması yapın.",
"An error occured while verifying the token" : "Anahtarı(token) doğrularken bir hata oluştu",
"You are accessing the server from an untrusted domain." : "Sunucuya güvenilmeyen bir alan adından ulaşıyorsunuz.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Lütfen yöneticiniz ile iletişime geçin. Eğer bu örneğin bir yöneticisi iseniz, config/config.php dosyası içerisindeki \"trusted_domain\" ayarını yapılandırın. Bu yapılandırmanın bir örneği config/config.sample.php dosyasında verilmiştir.",
diff --git a/core/l10n/uk.js b/core/l10n/uk.js
index 238ef056d7d..7c4d5dfa9a0 100644
--- a/core/l10n/uk.js
+++ b/core/l10n/uk.js
@@ -203,12 +203,9 @@ OC.L10N.register(
"Hello {name}" : "Привіт {name}",
"new" : "новий",
"_download %n file_::_download %n files_" : ["завантаження %n файлу","завантаження %n файлів","завантаження %n файлів"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Триває оновлення, якщо ви покинете сторінку, це може перервати процес в деяких оточеннях.",
- "Updating to {version}" : "Оновлення до {version}",
"An error occurred." : "Виникла помилка.",
"Please reload the page." : "Будь ласка, перезавантажте сторінку.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Оновлення не вдалося. За інформацією <a href=\"{url}\">зверніться до повідомлення на форумі</a>, що описує цю проблему.",
- "The update was successful. There were warnings." : "Оновлення виконалось успішно, але були попередження.",
"Searching other places" : "Йде пошук в інших місцях",
"No search results in other folders" : "В інших теках нічого не знайдено",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках"],
diff --git a/core/l10n/uk.json b/core/l10n/uk.json
index 0545e9e449e..4a4106d9190 100644
--- a/core/l10n/uk.json
+++ b/core/l10n/uk.json
@@ -201,12 +201,9 @@
"Hello {name}" : "Привіт {name}",
"new" : "новий",
"_download %n file_::_download %n files_" : ["завантаження %n файлу","завантаження %n файлів","завантаження %n файлів"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Триває оновлення, якщо ви покинете сторінку, це може перервати процес в деяких оточеннях.",
- "Updating to {version}" : "Оновлення до {version}",
"An error occurred." : "Виникла помилка.",
"Please reload the page." : "Будь ласка, перезавантажте сторінку.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Оновлення не вдалося. За інформацією <a href=\"{url}\">зверніться до повідомлення на форумі</a>, що описує цю проблему.",
- "The update was successful. There were warnings." : "Оновлення виконалось успішно, але були попередження.",
"Searching other places" : "Йде пошук в інших місцях",
"No search results in other folders" : "В інших теках нічого не знайдено",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} результат пошуку в інших теках","{count} результатів пошуку в інших теках","{count} результатів пошуку в інших теках"],
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js
index 35cff0331d2..9f0b2c151b5 100644
--- a/core/l10n/zh_CN.js
+++ b/core/l10n/zh_CN.js
@@ -213,12 +213,9 @@ OC.L10N.register(
"Hello {name}" : "你好 {name}",
"new" : "新建",
"_download %n file_::_download %n files_" : ["下载 %n 个文件"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "升级正在进行,在某些环境中离开此网页可能中断该过程。",
- "Updating to {version}" : "正在升级到 {version}",
"An error occurred." : "发生了一个错误",
"Please reload the page." : "请重新加载页面。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新不成功。有关此问题的更多信息请<a href=\"{url}\">查看我们的论坛帖子</a>。",
- "The update was successful. There were warnings." : "更新成功。有警告。",
"Searching other places" : "搜索其他地方",
"No search results in other folders" : "在其他文件夹中没有得到任何搜索结果",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他文件夹中找到 {count} 条搜索结果"],
diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json
index f42b5c3bd50..e045dd7f1a8 100644
--- a/core/l10n/zh_CN.json
+++ b/core/l10n/zh_CN.json
@@ -211,12 +211,9 @@
"Hello {name}" : "你好 {name}",
"new" : "新建",
"_download %n file_::_download %n files_" : ["下载 %n 个文件"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "升级正在进行,在某些环境中离开此网页可能中断该过程。",
- "Updating to {version}" : "正在升级到 {version}",
"An error occurred." : "发生了一个错误",
"Please reload the page." : "请重新加载页面。",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新不成功。有关此问题的更多信息请<a href=\"{url}\">查看我们的论坛帖子</a>。",
- "The update was successful. There were warnings." : "更新成功。有警告。",
"Searching other places" : "搜索其他地方",
"No search results in other folders" : "在其他文件夹中没有得到任何搜索结果",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他文件夹中找到 {count} 条搜索结果"],
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js
index 33f73a90f23..4d2b11d4aef 100644
--- a/core/l10n/zh_TW.js
+++ b/core/l10n/zh_TW.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Error unfavoriting" : "從最愛移除出錯",
"Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s",
"Preparing update" : "準備更新",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "修復警告:",
"Repair error: " : "修復錯誤",
"Turned on maintenance mode" : "已啓用維護模式",
@@ -197,11 +198,9 @@ OC.L10N.register(
"Hello {name}" : "哈囉 {name}",
"new" : "新",
"_download %n file_::_download %n files_" : ["下載 %n 個檔案"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
"An error occurred." : "發生錯誤",
"Please reload the page." : "請重新整理頁面",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多",
- "The update was successful. There were warnings." : "更新成功,有警告訊息",
"Searching other places" : "搜尋其他位置",
"No search results in other folders" : "在其他資料夾中沒有找到",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 比結果"],
diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json
index e3d2cdc36ca..73db28210fd 100644
--- a/core/l10n/zh_TW.json
+++ b/core/l10n/zh_TW.json
@@ -25,6 +25,7 @@
"Error unfavoriting" : "從最愛移除出錯",
"Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s",
"Preparing update" : "準備更新",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
"Repair warning: " : "修復警告:",
"Repair error: " : "修復錯誤",
"Turned on maintenance mode" : "已啓用維護模式",
@@ -195,11 +196,9 @@
"Hello {name}" : "哈囉 {name}",
"new" : "新",
"_download %n file_::_download %n files_" : ["下載 %n 個檔案"],
- "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "正在更新,在某些狀況下,離開本頁面可能會導致更新中斷",
"An error occurred." : "發生錯誤",
"Please reload the page." : "請重新整理頁面",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "更新失敗,檢視<a href=\"{url}\">論壇上的文章</a>來瞭解更多",
- "The update was successful. There were warnings." : "更新成功,有警告訊息",
"Searching other places" : "搜尋其他位置",
"No search results in other folders" : "在其他資料夾中沒有找到",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["在其他資料夾中有 {count} 比結果"],
diff --git a/core/shipped.json b/core/shipped.json
index 8d3056eb908..f944d9d4c11 100644
--- a/core/shipped.json
+++ b/core/shipped.json
@@ -9,8 +9,11 @@
"federatedfilesharing",
"federation",
"files",
+ "files_accesscontrol",
+ "files_automatedtagging",
"files_external",
"files_pdfviewer",
+ "files_retention",
"files_sharing",
"files_texteditor",
"files_trashbin",
@@ -21,6 +24,8 @@
"notifications",
"password_policy",
"provisioning_api",
+ "serverinfo",
+ "survey_client",
"systemtags",
"templateeditor",
"theming",
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index b3b492ecac4..be5c769ab76 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -113,7 +113,10 @@
<li data-id="<?php p($entry['id']); ?>">
<a href="<?php print_unescaped($entry['href']); ?>" tabindex="3"
<?php if( $entry['active'] ): ?> class="active"<?php endif; ?>>
- <img class="app-icon" alt="" src="<?php print_unescaped($entry['icon']); ?>">
+ <svg width="32" height="32" viewBox="0 0 32 32">
+ <defs><filter id="invert"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" /></filter></defs>
+ <image x="0" y="0" width="32" height="32" preserveAspectRatio="xMinYMin meet" filter="url(#invert)" xlink:href="<?php print_unescaped($entry['icon']); ?>" class="app-icon"/>
+ </svg>
<div class="icon-loading-dark" style="display:none;"></div>
<span>
<?php p($entry['name']); ?>
@@ -128,7 +131,10 @@
<li id="apps-management">
<a href="<?php print_unescaped(\OC::$server->getURLGenerator()->linkToRoute('settings.AppSettings.viewApps')); ?>" tabindex="4"
<?php if( $_['appsmanagement_active'] ): ?> class="active"<?php endif; ?>>
- <img class="app-icon" alt="" src="<?php print_unescaped(image_path('settings', 'apps.svg')); ?>">
+ <svg width="32" height="32" viewBox="0 0 32 32" class="app-icon">
+ <defs><filter id="invert"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" /></filter></defs>
+ <image x="0" y="0" width="32" height="32" preserveAspectRatio="xMinYMin meet" filter="url(#invert)" xlink:href="<?php print_unescaped(image_path('settings', 'apps.svg')); ?>"/>
+ </svg>
<div class="icon-loading-dark" style="display:none;"></div>
<span>
<?php p($l->t('Apps')); ?>
diff --git a/core/templates/login.php b/core/templates/login.php
index 95c5a423c3d..c5453c34497 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -38,7 +38,7 @@ script('core', [
<!-- the following div ensures that the spinner is always inside the #message div -->
<div style="clear: both;"></div>
</div>
- <p class="grouptop">
+ <p class="grouptop<?php if (!empty($_['invalidpassword'])) { ?> shake<?php } ?>">
<input type="text" name="user" id="user"
placeholder="<?php p($l->t('Username or email')); ?>"
value="<?php p($_['loginName']); ?>"
@@ -47,7 +47,7 @@ script('core', [
<label for="user" class="infield"><?php p($l->t('Username or email')); ?></label>
</p>
- <p class="groupbottom">
+ <p class="groupbottom<?php if (!empty($_['invalidpassword'])) { ?> shake<?php } ?>">
<input type="password" name="password" id="password" value=""
placeholder="<?php p($l->t('Password')); ?>"
<?php p($_['user_autofocus'] ? '' : 'autofocus'); ?>
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
index 87f93967d91..aaeacea993b 100644
--- a/core/templates/update.admin.php
+++ b/core/templates/update.admin.php
@@ -36,18 +36,20 @@
</div>
<input class="updateButton" type="button" value="<?php p($l->t('Start update')) ?>">
<div class="infogroup">
+ <em>
<?php p($l->t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?>
<pre>./occ upgrade</pre>
+ </em>
</div>
</div>
<div class="update-progress hidden">
<h2 id="update-progress-title"></h2>
<div id="update-progress-icon" class="icon-loading-dark"></div>
- <p id="update-progress-message-error" class="warning hidden"></p>
- <ul id="update-progress-message-warnings" class="warning hidden"></ul>
+ <p id="update-progress-message-error" class="hidden"></p>
+ <ul id="update-progress-message-warnings" class="hidden"></ul>
<p id="update-progress-message"></p>
<a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a>
- <div id="update-progress-detailed" class="hidden warning"></div>
+ <div id="update-progress-detailed" class="hidden"></div>
</div>
</div>