Merge branch 'stable14' of https://github.com/nextcloud/server into settings-ie11-fixes
This commit is contained in:
commit
e63f2af8b2
|
@ -27,6 +27,7 @@ OC.L10N.register(
|
||||||
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
|
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
|
||||||
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet",
|
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet",
|
||||||
"{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”",
|
"{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”",
|
||||||
|
"Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer",
|
||||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"%s\", i en kommentar av en bruker som siden har blitt slettet",
|
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"%s\", i en kommentar av en bruker som siden har blitt slettet",
|
||||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”"
|
"%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”"
|
||||||
},
|
},
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
|
"<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> for filer",
|
||||||
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet",
|
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"{file}\", i en kommentar av en bruker som siden har blitt slettet",
|
||||||
"{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”",
|
"{user} mentioned you in a comment on “{file}”" : "{user} nevnte deg i en kommentar på “{file}”",
|
||||||
|
"Files app plugin to add comments to files" : "Tillegg for å legge til kommentarer til filer",
|
||||||
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"%s\", i en kommentar av en bruker som siden har blitt slettet",
|
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Du ble nevnte på \"%s\", i en kommentar av en bruker som siden har blitt slettet",
|
||||||
"%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”"
|
"%1$s mentioned you in a comment on “%2$s”" : "%1$s nevnte deg i en kommentar på “%2$s”"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
|
|
|
@ -112,11 +112,11 @@ class CommentPropertiesPlugin extends ServerPlugin {
|
||||||
if ($parentPath === '') {
|
if ($parentPath === '') {
|
||||||
$parentPath = '/';
|
$parentPath = '/';
|
||||||
}
|
}
|
||||||
// if we already cached the folder this file is in we know there are no shares for this file
|
// if we already cached the folder this file is in we know there are no comments for this file
|
||||||
if (array_search($parentPath, $this->cachedFolders) === false) {
|
if (array_search($parentPath, $this->cachedFolders) === false) {
|
||||||
return $this->getUnreadCount($node);
|
|
||||||
} else {
|
|
||||||
return 0;
|
return 0;
|
||||||
|
} else {
|
||||||
|
return $this->getUnreadCount($node);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -35,6 +35,8 @@ OC.L10N.register(
|
||||||
"Adjust how people can share between servers." : "A szerverek közti megosztási lehetőségek beállítása",
|
"Adjust how people can share between servers." : "A szerverek közti megosztási lehetőségek beállítása",
|
||||||
"Allow users on this server to send shares to other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy fájlokat osszanak meg más szerverekkel.",
|
"Allow users on this server to send shares to other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy fájlokat osszanak meg más szerverekkel.",
|
||||||
"Allow users on this server to receive shares from other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy megosztásokat fogadjanak más szerverektől",
|
"Allow users on this server to receive shares from other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy megosztásokat fogadjanak más szerverektől",
|
||||||
|
"Allow users on this server to send shares to groups on other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy megosztásokat küldjenek más szerverek csoportjainak",
|
||||||
|
"Allow users on this server to receive group shares from other servers" : "Engedélyezi ezen szerver felhasználóinak, hogy csoport megosztásokat fogadjanak más szerverektől",
|
||||||
"Search global and public address book for users" : "Felhasználók keresése a globális és a nyilvános névjegyekben",
|
"Search global and public address book for users" : "Felhasználók keresése a globális és a nyilvános névjegyekben",
|
||||||
"Allow users to publish their data to a global and public address book" : "Minden felhasználó a közös adattárolót és névjegyzéket használja",
|
"Allow users to publish their data to a global and public address book" : "Minden felhasználó a közös adattárolót és névjegyzéket használja",
|
||||||
"Federated Cloud" : "Egyesített felhő",
|
"Federated Cloud" : "Egyesített felhő",
|
||||||
|
|
|
@ -33,6 +33,8 @@
|
||||||
"Adjust how people can share between servers." : "A szerverek közti megosztási lehetőségek beállítása",
|
"Adjust how people can share between servers." : "A szerverek közti megosztási lehetőségek beállítása",
|
||||||
"Allow users on this server to send shares to other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy fájlokat osszanak meg más szerverekkel.",
|
"Allow users on this server to send shares to other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy fájlokat osszanak meg más szerverekkel.",
|
||||||
"Allow users on this server to receive shares from other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy megosztásokat fogadjanak más szerverektől",
|
"Allow users on this server to receive shares from other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy megosztásokat fogadjanak más szerverektől",
|
||||||
|
"Allow users on this server to send shares to groups on other servers" : "Engedélyezze ezen szerver felhasználóinak, hogy megosztásokat küldjenek más szerverek csoportjainak",
|
||||||
|
"Allow users on this server to receive group shares from other servers" : "Engedélyezi ezen szerver felhasználóinak, hogy csoport megosztásokat fogadjanak más szerverektől",
|
||||||
"Search global and public address book for users" : "Felhasználók keresése a globális és a nyilvános névjegyekben",
|
"Search global and public address book for users" : "Felhasználók keresése a globális és a nyilvános névjegyekben",
|
||||||
"Allow users to publish their data to a global and public address book" : "Minden felhasználó a közös adattárolót és névjegyzéket használja",
|
"Allow users to publish their data to a global and public address book" : "Minden felhasználó a közös adattárolót és névjegyzéket használja",
|
||||||
"Federated Cloud" : "Egyesített felhő",
|
"Federated Cloud" : "Egyesített felhő",
|
||||||
|
|
|
@ -31,7 +31,7 @@ OC.L10N.register(
|
||||||
"Sharing" : "Dela",
|
"Sharing" : "Dela",
|
||||||
"Federated file sharing" : "Federerad fildelning",
|
"Federated file sharing" : "Federerad fildelning",
|
||||||
"Federated Cloud Sharing" : "Federerad Moln-delning",
|
"Federated Cloud Sharing" : "Federerad Moln-delning",
|
||||||
"Open documentation" : "Öppna dokumentation",
|
"Open documentation" : "Öppna dokumentationen",
|
||||||
"Adjust how people can share between servers." : "Justera hur användare kan dela genom servrar.",
|
"Adjust how people can share between servers." : "Justera hur användare kan dela genom servrar.",
|
||||||
"Allow users on this server to send shares to other servers" : "Tillåt användare på denna server att skicka utdelningar till andra servrar",
|
"Allow users on this server to send shares to other servers" : "Tillåt användare på denna server att skicka utdelningar till andra servrar",
|
||||||
"Allow users on this server to receive shares from other servers" : "Tillåt användare på denna servern att ta emot utdelningar från andra servrar",
|
"Allow users on this server to receive shares from other servers" : "Tillåt användare på denna servern att ta emot utdelningar från andra servrar",
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
"Sharing" : "Dela",
|
"Sharing" : "Dela",
|
||||||
"Federated file sharing" : "Federerad fildelning",
|
"Federated file sharing" : "Federerad fildelning",
|
||||||
"Federated Cloud Sharing" : "Federerad Moln-delning",
|
"Federated Cloud Sharing" : "Federerad Moln-delning",
|
||||||
"Open documentation" : "Öppna dokumentation",
|
"Open documentation" : "Öppna dokumentationen",
|
||||||
"Adjust how people can share between servers." : "Justera hur användare kan dela genom servrar.",
|
"Adjust how people can share between servers." : "Justera hur användare kan dela genom servrar.",
|
||||||
"Allow users on this server to send shares to other servers" : "Tillåt användare på denna server att skicka utdelningar till andra servrar",
|
"Allow users on this server to send shares to other servers" : "Tillåt användare på denna server att skicka utdelningar till andra servrar",
|
||||||
"Allow users on this server to receive shares from other servers" : "Tillåt användare på denna servern att ta emot utdelningar från andra servrar",
|
"Allow users on this server to receive shares from other servers" : "Tillåt användare på denna servern att ta emot utdelningar från andra servrar",
|
||||||
|
|
|
@ -44,6 +44,7 @@ OC.L10N.register(
|
||||||
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
|
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
|
||||||
"Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした",
|
"Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした",
|
||||||
"Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
|
"Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
|
||||||
|
"copy" : "コピー",
|
||||||
"Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
|
"Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
|
||||||
"Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした",
|
"Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした",
|
||||||
"Copied {origin} inside {destination}" : "コピー先{origin} {destination}内",
|
"Copied {origin} inside {destination}" : "コピー先{origin} {destination}内",
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
|
"This directory is unavailable, please check the logs or contact the administrator" : "このディレクトリは利用できません。ログを確認するか管理者に問い合わせてください。",
|
||||||
"Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした",
|
"Could not move \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"を移動できませんでした",
|
||||||
"Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
|
"Could not move \"{file}\"" : "\"{file}\" を移動できませんでした",
|
||||||
|
"copy" : "コピー",
|
||||||
"Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
|
"Could not copy \"{file}\", target exists" : "ターゲットが存在するため,ファイル \"{file}\"をコピーできませんでした",
|
||||||
"Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした",
|
"Could not copy \"{file}\"" : "\"{file}\"をコピーできませんでした",
|
||||||
"Copied {origin} inside {destination}" : "コピー先{origin} {destination}内",
|
"Copied {origin} inside {destination}" : "コピー先{origin} {destination}内",
|
||||||
|
|
|
@ -79,6 +79,7 @@ OC.L10N.register(
|
||||||
"Public key" : "Nyilvános kulcs",
|
"Public key" : "Nyilvános kulcs",
|
||||||
"RSA private key" : "RSA-titkos kulcs",
|
"RSA private key" : "RSA-titkos kulcs",
|
||||||
"Private key" : "Titkos kulcs",
|
"Private key" : "Titkos kulcs",
|
||||||
|
"Kerberos ticket" : "Kerbeos jegy",
|
||||||
"Amazon S3" : "Amazon S3",
|
"Amazon S3" : "Amazon S3",
|
||||||
"Bucket" : "Bucket",
|
"Bucket" : "Bucket",
|
||||||
"Hostname" : "Hosztnév",
|
"Hostname" : "Hosztnév",
|
||||||
|
@ -94,7 +95,7 @@ OC.L10N.register(
|
||||||
"FTP" : "FTP",
|
"FTP" : "FTP",
|
||||||
"Host" : "Kiszolgáló",
|
"Host" : "Kiszolgáló",
|
||||||
"Secure ftps://" : "Biztonságos ftps://",
|
"Secure ftps://" : "Biztonságos ftps://",
|
||||||
"Local" : "Helyi",
|
"Local" : "Hely",
|
||||||
"Location" : "Hely",
|
"Location" : "Hely",
|
||||||
"Nextcloud" : "Nextcloud",
|
"Nextcloud" : "Nextcloud",
|
||||||
"SFTP" : "SFTP",
|
"SFTP" : "SFTP",
|
||||||
|
|
|
@ -77,6 +77,7 @@
|
||||||
"Public key" : "Nyilvános kulcs",
|
"Public key" : "Nyilvános kulcs",
|
||||||
"RSA private key" : "RSA-titkos kulcs",
|
"RSA private key" : "RSA-titkos kulcs",
|
||||||
"Private key" : "Titkos kulcs",
|
"Private key" : "Titkos kulcs",
|
||||||
|
"Kerberos ticket" : "Kerbeos jegy",
|
||||||
"Amazon S3" : "Amazon S3",
|
"Amazon S3" : "Amazon S3",
|
||||||
"Bucket" : "Bucket",
|
"Bucket" : "Bucket",
|
||||||
"Hostname" : "Hosztnév",
|
"Hostname" : "Hosztnév",
|
||||||
|
@ -92,7 +93,7 @@
|
||||||
"FTP" : "FTP",
|
"FTP" : "FTP",
|
||||||
"Host" : "Kiszolgáló",
|
"Host" : "Kiszolgáló",
|
||||||
"Secure ftps://" : "Biztonságos ftps://",
|
"Secure ftps://" : "Biztonságos ftps://",
|
||||||
"Local" : "Helyi",
|
"Local" : "Hely",
|
||||||
"Location" : "Hely",
|
"Location" : "Hely",
|
||||||
"Nextcloud" : "Nextcloud",
|
"Nextcloud" : "Nextcloud",
|
||||||
"SFTP" : "SFTP",
|
"SFTP" : "SFTP",
|
||||||
|
|
|
@ -62,8 +62,10 @@ OC.L10N.register(
|
||||||
"OAuth2" : "OAuth2",
|
"OAuth2" : "OAuth2",
|
||||||
"Client ID" : "Klient ID",
|
"Client ID" : "Klient ID",
|
||||||
"Client secret" : "Klienthemlighet",
|
"Client secret" : "Klienthemlighet",
|
||||||
|
"OpenStack v2" : "OpenStack v2",
|
||||||
"Tenant name" : "Namn på arrendator",
|
"Tenant name" : "Namn på arrendator",
|
||||||
"Identity endpoint URL" : "Identitet endpoint URL",
|
"Identity endpoint URL" : "Identitet endpoint URL",
|
||||||
|
"OpenStack v3" : "OpenStack v3",
|
||||||
"Domain" : "Domän",
|
"Domain" : "Domän",
|
||||||
"Rackspace" : "Rackutrymme",
|
"Rackspace" : "Rackutrymme",
|
||||||
"API key" : "API-nyckel",
|
"API key" : "API-nyckel",
|
||||||
|
|
|
@ -60,8 +60,10 @@
|
||||||
"OAuth2" : "OAuth2",
|
"OAuth2" : "OAuth2",
|
||||||
"Client ID" : "Klient ID",
|
"Client ID" : "Klient ID",
|
||||||
"Client secret" : "Klienthemlighet",
|
"Client secret" : "Klienthemlighet",
|
||||||
|
"OpenStack v2" : "OpenStack v2",
|
||||||
"Tenant name" : "Namn på arrendator",
|
"Tenant name" : "Namn på arrendator",
|
||||||
"Identity endpoint URL" : "Identitet endpoint URL",
|
"Identity endpoint URL" : "Identitet endpoint URL",
|
||||||
|
"OpenStack v3" : "OpenStack v3",
|
||||||
"Domain" : "Domän",
|
"Domain" : "Domän",
|
||||||
"Rackspace" : "Rackutrymme",
|
"Rackspace" : "Rackutrymme",
|
||||||
"API key" : "API-nyckel",
|
"API key" : "API-nyckel",
|
||||||
|
|
|
@ -4,7 +4,12 @@ OC.L10N.register(
|
||||||
"Deleted files" : "已删除文件",
|
"Deleted files" : "已删除文件",
|
||||||
"Restore" : "恢复",
|
"Restore" : "恢复",
|
||||||
"Delete" : "删除",
|
"Delete" : "删除",
|
||||||
|
"Error while restoring file from trashbin" : "从垃圾桶删除文件时出错",
|
||||||
"Delete permanently" : "永久删除",
|
"Delete permanently" : "永久删除",
|
||||||
|
"Error while removing file from trashbin" : "从垃圾桶删除文件时出错",
|
||||||
|
"Error while restoring files from trashbin" : "从垃圾桶恢复文件时出错",
|
||||||
|
"Error while emptying trashbin" : "清空垃圾桶时出错",
|
||||||
|
"Error while removing files from trashbin" : "从垃圾桶删除文件时出错",
|
||||||
"This operation is forbidden" : "操作被禁止",
|
"This operation is forbidden" : "操作被禁止",
|
||||||
"This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员",
|
"This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员",
|
||||||
"restored" : "已恢复",
|
"restored" : "已恢复",
|
||||||
|
@ -13,6 +18,7 @@ OC.L10N.register(
|
||||||
"No entries found in this folder" : "此文件夹中无项目",
|
"No entries found in this folder" : "此文件夹中无项目",
|
||||||
"Select all" : "全部选择",
|
"Select all" : "全部选择",
|
||||||
"Name" : "名称",
|
"Name" : "名称",
|
||||||
|
"Actions" : "操作",
|
||||||
"Deleted" : "已删除",
|
"Deleted" : "已删除",
|
||||||
"Couldn't delete %s permanently" : "无法彻底删除文件 %s",
|
"Couldn't delete %s permanently" : "无法彻底删除文件 %s",
|
||||||
"Couldn't restore %s" : "无法恢复 %s",
|
"Couldn't restore %s" : "无法恢复 %s",
|
||||||
|
|
|
@ -2,7 +2,12 @@
|
||||||
"Deleted files" : "已删除文件",
|
"Deleted files" : "已删除文件",
|
||||||
"Restore" : "恢复",
|
"Restore" : "恢复",
|
||||||
"Delete" : "删除",
|
"Delete" : "删除",
|
||||||
|
"Error while restoring file from trashbin" : "从垃圾桶删除文件时出错",
|
||||||
"Delete permanently" : "永久删除",
|
"Delete permanently" : "永久删除",
|
||||||
|
"Error while removing file from trashbin" : "从垃圾桶删除文件时出错",
|
||||||
|
"Error while restoring files from trashbin" : "从垃圾桶恢复文件时出错",
|
||||||
|
"Error while emptying trashbin" : "清空垃圾桶时出错",
|
||||||
|
"Error while removing files from trashbin" : "从垃圾桶删除文件时出错",
|
||||||
"This operation is forbidden" : "操作被禁止",
|
"This operation is forbidden" : "操作被禁止",
|
||||||
"This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员",
|
"This directory is unavailable, please check the logs or contact the administrator" : "此目录不可用, 请检查日志或联系管理员",
|
||||||
"restored" : "已恢复",
|
"restored" : "已恢复",
|
||||||
|
@ -11,6 +16,7 @@
|
||||||
"No entries found in this folder" : "此文件夹中无项目",
|
"No entries found in this folder" : "此文件夹中无项目",
|
||||||
"Select all" : "全部选择",
|
"Select all" : "全部选择",
|
||||||
"Name" : "名称",
|
"Name" : "名称",
|
||||||
|
"Actions" : "操作",
|
||||||
"Deleted" : "已删除",
|
"Deleted" : "已删除",
|
||||||
"Couldn't delete %s permanently" : "无法彻底删除文件 %s",
|
"Couldn't delete %s permanently" : "无法彻底删除文件 %s",
|
||||||
"Couldn't restore %s" : "无法恢复 %s",
|
"Couldn't restore %s" : "无法恢复 %s",
|
||||||
|
|
|
@ -7,8 +7,10 @@ OC.L10N.register(
|
||||||
"Restore" : "復元",
|
"Restore" : "復元",
|
||||||
"No other versions available" : "利用可能なバージョンはありません",
|
"No other versions available" : "利用可能なバージョンはありません",
|
||||||
"This application automatically maintains older versions of files that are changed." : "このアプリケーションは、変更された古いバージョンのファイルを自動的に維持します。",
|
"This application automatically maintains older versions of files that are changed." : "このアプリケーションは、変更された古いバージョンのファイルを自動的に維持します。",
|
||||||
|
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "このアプリケーションは、変更された古いバージョンのファイルを自動的に維持します。 有効にすると、隠れバージョンフォルダはすべてのユーザーのディレクトリにプロビジョニングされ、古いファイルバージョンを格納するために使用されます。 ユーザーはいつでもWebインターフェイスから古いバージョンに戻すことができ、置き換えられたファイルはバージョン管理されます。 バージョン管理のためにクォータが足りなくなっていないことを保証するために、バージョンフォルダを自動的に管理します。バージョンの有効期限に加えて、バージョン管理アプリは、ユーザーが現在利用可能なフリースペースの50%以上利用しないように維持します。 保存されたバージョンがこの制限を超えた場合、アプリはこの制限を満たすまで、最も古いバージョンを最初に削除します。 詳細は、バージョンのドキュメントを参照してください。",
|
||||||
"Could not revert: %s" : "元に戻せませんでした: %s",
|
"Could not revert: %s" : "元に戻せませんでした: %s",
|
||||||
"No earlier versions available" : "以前のバージョンは利用できません",
|
"No earlier versions available" : "以前のバージョンは利用できません",
|
||||||
"More versions …" : "他のバージョン …"
|
"More versions …" : "他のバージョン …",
|
||||||
|
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\nIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "このアプリケーションは、変更された古いバージョンのファイルを自動的に維持します。 有効にすると、隠れバージョンフォルダはすべてのユーザーのディレクトリにプロビジョニングされ、古いファイルバージョンを格納するために使用されます。 ユーザーはいつでもWebインターフェイスから古いバージョンに戻すことができ、置き換えられたファイルはバージョンになります。 バージョンのためにクォータが足りなくなっていないことを保証するために、バージョンフォルダを自動的に管理します。バージョンの有効期限に加えて、バージョンアプリは、ユーザーが現在利用可能なフリースペースの50%以上利用しないように維持します。 保存されたバージョンがこの制限を超えた場合、アプリはこの制限を満たすまで、最も古いバージョンを最初に削除します。 詳細は、バージョンのドキュメントを参照してください。"
|
||||||
},
|
},
|
||||||
"nplurals=1; plural=0;");
|
"nplurals=1; plural=0;");
|
||||||
|
|
|
@ -5,8 +5,10 @@
|
||||||
"Restore" : "復元",
|
"Restore" : "復元",
|
||||||
"No other versions available" : "利用可能なバージョンはありません",
|
"No other versions available" : "利用可能なバージョンはありません",
|
||||||
"This application automatically maintains older versions of files that are changed." : "このアプリケーションは、変更された古いバージョンのファイルを自動的に維持します。",
|
"This application automatically maintains older versions of files that are changed." : "このアプリケーションは、変更された古いバージョンのファイルを自動的に維持します。",
|
||||||
|
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "このアプリケーションは、変更された古いバージョンのファイルを自動的に維持します。 有効にすると、隠れバージョンフォルダはすべてのユーザーのディレクトリにプロビジョニングされ、古いファイルバージョンを格納するために使用されます。 ユーザーはいつでもWebインターフェイスから古いバージョンに戻すことができ、置き換えられたファイルはバージョン管理されます。 バージョン管理のためにクォータが足りなくなっていないことを保証するために、バージョンフォルダを自動的に管理します。バージョンの有効期限に加えて、バージョン管理アプリは、ユーザーが現在利用可能なフリースペースの50%以上利用しないように維持します。 保存されたバージョンがこの制限を超えた場合、アプリはこの制限を満たすまで、最も古いバージョンを最初に削除します。 詳細は、バージョンのドキュメントを参照してください。",
|
||||||
"Could not revert: %s" : "元に戻せませんでした: %s",
|
"Could not revert: %s" : "元に戻せませんでした: %s",
|
||||||
"No earlier versions available" : "以前のバージョンは利用できません",
|
"No earlier versions available" : "以前のバージョンは利用できません",
|
||||||
"More versions …" : "他のバージョン …"
|
"More versions …" : "他のバージョン …",
|
||||||
|
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\nIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "このアプリケーションは、変更された古いバージョンのファイルを自動的に維持します。 有効にすると、隠れバージョンフォルダはすべてのユーザーのディレクトリにプロビジョニングされ、古いファイルバージョンを格納するために使用されます。 ユーザーはいつでもWebインターフェイスから古いバージョンに戻すことができ、置き換えられたファイルはバージョンになります。 バージョンのためにクォータが足りなくなっていないことを保証するために、バージョンフォルダを自動的に管理します。バージョンの有効期限に加えて、バージョンアプリは、ユーザーが現在利用可能なフリースペースの50%以上利用しないように維持します。 保存されたバージョンがこの制限を超えた場合、アプリはこの制限を満たすまで、最も古いバージョンを最初に削除します。 詳細は、バージョンのドキュメントを参照してください。"
|
||||||
},"pluralForm" :"nplurals=1; plural=0;"
|
},"pluralForm" :"nplurals=1; plural=0;"
|
||||||
}
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"oauth2",
|
"oauth2",
|
||||||
{
|
{
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Váš klient není autorizován pro připojení se. Informujte správce svého klienta.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL adresu přesměrování je třeba uvádět celou, např. https://yourdomain.com/umisteni",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL adresu přesměrování je třeba uvádět celou, např. https://yourdomain.com/umisteni",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Váš klient není autorizován pro připojení se. Informujte správce svého klienta.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL adresu přesměrování je třeba uvádět celou, např. https://yourdomain.com/umisteni",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL adresu přesměrování je třeba uvádět celou, např. https://yourdomain.com/umisteni",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"oauth2",
|
"oauth2",
|
||||||
{
|
{
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Ihr Client ist nicht berechtigt, eine Verbindung herzustellen. Bitte informieren Sie den Administrator Ihres Clients.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 komplatible Authentifizierung durch andere Web-Anwendungen.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 komplatible Authentifizierung durch andere Web-Anwendungen.",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Ihr Client ist nicht berechtigt, eine Verbindung herzustellen. Bitte informieren Sie den Administrator Ihres Clients.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 komplatible Authentifizierung durch andere Web-Anwendungen.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 komplatible Authentifizierung durch andere Web-Anwendungen.",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"oauth2",
|
"oauth2",
|
||||||
{
|
{
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Dein Client ist nicht berechtigt, eine Verbindung herzustellen. Bitte informiere den Administrator Deines Clients.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 komplatible Authentifizierung durch andere Web-Anwendungen.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 komplatible Authentifizierung durch andere Web-Anwendungen.",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Dein Client ist nicht berechtigt, eine Verbindung herzustellen. Bitte informiere den Administrator Deines Clients.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 komplatible Authentifizierung durch andere Web-Anwendungen.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Ermöglicht OAuth2 komplatible Authentifizierung durch andere Web-Anwendungen.",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"oauth2",
|
"oauth2",
|
||||||
{
|
{
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Tu cliente no está autorizado a conectarse. Por favor, informa de tu cliente al administrador.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tu URL de redirección debe ser una URL completa, por ejemplo: https://tudominio.com/ruta",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tu URL de redirección debe ser una URL completa, por ejemplo: https://tudominio.com/ruta",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Tu cliente no está autorizado a conectarse. Por favor, informa de tu cliente al administrador.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tu URL de redirección debe ser una URL completa, por ejemplo: https://tudominio.com/ruta",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tu URL de redirección debe ser una URL completa, por ejemplo: https://tudominio.com/ruta",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"oauth2",
|
"oauth2",
|
||||||
{
|
{
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Il tuo client non è autorizzato a collegarsi. Informa l'amministratore del tuo client.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Il tuo URL di redirezione deve essere un URL completo, ad esempio: https://tuodominio.com/percorso",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Il tuo URL di redirezione deve essere un URL completo, ad esempio: https://tuodominio.com/percorso",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Il tuo client non è autorizzato a collegarsi. Informa l'amministratore del tuo client.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Il tuo URL di redirezione deve essere un URL completo, ad esempio: https://tuodominio.com/percorso",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Il tuo URL di redirezione deve essere un URL completo, ad esempio: https://tuodominio.com/percorso",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"oauth2",
|
"oauth2",
|
||||||
{
|
{
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Je client is niet geautoriseerd om te verbinden. Informeer de beheerder van je client.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Je doorverwijzings-URL moet een volledige URL zijn, bijvoorbeeld: https://jouwdomein.com/pad",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Je doorverwijzings-URL moet een volledige URL zijn, bijvoorbeeld: https://jouwdomein.com/pad",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Staat OAuth2 compatible authenticatie vanaf andere web applicaties toe.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Staat OAuth2 compatible authenticatie vanaf andere web applicaties toe.",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Je client is niet geautoriseerd om te verbinden. Informeer de beheerder van je client.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Je doorverwijzings-URL moet een volledige URL zijn, bijvoorbeeld: https://jouwdomein.com/pad",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Je doorverwijzings-URL moet een volledige URL zijn, bijvoorbeeld: https://jouwdomein.com/pad",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Staat OAuth2 compatible authenticatie vanaf andere web applicaties toe.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Staat OAuth2 compatible authenticatie vanaf andere web applicaties toe.",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"oauth2",
|
"oauth2",
|
||||||
{
|
{
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Seu cliente não está autorizado a conectar-se. Informe isso ao administrador.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "A URL de redirecionamento precisa ser completa, por exemplo: https://yourdomain.com/path",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "A URL de redirecionamento precisa ser completa, por exemplo: https://yourdomain.com/path",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite a autenticação compatível com OAuth2 de outros aplicativos da web.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Permite a autenticação compatível com OAuth2 de outros aplicativos da web.",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Seu cliente não está autorizado a conectar-se. Informe isso ao administrador.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "A URL de redirecionamento precisa ser completa, por exemplo: https://yourdomain.com/path",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "A URL de redirecionamento precisa ser completa, por exemplo: https://yourdomain.com/path",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Permite a autenticação compatível com OAuth2 de outros aplicativos da web.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Permite a autenticação compatível com OAuth2 de outros aplicativos da web.",
|
||||||
|
|
|
@ -1,17 +1,21 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"oauth2",
|
"oauth2",
|
||||||
{
|
{
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Din klient har inte behörighet att ansluta. Vänligen meddela din administratör.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Din omdirigeringsadress måste vara en fullständig URL till exempel: https://yourdomain.com/path",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Din omdirigeringsadress måste vara en fullständig URL till exempel: https://yourdomain.com/path",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Tillåter OAuth2-kompatibel autentisering från andra webbapplikationer.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Tillåter OAuth2-kompatibel autentisering från andra webbapplikationer.",
|
||||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "I appen OAuth2 kan administratörer konfigurera det inbyggda autentiseringsflödet för att även tillåta OAuth2-kompatibel autentisering från andra webbapplikationer.",
|
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "I appen OAuth2 kan administratörer konfigurera det inbyggda autentiseringsflödet för att även tillåta OAuth2-kompatibel autentisering från andra webbapplikationer.",
|
||||||
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
|
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
|
||||||
|
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillåter externa tjänster att begära tillgång till {instanceName}.",
|
||||||
"Name" : "Namn",
|
"Name" : "Namn",
|
||||||
"Redirection URI" : "Omdirigerings-URI",
|
"Redirection URI" : "Omdirigerings-URI",
|
||||||
"Client Identifier" : "Klientidentifierare",
|
"Client Identifier" : "Klientidentifierare",
|
||||||
"Secret" : "Hemlighet",
|
"Secret" : "Hemlighet",
|
||||||
"Add client" : "Lägg till klient",
|
"Add client" : "Lägg till klient",
|
||||||
"Add" : "Lägg till",
|
"Add" : "Lägg till",
|
||||||
|
"Show client secret" : "Visa klienthemlighet",
|
||||||
|
"Delete" : "Radera",
|
||||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillåter externa tjänster att efterfråga tillgång till %s."
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillåter externa tjänster att efterfråga tillgång till %s."
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
|
@ -1,15 +1,19 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Din klient har inte behörighet att ansluta. Vänligen meddela din administratör.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Din omdirigeringsadress måste vara en fullständig URL till exempel: https://yourdomain.com/path",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Din omdirigeringsadress måste vara en fullständig URL till exempel: https://yourdomain.com/path",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Tillåter OAuth2-kompatibel autentisering från andra webbapplikationer.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Tillåter OAuth2-kompatibel autentisering från andra webbapplikationer.",
|
||||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "I appen OAuth2 kan administratörer konfigurera det inbyggda autentiseringsflödet för att även tillåta OAuth2-kompatibel autentisering från andra webbapplikationer.",
|
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "I appen OAuth2 kan administratörer konfigurera det inbyggda autentiseringsflödet för att även tillåta OAuth2-kompatibel autentisering från andra webbapplikationer.",
|
||||||
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
|
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
|
||||||
|
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillåter externa tjänster att begära tillgång till {instanceName}.",
|
||||||
"Name" : "Namn",
|
"Name" : "Namn",
|
||||||
"Redirection URI" : "Omdirigerings-URI",
|
"Redirection URI" : "Omdirigerings-URI",
|
||||||
"Client Identifier" : "Klientidentifierare",
|
"Client Identifier" : "Klientidentifierare",
|
||||||
"Secret" : "Hemlighet",
|
"Secret" : "Hemlighet",
|
||||||
"Add client" : "Lägg till klient",
|
"Add client" : "Lägg till klient",
|
||||||
"Add" : "Lägg till",
|
"Add" : "Lägg till",
|
||||||
|
"Show client secret" : "Visa klienthemlighet",
|
||||||
|
"Delete" : "Radera",
|
||||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillåter externa tjänster att efterfråga tillgång till %s."
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillåter externa tjänster att efterfråga tillgång till %s."
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"oauth2",
|
"oauth2",
|
||||||
{
|
{
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "İstemcinizin bağlanma izni yok. Lütfen sistem yöneticinize istemciniz ile ilgili bilgi verin.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Yönlendirme adresi https://websitem.com/yol gibi tam bir adres olmalıdır",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Yönlendirme adresi https://websitem.com/yol gibi tam bir adres olmalıdır",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "İstemcinizin bağlanma izni yok. Lütfen sistem yöneticinize istemciniz ile ilgili bilgi verin.",
|
||||||
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Yönlendirme adresi https://websitem.com/yol gibi tam bir adres olmalıdır",
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Yönlendirme adresi https://websitem.com/yol gibi tam bir adres olmalıdır",
|
||||||
"OAuth 2.0" : "OAuth 2.0",
|
"OAuth 2.0" : "OAuth 2.0",
|
||||||
"Allows OAuth2 compatible authentication from other web applications." : "Diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.",
|
"Allows OAuth2 compatible authentication from other web applications." : "Diğer web uygulamaları için OAuth2 uyumlu kimlik doğrulaması sağlar.",
|
||||||
|
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
||||||
"Shared with {email}" : "Geteilt mit {email}",
|
"Shared with {email}" : "Geteilt mit {email}",
|
||||||
"Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s",
|
"Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s",
|
||||||
"Shared with {email} by {actor}" : "Geteilt mit {email} von {actor}",
|
"Shared with {email} by {actor}" : "Geteilt mit {email} von {actor}",
|
||||||
|
"Unshared from %1$s" : "Nicht mehr geteilt von %1$s",
|
||||||
|
"Unshared from {email}" : "Nicht mehr geteilt von {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Nicht mehr geteilt mit %1$s durch %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Nicht mehr geteilt mit {email} durch {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt",
|
"Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt",
|
||||||
"Password for mail share sent to {email}" : "Passwort für E-Mail-Freigabe wurde an {email} versandt",
|
"Password for mail share sent to {email}" : "Passwort für E-Mail-Freigabe wurde an {email} versandt",
|
||||||
"Password for mail share sent to you" : "Passwort für E-Mail-Freigabe wurde an Dich versandt",
|
"Password for mail share sent to you" : "Passwort für E-Mail-Freigabe wurde an Dich versandt",
|
||||||
|
@ -12,6 +16,10 @@ OC.L10N.register(
|
||||||
"You shared {file} with {email} by mail" : "Du teilst {file} mit {email} via E-Mail",
|
"You shared {file} with {email} by mail" : "Du teilst {file} mit {email} via E-Mail",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s teilt %1$s mit %2$s via E-mail",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s teilt %1$s mit %2$s via E-mail",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} teilt {file} mit {email} via E-Mail",
|
"{actor} shared {file} with {email} by mail" : "{actor} teilt {file} mit {email} via E-Mail",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Du teilst %1$s nicht mehr mit %2$s via E-Mail",
|
||||||
|
"You unshared {file} from {email} by mail" : "Du teilst {file} nicht mehr mit {email} via E-Mail",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s teilt %1$s nicht mehr mit %2$s via E-Mail",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} teilt {file} nicht mehr mit {email} via E-Mail",
|
||||||
"Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ",
|
"Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ",
|
||||||
"Password to access {file} was sent to {email}" : "Passwort für den Zugriff auf {file} wurde an {email} versandt ",
|
"Password to access {file} was sent to {email}" : "Passwort für den Zugriff auf {file} wurde an {email} versandt ",
|
||||||
"Password to access %1$s was sent to you" : " Passwort für den Zugriff auf %1$s wurde an Dich versandt ",
|
"Password to access %1$s was sent to you" : " Passwort für den Zugriff auf %1$s wurde an Dich versandt ",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"Shared with {email}" : "Geteilt mit {email}",
|
"Shared with {email}" : "Geteilt mit {email}",
|
||||||
"Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s",
|
"Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s",
|
||||||
"Shared with {email} by {actor}" : "Geteilt mit {email} von {actor}",
|
"Shared with {email} by {actor}" : "Geteilt mit {email} von {actor}",
|
||||||
|
"Unshared from %1$s" : "Nicht mehr geteilt von %1$s",
|
||||||
|
"Unshared from {email}" : "Nicht mehr geteilt von {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Nicht mehr geteilt mit %1$s durch %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Nicht mehr geteilt mit {email} durch {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt",
|
"Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt",
|
||||||
"Password for mail share sent to {email}" : "Passwort für E-Mail-Freigabe wurde an {email} versandt",
|
"Password for mail share sent to {email}" : "Passwort für E-Mail-Freigabe wurde an {email} versandt",
|
||||||
"Password for mail share sent to you" : "Passwort für E-Mail-Freigabe wurde an Dich versandt",
|
"Password for mail share sent to you" : "Passwort für E-Mail-Freigabe wurde an Dich versandt",
|
||||||
|
@ -10,6 +14,10 @@
|
||||||
"You shared {file} with {email} by mail" : "Du teilst {file} mit {email} via E-Mail",
|
"You shared {file} with {email} by mail" : "Du teilst {file} mit {email} via E-Mail",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s teilt %1$s mit %2$s via E-mail",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s teilt %1$s mit %2$s via E-mail",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} teilt {file} mit {email} via E-Mail",
|
"{actor} shared {file} with {email} by mail" : "{actor} teilt {file} mit {email} via E-Mail",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Du teilst %1$s nicht mehr mit %2$s via E-Mail",
|
||||||
|
"You unshared {file} from {email} by mail" : "Du teilst {file} nicht mehr mit {email} via E-Mail",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s teilt %1$s nicht mehr mit %2$s via E-Mail",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} teilt {file} nicht mehr mit {email} via E-Mail",
|
||||||
"Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ",
|
"Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ",
|
||||||
"Password to access {file} was sent to {email}" : "Passwort für den Zugriff auf {file} wurde an {email} versandt ",
|
"Password to access {file} was sent to {email}" : "Passwort für den Zugriff auf {file} wurde an {email} versandt ",
|
||||||
"Password to access %1$s was sent to you" : " Passwort für den Zugriff auf %1$s wurde an Dich versandt ",
|
"Password to access %1$s was sent to you" : " Passwort für den Zugriff auf %1$s wurde an Dich versandt ",
|
||||||
|
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
||||||
"Shared with {email}" : "Geteilt mit {email}",
|
"Shared with {email}" : "Geteilt mit {email}",
|
||||||
"Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s",
|
"Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s",
|
||||||
"Shared with {email} by {actor}" : "Geteilt mit {email} von {actor}",
|
"Shared with {email} by {actor}" : "Geteilt mit {email} von {actor}",
|
||||||
|
"Unshared from %1$s" : "Nicht mehr geteilt von %1$s",
|
||||||
|
"Unshared from {email}" : "Nicht mehr geteilt von {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Nicht mehr geteilt mit %1$s von %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Nicht mehr geteilt mit {email} durch {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt",
|
"Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt",
|
||||||
"Password for mail share sent to {email}" : "Passwort für E-Mail-Freigabe wurde an {email} versandt",
|
"Password for mail share sent to {email}" : "Passwort für E-Mail-Freigabe wurde an {email} versandt",
|
||||||
"Password for mail share sent to you" : "Passwort für E-Mail-Freigabe wurde an Sie versandt",
|
"Password for mail share sent to you" : "Passwort für E-Mail-Freigabe wurde an Sie versandt",
|
||||||
|
@ -12,6 +16,10 @@ OC.L10N.register(
|
||||||
"You shared {file} with {email} by mail" : "Sie haben {file} mit {email} via E-Mail geteilt ",
|
"You shared {file} with {email} by mail" : "Sie haben {file} mit {email} via E-Mail geteilt ",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s hat %1$s mit %2$s via E-Mail geteilt",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s hat %1$s mit %2$s via E-Mail geteilt",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} hat {file} mit {email} via E-Mail geteilt",
|
"{actor} shared {file} with {email} by mail" : "{actor} hat {file} mit {email} via E-Mail geteilt",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Sie teilen %1$snicht mehr mit %2$s via E-Mail",
|
||||||
|
"You unshared {file} from {email} by mail" : "Sie teilen {file} nicht mehr mit {email} via E-Mail",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s teilt %1$s nicht mehr mit %2$s via E-Mail",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} teilt {file} nicht mehr mit {email} via E-Mail",
|
||||||
"Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ",
|
"Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ",
|
||||||
"Password to access {file} was sent to {email}" : "Passwort für den Zugriff auf {file} wurde an {email} versandt ",
|
"Password to access {file} was sent to {email}" : "Passwort für den Zugriff auf {file} wurde an {email} versandt ",
|
||||||
"Password to access %1$s was sent to you" : "Passwort für den Zugriff auf %1$s wurde an Sie versandt",
|
"Password to access %1$s was sent to you" : "Passwort für den Zugriff auf %1$s wurde an Sie versandt",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"Shared with {email}" : "Geteilt mit {email}",
|
"Shared with {email}" : "Geteilt mit {email}",
|
||||||
"Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s",
|
"Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s",
|
||||||
"Shared with {email} by {actor}" : "Geteilt mit {email} von {actor}",
|
"Shared with {email} by {actor}" : "Geteilt mit {email} von {actor}",
|
||||||
|
"Unshared from %1$s" : "Nicht mehr geteilt von %1$s",
|
||||||
|
"Unshared from {email}" : "Nicht mehr geteilt von {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Nicht mehr geteilt mit %1$s von %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Nicht mehr geteilt mit {email} durch {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt",
|
"Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt",
|
||||||
"Password for mail share sent to {email}" : "Passwort für E-Mail-Freigabe wurde an {email} versandt",
|
"Password for mail share sent to {email}" : "Passwort für E-Mail-Freigabe wurde an {email} versandt",
|
||||||
"Password for mail share sent to you" : "Passwort für E-Mail-Freigabe wurde an Sie versandt",
|
"Password for mail share sent to you" : "Passwort für E-Mail-Freigabe wurde an Sie versandt",
|
||||||
|
@ -10,6 +14,10 @@
|
||||||
"You shared {file} with {email} by mail" : "Sie haben {file} mit {email} via E-Mail geteilt ",
|
"You shared {file} with {email} by mail" : "Sie haben {file} mit {email} via E-Mail geteilt ",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s hat %1$s mit %2$s via E-Mail geteilt",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s hat %1$s mit %2$s via E-Mail geteilt",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} hat {file} mit {email} via E-Mail geteilt",
|
"{actor} shared {file} with {email} by mail" : "{actor} hat {file} mit {email} via E-Mail geteilt",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Sie teilen %1$snicht mehr mit %2$s via E-Mail",
|
||||||
|
"You unshared {file} from {email} by mail" : "Sie teilen {file} nicht mehr mit {email} via E-Mail",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s teilt %1$s nicht mehr mit %2$s via E-Mail",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} teilt {file} nicht mehr mit {email} via E-Mail",
|
||||||
"Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ",
|
"Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ",
|
||||||
"Password to access {file} was sent to {email}" : "Passwort für den Zugriff auf {file} wurde an {email} versandt ",
|
"Password to access {file} was sent to {email}" : "Passwort für den Zugriff auf {file} wurde an {email} versandt ",
|
||||||
"Password to access %1$s was sent to you" : "Passwort für den Zugriff auf %1$s wurde an Sie versandt",
|
"Password to access %1$s was sent to you" : "Passwort für den Zugriff auf %1$s wurde an Sie versandt",
|
||||||
|
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
||||||
"Shared with {email}" : "Compartido con {email}",
|
"Shared with {email}" : "Compartido con {email}",
|
||||||
"Shared with %1$s by %2$s" : "Compartido con %1$s por %2$s",
|
"Shared with %1$s by %2$s" : "Compartido con %1$s por %2$s",
|
||||||
"Shared with {email} by {actor}" : "Compartido con {email} por {actor}",
|
"Shared with {email} by {actor}" : "Compartido con {email} por {actor}",
|
||||||
|
"Unshared from %1$s" : "Dejado de compartir desde %1$s",
|
||||||
|
"Unshared from {email}" : "Dejado de compartir desde {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Dejado de compartir desde %1$s por %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Dejado de compartir desde {email} por {actor}",
|
||||||
"Password for mail share sent to %1$s" : "La contraseña para compartir por correo se ha enviado a %1$s",
|
"Password for mail share sent to %1$s" : "La contraseña para compartir por correo se ha enviado a %1$s",
|
||||||
"Password for mail share sent to {email}" : "La contraseña para compartir por correo se ha enviado a {email}",
|
"Password for mail share sent to {email}" : "La contraseña para compartir por correo se ha enviado a {email}",
|
||||||
"Password for mail share sent to you" : "La contraseña para compartir por correo se te ha enviado",
|
"Password for mail share sent to you" : "La contraseña para compartir por correo se te ha enviado",
|
||||||
|
@ -12,6 +16,10 @@ OC.L10N.register(
|
||||||
"You shared {file} with {email} by mail" : "Has compartido {file} con {email} por correo",
|
"You shared {file} with {email} by mail" : "Has compartido {file} con {email} por correo",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s compartido %1$s con %2$s por correo",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s compartido %1$s con %2$s por correo",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} compartió {file} con {email} por correo electrónico",
|
"{actor} shared {file} with {email} by mail" : "{actor} compartió {file} con {email} por correo electrónico",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Has dejado de compartir %1$s desde %2$s por correo",
|
||||||
|
"You unshared {file} from {email} by mail" : "Has dejado de compartir {file} desde {email} por correo",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s ha dejado de compartir %1$s desde %2$s por correo",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} ha dejado de compartir desde {email} por correo",
|
||||||
"Password to access %1$s was sent to %2s" : "Se ha enviado a %2s una contraseña para acceder a %1$s ",
|
"Password to access %1$s was sent to %2s" : "Se ha enviado a %2s una contraseña para acceder a %1$s ",
|
||||||
"Password to access {file} was sent to {email}" : "Se ha enviado a {email} una contraseña para acceder a {file}",
|
"Password to access {file} was sent to {email}" : "Se ha enviado a {email} una contraseña para acceder a {file}",
|
||||||
"Password to access %1$s was sent to you" : "Se te ha enviado una contraseña para acceder a %1$s",
|
"Password to access %1$s was sent to you" : "Se te ha enviado una contraseña para acceder a %1$s",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"Shared with {email}" : "Compartido con {email}",
|
"Shared with {email}" : "Compartido con {email}",
|
||||||
"Shared with %1$s by %2$s" : "Compartido con %1$s por %2$s",
|
"Shared with %1$s by %2$s" : "Compartido con %1$s por %2$s",
|
||||||
"Shared with {email} by {actor}" : "Compartido con {email} por {actor}",
|
"Shared with {email} by {actor}" : "Compartido con {email} por {actor}",
|
||||||
|
"Unshared from %1$s" : "Dejado de compartir desde %1$s",
|
||||||
|
"Unshared from {email}" : "Dejado de compartir desde {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Dejado de compartir desde %1$s por %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Dejado de compartir desde {email} por {actor}",
|
||||||
"Password for mail share sent to %1$s" : "La contraseña para compartir por correo se ha enviado a %1$s",
|
"Password for mail share sent to %1$s" : "La contraseña para compartir por correo se ha enviado a %1$s",
|
||||||
"Password for mail share sent to {email}" : "La contraseña para compartir por correo se ha enviado a {email}",
|
"Password for mail share sent to {email}" : "La contraseña para compartir por correo se ha enviado a {email}",
|
||||||
"Password for mail share sent to you" : "La contraseña para compartir por correo se te ha enviado",
|
"Password for mail share sent to you" : "La contraseña para compartir por correo se te ha enviado",
|
||||||
|
@ -10,6 +14,10 @@
|
||||||
"You shared {file} with {email} by mail" : "Has compartido {file} con {email} por correo",
|
"You shared {file} with {email} by mail" : "Has compartido {file} con {email} por correo",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s compartido %1$s con %2$s por correo",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s compartido %1$s con %2$s por correo",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} compartió {file} con {email} por correo electrónico",
|
"{actor} shared {file} with {email} by mail" : "{actor} compartió {file} con {email} por correo electrónico",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Has dejado de compartir %1$s desde %2$s por correo",
|
||||||
|
"You unshared {file} from {email} by mail" : "Has dejado de compartir {file} desde {email} por correo",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s ha dejado de compartir %1$s desde %2$s por correo",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} ha dejado de compartir desde {email} por correo",
|
||||||
"Password to access %1$s was sent to %2s" : "Se ha enviado a %2s una contraseña para acceder a %1$s ",
|
"Password to access %1$s was sent to %2s" : "Se ha enviado a %2s una contraseña para acceder a %1$s ",
|
||||||
"Password to access {file} was sent to {email}" : "Se ha enviado a {email} una contraseña para acceder a {file}",
|
"Password to access {file} was sent to {email}" : "Se ha enviado a {email} una contraseña para acceder a {file}",
|
||||||
"Password to access %1$s was sent to you" : "Se te ha enviado una contraseña para acceder a %1$s",
|
"Password to access %1$s was sent to you" : "Se te ha enviado una contraseña para acceder a %1$s",
|
||||||
|
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
||||||
"Shared with {email}" : "Partagé avec {email}",
|
"Shared with {email}" : "Partagé avec {email}",
|
||||||
"Shared with %1$s by %2$s" : "Partagé avec %1$s par %2$s",
|
"Shared with %1$s by %2$s" : "Partagé avec %1$s par %2$s",
|
||||||
"Shared with {email} by {actor}" : "Partagé avec {email} par {actor}",
|
"Shared with {email} by {actor}" : "Partagé avec {email} par {actor}",
|
||||||
|
"Unshared from %1$s" : "Partage supprimé de %1$s",
|
||||||
|
"Unshared from {email}" : "Partage supprimé de {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Partage supprimé de %1$s par %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Partage supprimé de {email} par {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Le mot de passe pour le partage par email a été envoyé à %1$s",
|
"Password for mail share sent to %1$s" : "Le mot de passe pour le partage par email a été envoyé à %1$s",
|
||||||
"Password for mail share sent to {email}" : "Le mot de passe pour le partage par email a été envoyé à {email}",
|
"Password for mail share sent to {email}" : "Le mot de passe pour le partage par email a été envoyé à {email}",
|
||||||
"Password for mail share sent to you" : "Le mot de passe pour le partage par email vous a été envoyé",
|
"Password for mail share sent to you" : "Le mot de passe pour le partage par email vous a été envoyé",
|
||||||
|
@ -12,6 +16,10 @@ OC.L10N.register(
|
||||||
"You shared {file} with {email} by mail" : "Vous avez partagé {file} avec {email} par email",
|
"You shared {file} with {email} by mail" : "Vous avez partagé {file} avec {email} par email",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s a partagé %1$s avec %2$s par email",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s a partagé %1$s avec %2$s par email",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} a partagé {file} avec {email} par email",
|
"{actor} shared {file} with {email} by mail" : "{actor} a partagé {file} avec {email} par email",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Vous avez supprimé le partage %1$s de %2$s par email",
|
||||||
|
"You unshared {file} from {email} by mail" : "Vous avez supprimé le partage de {file} depuis {email} par email",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "Fin de partage par %3$s de %1$s depuis %2$s par email",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} a supprimé le partage de {file} depuis {email} par email",
|
||||||
"Password to access %1$s was sent to %2s" : "Le mot de passe pour accèder à %1$s a été envoyé à %2s",
|
"Password to access %1$s was sent to %2s" : "Le mot de passe pour accèder à %1$s a été envoyé à %2s",
|
||||||
"Password to access {file} was sent to {email}" : "Le mot de passe pour accèder à {file} a été envoyé à {email}",
|
"Password to access {file} was sent to {email}" : "Le mot de passe pour accèder à {file} a été envoyé à {email}",
|
||||||
"Password to access %1$s was sent to you" : "Le mot de passe pour accèder à %1$s vous a été envoyé",
|
"Password to access %1$s was sent to you" : "Le mot de passe pour accèder à %1$s vous a été envoyé",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"Shared with {email}" : "Partagé avec {email}",
|
"Shared with {email}" : "Partagé avec {email}",
|
||||||
"Shared with %1$s by %2$s" : "Partagé avec %1$s par %2$s",
|
"Shared with %1$s by %2$s" : "Partagé avec %1$s par %2$s",
|
||||||
"Shared with {email} by {actor}" : "Partagé avec {email} par {actor}",
|
"Shared with {email} by {actor}" : "Partagé avec {email} par {actor}",
|
||||||
|
"Unshared from %1$s" : "Partage supprimé de %1$s",
|
||||||
|
"Unshared from {email}" : "Partage supprimé de {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Partage supprimé de %1$s par %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Partage supprimé de {email} par {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Le mot de passe pour le partage par email a été envoyé à %1$s",
|
"Password for mail share sent to %1$s" : "Le mot de passe pour le partage par email a été envoyé à %1$s",
|
||||||
"Password for mail share sent to {email}" : "Le mot de passe pour le partage par email a été envoyé à {email}",
|
"Password for mail share sent to {email}" : "Le mot de passe pour le partage par email a été envoyé à {email}",
|
||||||
"Password for mail share sent to you" : "Le mot de passe pour le partage par email vous a été envoyé",
|
"Password for mail share sent to you" : "Le mot de passe pour le partage par email vous a été envoyé",
|
||||||
|
@ -10,6 +14,10 @@
|
||||||
"You shared {file} with {email} by mail" : "Vous avez partagé {file} avec {email} par email",
|
"You shared {file} with {email} by mail" : "Vous avez partagé {file} avec {email} par email",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s a partagé %1$s avec %2$s par email",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s a partagé %1$s avec %2$s par email",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} a partagé {file} avec {email} par email",
|
"{actor} shared {file} with {email} by mail" : "{actor} a partagé {file} avec {email} par email",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Vous avez supprimé le partage %1$s de %2$s par email",
|
||||||
|
"You unshared {file} from {email} by mail" : "Vous avez supprimé le partage de {file} depuis {email} par email",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "Fin de partage par %3$s de %1$s depuis %2$s par email",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} a supprimé le partage de {file} depuis {email} par email",
|
||||||
"Password to access %1$s was sent to %2s" : "Le mot de passe pour accèder à %1$s a été envoyé à %2s",
|
"Password to access %1$s was sent to %2s" : "Le mot de passe pour accèder à %1$s a été envoyé à %2s",
|
||||||
"Password to access {file} was sent to {email}" : "Le mot de passe pour accèder à {file} a été envoyé à {email}",
|
"Password to access {file} was sent to {email}" : "Le mot de passe pour accèder à {file} a été envoyé à {email}",
|
||||||
"Password to access %1$s was sent to you" : "Le mot de passe pour accèder à %1$s vous a été envoyé",
|
"Password to access %1$s was sent to you" : "Le mot de passe pour accèder à %1$s vous a été envoyé",
|
||||||
|
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
||||||
"Shared with {email}" : "Condivisa con {email}",
|
"Shared with {email}" : "Condivisa con {email}",
|
||||||
"Shared with %1$s by %2$s" : "Condivisa con %1$s da %2$s",
|
"Shared with %1$s by %2$s" : "Condivisa con %1$s da %2$s",
|
||||||
"Shared with {email} by {actor}" : "Condivisa con {email} da {actor}",
|
"Shared with {email} by {actor}" : "Condivisa con {email} da {actor}",
|
||||||
|
"Unshared from %1$s" : "Condivisione rimossa da %1$s",
|
||||||
|
"Unshared from {email}" : "Condivisione rimossa da {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Condivisione rimossa da %1$s da %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Condivisione rimossa da {email} da {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Password per la condivisione tramite posta inviata a %1$s",
|
"Password for mail share sent to %1$s" : "Password per la condivisione tramite posta inviata a %1$s",
|
||||||
"Password for mail share sent to {email}" : "Password per la condivisione tramite posta inviata a {email}",
|
"Password for mail share sent to {email}" : "Password per la condivisione tramite posta inviata a {email}",
|
||||||
"Password for mail share sent to you" : "Password per la condivisione tramite posta inviata a te",
|
"Password for mail share sent to you" : "Password per la condivisione tramite posta inviata a te",
|
||||||
|
@ -12,6 +16,10 @@ OC.L10N.register(
|
||||||
"You shared {file} with {email} by mail" : "Hai condiviso {file} con {email} tramite posta",
|
"You shared {file} with {email} by mail" : "Hai condiviso {file} con {email} tramite posta",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s ha condiviso %1$s con %2$s tramite email",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s ha condiviso %1$s con %2$s tramite email",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} ha condiviso {file} con {email} tramite email",
|
"{actor} shared {file} with {email} by mail" : "{actor} ha condiviso {file} con {email} tramite email",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Hai rimosso la condivisione %1$s da %2$s tramite posta",
|
||||||
|
"You unshared {file} from {email} by mail" : "Hai rimosso la condivisione di {file} con {email} tramite posta",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s ha rimosso la condivisione %1$s da %2$s tramite posta",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} ha rimosso la condivisione di {file} da {email} tramite posta",
|
||||||
"Password to access %1$s was sent to %2s" : "La password per accedere a %1$s è stata inviata a %2s",
|
"Password to access %1$s was sent to %2s" : "La password per accedere a %1$s è stata inviata a %2s",
|
||||||
"Password to access {file} was sent to {email}" : "La password per accedere a {file} ti è stata inviata a {email}",
|
"Password to access {file} was sent to {email}" : "La password per accedere a {file} ti è stata inviata a {email}",
|
||||||
"Password to access %1$s was sent to you" : "La password per accedere a %1$s ti è stata inviata",
|
"Password to access %1$s was sent to you" : "La password per accedere a %1$s ti è stata inviata",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"Shared with {email}" : "Condivisa con {email}",
|
"Shared with {email}" : "Condivisa con {email}",
|
||||||
"Shared with %1$s by %2$s" : "Condivisa con %1$s da %2$s",
|
"Shared with %1$s by %2$s" : "Condivisa con %1$s da %2$s",
|
||||||
"Shared with {email} by {actor}" : "Condivisa con {email} da {actor}",
|
"Shared with {email} by {actor}" : "Condivisa con {email} da {actor}",
|
||||||
|
"Unshared from %1$s" : "Condivisione rimossa da %1$s",
|
||||||
|
"Unshared from {email}" : "Condivisione rimossa da {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Condivisione rimossa da %1$s da %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Condivisione rimossa da {email} da {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Password per la condivisione tramite posta inviata a %1$s",
|
"Password for mail share sent to %1$s" : "Password per la condivisione tramite posta inviata a %1$s",
|
||||||
"Password for mail share sent to {email}" : "Password per la condivisione tramite posta inviata a {email}",
|
"Password for mail share sent to {email}" : "Password per la condivisione tramite posta inviata a {email}",
|
||||||
"Password for mail share sent to you" : "Password per la condivisione tramite posta inviata a te",
|
"Password for mail share sent to you" : "Password per la condivisione tramite posta inviata a te",
|
||||||
|
@ -10,6 +14,10 @@
|
||||||
"You shared {file} with {email} by mail" : "Hai condiviso {file} con {email} tramite posta",
|
"You shared {file} with {email} by mail" : "Hai condiviso {file} con {email} tramite posta",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s ha condiviso %1$s con %2$s tramite email",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s ha condiviso %1$s con %2$s tramite email",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} ha condiviso {file} con {email} tramite email",
|
"{actor} shared {file} with {email} by mail" : "{actor} ha condiviso {file} con {email} tramite email",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Hai rimosso la condivisione %1$s da %2$s tramite posta",
|
||||||
|
"You unshared {file} from {email} by mail" : "Hai rimosso la condivisione di {file} con {email} tramite posta",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s ha rimosso la condivisione %1$s da %2$s tramite posta",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} ha rimosso la condivisione di {file} da {email} tramite posta",
|
||||||
"Password to access %1$s was sent to %2s" : "La password per accedere a %1$s è stata inviata a %2s",
|
"Password to access %1$s was sent to %2s" : "La password per accedere a %1$s è stata inviata a %2s",
|
||||||
"Password to access {file} was sent to {email}" : "La password per accedere a {file} ti è stata inviata a {email}",
|
"Password to access {file} was sent to {email}" : "La password per accedere a {file} ti è stata inviata a {email}",
|
||||||
"Password to access %1$s was sent to you" : "La password per accedere a %1$s ti è stata inviata",
|
"Password to access %1$s was sent to you" : "La password per accedere a %1$s ti è stata inviata",
|
||||||
|
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
||||||
"Shared with {email}" : "Gedeeld met {email}",
|
"Shared with {email}" : "Gedeeld met {email}",
|
||||||
"Shared with %1$s by %2$s" : "Gedeeld met %1$s door %2$s",
|
"Shared with %1$s by %2$s" : "Gedeeld met %1$s door %2$s",
|
||||||
"Shared with {email} by {actor}" : "Gedeeld met {email} door {actor}",
|
"Shared with {email} by {actor}" : "Gedeeld met {email} door {actor}",
|
||||||
|
"Unshared from %1$s" : "Niet langer gedeeld door %1$s",
|
||||||
|
"Unshared from {email}" : "Niet langer gedeeld door {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Niet langer gedeeld van %1$s door %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Niet langer gedeeld met {email} door {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Wachtwoord voor het delen per mail is naar %1$s",
|
"Password for mail share sent to %1$s" : "Wachtwoord voor het delen per mail is naar %1$s",
|
||||||
"Password for mail share sent to {email}" : "Wachtwoord voor het delen per mail is naar {email}",
|
"Password for mail share sent to {email}" : "Wachtwoord voor het delen per mail is naar {email}",
|
||||||
"Password for mail share sent to you" : "Wachtwoord voor het delen per mail is naar je verstuurd",
|
"Password for mail share sent to you" : "Wachtwoord voor het delen per mail is naar je verstuurd",
|
||||||
|
@ -12,6 +16,10 @@ OC.L10N.register(
|
||||||
"You shared {file} with {email} by mail" : "Je deelde {file} met {email} per mail",
|
"You shared {file} with {email} by mail" : "Je deelde {file} met {email} per mail",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s deelde %1$s met %2$s per mail",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s deelde %1$s met %2$s per mail",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} deelde {file} met {email} per mail",
|
"{actor} shared {file} with {email} by mail" : "{actor} deelde {file} met {email} per mail",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Je deelde niet langer%1$s met %2$s per mail",
|
||||||
|
"You unshared {file} from {email} by mail" : "Je deelde niet langer {file} met {email} per mail",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s deelde niet langer%1$s met %2$s per mail",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} deelde niet langer {file} met {email} per mail",
|
||||||
"Password to access %1$s was sent to %2s" : "Wachtwoord voor toegang tot %1$s is gestuurd naar %2s",
|
"Password to access %1$s was sent to %2s" : "Wachtwoord voor toegang tot %1$s is gestuurd naar %2s",
|
||||||
"Password to access {file} was sent to {email}" : "Wachtwoord voor toegang tot {file} is gestuurd naar {email}",
|
"Password to access {file} was sent to {email}" : "Wachtwoord voor toegang tot {file} is gestuurd naar {email}",
|
||||||
"Password to access %1$s was sent to you" : "Wachtwoord voor toegang tot %1$s is naar jou gestuurd",
|
"Password to access %1$s was sent to you" : "Wachtwoord voor toegang tot %1$s is naar jou gestuurd",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"Shared with {email}" : "Gedeeld met {email}",
|
"Shared with {email}" : "Gedeeld met {email}",
|
||||||
"Shared with %1$s by %2$s" : "Gedeeld met %1$s door %2$s",
|
"Shared with %1$s by %2$s" : "Gedeeld met %1$s door %2$s",
|
||||||
"Shared with {email} by {actor}" : "Gedeeld met {email} door {actor}",
|
"Shared with {email} by {actor}" : "Gedeeld met {email} door {actor}",
|
||||||
|
"Unshared from %1$s" : "Niet langer gedeeld door %1$s",
|
||||||
|
"Unshared from {email}" : "Niet langer gedeeld door {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Niet langer gedeeld van %1$s door %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Niet langer gedeeld met {email} door {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Wachtwoord voor het delen per mail is naar %1$s",
|
"Password for mail share sent to %1$s" : "Wachtwoord voor het delen per mail is naar %1$s",
|
||||||
"Password for mail share sent to {email}" : "Wachtwoord voor het delen per mail is naar {email}",
|
"Password for mail share sent to {email}" : "Wachtwoord voor het delen per mail is naar {email}",
|
||||||
"Password for mail share sent to you" : "Wachtwoord voor het delen per mail is naar je verstuurd",
|
"Password for mail share sent to you" : "Wachtwoord voor het delen per mail is naar je verstuurd",
|
||||||
|
@ -10,6 +14,10 @@
|
||||||
"You shared {file} with {email} by mail" : "Je deelde {file} met {email} per mail",
|
"You shared {file} with {email} by mail" : "Je deelde {file} met {email} per mail",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s deelde %1$s met %2$s per mail",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s deelde %1$s met %2$s per mail",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} deelde {file} met {email} per mail",
|
"{actor} shared {file} with {email} by mail" : "{actor} deelde {file} met {email} per mail",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Je deelde niet langer%1$s met %2$s per mail",
|
||||||
|
"You unshared {file} from {email} by mail" : "Je deelde niet langer {file} met {email} per mail",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s deelde niet langer%1$s met %2$s per mail",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} deelde niet langer {file} met {email} per mail",
|
||||||
"Password to access %1$s was sent to %2s" : "Wachtwoord voor toegang tot %1$s is gestuurd naar %2s",
|
"Password to access %1$s was sent to %2s" : "Wachtwoord voor toegang tot %1$s is gestuurd naar %2s",
|
||||||
"Password to access {file} was sent to {email}" : "Wachtwoord voor toegang tot {file} is gestuurd naar {email}",
|
"Password to access {file} was sent to {email}" : "Wachtwoord voor toegang tot {file} is gestuurd naar {email}",
|
||||||
"Password to access %1$s was sent to you" : "Wachtwoord voor toegang tot %1$s is naar jou gestuurd",
|
"Password to access %1$s was sent to you" : "Wachtwoord voor toegang tot %1$s is naar jou gestuurd",
|
||||||
|
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
||||||
"Shared with {email}" : "Compartilhado com {email}",
|
"Shared with {email}" : "Compartilhado com {email}",
|
||||||
"Shared with %1$s by %2$s" : "Compartilhado com %1$s por %2$s",
|
"Shared with %1$s by %2$s" : "Compartilhado com %1$s por %2$s",
|
||||||
"Shared with {email} by {actor}" : "Compartilhado com {email} por {actor}",
|
"Shared with {email} by {actor}" : "Compartilhado com {email} por {actor}",
|
||||||
|
"Unshared from %1$s" : "Descompartilhado de %1$s",
|
||||||
|
"Unshared from {email}" : "Descompartilhado de {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Descompartilhado de %1$s por %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Descompartilhado de {email} por {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Senha para o correio compartilhado enviado para %1$s",
|
"Password for mail share sent to %1$s" : "Senha para o correio compartilhado enviado para %1$s",
|
||||||
"Password for mail share sent to {email}" : "Senha para o correio compartilhado enviado para {email}",
|
"Password for mail share sent to {email}" : "Senha para o correio compartilhado enviado para {email}",
|
||||||
"Password for mail share sent to you" : "Senha do compartilhamento por e-mail foi enviado para você",
|
"Password for mail share sent to you" : "Senha do compartilhamento por e-mail foi enviado para você",
|
||||||
|
@ -12,6 +16,10 @@ OC.L10N.register(
|
||||||
"You shared {file} with {email} by mail" : "Você compartilhou {file} com {email} por e-mail",
|
"You shared {file} with {email} by mail" : "Você compartilhou {file} com {email} por e-mail",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s compartilou %1$s com %2$s por e-mail",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s compartilou %1$s com %2$s por e-mail",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} compartilhou {file} com {email} por e-mail",
|
"{actor} shared {file} with {email} by mail" : "{actor} compartilhou {file} com {email} por e-mail",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Você descompartilhou %1$s de %2$s por email",
|
||||||
|
"You unshared {file} from {email} by mail" : "Você descompartilhou {file} de {email} por email",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s descompartilhou %1$s de %2$s por email",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} descompartilhou {file} de {email} por email",
|
||||||
"Password to access %1$s was sent to %2s" : "A senha para acesso %1$s foi enviada para %2s",
|
"Password to access %1$s was sent to %2s" : "A senha para acesso %1$s foi enviada para %2s",
|
||||||
"Password to access {file} was sent to {email}" : "A senha para acesso {file} foi enviada para {email}",
|
"Password to access {file} was sent to {email}" : "A senha para acesso {file} foi enviada para {email}",
|
||||||
"Password to access %1$s was sent to you" : "A senha para acesso %1$s foi enviada para você",
|
"Password to access %1$s was sent to you" : "A senha para acesso %1$s foi enviada para você",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"Shared with {email}" : "Compartilhado com {email}",
|
"Shared with {email}" : "Compartilhado com {email}",
|
||||||
"Shared with %1$s by %2$s" : "Compartilhado com %1$s por %2$s",
|
"Shared with %1$s by %2$s" : "Compartilhado com %1$s por %2$s",
|
||||||
"Shared with {email} by {actor}" : "Compartilhado com {email} por {actor}",
|
"Shared with {email} by {actor}" : "Compartilhado com {email} por {actor}",
|
||||||
|
"Unshared from %1$s" : "Descompartilhado de %1$s",
|
||||||
|
"Unshared from {email}" : "Descompartilhado de {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Descompartilhado de %1$s por %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Descompartilhado de {email} por {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Senha para o correio compartilhado enviado para %1$s",
|
"Password for mail share sent to %1$s" : "Senha para o correio compartilhado enviado para %1$s",
|
||||||
"Password for mail share sent to {email}" : "Senha para o correio compartilhado enviado para {email}",
|
"Password for mail share sent to {email}" : "Senha para o correio compartilhado enviado para {email}",
|
||||||
"Password for mail share sent to you" : "Senha do compartilhamento por e-mail foi enviado para você",
|
"Password for mail share sent to you" : "Senha do compartilhamento por e-mail foi enviado para você",
|
||||||
|
@ -10,6 +14,10 @@
|
||||||
"You shared {file} with {email} by mail" : "Você compartilhou {file} com {email} por e-mail",
|
"You shared {file} with {email} by mail" : "Você compartilhou {file} com {email} por e-mail",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s compartilou %1$s com %2$s por e-mail",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s compartilou %1$s com %2$s por e-mail",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} compartilhou {file} com {email} por e-mail",
|
"{actor} shared {file} with {email} by mail" : "{actor} compartilhou {file} com {email} por e-mail",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Você descompartilhou %1$s de %2$s por email",
|
||||||
|
"You unshared {file} from {email} by mail" : "Você descompartilhou {file} de {email} por email",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s descompartilhou %1$s de %2$s por email",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} descompartilhou {file} de {email} por email",
|
||||||
"Password to access %1$s was sent to %2s" : "A senha para acesso %1$s foi enviada para %2s",
|
"Password to access %1$s was sent to %2s" : "A senha para acesso %1$s foi enviada para %2s",
|
||||||
"Password to access {file} was sent to {email}" : "A senha para acesso {file} foi enviada para {email}",
|
"Password to access {file} was sent to {email}" : "A senha para acesso {file} foi enviada para {email}",
|
||||||
"Password to access %1$s was sent to you" : "A senha para acesso %1$s foi enviada para você",
|
"Password to access %1$s was sent to you" : "A senha para acesso %1$s foi enviada para você",
|
||||||
|
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
||||||
"Shared with {email}" : "Delad med {email}",
|
"Shared with {email}" : "Delad med {email}",
|
||||||
"Shared with %1$s by %2$s" : "Delad med %1$s av %2$s",
|
"Shared with %1$s by %2$s" : "Delad med %1$s av %2$s",
|
||||||
"Shared with {email} by {actor}" : "Delad med {email} av {actor}",
|
"Shared with {email} by {actor}" : "Delad med {email} av {actor}",
|
||||||
|
"Unshared from %1$s" : "Sluta dela från %1$s",
|
||||||
|
"Unshared from {email}" : "Sluta dela från {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Sluta dela från %1$s av %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Sluta dela fån {email} av {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Lösenord för e-postdelning sändes till %1$s",
|
"Password for mail share sent to %1$s" : "Lösenord för e-postdelning sändes till %1$s",
|
||||||
"Password for mail share sent to {email}" : "Lösenord för e-postdelning skickat till {email}",
|
"Password for mail share sent to {email}" : "Lösenord för e-postdelning skickat till {email}",
|
||||||
"Password for mail share sent to you" : "Lösenord för e-postdelning skickat till dig",
|
"Password for mail share sent to you" : "Lösenord för e-postdelning skickat till dig",
|
||||||
|
@ -12,6 +16,10 @@ OC.L10N.register(
|
||||||
"You shared {file} with {email} by mail" : "Du delade {file} med {email} via e-post",
|
"You shared {file} with {email} by mail" : "Du delade {file} med {email} via e-post",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s delade %1$s med %2$s via e-post",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s delade %1$s med %2$s via e-post",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} delade {file} med {email} via e-post",
|
"{actor} shared {file} with {email} by mail" : "{actor} delade {file} med {email} via e-post",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Du slutade dela %1$s från %2$s via e-post",
|
||||||
|
"You unshared {file} from {email} by mail" : "Du slutade dela {file} från {email} via e-post",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s slutade dela %1$s från %2$s via e-post",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} slutade dela {file} från {email} via e-post",
|
||||||
"Password to access %1$s was sent to %2s" : "Lösenord för tillgång till %1$s sändes till %2s",
|
"Password to access %1$s was sent to %2s" : "Lösenord för tillgång till %1$s sändes till %2s",
|
||||||
"Password to access {file} was sent to {email}" : "Lösenord till {file} sändes till {email}",
|
"Password to access {file} was sent to {email}" : "Lösenord till {file} sändes till {email}",
|
||||||
"Password to access %1$s was sent to you" : "Lösenord för att nå %1$s sändes till dig",
|
"Password to access %1$s was sent to you" : "Lösenord för att nå %1$s sändes till dig",
|
||||||
|
@ -38,6 +46,7 @@ OC.L10N.register(
|
||||||
"You can choose a different password at any time in the share dialog." : "Du kan välja ett annat lösenord när som helst i delningsdialogen.",
|
"You can choose a different password at any time in the share dialog." : "Du kan välja ett annat lösenord när som helst i delningsdialogen.",
|
||||||
"Could not find share" : "Kunde inte hitta delning",
|
"Could not find share" : "Kunde inte hitta delning",
|
||||||
"Share by mail" : "Dela via e-post",
|
"Share by mail" : "Dela via e-post",
|
||||||
|
"Share provider which allows you to share files by mail" : "Möjliggör delning av filer via e-post",
|
||||||
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillåt användare att dela en personlig länk till en fil eller mapp genom att ange en e-postadress",
|
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillåt användare att dela en personlig länk till en fil eller mapp genom att ange en e-postadress",
|
||||||
"Send password by mail" : "Skicka lösenord via e-post",
|
"Send password by mail" : "Skicka lösenord via e-post",
|
||||||
"Enforce password protection" : "Tvinga lösenordsskydd",
|
"Enforce password protection" : "Tvinga lösenordsskydd",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"Shared with {email}" : "Delad med {email}",
|
"Shared with {email}" : "Delad med {email}",
|
||||||
"Shared with %1$s by %2$s" : "Delad med %1$s av %2$s",
|
"Shared with %1$s by %2$s" : "Delad med %1$s av %2$s",
|
||||||
"Shared with {email} by {actor}" : "Delad med {email} av {actor}",
|
"Shared with {email} by {actor}" : "Delad med {email} av {actor}",
|
||||||
|
"Unshared from %1$s" : "Sluta dela från %1$s",
|
||||||
|
"Unshared from {email}" : "Sluta dela från {email}",
|
||||||
|
"Unshared from %1$s by %2$s" : "Sluta dela från %1$s av %2$s",
|
||||||
|
"Unshared from {email} by {actor}" : "Sluta dela fån {email} av {actor}",
|
||||||
"Password for mail share sent to %1$s" : "Lösenord för e-postdelning sändes till %1$s",
|
"Password for mail share sent to %1$s" : "Lösenord för e-postdelning sändes till %1$s",
|
||||||
"Password for mail share sent to {email}" : "Lösenord för e-postdelning skickat till {email}",
|
"Password for mail share sent to {email}" : "Lösenord för e-postdelning skickat till {email}",
|
||||||
"Password for mail share sent to you" : "Lösenord för e-postdelning skickat till dig",
|
"Password for mail share sent to you" : "Lösenord för e-postdelning skickat till dig",
|
||||||
|
@ -10,6 +14,10 @@
|
||||||
"You shared {file} with {email} by mail" : "Du delade {file} med {email} via e-post",
|
"You shared {file} with {email} by mail" : "Du delade {file} med {email} via e-post",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s delade %1$s med %2$s via e-post",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s delade %1$s med %2$s via e-post",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor} delade {file} med {email} via e-post",
|
"{actor} shared {file} with {email} by mail" : "{actor} delade {file} med {email} via e-post",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "Du slutade dela %1$s från %2$s via e-post",
|
||||||
|
"You unshared {file} from {email} by mail" : "Du slutade dela {file} från {email} via e-post",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s slutade dela %1$s från %2$s via e-post",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor} slutade dela {file} från {email} via e-post",
|
||||||
"Password to access %1$s was sent to %2s" : "Lösenord för tillgång till %1$s sändes till %2s",
|
"Password to access %1$s was sent to %2s" : "Lösenord för tillgång till %1$s sändes till %2s",
|
||||||
"Password to access {file} was sent to {email}" : "Lösenord till {file} sändes till {email}",
|
"Password to access {file} was sent to {email}" : "Lösenord till {file} sändes till {email}",
|
||||||
"Password to access %1$s was sent to you" : "Lösenord för att nå %1$s sändes till dig",
|
"Password to access %1$s was sent to you" : "Lösenord för att nå %1$s sändes till dig",
|
||||||
|
@ -36,6 +44,7 @@
|
||||||
"You can choose a different password at any time in the share dialog." : "Du kan välja ett annat lösenord när som helst i delningsdialogen.",
|
"You can choose a different password at any time in the share dialog." : "Du kan välja ett annat lösenord när som helst i delningsdialogen.",
|
||||||
"Could not find share" : "Kunde inte hitta delning",
|
"Could not find share" : "Kunde inte hitta delning",
|
||||||
"Share by mail" : "Dela via e-post",
|
"Share by mail" : "Dela via e-post",
|
||||||
|
"Share provider which allows you to share files by mail" : "Möjliggör delning av filer via e-post",
|
||||||
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillåt användare att dela en personlig länk till en fil eller mapp genom att ange en e-postadress",
|
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillåt användare att dela en personlig länk till en fil eller mapp genom att ange en e-postadress",
|
||||||
"Send password by mail" : "Skicka lösenord via e-post",
|
"Send password by mail" : "Skicka lösenord via e-post",
|
||||||
"Enforce password protection" : "Tvinga lösenordsskydd",
|
"Enforce password protection" : "Tvinga lösenordsskydd",
|
||||||
|
|
|
@ -5,6 +5,10 @@ OC.L10N.register(
|
||||||
"Shared with {email}" : "{email} ile paylaşıldı",
|
"Shared with {email}" : "{email} ile paylaşıldı",
|
||||||
"Shared with %1$s by %2$s" : "%1$s ile %2$s tarafından paylaşıldı",
|
"Shared with %1$s by %2$s" : "%1$s ile %2$s tarafından paylaşıldı",
|
||||||
"Shared with {email} by {actor}" : "{email} ile {actor} tarafından paylaşıldı",
|
"Shared with {email} by {actor}" : "{email} ile {actor} tarafından paylaşıldı",
|
||||||
|
"Unshared from %1$s" : "%1$s ile paylaşımı kaldırıldı",
|
||||||
|
"Unshared from {email}" : "{email} ile paylaşımı kaldırıldı",
|
||||||
|
"Unshared from %1$s by %2$s" : "%1$s ile paylaşımı %2$s tarafından kaldırıldı",
|
||||||
|
"Unshared from {email} by {actor}" : "{actor} tarafından {email} ile paylaşılması durduruldu",
|
||||||
"Password for mail share sent to %1$s" : "E-posta ile paylaşma parolası %1$s adresine gönderildi",
|
"Password for mail share sent to %1$s" : "E-posta ile paylaşma parolası %1$s adresine gönderildi",
|
||||||
"Password for mail share sent to {email}" : "E-posta ile paylaşma parolası {email} adresine gönderildi",
|
"Password for mail share sent to {email}" : "E-posta ile paylaşma parolası {email} adresine gönderildi",
|
||||||
"Password for mail share sent to you" : "E-posta ile paylaşma parolası size gönderildi",
|
"Password for mail share sent to you" : "E-posta ile paylaşma parolası size gönderildi",
|
||||||
|
@ -12,6 +16,10 @@ OC.L10N.register(
|
||||||
"You shared {file} with {email} by mail" : "{file} dosyasını {email} ile e-posta üzerinden paylaştınız",
|
"You shared {file} with {email} by mail" : "{file} dosyasını {email} ile e-posta üzerinden paylaştınız",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s, %1$s dosyasını %2$s ile e-posta üzerinden paylaştı",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s, %1$s dosyasını %2$s ile e-posta üzerinden paylaştı",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor}, {file} dosyasını {email} ile e-posta üzerinden paylaştı",
|
"{actor} shared {file} with {email} by mail" : "{actor}, {file} dosyasını {email} ile e-posta üzerinden paylaştı",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "%1$s dosyasının %2$s ile paylaşımını e-posta ile kaldırdınız",
|
||||||
|
"You unshared {file} from {email} by mail" : "{file} dosyasının {email} ile paylaşımını e-posta ile kaldırdınız",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s, %1$s dosyasının %2$s ile paylaşımını e-posta ile kaldırdı",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor}, {file} dosyasının {email} ile paylaşımını e-posta ile kaldırdı",
|
||||||
"Password to access %1$s was sent to %2s" : "%1$s dosyasına erişim parolası %2s adresine gönderildi",
|
"Password to access %1$s was sent to %2s" : "%1$s dosyasına erişim parolası %2s adresine gönderildi",
|
||||||
"Password to access {file} was sent to {email}" : "{file} dosyasına erişim parolası {email} adresine gönderildi",
|
"Password to access {file} was sent to {email}" : "{file} dosyasına erişim parolası {email} adresine gönderildi",
|
||||||
"Password to access %1$s was sent to you" : "%1$s dosyasına erişim parolası size gönderildi",
|
"Password to access %1$s was sent to you" : "%1$s dosyasına erişim parolası size gönderildi",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
"Shared with {email}" : "{email} ile paylaşıldı",
|
"Shared with {email}" : "{email} ile paylaşıldı",
|
||||||
"Shared with %1$s by %2$s" : "%1$s ile %2$s tarafından paylaşıldı",
|
"Shared with %1$s by %2$s" : "%1$s ile %2$s tarafından paylaşıldı",
|
||||||
"Shared with {email} by {actor}" : "{email} ile {actor} tarafından paylaşıldı",
|
"Shared with {email} by {actor}" : "{email} ile {actor} tarafından paylaşıldı",
|
||||||
|
"Unshared from %1$s" : "%1$s ile paylaşımı kaldırıldı",
|
||||||
|
"Unshared from {email}" : "{email} ile paylaşımı kaldırıldı",
|
||||||
|
"Unshared from %1$s by %2$s" : "%1$s ile paylaşımı %2$s tarafından kaldırıldı",
|
||||||
|
"Unshared from {email} by {actor}" : "{actor} tarafından {email} ile paylaşılması durduruldu",
|
||||||
"Password for mail share sent to %1$s" : "E-posta ile paylaşma parolası %1$s adresine gönderildi",
|
"Password for mail share sent to %1$s" : "E-posta ile paylaşma parolası %1$s adresine gönderildi",
|
||||||
"Password for mail share sent to {email}" : "E-posta ile paylaşma parolası {email} adresine gönderildi",
|
"Password for mail share sent to {email}" : "E-posta ile paylaşma parolası {email} adresine gönderildi",
|
||||||
"Password for mail share sent to you" : "E-posta ile paylaşma parolası size gönderildi",
|
"Password for mail share sent to you" : "E-posta ile paylaşma parolası size gönderildi",
|
||||||
|
@ -10,6 +14,10 @@
|
||||||
"You shared {file} with {email} by mail" : "{file} dosyasını {email} ile e-posta üzerinden paylaştınız",
|
"You shared {file} with {email} by mail" : "{file} dosyasını {email} ile e-posta üzerinden paylaştınız",
|
||||||
"%3$s shared %1$s with %2$s by mail" : "%3$s, %1$s dosyasını %2$s ile e-posta üzerinden paylaştı",
|
"%3$s shared %1$s with %2$s by mail" : "%3$s, %1$s dosyasını %2$s ile e-posta üzerinden paylaştı",
|
||||||
"{actor} shared {file} with {email} by mail" : "{actor}, {file} dosyasını {email} ile e-posta üzerinden paylaştı",
|
"{actor} shared {file} with {email} by mail" : "{actor}, {file} dosyasını {email} ile e-posta üzerinden paylaştı",
|
||||||
|
"You unshared %1$s from %2$s by mail" : "%1$s dosyasının %2$s ile paylaşımını e-posta ile kaldırdınız",
|
||||||
|
"You unshared {file} from {email} by mail" : "{file} dosyasının {email} ile paylaşımını e-posta ile kaldırdınız",
|
||||||
|
"%3$s unshared %1$s from %2$s by mail" : "%3$s, %1$s dosyasının %2$s ile paylaşımını e-posta ile kaldırdı",
|
||||||
|
"{actor} unshared {file} from {email} by mail" : "{actor}, {file} dosyasının {email} ile paylaşımını e-posta ile kaldırdı",
|
||||||
"Password to access %1$s was sent to %2s" : "%1$s dosyasına erişim parolası %2s adresine gönderildi",
|
"Password to access %1$s was sent to %2s" : "%1$s dosyasına erişim parolası %2s adresine gönderildi",
|
||||||
"Password to access {file} was sent to {email}" : "{file} dosyasına erişim parolası {email} adresine gönderildi",
|
"Password to access {file} was sent to {email}" : "{file} dosyasına erişim parolası {email} adresine gönderildi",
|
||||||
"Password to access %1$s was sent to you" : "%1$s dosyasına erişim parolası size gönderildi",
|
"Password to access %1$s was sent to you" : "%1$s dosyasına erişim parolası size gönderildi",
|
||||||
|
|
|
@ -114,7 +114,14 @@ class Provider implements IProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($event->getSubject() === self::ASSIGN_TAG) {
|
if ($event->getSubject() === self::ASSIGN_TAG) {
|
||||||
if ($parsedParameters['actor']['id'] === $this->activityManager->getCurrentUserId()) {
|
if ($parsedParameters['actor']['id'] === '') {
|
||||||
|
$event->setParsedSubject($this->l->t('System tag %1$s added by the system', [
|
||||||
|
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
||||||
|
]))
|
||||||
|
->setRichSubject($this->l->t('Added system tag {systemtag}'), [
|
||||||
|
'systemtag' => $parsedParameters['systemtag'],
|
||||||
|
]);
|
||||||
|
} else if ($parsedParameters['actor']['id'] === $this->activityManager->getCurrentUserId()) {
|
||||||
$event->setParsedSubject($this->l->t('Added system tag %1$s', [
|
$event->setParsedSubject($this->l->t('Added system tag %1$s', [
|
||||||
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
||||||
]))
|
]))
|
||||||
|
@ -132,7 +139,14 @@ class Provider implements IProvider {
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
} else if ($event->getSubject() === self::UNASSIGN_TAG) {
|
} else if ($event->getSubject() === self::UNASSIGN_TAG) {
|
||||||
if ($parsedParameters['actor']['id'] === $this->activityManager->getCurrentUserId()) {
|
if ($parsedParameters['actor']['id'] === '') {
|
||||||
|
$event->setParsedSubject($this->l->t('System tag %1$s removed by the system', [
|
||||||
|
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
||||||
|
]))
|
||||||
|
->setRichSubject($this->l->t('Removed system tag {systemtag}'), [
|
||||||
|
'systemtag' => $parsedParameters['systemtag'],
|
||||||
|
]);
|
||||||
|
} else if ($parsedParameters['actor']['id'] === $this->activityManager->getCurrentUserId()) {
|
||||||
$event->setParsedSubject($this->l->t('Removed system tag %1$s', [
|
$event->setParsedSubject($this->l->t('Removed system tag %1$s', [
|
||||||
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
||||||
]))
|
]))
|
||||||
|
@ -213,7 +227,14 @@ class Provider implements IProvider {
|
||||||
->setRichSubject($this->l->t('{actor} updated system tag {oldsystemtag} to {newsystemtag}'), $parsedParameters);
|
->setRichSubject($this->l->t('{actor} updated system tag {oldsystemtag} to {newsystemtag}'), $parsedParameters);
|
||||||
}
|
}
|
||||||
} else if ($event->getSubject() === self::ASSIGN_TAG) {
|
} else if ($event->getSubject() === self::ASSIGN_TAG) {
|
||||||
if ($parsedParameters['actor']['id'] === $this->activityManager->getCurrentUserId()) {
|
if ($parsedParameters['actor']['id'] === '') {
|
||||||
|
unset($parsedParameters['actor']);
|
||||||
|
$event->setParsedSubject($this->l->t('System tag %2$s was added to %1$s by the system', [
|
||||||
|
$parsedParameters['file']['path'],
|
||||||
|
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
||||||
|
]))
|
||||||
|
->setRichSubject($this->l->t('System tag {systemtag} was added to {file} by the system'), $parsedParameters);
|
||||||
|
} else if ($parsedParameters['actor']['id'] === $this->activityManager->getCurrentUserId()) {
|
||||||
$event->setParsedSubject($this->l->t('You added system tag %2$s to %1$s', [
|
$event->setParsedSubject($this->l->t('You added system tag %2$s to %1$s', [
|
||||||
$parsedParameters['file']['path'],
|
$parsedParameters['file']['path'],
|
||||||
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
||||||
|
@ -228,7 +249,14 @@ class Provider implements IProvider {
|
||||||
->setRichSubject($this->l->t('{actor} added system tag {systemtag} to {file}'), $parsedParameters);
|
->setRichSubject($this->l->t('{actor} added system tag {systemtag} to {file}'), $parsedParameters);
|
||||||
}
|
}
|
||||||
} else if ($event->getSubject() === self::UNASSIGN_TAG) {
|
} else if ($event->getSubject() === self::UNASSIGN_TAG) {
|
||||||
if ($parsedParameters['actor']['id'] === $this->activityManager->getCurrentUserId()) {
|
if ($parsedParameters['actor']['id'] === '') {
|
||||||
|
unset($parsedParameters['actor']);
|
||||||
|
$event->setParsedSubject($this->l->t('System tag %2$s was removed from %1$s by the system', [
|
||||||
|
$parsedParameters['file']['path'],
|
||||||
|
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
||||||
|
]))
|
||||||
|
->setRichSubject($this->l->t('System tag {systemtag} was removed from {file} by the system'), $parsedParameters);
|
||||||
|
} else if ($parsedParameters['actor']['id'] === $this->activityManager->getCurrentUserId()) {
|
||||||
$event->setParsedSubject($this->l->t('You removed system tag %2$s from %1$s', [
|
$event->setParsedSubject($this->l->t('You removed system tag %2$s from %1$s', [
|
||||||
$parsedParameters['file']['path'],
|
$parsedParameters['file']['path'],
|
||||||
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
$this->generatePlainSystemTag($parsedParameters['systemtag']),
|
||||||
|
@ -257,19 +285,19 @@ class Provider implements IProvider {
|
||||||
case self::CREATE_TAG:
|
case self::CREATE_TAG:
|
||||||
case self::DELETE_TAG:
|
case self::DELETE_TAG:
|
||||||
return [
|
return [
|
||||||
'actor' => $this->getUserParameter($parameters[0]),
|
'actor' => $this->getUserParameter((string) $parameters[0]),
|
||||||
'systemtag' => $this->getSystemTagParameter($parameters[1]),
|
'systemtag' => $this->getSystemTagParameter($parameters[1]),
|
||||||
];
|
];
|
||||||
case self::UPDATE_TAG:
|
case self::UPDATE_TAG:
|
||||||
return [
|
return [
|
||||||
'actor' => $this->getUserParameter($parameters[0]),
|
'actor' => $this->getUserParameter((string) $parameters[0]),
|
||||||
'newsystemtag' => $this->getSystemTagParameter($parameters[1]),
|
'newsystemtag' => $this->getSystemTagParameter($parameters[1]),
|
||||||
'oldsystemtag' => $this->getSystemTagParameter($parameters[2]),
|
'oldsystemtag' => $this->getSystemTagParameter($parameters[2]),
|
||||||
];
|
];
|
||||||
case self::ASSIGN_TAG:
|
case self::ASSIGN_TAG:
|
||||||
case self::UNASSIGN_TAG:
|
case self::UNASSIGN_TAG:
|
||||||
return [
|
return [
|
||||||
'actor' => $this->getUserParameter($parameters[0]),
|
'actor' => $this->getUserParameter((string) $parameters[0]),
|
||||||
'file' => $this->getFileParameter($event->getObjectId(), $parameters[1]),
|
'file' => $this->getFileParameter($event->getObjectId(), $parameters[1]),
|
||||||
'systemtag' => $this->getSystemTagParameter($parameters[2]),
|
'systemtag' => $this->getSystemTagParameter($parameters[2]),
|
||||||
];
|
];
|
||||||
|
|
|
@ -44,8 +44,8 @@ OC.L10N.register(
|
||||||
"Privacy policy link" : "Privacybeleid link",
|
"Privacy policy link" : "Privacybeleid link",
|
||||||
"Header logo" : "Top logo",
|
"Header logo" : "Top logo",
|
||||||
"Upload new header logo" : "Upload een nieuwe top afbeelding",
|
"Upload new header logo" : "Upload een nieuwe top afbeelding",
|
||||||
"Favicon" : "Favorieten icoon",
|
"Favicon" : "Favorietenpictogram",
|
||||||
"Upload new favicon" : "Upload een nieuwe favorieten icoon",
|
"Upload new favicon" : "Upload een nieuwe favorietenpictogram",
|
||||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installeer de Imagemagick PHP extensie met ondersteuning voor SVG afbeeldingen om automatisch favicons te genereren op basis van het geuploade logo en kleur.",
|
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installeer de Imagemagick PHP extensie met ondersteuning voor SVG afbeeldingen om automatisch favicons te genereren op basis van het geuploade logo en kleur.",
|
||||||
"There is no error, the file uploaded with success" : "Er trad geen fout op, het bestand is succesvol geüpload",
|
"There is no error, the file uploaded with success" : "Er trad geen fout op, het bestand is succesvol geüpload",
|
||||||
"The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
|
"The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
|
||||||
|
|
|
@ -42,8 +42,8 @@
|
||||||
"Privacy policy link" : "Privacybeleid link",
|
"Privacy policy link" : "Privacybeleid link",
|
||||||
"Header logo" : "Top logo",
|
"Header logo" : "Top logo",
|
||||||
"Upload new header logo" : "Upload een nieuwe top afbeelding",
|
"Upload new header logo" : "Upload een nieuwe top afbeelding",
|
||||||
"Favicon" : "Favorieten icoon",
|
"Favicon" : "Favorietenpictogram",
|
||||||
"Upload new favicon" : "Upload een nieuwe favorieten icoon",
|
"Upload new favicon" : "Upload een nieuwe favorietenpictogram",
|
||||||
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installeer de Imagemagick PHP extensie met ondersteuning voor SVG afbeeldingen om automatisch favicons te genereren op basis van het geuploade logo en kleur.",
|
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installeer de Imagemagick PHP extensie met ondersteuning voor SVG afbeeldingen om automatisch favicons te genereren op basis van het geuploade logo en kleur.",
|
||||||
"There is no error, the file uploaded with success" : "Er trad geen fout op, het bestand is succesvol geüpload",
|
"There is no error, the file uploaded with success" : "Er trad geen fout op, het bestand is succesvol geüpload",
|
||||||
"The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
|
"The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"twofactor_backupcodes",
|
"twofactor_backupcodes",
|
||||||
{
|
{
|
||||||
"Generate backup codes" : "Biztonsági kód generálás",
|
|
||||||
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "A biztonsági kódok elkészültek. Felhasználva: {{used}}, ennyiből: {{total}}.",
|
|
||||||
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Ezek a biztonsági kódjaid. Kérlek mentsd el vagy nyomtasd ki őket úgy hogy később is meglegyenek.",
|
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Ezek a biztonsági kódjaid. Kérlek mentsd el vagy nyomtasd ki őket úgy hogy később is meglegyenek.",
|
||||||
"Save backup codes" : "Biztonsági kódok mentése",
|
"Save backup codes" : "Biztonsági kódok mentése",
|
||||||
"Print backup codes" : "Biztonsági kódok nyomtatása",
|
"Print backup codes" : "Biztonsági kódok nyomtatása",
|
||||||
"Regenerate backup codes" : "Biztonsági kódok újra generálása",
|
"Regenerate backup codes" : "Biztonsági kódok újra generálása",
|
||||||
"If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
|
"If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
|
||||||
|
"Generate backup codes" : "Biztonsági kód generálás",
|
||||||
"An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
|
"An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
|
||||||
"Nextcloud backup codes" : "Nextcloud biztonsági kódok",
|
"Nextcloud backup codes" : "Nextcloud biztonsági kódok",
|
||||||
"You created two-factor backup codes for your account" : "Kétfaktoros helyreállítási kódot hoztál létre a fiókodhoz",
|
"You created two-factor backup codes for your account" : "Kétfaktoros helyreállítási kódot hoztál létre a fiókodhoz",
|
||||||
|
"Second-factor backup codes" : "Második lépcsős biztonsági kódok",
|
||||||
"Backup code" : "Biztonsági kód",
|
"Backup code" : "Biztonsági kód",
|
||||||
"Use backup code" : "Biztonsági kód használata",
|
"Use backup code" : "Biztonsági kód használata",
|
||||||
"Two factor backup codes" : "Kétfaktoros biztonsági mentési kódok",
|
"Two factor backup codes" : "Kétfaktoros biztonsági mentési kódok",
|
||||||
"Second-factor backup codes" : "Második lépcsős biztonsági kódok"
|
"A two-factor auth backup codes provider" : "Kétfaktoros azonosítás biztonsági kódok szolgáltatója",
|
||||||
|
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "A biztonsági kódok elkészültek. Felhasználva: {{used}}, ennyiből: {{total}}."
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
|
@ -1,17 +1,18 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Generate backup codes" : "Biztonsági kód generálás",
|
|
||||||
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "A biztonsági kódok elkészültek. Felhasználva: {{used}}, ennyiből: {{total}}.",
|
|
||||||
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Ezek a biztonsági kódjaid. Kérlek mentsd el vagy nyomtasd ki őket úgy hogy később is meglegyenek.",
|
"These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Ezek a biztonsági kódjaid. Kérlek mentsd el vagy nyomtasd ki őket úgy hogy később is meglegyenek.",
|
||||||
"Save backup codes" : "Biztonsági kódok mentése",
|
"Save backup codes" : "Biztonsági kódok mentése",
|
||||||
"Print backup codes" : "Biztonsági kódok nyomtatása",
|
"Print backup codes" : "Biztonsági kódok nyomtatása",
|
||||||
"Regenerate backup codes" : "Biztonsági kódok újra generálása",
|
"Regenerate backup codes" : "Biztonsági kódok újra generálása",
|
||||||
"If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
|
"If you regenerate backup codes, you automatically invalidate old codes." : "Ha újra generálod a biztonsági kódokat, akkor a régiek automatikusan érvénytelenítve lesznek.",
|
||||||
|
"Generate backup codes" : "Biztonsági kód generálás",
|
||||||
"An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
|
"An error occurred while generating your backup codes" : "Hiba történt a biztonsági kódok generálása közben",
|
||||||
"Nextcloud backup codes" : "Nextcloud biztonsági kódok",
|
"Nextcloud backup codes" : "Nextcloud biztonsági kódok",
|
||||||
"You created two-factor backup codes for your account" : "Kétfaktoros helyreállítási kódot hoztál létre a fiókodhoz",
|
"You created two-factor backup codes for your account" : "Kétfaktoros helyreállítási kódot hoztál létre a fiókodhoz",
|
||||||
|
"Second-factor backup codes" : "Második lépcsős biztonsági kódok",
|
||||||
"Backup code" : "Biztonsági kód",
|
"Backup code" : "Biztonsági kód",
|
||||||
"Use backup code" : "Biztonsági kód használata",
|
"Use backup code" : "Biztonsági kód használata",
|
||||||
"Two factor backup codes" : "Kétfaktoros biztonsági mentési kódok",
|
"Two factor backup codes" : "Kétfaktoros biztonsági mentési kódok",
|
||||||
"Second-factor backup codes" : "Második lépcsős biztonsági kódok"
|
"A two-factor auth backup codes provider" : "Kétfaktoros azonosítás biztonsági kódok szolgáltatója",
|
||||||
|
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "A biztonsági kódok elkészültek. Felhasználva: {{used}}, ennyiből: {{total}}."
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
|
@ -21,14 +21,14 @@ OC.L10N.register(
|
||||||
"Generate backup codes" : "バックアップコードを生成する",
|
"Generate backup codes" : "バックアップコードを生成する",
|
||||||
"An error occurred while generating your backup codes" : "バックアップコードの生成中にエラーが発生しました",
|
"An error occurred while generating your backup codes" : "バックアップコードの生成中にエラーが発生しました",
|
||||||
"Nextcloud backup codes" : "Nextcloud バックアップコード",
|
"Nextcloud backup codes" : "Nextcloud バックアップコード",
|
||||||
"You created two-factor backup codes for your account" : "アカウントの2要素バックアップコードを作成しました",
|
"You created two-factor backup codes for your account" : "アカウントの2要素認証バックアップコードを作成しました",
|
||||||
"Second-factor backup codes" : "第二要素バックアップコード",
|
"Second-factor backup codes" : "第二要素バックアップコード",
|
||||||
"You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "二要素認証を有効にしましたが、まだバックアップコードを生成していません。 2番目の要素にアクセスできない場合に備えて、これを必ず実行してください。",
|
"You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "2要素認証を有効にしましたが、まだバックアップコードを生成していません。 2番目の要素にアクセスできない場合に備えて、これを必ず実行してください。",
|
||||||
"Backup code" : "バックアップコード",
|
"Backup code" : "バックアップコード",
|
||||||
"Use backup code" : "バックアップコードを使用する",
|
"Use backup code" : "バックアップコードを使用する",
|
||||||
"Two factor backup codes" : "2要素バックアップコード",
|
"Two factor backup codes" : "2要素認証バックアップコード",
|
||||||
"A two-factor auth backup codes provider" : "2要素認証バックアップコードプロバイダ",
|
"A two-factor auth backup codes provider" : "2要素認証バックアップコードプロバイダ",
|
||||||
"Use one of the backup codes you saved when setting up two-factor authentication." : "二要素認証を設定するときに保存したバックアップコードのいずれかを使用します。",
|
"Use one of the backup codes you saved when setting up two-factor authentication." : "2要素認証を設定するときに保存したバックアップコードのいずれかを使用します。",
|
||||||
"Submit" : "了解",
|
"Submit" : "了解",
|
||||||
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "バックアップコードが生成されました。 {{total}} 中の {{used}} コードが使用されています。"
|
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "バックアップコードが生成されました。 {{total}} 中の {{used}} コードが使用されています。"
|
||||||
},
|
},
|
||||||
|
|
|
@ -19,14 +19,14 @@
|
||||||
"Generate backup codes" : "バックアップコードを生成する",
|
"Generate backup codes" : "バックアップコードを生成する",
|
||||||
"An error occurred while generating your backup codes" : "バックアップコードの生成中にエラーが発生しました",
|
"An error occurred while generating your backup codes" : "バックアップコードの生成中にエラーが発生しました",
|
||||||
"Nextcloud backup codes" : "Nextcloud バックアップコード",
|
"Nextcloud backup codes" : "Nextcloud バックアップコード",
|
||||||
"You created two-factor backup codes for your account" : "アカウントの2要素バックアップコードを作成しました",
|
"You created two-factor backup codes for your account" : "アカウントの2要素認証バックアップコードを作成しました",
|
||||||
"Second-factor backup codes" : "第二要素バックアップコード",
|
"Second-factor backup codes" : "第二要素バックアップコード",
|
||||||
"You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "二要素認証を有効にしましたが、まだバックアップコードを生成していません。 2番目の要素にアクセスできない場合に備えて、これを必ず実行してください。",
|
"You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "2要素認証を有効にしましたが、まだバックアップコードを生成していません。 2番目の要素にアクセスできない場合に備えて、これを必ず実行してください。",
|
||||||
"Backup code" : "バックアップコード",
|
"Backup code" : "バックアップコード",
|
||||||
"Use backup code" : "バックアップコードを使用する",
|
"Use backup code" : "バックアップコードを使用する",
|
||||||
"Two factor backup codes" : "2要素バックアップコード",
|
"Two factor backup codes" : "2要素認証バックアップコード",
|
||||||
"A two-factor auth backup codes provider" : "2要素認証バックアップコードプロバイダ",
|
"A two-factor auth backup codes provider" : "2要素認証バックアップコードプロバイダ",
|
||||||
"Use one of the backup codes you saved when setting up two-factor authentication." : "二要素認証を設定するときに保存したバックアップコードのいずれかを使用します。",
|
"Use one of the backup codes you saved when setting up two-factor authentication." : "2要素認証を設定するときに保存したバックアップコードのいずれかを使用します。",
|
||||||
"Submit" : "了解",
|
"Submit" : "了解",
|
||||||
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "バックアップコードが生成されました。 {{total}} 中の {{used}} コードが使用されています。"
|
"Backup codes have been generated. {{used}} of {{total}} codes have been used." : "バックアップコードが生成されました。 {{total}} 中の {{used}} コードが使用されています。"
|
||||||
},"pluralForm" :"nplurals=1; plural=0;"
|
},"pluralForm" :"nplurals=1; plural=0;"
|
||||||
|
|
|
@ -10,9 +10,12 @@ OC.L10N.register(
|
||||||
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
|
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
|
||||||
"Update for {app} to version %s is available." : "{app} %s verzió frissítése elérhető",
|
"Update for {app} to version %s is available." : "{app} %s verzió frissítése elérhető",
|
||||||
"Update notification" : "Frissítési értesítés",
|
"Update notification" : "Frissítési értesítés",
|
||||||
|
"Apps missing updates" : "Alkalmazások frissítés nélkül",
|
||||||
|
"View in store" : "Nézze meg a boltban",
|
||||||
"Apps with available updates" : "Alkalmazások frissítéssel",
|
"Apps with available updates" : "Alkalmazások frissítéssel",
|
||||||
"Open updater" : "Frissítő megnyitása",
|
"Open updater" : "Frissítő megnyitása",
|
||||||
"Download now" : "Letöltés most",
|
"Download now" : "Letöltés most",
|
||||||
|
"What's new?" : "Újdonságok?",
|
||||||
"The update check is not yet finished. Please refresh the page." : "A frissítéskeresés még nem ért véget. Kérjük frissítsd az oldalt.",
|
"The update check is not yet finished. Please refresh the page." : "A frissítéskeresés még nem ért véget. Kérjük frissítsd az oldalt.",
|
||||||
"Your version is up to date." : "Verzió frissítve.",
|
"Your version is up to date." : "Verzió frissítve.",
|
||||||
"A non-default update server is in use to be checked for updates:" : "Egy nem alapértelmezett szervert használunk a frissítések kereséséhez:",
|
"A non-default update server is in use to be checked for updates:" : "Egy nem alapértelmezett szervert használunk a frissítések kereséséhez:",
|
||||||
|
|
|
@ -8,9 +8,12 @@
|
||||||
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
|
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
|
||||||
"Update for {app} to version %s is available." : "{app} %s verzió frissítése elérhető",
|
"Update for {app} to version %s is available." : "{app} %s verzió frissítése elérhető",
|
||||||
"Update notification" : "Frissítési értesítés",
|
"Update notification" : "Frissítési értesítés",
|
||||||
|
"Apps missing updates" : "Alkalmazások frissítés nélkül",
|
||||||
|
"View in store" : "Nézze meg a boltban",
|
||||||
"Apps with available updates" : "Alkalmazások frissítéssel",
|
"Apps with available updates" : "Alkalmazások frissítéssel",
|
||||||
"Open updater" : "Frissítő megnyitása",
|
"Open updater" : "Frissítő megnyitása",
|
||||||
"Download now" : "Letöltés most",
|
"Download now" : "Letöltés most",
|
||||||
|
"What's new?" : "Újdonságok?",
|
||||||
"The update check is not yet finished. Please refresh the page." : "A frissítéskeresés még nem ért véget. Kérjük frissítsd az oldalt.",
|
"The update check is not yet finished. Please refresh the page." : "A frissítéskeresés még nem ért véget. Kérjük frissítsd az oldalt.",
|
||||||
"Your version is up to date." : "Verzió frissítve.",
|
"Your version is up to date." : "Verzió frissítve.",
|
||||||
"A non-default update server is in use to be checked for updates:" : "Egy nem alapértelmezett szervert használunk a frissítések kereséséhez:",
|
"A non-default update server is in use to be checked for updates:" : "Egy nem alapértelmezett szervert használunk a frissítések kereséséhez:",
|
||||||
|
|
|
@ -34,7 +34,7 @@ OC.L10N.register(
|
||||||
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Zorg ervoor dat je in config.php <samp>appstoreenabled</samp> niet op 'false' zet.",
|
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Zorg ervoor dat je in config.php <samp>appstoreenabled</samp> niet op 'false' zet.",
|
||||||
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.",
|
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.",
|
||||||
"<strong>All</strong> apps have an update for this version available" : "<strong>Alle</strong> apps hebben een update voor deze versie beschikbaar",
|
"<strong>All</strong> apps have an update for this version available" : "<strong>Alle</strong> apps hebben een update voor deze versie beschikbaar",
|
||||||
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>productie</strong> heeft altijd de laatste patches, maar de update naar de volgende grote release nog niet onmiddellijk. Die update gebeurt meestal bij de tweede kleine release (x.0.2).",
|
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>productie</strong> heeft altijd de laatste patches, maar de verwerkt de update naar de volgende grote release nog niet onmiddellijk. Die update gebeurt meestal bij de tweede kleine release (x.0.2).",
|
||||||
"<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stable</strong> is de recentste stabiele versie. Het is geschikt voor regulier gebruik en zal altijd bijwerken naar de laatste grote versie.",
|
"<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stable</strong> is de recentste stabiele versie. Het is geschikt voor regulier gebruik en zal altijd bijwerken naar de laatste grote versie.",
|
||||||
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>bèta</strong> is een versie om nieuwe functies uit te testen, niet om te gebruiken in een productieomgeving.",
|
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>bèta</strong> is een versie om nieuwe functies uit te testen, niet om te gebruiken in een productieomgeving.",
|
||||||
"View changelog" : "Bekijk wijzigingenoverzicht",
|
"View changelog" : "Bekijk wijzigingenoverzicht",
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Zorg ervoor dat je in config.php <samp>appstoreenabled</samp> niet op 'false' zet.",
|
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Zorg ervoor dat je in config.php <samp>appstoreenabled</samp> niet op 'false' zet.",
|
||||||
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.",
|
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.",
|
||||||
"<strong>All</strong> apps have an update for this version available" : "<strong>Alle</strong> apps hebben een update voor deze versie beschikbaar",
|
"<strong>All</strong> apps have an update for this version available" : "<strong>Alle</strong> apps hebben een update voor deze versie beschikbaar",
|
||||||
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>productie</strong> heeft altijd de laatste patches, maar de update naar de volgende grote release nog niet onmiddellijk. Die update gebeurt meestal bij de tweede kleine release (x.0.2).",
|
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>productie</strong> heeft altijd de laatste patches, maar de verwerkt de update naar de volgende grote release nog niet onmiddellijk. Die update gebeurt meestal bij de tweede kleine release (x.0.2).",
|
||||||
"<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stable</strong> is de recentste stabiele versie. Het is geschikt voor regulier gebruik en zal altijd bijwerken naar de laatste grote versie.",
|
"<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stable</strong> is de recentste stabiele versie. Het is geschikt voor regulier gebruik en zal altijd bijwerken naar de laatste grote versie.",
|
||||||
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>bèta</strong> is een versie om nieuwe functies uit te testen, niet om te gebruiken in een productieomgeving.",
|
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>bèta</strong> is een versie om nieuwe functies uit te testen, niet om te gebruiken in een productieomgeving.",
|
||||||
"View changelog" : "Bekijk wijzigingenoverzicht",
|
"View changelog" : "Bekijk wijzigingenoverzicht",
|
||||||
|
|
|
@ -421,6 +421,19 @@ $CONFIG = array(
|
||||||
*/
|
*/
|
||||||
'mail_send_plaintext_only' => false,
|
'mail_send_plaintext_only' => false,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Which mode is used for sendmail/qmail: ``smtp`` or ``pipe``.
|
||||||
|
*
|
||||||
|
* For ``smtp`` the sendmail binary is started with the parameter ``-bs``:
|
||||||
|
* - Use the SMTP protocol on standard input and output.
|
||||||
|
*
|
||||||
|
* For ``pipe`` the binary is started with the parameters ``-t``:
|
||||||
|
* - Read message from STDIN and extract recipients.
|
||||||
|
*
|
||||||
|
* Defaults to ``smtp``
|
||||||
|
*/
|
||||||
|
'mail_sendmailmode' => 'smtp',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Proxy Configurations
|
* Proxy Configurations
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -139,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaše PHP nepodporuje FreeType, to bude mít za následky poškození obrázků profilů a nastavení rozhraní",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaše PHP nepodporuje FreeType, to bude mít za následky poškození obrázků profilů a nastavení rozhraní",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Chybí index „{indexName}“ v tabulce „{tableName}“.",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Chybí index „{indexName}“ v tabulce „{tableName}“.",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V této instanci chybí některé doporučené moduly PHP. \nChcete-li zlepšit výkon a kompatibilitu, důrazně doporučujeme, abyste je nainstalovali.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Některé sloupce v databázi chybějí konverzi na velký int. Vzhledem k tomu, že změna typů sloupců na velkých tabulkách může trvat nějakou dobu, nebyla automaticky změněna. Spuštění aplikace \"occ db: convert-filecache-bigint\" umožní, aby tyto nevyřízené změny byly aplikovány ručně. Tato operace musí být provedena, když je instance offline. Další podrobnosti naleznete <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">na stránce dokumentace</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jako podpůrná databázová vrstva je nyní používáno SQLite. Pro větší instalace doporučujeme přejít na jinou databázi.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jako podpůrná databázová vrstva je nyní používáno SQLite. Pro větší instalace doporučujeme přejít na jinou databázi.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Toto je doporučeno zejména když používáte pro synchronizaci souborů desktop klienta.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Toto je doporučeno zejména když používáte pro synchronizaci souborů desktop klienta.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro migraci na jinou databázi použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo se podívejte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentace ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro migraci na jinou databázi použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo se podívejte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentace ↗</a>.",
|
||||||
|
|
|
@ -137,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaše PHP nepodporuje FreeType, to bude mít za následky poškození obrázků profilů a nastavení rozhraní",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Vaše PHP nepodporuje FreeType, to bude mít za následky poškození obrázků profilů a nastavení rozhraní",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Chybí index „{indexName}“ v tabulce „{tableName}“.",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Chybí index „{indexName}“ v tabulce „{tableName}“.",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "V této instanci chybí některé doporučené moduly PHP. \nChcete-li zlepšit výkon a kompatibilitu, důrazně doporučujeme, abyste je nainstalovali.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Některé sloupce v databázi chybějí konverzi na velký int. Vzhledem k tomu, že změna typů sloupců na velkých tabulkách může trvat nějakou dobu, nebyla automaticky změněna. Spuštění aplikace \"occ db: convert-filecache-bigint\" umožní, aby tyto nevyřízené změny byly aplikovány ručně. Tato operace musí být provedena, když je instance offline. Další podrobnosti naleznete <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">na stránce dokumentace</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jako podpůrná databázová vrstva je nyní používáno SQLite. Pro větší instalace doporučujeme přejít na jinou databázi.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Jako podpůrná databázová vrstva je nyní používáno SQLite. Pro větší instalace doporučujeme přejít na jinou databázi.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Toto je doporučeno zejména když používáte pro synchronizaci souborů desktop klienta.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Toto je doporučeno zejména když používáte pro synchronizaci souborů desktop klienta.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro migraci na jinou databázi použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo se podívejte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentace ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pro migraci na jinou databázi použijte nástroj pro příkazový řádek: „occ db:convert-type“, nebo se podívejte do <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentace ↗</a>.",
|
||||||
|
|
|
@ -139,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen wird, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen wird, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfohlene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db: convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten finden Sie <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">auf der zugehörigen Dokumentationsseite</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
|
||||||
|
@ -367,6 +369,8 @@ OC.L10N.register(
|
||||||
"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.",
|
"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.",
|
||||||
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
|
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere den Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere den Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
|
||||||
|
"status" : "Status",
|
||||||
|
"aria-hidden" : "codefehler - nicht übersetzen",
|
||||||
"Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert",
|
"Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert",
|
||||||
"%s (3rdparty)" : "%s (Drittanbieter)",
|
"%s (3rdparty)" : "%s (Drittanbieter)",
|
||||||
"There was an error loading your contacts" : "Fehler beim Laden Deiner Kontakte",
|
"There was an error loading your contacts" : "Fehler beim Laden Deiner Kontakte",
|
||||||
|
|
|
@ -137,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Dein PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen wird, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen wird, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfohlene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db: convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten finden Sie <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">auf der zugehörigen Dokumentationsseite</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
|
||||||
|
@ -365,6 +367,8 @@
|
||||||
"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.",
|
"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.",
|
||||||
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
|
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere den Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktiere den Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
|
||||||
|
"status" : "Status",
|
||||||
|
"aria-hidden" : "codefehler - nicht übersetzen",
|
||||||
"Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert",
|
"Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert",
|
||||||
"%s (3rdparty)" : "%s (Drittanbieter)",
|
"%s (3rdparty)" : "%s (Drittanbieter)",
|
||||||
"There was an error loading your contacts" : "Fehler beim Laden Deiner Kontakte",
|
"There was an error loading your contacts" : "Fehler beim Laden Deiner Kontakte",
|
||||||
|
|
|
@ -139,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen wird, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen wird, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfholene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db: convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten findest Du auf <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">der zugehörigen Dokumentationsseite</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
|
||||||
|
@ -367,6 +369,8 @@ OC.L10N.register(
|
||||||
"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.",
|
"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.",
|
||||||
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
|
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
|
||||||
|
"status" : "Status",
|
||||||
|
"aria-hidden" : "codefehler - nicht übersetzen",
|
||||||
"Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert",
|
"Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert",
|
||||||
"%s (3rdparty)" : "%s (Drittanbieter)",
|
"%s (3rdparty)" : "%s (Drittanbieter)",
|
||||||
"There was an error loading your contacts" : "Fehler beim Laden Ihrer Kontakte",
|
"There was an error loading your contacts" : "Fehler beim Laden Ihrer Kontakte",
|
||||||
|
|
|
@ -137,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ihr PHP unterstützt Freetype nicht. Dies wird defekte Profilbilder und eine defekte Anzeige der Einstellungen verursachen.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Fehlender Index \"{indexName}\" in der Tabelle \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen wird, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen wird, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfholene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Aufgrund der Tatsache, dass das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db: convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Einzelheiten findest Du auf <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">der zugehörigen Dokumentationsseite</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutzen Sie bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Dokumentation ↗</a> schauen.",
|
||||||
|
@ -365,6 +367,8 @@
|
||||||
"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.",
|
"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.",
|
||||||
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
|
"This page will refresh itself when the instance is available again." : "Diese Seite aktualisiert sich automatisch, sobald Nextcloud wieder verfügbar ist.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktieren Sie Ihren Systemadministrator, wenn diese Meldung dauerhaft oder unerwartet erscheint.",
|
||||||
|
"status" : "Status",
|
||||||
|
"aria-hidden" : "codefehler - nicht übersetzen",
|
||||||
"Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert",
|
"Updated \"%s\" to %s" : "„%s“ zu %s aktualisiert",
|
||||||
"%s (3rdparty)" : "%s (Drittanbieter)",
|
"%s (3rdparty)" : "%s (Drittanbieter)",
|
||||||
"There was an error loading your contacts" : "Fehler beim Laden Ihrer Kontakte",
|
"There was an error loading your contacts" : "Fehler beim Laden Ihrer Kontakte",
|
||||||
|
|
|
@ -113,7 +113,7 @@ OC.L10N.register(
|
||||||
"Strong password" : "Contraseña muy buena",
|
"Strong password" : "Contraseña muy buena",
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.",
|
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.",
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
|
||||||
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema con la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compara tu configuración de Nginx con la configuración recomendad en n<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">nuestra documentación</a>.",
|
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendad de<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">nuestra documentación</a>.",
|
||||||
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.",
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.",
|
||||||
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para notas sobre la configuración de PHP y de tu servidor, especialmente al usar php-fpm.",
|
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para notas sobre la configuración de PHP y de tu servidor, especialmente al usar php-fpm.",
|
||||||
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Se ha activado la configuración de solo lectura. Esto evita cambiar ciertas configuraciones vía la interfaz web. Además, el archivo debe hacerse escribible de manera manual para cada actualización.",
|
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Se ha activado la configuración de solo lectura. Esto evita cambiar ciertas configuraciones vía la interfaz web. Además, el archivo debe hacerse escribible de manera manual para cada actualización.",
|
||||||
|
@ -139,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índice perdido \"{indexName}\" en la tabla \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índice perdido \"{indexName}\" en la tabla \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y aumentar la compatibilidad, se recomienda encarecidamente instalarlos.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Ya que cambiar los tipos de columna en tablas grandes puede llevar algún tiempo, no se han cambiado automáticamente. Se pueden ejecutar estos cambios pendientes ejecutando 'occ db:convert-filecache-bigint', Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto está particularmente indicado si se usa el cliente de escritorio para la sincronización.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto está particularmente indicado si se usa el cliente de escritorio para la sincronización.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type' o comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type' o comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
|
||||||
|
@ -177,7 +179,7 @@ OC.L10N.register(
|
||||||
"Allow upload and editing" : "Permitir la subida y la edición",
|
"Allow upload and editing" : "Permitir la subida y la edición",
|
||||||
"Read only" : "Solo lectura",
|
"Read only" : "Solo lectura",
|
||||||
"File drop (upload only)" : "Entrega de archivos (solo subida)",
|
"File drop (upload only)" : "Entrega de archivos (solo subida)",
|
||||||
"Expiration date enforced" : "Fecha de expiración forzada",
|
"Expiration date enforced" : "Fecha de caducidad forzada",
|
||||||
"Set expiration date" : "Establecer fecha de caducidad",
|
"Set expiration date" : "Establecer fecha de caducidad",
|
||||||
"Expiration" : "Caduca el: ",
|
"Expiration" : "Caduca el: ",
|
||||||
"Expiration date" : "Fecha de caducidad",
|
"Expiration date" : "Fecha de caducidad",
|
||||||
|
@ -185,7 +187,7 @@ OC.L10N.register(
|
||||||
"Unshare" : "Dejar de compartir",
|
"Unshare" : "Dejar de compartir",
|
||||||
"Delete share link" : "Eliminar enlace compartido",
|
"Delete share link" : "Eliminar enlace compartido",
|
||||||
"Add another link" : "Añadir otro enlace",
|
"Add another link" : "Añadir otro enlace",
|
||||||
"Password protection for links is mandatory" : "La protección con contraseña es obligatoria",
|
"Password protection for links is mandatory" : "La protección por contraseña es obligatoria",
|
||||||
"Share link" : "Compartir enlace",
|
"Share link" : "Compartir enlace",
|
||||||
"New share link" : "Nuevo enlace compartido",
|
"New share link" : "Nuevo enlace compartido",
|
||||||
"Created on {time}" : "Creado: {time}",
|
"Created on {time}" : "Creado: {time}",
|
||||||
|
@ -367,6 +369,7 @@ OC.L10N.register(
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, y puede tardar un rato.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, y puede tardar un rato.",
|
||||||
"This page will refresh itself when the instance is available again." : "Esta página se actualizará sola cuando la instancia esté disponible de nuevo.",
|
"This page will refresh itself when the instance is available again." : "Esta página se actualizará sola cuando la instancia esté disponible de nuevo.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.",
|
||||||
|
"status" : "estado",
|
||||||
"Updated \"%s\" to %s" : "Se ha actualizado \"%s\" a %s",
|
"Updated \"%s\" to %s" : "Se ha actualizado \"%s\" a %s",
|
||||||
"%s (3rdparty)" : "%s (de terceros)",
|
"%s (3rdparty)" : "%s (de terceros)",
|
||||||
"There was an error loading your contacts" : "Ha habido un error al cargar tus contactos",
|
"There was an error loading your contacts" : "Ha habido un error al cargar tus contactos",
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
"Strong password" : "Contraseña muy buena",
|
"Strong password" : "Contraseña muy buena",
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.",
|
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.",
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
|
||||||
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema con la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compara tu configuración de Nginx con la configuración recomendad en n<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">nuestra documentación</a>.",
|
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendad de<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">nuestra documentación</a>.",
|
||||||
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.",
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.",
|
||||||
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para notas sobre la configuración de PHP y de tu servidor, especialmente al usar php-fpm.",
|
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación de instalación ↗</a> para notas sobre la configuración de PHP y de tu servidor, especialmente al usar php-fpm.",
|
||||||
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Se ha activado la configuración de solo lectura. Esto evita cambiar ciertas configuraciones vía la interfaz web. Además, el archivo debe hacerse escribible de manera manual para cada actualización.",
|
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Se ha activado la configuración de solo lectura. Esto evita cambiar ciertas configuraciones vía la interfaz web. Además, el archivo debe hacerse escribible de manera manual para cada actualización.",
|
||||||
|
@ -137,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índice perdido \"{indexName}\" en la tabla \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Índice perdido \"{indexName}\" en la tabla \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y aumentar la compatibilidad, se recomienda encarecidamente instalarlos.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Ya que cambiar los tipos de columna en tablas grandes puede llevar algún tiempo, no se han cambiado automáticamente. Se pueden ejecutar estos cambios pendientes ejecutando 'occ db:convert-filecache-bigint', Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulta <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la página de la documentación sobre esto</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto está particularmente indicado si se usa el cliente de escritorio para la sincronización.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto está particularmente indicado si se usa el cliente de escritorio para la sincronización.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type' o comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type' o comprueba la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación ↗</a>.",
|
||||||
|
@ -175,7 +177,7 @@
|
||||||
"Allow upload and editing" : "Permitir la subida y la edición",
|
"Allow upload and editing" : "Permitir la subida y la edición",
|
||||||
"Read only" : "Solo lectura",
|
"Read only" : "Solo lectura",
|
||||||
"File drop (upload only)" : "Entrega de archivos (solo subida)",
|
"File drop (upload only)" : "Entrega de archivos (solo subida)",
|
||||||
"Expiration date enforced" : "Fecha de expiración forzada",
|
"Expiration date enforced" : "Fecha de caducidad forzada",
|
||||||
"Set expiration date" : "Establecer fecha de caducidad",
|
"Set expiration date" : "Establecer fecha de caducidad",
|
||||||
"Expiration" : "Caduca el: ",
|
"Expiration" : "Caduca el: ",
|
||||||
"Expiration date" : "Fecha de caducidad",
|
"Expiration date" : "Fecha de caducidad",
|
||||||
|
@ -183,7 +185,7 @@
|
||||||
"Unshare" : "Dejar de compartir",
|
"Unshare" : "Dejar de compartir",
|
||||||
"Delete share link" : "Eliminar enlace compartido",
|
"Delete share link" : "Eliminar enlace compartido",
|
||||||
"Add another link" : "Añadir otro enlace",
|
"Add another link" : "Añadir otro enlace",
|
||||||
"Password protection for links is mandatory" : "La protección con contraseña es obligatoria",
|
"Password protection for links is mandatory" : "La protección por contraseña es obligatoria",
|
||||||
"Share link" : "Compartir enlace",
|
"Share link" : "Compartir enlace",
|
||||||
"New share link" : "Nuevo enlace compartido",
|
"New share link" : "Nuevo enlace compartido",
|
||||||
"Created on {time}" : "Creado: {time}",
|
"Created on {time}" : "Creado: {time}",
|
||||||
|
@ -365,6 +367,7 @@
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, y puede tardar un rato.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Está instancia %s está en modo mantenimiento, y puede tardar un rato.",
|
||||||
"This page will refresh itself when the instance is available again." : "Esta página se actualizará sola cuando la instancia esté disponible de nuevo.",
|
"This page will refresh itself when the instance is available again." : "Esta página se actualizará sola cuando la instancia esté disponible de nuevo.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.",
|
||||||
|
"status" : "estado",
|
||||||
"Updated \"%s\" to %s" : "Se ha actualizado \"%s\" a %s",
|
"Updated \"%s\" to %s" : "Se ha actualizado \"%s\" a %s",
|
||||||
"%s (3rdparty)" : "%s (de terceros)",
|
"%s (3rdparty)" : "%s (de terceros)",
|
||||||
"There was an error loading your contacts" : "Ha habido un error al cargar tus contactos",
|
"There was an error loading your contacts" : "Ha habido un error al cargar tus contactos",
|
||||||
|
|
|
@ -139,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Votre PHP ne prend pas en charge FreeType, provoquant la casse des images de profil et de l'interface des paramètres.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Votre PHP ne prend pas en charge FreeType, provoquant la casse des images de profil et de l'interface des paramètres.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Index \"{indexName}\" manquant dans la table \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Index \"{indexName}\" manquant dans la table \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquant. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquant. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Cette instance ne dispose pas de plusieurs modules PHP recommandés. Il est recommandé de les installer pour améliorer les performances, et la compatibilité.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Certaines colonnes de la base de données n'ont pas été converties en big int. Changer le type de colonne dans de grandes tables peu prendre beaucoup de temps, elles n'ont donc pas été converties automatiquement. En exécutant 'occ db:convert-filecache-bigint' ces changements en suspens peuvent être déclenchés manuellement. Cette opération doit être exécutée pendant que l'instance est hors ligne. Pour plus d'information, consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de la documentation</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>.",
|
||||||
|
|
|
@ -137,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Votre PHP ne prend pas en charge FreeType, provoquant la casse des images de profil et de l'interface des paramètres.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Votre PHP ne prend pas en charge FreeType, provoquant la casse des images de profil et de l'interface des paramètres.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Index \"{indexName}\" manquant dans la table \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Index \"{indexName}\" manquant dans la table \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquant. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquant. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Cette instance ne dispose pas de plusieurs modules PHP recommandés. Il est recommandé de les installer pour améliorer les performances, et la compatibilité.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Certaines colonnes de la base de données n'ont pas été converties en big int. Changer le type de colonne dans de grandes tables peu prendre beaucoup de temps, elles n'ont donc pas été converties automatiquement. En exécutant 'occ db:convert-filecache-bigint' ces changements en suspens peuvent être déclenchés manuellement. Cette opération doit être exécutée pendant que l'instance est hors ligne. Pour plus d'information, consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la page de la documentation</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "C'est particulièrement recommandé lorsque l'on utilise un client bureau pour la synchronisation des fichiers.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>.",
|
||||||
|
|
286
core/l10n/gl.js
286
core/l10n/gl.js
|
@ -1,286 +0,0 @@
|
||||||
OC.L10N.register(
|
|
||||||
"core",
|
|
||||||
{
|
|
||||||
"Please select a file." : "Seleccione un ficheiro.",
|
|
||||||
"File is too big" : "O ficheiro é grande de máis",
|
|
||||||
"The selected file is not an image." : "O ficheiro seleccionado non é unha imaxe.",
|
|
||||||
"The selected file cannot be read." : "O ficheiro seleccionado non pode ser lido.",
|
|
||||||
"Invalid file provided" : "O ficheiro fornecido non é válido",
|
|
||||||
"No image or file provided" : "Non forneceu ningunha imaxe ou ficheiro",
|
|
||||||
"Unknown filetype" : "Tipo de ficheiro descoñecido",
|
|
||||||
"Invalid image" : "Imaxe incorrecta",
|
|
||||||
"An error occurred. Please contact your admin." : "Produciuse un erro. Póñase en contacto cun administrador.",
|
|
||||||
"No temporary profile picture available, try again" : "Non hai unha imaxe temporal de perfil dispoñíbel, volva tentalo",
|
|
||||||
"No crop data provided" : "Non indicou como recortar",
|
|
||||||
"No valid crop data provided" : "Os datos cortados fornecidos non son válidos",
|
|
||||||
"Crop is not square" : "O corte non é cadrado",
|
|
||||||
"State token does not match" : "A marca de estado non coincide",
|
|
||||||
"Password reset is disabled" : "O restabelecemento de contrasinal está desactivado",
|
|
||||||
"Couldn't reset password because the token is invalid" : "Non foi posíbel restabelecer o contrasinal, a marca non é correcta",
|
|
||||||
"Couldn't reset password because the token is expired" : "Non foi posíbel restabelecer o contrasinal, a marca está caducada",
|
|
||||||
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento porque non hai un enderezo de correo-e para este nome de usuario. Póñase en contacto cun administrador.",
|
|
||||||
"%s password reset" : "Restabelecer o contrasinal %s",
|
|
||||||
"Password reset" : "Restabelecer o contrasinal",
|
|
||||||
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Prema no seguinte botón para restabelecer o seu contrasinal. Se vostede non solicitou o restabelecemento do contrasinal, entón ignore este correo.",
|
|
||||||
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Prema na seguinte ligazón para restabelecer o seu contrasinal. Se vostede non solicitou o restabelecemento do contrasinal, entón ignore este correo.",
|
|
||||||
"Reset your password" : "Restabelecer o seu contrasinal",
|
|
||||||
"Couldn't send reset email. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento. Póñase en contacto co administrador.",
|
|
||||||
"Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.",
|
|
||||||
"Preparing update" : "Preparando a actualización",
|
|
||||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
|
||||||
"Repair warning: " : "Aviso de arranxo:",
|
|
||||||
"Repair error: " : "Arranxar o erro:",
|
|
||||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.",
|
|
||||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando a táboa %s",
|
|
||||||
"Turned on maintenance mode" : "Modo de mantemento activado",
|
|
||||||
"Turned off maintenance mode" : "Modo de mantemento desactivado",
|
|
||||||
"Maintenance mode is kept active" : "Mantense activo o modo de mantemento",
|
|
||||||
"Updating database schema" : "Actualizando o esquema da base de datos",
|
|
||||||
"Updated database" : "Base de datos actualizada",
|
|
||||||
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
|
|
||||||
"Checked database schema update" : "Comprobada a actualización do esquema da base de datos",
|
|
||||||
"Checking updates of apps" : "Comprobando a actualización de aplicacións",
|
|
||||||
"Checking for update of app \"%s\" in appstore" : "Comprobando a actualización da aplicación «%s» na AppStore",
|
|
||||||
"Update app \"%s\" from appstore" : "Actualizada a aplicación «%s» desde a AppStore",
|
|
||||||
"Checked for update of app \"%s\" in appstore" : "Comprobada a actualización da aplicación «%s» na AppStore",
|
|
||||||
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos para %s (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
|
|
||||||
"Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións",
|
|
||||||
"Set log level to debug" : "Estabelecer o nivel do rexistro na depuración",
|
|
||||||
"Reset log level" : "Restabelecer o nivel do rexistro",
|
|
||||||
"Starting code integrity check" : "Comezando a comprobación da integridade do código",
|
|
||||||
"Finished code integrity check" : "Rematada a comprobación da integridade do código",
|
|
||||||
"%s (incompatible)" : "%s (incompatíbel)",
|
|
||||||
"Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
|
|
||||||
"Already up to date" : "Xa está actualizado",
|
|
||||||
"No contacts found" : "Non se atoparon contactos",
|
|
||||||
"Show all contacts …" : "Amosar todos os contactos …",
|
|
||||||
"Loading your contacts …" : "Cargando os seus contactos …",
|
|
||||||
"Looking for {term} …" : "Buscando {term} …",
|
|
||||||
"No action available" : "Non hai accións dispoñíbeis",
|
|
||||||
"Error fetching contact actions" : "Produciuse un erro ao obter as accións do contacto",
|
|
||||||
"Settings" : "Axustes",
|
|
||||||
"Connection to server lost" : "Perdida a conexión co servidor",
|
|
||||||
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Produciuse un problema a cargar a páxina, volverá cargar en %n segundo","Produciuse un problema ao cargar a páxina, volverá cargar en %n segundos"],
|
|
||||||
"Saving..." : "Gardando...",
|
|
||||||
"Dismiss" : "Desbotar",
|
|
||||||
"Authentication required" : "Requírese autenticación",
|
|
||||||
"This action requires you to confirm your password" : "Esta acción require que confirme o seu contrasinal",
|
|
||||||
"Confirm" : "Confirmar",
|
|
||||||
"Password" : "Contrasinal",
|
|
||||||
"Failed to authenticate, try again" : "Fallou a autenticación, ténteo de novo",
|
|
||||||
"seconds ago" : "segundos atrás",
|
|
||||||
"Logging in …" : "Acceder …",
|
|
||||||
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "A ligazón para restabelecer o seu contrasinal foi enviada ao seu correo. Se non a recibe nun prazo razoábel de tempo, vexa o seu cartafol de correo lixo.<br>Se non está ali pregúntelle ao administrador local.",
|
|
||||||
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Os seus ficheiros están cifrados. Non haberá maneira de recuperar os datos após o restabelecemento do contrasinal. <br />Se non está seguro de que facer, póñase en contacto co administrador antes de continuar. <br /> Confirma que quere continuar?",
|
|
||||||
"I know what I'm doing" : "Sei o que estou a facer",
|
|
||||||
"Password can not be changed. Please contact your administrator." : "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.",
|
|
||||||
"Reset password" : "Restabelecer o contrasinal",
|
|
||||||
"Sending email …" : "Enviando correo ...",
|
|
||||||
"No" : "Non",
|
|
||||||
"Yes" : "Si",
|
|
||||||
"No files in here" : "Aquí non hai ficheiros",
|
|
||||||
"Choose" : "Escoller",
|
|
||||||
"Copy" : "Copiar",
|
|
||||||
"Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}",
|
|
||||||
"OK" : "Aceptar",
|
|
||||||
"Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}",
|
|
||||||
"read-only" : "só lectura",
|
|
||||||
"_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de ficheiro","{count} conflitos de ficheiros"],
|
|
||||||
"One file conflict" : "Un conflito de ficheiro",
|
|
||||||
"New Files" : "Ficheiros novos",
|
|
||||||
"Already existing files" : "Ficheiros xa existentes",
|
|
||||||
"Which files do you want to keep?" : "Que ficheiros quere conservar?",
|
|
||||||
"If you select both versions, the copied file will have a number added to its name." : "Se selecciona ambas versións, o ficheiro copiado terá un número engadido ao nome.",
|
|
||||||
"Cancel" : "Cancelar",
|
|
||||||
"Continue" : "Continuar",
|
|
||||||
"(all selected)" : "(todo o seleccionado)",
|
|
||||||
"({count} selected)" : "({count} seleccionados)",
|
|
||||||
"Error loading file exists template" : "Produciuse un erro ao cargar o modelo de ficheiro existente",
|
|
||||||
"Pending" : "Pendentes",
|
|
||||||
"New in" : "Novo en",
|
|
||||||
"Very weak password" : "Contrasinal moi feble",
|
|
||||||
"Weak password" : "Contrasinal feble",
|
|
||||||
"So-so password" : "Contrasinal non moi aló",
|
|
||||||
"Good password" : "Bo contrasinal",
|
|
||||||
"Strong password" : "Contrasinal forte",
|
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "O servidor aínda non está configurado correctamente para permitir a sincronización de ficheiros, semella que a interface WebDAV non está a funcionar.",
|
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor aínda non está configurado correctamente para resolver «{url}». Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.",
|
|
||||||
"Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor",
|
|
||||||
"Shared" : "Compartido",
|
|
||||||
"Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública",
|
|
||||||
"Copied!" : "Copiado!",
|
|
||||||
"Not supported!" : "Non admitido!",
|
|
||||||
"Press ⌘-C to copy." : "Prema ⌘-C para copiar.",
|
|
||||||
"Press Ctrl-C to copy." : "Prema Ctrl-C para copiar.",
|
|
||||||
"Resharing is not allowed" : "Non se permite volver compartir",
|
|
||||||
"Share to {name}" : "Compartir con {name}",
|
|
||||||
"Link" : "Ligazón",
|
|
||||||
"Password protect" : "Protexido con contrasinal",
|
|
||||||
"Allow editing" : "Permitir a edición",
|
|
||||||
"Email link to person" : "Enviar ligazón por correo",
|
|
||||||
"Send" : "Enviar",
|
|
||||||
"Allow upload and editing" : "Permitir o envío e a edición",
|
|
||||||
"Read only" : "Só lectura",
|
|
||||||
"File drop (upload only)" : "Entrega de ficheiros (só envío)",
|
|
||||||
"Set expiration date" : "Definir a data de caducidade",
|
|
||||||
"Expiration" : "Caducidade",
|
|
||||||
"Expiration date" : "Data de caducidade",
|
|
||||||
"Unshare" : "Deixar de compartir",
|
|
||||||
"Share link" : "Compartir ligazón",
|
|
||||||
"Could not unshare" : "Non foi posíbel deixar de compartir",
|
|
||||||
"Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}",
|
|
||||||
"Shared with you by {owner}" : "Compartido con vostede por {owner}",
|
|
||||||
"Choose a password for the mail share" : "Escolla un contrasinal para compartir por correo",
|
|
||||||
"group" : "grupo",
|
|
||||||
"remote" : "remoto",
|
|
||||||
"email" : "Correo",
|
|
||||||
"shared by {sharer}" : "compartido por {sharer}",
|
|
||||||
"Can reshare" : "Pode volver compartir",
|
|
||||||
"Can edit" : "Pode editar",
|
|
||||||
"Can create" : "Pode crear",
|
|
||||||
"Can change" : "Pode cambiar",
|
|
||||||
"Can delete" : "Pode eliminar",
|
|
||||||
"Access control" : "Control de acceso",
|
|
||||||
"Error while sharing" : "Produciuse un erro ao compartir",
|
|
||||||
"Share details could not be loaded for this item." : "Non foi posíbel cargar os detalles de compartición para este elemento.",
|
|
||||||
"_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Necesítase cando menos {count} carácter para o autocompletado","Necesítanse cando menos {count} caracteres para o autocompletado"],
|
|
||||||
"This list is maybe truncated - please refine your search term to see more results." : "É probábel que esta lista estea truncada, afine o termo de busca para ver máis resultados.",
|
|
||||||
"No users or groups found for {search}" : "Non se atoparon usuarios ou grupos para {search}",
|
|
||||||
"No users found for {search}" : "Non se atoparon usuarios para {search}",
|
|
||||||
"An error occurred. Please try again" : "Produciuse un erro. Ténteo de novo",
|
|
||||||
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
|
|
||||||
"Share" : "Compartir",
|
|
||||||
"Name or email address..." : "Nome ou enderezo de correo...",
|
|
||||||
"Name or federated cloud ID..." : "Nome ou ID da nube federada...",
|
|
||||||
"Name, federated cloud ID or email address..." : "Nome, ID da nube federada ou enderezo de correo...",
|
|
||||||
"Name..." : "Nome...",
|
|
||||||
"Error" : "Erro",
|
|
||||||
"Error removing share" : "Produciuse un erro ao retirar os compartidos",
|
|
||||||
"Non-existing tag #{tag}" : "A etiqueta #{tag} non existe",
|
|
||||||
"restricted" : "restrinxido",
|
|
||||||
"invisible" : "invisíbel",
|
|
||||||
"({scope})" : "({scope})",
|
|
||||||
"Delete" : "Eliminar",
|
|
||||||
"Rename" : "Renomear",
|
|
||||||
"Collaborative tags" : "Etiquetas colaborativas",
|
|
||||||
"No tags found" : "Non se atoparon etiquetas",
|
|
||||||
"unknown text" : "texto descoñecido",
|
|
||||||
"Hello world!" : "Ola xente!",
|
|
||||||
"sunny" : "soleado",
|
|
||||||
"Hello {name}, the weather is {weather}" : "Ola {name}, o tempo é {weather}",
|
|
||||||
"Hello {name}" : "Ola {name}",
|
|
||||||
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Estes son os resultados da súa busca<script>alert(1)</script></strong>",
|
|
||||||
"new" : "novo",
|
|
||||||
"_download %n file_::_download %n files_" : ["descargar %n ficheiro","descargar %n ficheiros"],
|
|
||||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "A actualización está en curso, saír desta páxina podería interromper o proceso nalgúns entornos.",
|
|
||||||
"Update to {version}" : "Actualizar a {version}",
|
|
||||||
"An error occurred." : "Produciuse un erro",
|
|
||||||
"Please reload the page." : "Volva cargar a páxina.",
|
|
||||||
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Fallou a actualización. Obteña máis información <a href=\"{url}\">consultando o noso artigo no foro</a> para arranxar 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>." : "Fallou a actualización. Informe deste problema na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud</a>.",
|
|
||||||
"Continue to Nextcloud" : "Continuar para Nextcloud",
|
|
||||||
"_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualización foi satisfactoria. Redireccionandoo cara Nextcloud en %n segundo.","A actualización foi satisfactoria. Redireccionandoo cara Nextcloud en %n segundos."],
|
|
||||||
"Searching other places" : "Buscando noutros lugares",
|
|
||||||
"No search results in other folders for {tag}{filter}{endtag}" : "Non foi posíbel atopar resultados de busca noutros cartafoles para {tag}{filter}{endtag}",
|
|
||||||
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de busca noutro cartafol","{count} resultados de busca noutros cartafoles"],
|
|
||||||
"Personal" : "Persoal",
|
|
||||||
"Users" : "Usuarios",
|
|
||||||
"Apps" : "Aplicacións",
|
|
||||||
"Admin" : "Administración",
|
|
||||||
"Help" : "Axuda",
|
|
||||||
"Access forbidden" : "Acceso denegado",
|
|
||||||
"File not found" : "Ficheiro non atopado",
|
|
||||||
"Internal Server Error" : "Produciuse un erro interno do servidor",
|
|
||||||
"More details can be found in the server log." : "Atopará máis detalles no rexistro do servidor.",
|
|
||||||
"Technical details" : "Detalles técnicos",
|
|
||||||
"Remote Address: %s" : "Enderezo remoto: %s",
|
|
||||||
"Request ID: %s" : "ID da solicitude: %s",
|
|
||||||
"Type: %s" : "Tipo: %s",
|
|
||||||
"Code: %s" : "Código: %s",
|
|
||||||
"Message: %s" : "Mensaxe: %s",
|
|
||||||
"File: %s" : "Ficheiro: %s",
|
|
||||||
"Line: %s" : "Liña: %s",
|
|
||||||
"Trace" : "Traza",
|
|
||||||
"Security warning" : "Aviso de seguridade",
|
|
||||||
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O seu directorio de datos e os ficheiros probabelmente sexan accesíbeis desde a Internet xa que o ficheiro .htaccess non está a traballar.",
|
|
||||||
"Create an <strong>admin account</strong>" : "Crear unha <strong>contra de administrador</strong>",
|
|
||||||
"Username" : "Nome de usuario",
|
|
||||||
"Storage & database" : "Almacenamento e base de datos",
|
|
||||||
"Data folder" : "Cartafol de datos",
|
|
||||||
"Configure the database" : "Configurar a base de datos",
|
|
||||||
"Only %s is available." : "Só está dispoñíbel %s.",
|
|
||||||
"Install and activate additional PHP modules to choose other database types." : "Instale e active os módulos de PHP adicionais para seleccionar outros tipos de bases de datos.",
|
|
||||||
"For more details check out the documentation." : "Para obter máis detalles revise a documentación.",
|
|
||||||
"Database user" : "Usuario da base de datos",
|
|
||||||
"Database password" : "Contrasinal da base de datos",
|
|
||||||
"Database name" : "Nome da base de datos",
|
|
||||||
"Database tablespace" : "Táboa de espazos da base de datos",
|
|
||||||
"Database host" : "Servidor da base de datos",
|
|
||||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Especifique o numero do porto xunto co nome do anfitrión (p. ex. localhost:5432)",
|
|
||||||
"Performance warning" : "Aviso de rendemento",
|
|
||||||
"SQLite will be used as database." : "Utilizarase SQLite como base de datos",
|
|
||||||
"For larger installations we recommend to choose a different database backend." : "Para instalacións grandes, recomendámoslle que empregue unha infraestrutura de base de datos diferente.",
|
|
||||||
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Concretamente, se emprega o cliente de escritorio para sincronización, desaconséllase o uso de SQLite.",
|
|
||||||
"Finish setup" : "Rematar a configuración",
|
|
||||||
"Finishing …" : "Rematando ...",
|
|
||||||
"Need help?" : "Precisa axuda?",
|
|
||||||
"See the documentation" : "Vexa a documentación",
|
|
||||||
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación require JavaScript para un correcto funcionamento. {linkstart}Active JavaScript{linkend} e volva cargar a páxina.",
|
|
||||||
"More apps" : "Máis aplicacións",
|
|
||||||
"Search" : "Buscar",
|
|
||||||
"Confirm your password" : "Confirme o seu contrasinal",
|
|
||||||
"Server side authentication failed!" : "A autenticación fracasou do lado do servidor!",
|
|
||||||
"Please contact your administrator." : "Contacte co administrador.",
|
|
||||||
"An internal error occurred." : "Produciuse un erro interno",
|
|
||||||
"Please try again or contact your administrator." : "Ténteo de novo ou póñase en contacto co administrador.",
|
|
||||||
"Username or email" : "Nome de usuario ou correo",
|
|
||||||
"Log in" : "Acceder",
|
|
||||||
"Wrong password." : "Contrasinal incorrecto.",
|
|
||||||
"App token" : "Marca da aplicación",
|
|
||||||
"New password" : "Novo contrasinal",
|
|
||||||
"New Password" : "Novo contrasinal",
|
|
||||||
"Two-factor authentication" : "Autenticación de dous factores",
|
|
||||||
"Use backup code" : "Usar código de salvagarda",
|
|
||||||
"Cancel log in" : "Cancelar o inicio de sesión",
|
|
||||||
"Error while validating your second factor" : "Produciuse un erro ao validar o seu segundo factor",
|
|
||||||
"App update required" : "É necesario actualizar a aplicación",
|
|
||||||
"These apps will be updated:" : "Actualizaranse estas aplicacións:",
|
|
||||||
"These incompatible apps will be disabled:" : "Desactivaranse estas aplicacións incompatíbeis:",
|
|
||||||
"The theme %s has been disabled." : "O tema %s foi desactivado.",
|
|
||||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asegúrese de ter feito unha copia de seguranza da base de datos, do cartafol de configuración e do cartafol de datos, antes de proceder.",
|
|
||||||
"Start update" : "Iniciar a actualización",
|
|
||||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera nas instalacións grandes, no seu lugar pode executar a seguinte orde desde o directorio de instalación:",
|
|
||||||
"Detailed logs" : "Rexistros detallados",
|
|
||||||
"Update needed" : "Necesitase actualizar",
|
|
||||||
"Please use the command line updater because you have a big instance with more than 50 users." : "Vostede ten unha instancia moi grande con máis de 50 usuarios, faga a actualización empregando a liña de ordes.",
|
|
||||||
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Sei que se continúo facendo a actualización a través da interface web, corro o risco de que a solicitude non se execute no tempo de espera e provoque a perda de información pero teño unha copia de seguridade dos datos e sei como restaurala.",
|
|
||||||
"Upgrade via web on my own risk" : "Actualizar a través da web, correndo o risco baixo a miña responsabilidade",
|
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia de %s atopase en modo de mantemento, isto pode levar un anaco.",
|
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.",
|
|
||||||
"Updated \"%s\" to %s" : "Actualizado «%s» a %s",
|
|
||||||
"%s (3rdparty)" : "%s (terceiro)",
|
|
||||||
"There was an error loading your contacts" : "Produciuse un erro ao cargar os seus contactos",
|
|
||||||
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Produciuse algún problema durante a comprobación da integridade do código. Más información…</a>",
|
|
||||||
"Error setting expiration date" : "Produciuse un erro ao definir a data de caducidade",
|
|
||||||
"The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación",
|
|
||||||
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} compartido mediante unha ligazón",
|
|
||||||
"{sharee} (group)" : "{sharee} (group)",
|
|
||||||
"{sharee} (remote)" : "{sharee} (remote)",
|
|
||||||
"{sharee} (email)" : "{sharee} (email)",
|
|
||||||
"Share with other people by entering a user or group, a federated cloud ID or an email address." : "Compartir con outras persoas inserindo un usuario, grupo, ID de nube federada ou un enderezo de correo.",
|
|
||||||
"Share with other people by entering a user or group or a federated cloud ID." : "Compartir con outras persoas inserindo un usuario, grupo, ID de nube federada.",
|
|
||||||
"Share with other people by entering a user or group or an email address." : "Compartir con outras persoas inserindo un usuario, grupo ou un enderezo de correo.",
|
|
||||||
"The specified document has not been found on the server." : "Non se atopou no servidor o documento indicado.",
|
|
||||||
"You can click here to return to %s." : "Pode premer aquí para volver a %s.",
|
|
||||||
"Stay logged in" : "Permanecer autenticado",
|
|
||||||
"Alternative Logins" : "Accesos alternativos",
|
|
||||||
"Alternative login using app token" : "Acceso alternativo usando a marca da aplicación",
|
|
||||||
"Redirecting …" : "Redirixindo …",
|
|
||||||
"Enhanced security is enabled for your account. Please authenticate using a second factor." : "Foi activada a seguridade mellorada para a súa conta. Autentíquese utilizando un segundo factor.",
|
|
||||||
"Add \"%s\" as trusted domain" : "Engadir «%s» como dominio de confianza",
|
|
||||||
"%s will be updated to version %s" : "%s actualizarase á versión %s",
|
|
||||||
"This page will refresh itself when the %s instance is available again." : "Esta páxina actualizarase automaticamente cando a instancia de %s estea dispoñíbel de novo.",
|
|
||||||
"Thank you for your patience." : "Grazas pola súa paciencia.",
|
|
||||||
"Copy URL" : "Copiar URL"
|
|
||||||
},
|
|
||||||
"nplurals=2; plural=(n != 1);");
|
|
|
@ -1,284 +0,0 @@
|
||||||
{ "translations": {
|
|
||||||
"Please select a file." : "Seleccione un ficheiro.",
|
|
||||||
"File is too big" : "O ficheiro é grande de máis",
|
|
||||||
"The selected file is not an image." : "O ficheiro seleccionado non é unha imaxe.",
|
|
||||||
"The selected file cannot be read." : "O ficheiro seleccionado non pode ser lido.",
|
|
||||||
"Invalid file provided" : "O ficheiro fornecido non é válido",
|
|
||||||
"No image or file provided" : "Non forneceu ningunha imaxe ou ficheiro",
|
|
||||||
"Unknown filetype" : "Tipo de ficheiro descoñecido",
|
|
||||||
"Invalid image" : "Imaxe incorrecta",
|
|
||||||
"An error occurred. Please contact your admin." : "Produciuse un erro. Póñase en contacto cun administrador.",
|
|
||||||
"No temporary profile picture available, try again" : "Non hai unha imaxe temporal de perfil dispoñíbel, volva tentalo",
|
|
||||||
"No crop data provided" : "Non indicou como recortar",
|
|
||||||
"No valid crop data provided" : "Os datos cortados fornecidos non son válidos",
|
|
||||||
"Crop is not square" : "O corte non é cadrado",
|
|
||||||
"State token does not match" : "A marca de estado non coincide",
|
|
||||||
"Password reset is disabled" : "O restabelecemento de contrasinal está desactivado",
|
|
||||||
"Couldn't reset password because the token is invalid" : "Non foi posíbel restabelecer o contrasinal, a marca non é correcta",
|
|
||||||
"Couldn't reset password because the token is expired" : "Non foi posíbel restabelecer o contrasinal, a marca está caducada",
|
|
||||||
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento porque non hai un enderezo de correo-e para este nome de usuario. Póñase en contacto cun administrador.",
|
|
||||||
"%s password reset" : "Restabelecer o contrasinal %s",
|
|
||||||
"Password reset" : "Restabelecer o contrasinal",
|
|
||||||
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Prema no seguinte botón para restabelecer o seu contrasinal. Se vostede non solicitou o restabelecemento do contrasinal, entón ignore este correo.",
|
|
||||||
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Prema na seguinte ligazón para restabelecer o seu contrasinal. Se vostede non solicitou o restabelecemento do contrasinal, entón ignore este correo.",
|
|
||||||
"Reset your password" : "Restabelecer o seu contrasinal",
|
|
||||||
"Couldn't send reset email. Please contact your administrator." : "Non foi posíbel enviar o correo do restabelecemento. Póñase en contacto co administrador.",
|
|
||||||
"Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.",
|
|
||||||
"Preparing update" : "Preparando a actualización",
|
|
||||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
|
||||||
"Repair warning: " : "Aviso de arranxo:",
|
|
||||||
"Repair error: " : "Arranxar o erro:",
|
|
||||||
"Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.",
|
|
||||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando a táboa %s",
|
|
||||||
"Turned on maintenance mode" : "Modo de mantemento activado",
|
|
||||||
"Turned off maintenance mode" : "Modo de mantemento desactivado",
|
|
||||||
"Maintenance mode is kept active" : "Mantense activo o modo de mantemento",
|
|
||||||
"Updating database schema" : "Actualizando o esquema da base de datos",
|
|
||||||
"Updated database" : "Base de datos actualizada",
|
|
||||||
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
|
|
||||||
"Checked database schema update" : "Comprobada a actualización do esquema da base de datos",
|
|
||||||
"Checking updates of apps" : "Comprobando a actualización de aplicacións",
|
|
||||||
"Checking for update of app \"%s\" in appstore" : "Comprobando a actualización da aplicación «%s» na AppStore",
|
|
||||||
"Update app \"%s\" from appstore" : "Actualizada a aplicación «%s» desde a AppStore",
|
|
||||||
"Checked for update of app \"%s\" in appstore" : "Comprobada a actualización da aplicación «%s» na AppStore",
|
|
||||||
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Comprobar se é posíbel actualizar o esquema da base de datos para %s (isto pode levar bastante tempo, dependendo do tamaño da base de datos)",
|
|
||||||
"Checked database schema update for apps" : "Comprobada a actualización do esquema da base de datos para aplicacións",
|
|
||||||
"Set log level to debug" : "Estabelecer o nivel do rexistro na depuración",
|
|
||||||
"Reset log level" : "Restabelecer o nivel do rexistro",
|
|
||||||
"Starting code integrity check" : "Comezando a comprobación da integridade do código",
|
|
||||||
"Finished code integrity check" : "Rematada a comprobación da integridade do código",
|
|
||||||
"%s (incompatible)" : "%s (incompatíbel)",
|
|
||||||
"Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
|
|
||||||
"Already up to date" : "Xa está actualizado",
|
|
||||||
"No contacts found" : "Non se atoparon contactos",
|
|
||||||
"Show all contacts …" : "Amosar todos os contactos …",
|
|
||||||
"Loading your contacts …" : "Cargando os seus contactos …",
|
|
||||||
"Looking for {term} …" : "Buscando {term} …",
|
|
||||||
"No action available" : "Non hai accións dispoñíbeis",
|
|
||||||
"Error fetching contact actions" : "Produciuse un erro ao obter as accións do contacto",
|
|
||||||
"Settings" : "Axustes",
|
|
||||||
"Connection to server lost" : "Perdida a conexión co servidor",
|
|
||||||
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Produciuse un problema a cargar a páxina, volverá cargar en %n segundo","Produciuse un problema ao cargar a páxina, volverá cargar en %n segundos"],
|
|
||||||
"Saving..." : "Gardando...",
|
|
||||||
"Dismiss" : "Desbotar",
|
|
||||||
"Authentication required" : "Requírese autenticación",
|
|
||||||
"This action requires you to confirm your password" : "Esta acción require que confirme o seu contrasinal",
|
|
||||||
"Confirm" : "Confirmar",
|
|
||||||
"Password" : "Contrasinal",
|
|
||||||
"Failed to authenticate, try again" : "Fallou a autenticación, ténteo de novo",
|
|
||||||
"seconds ago" : "segundos atrás",
|
|
||||||
"Logging in …" : "Acceder …",
|
|
||||||
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "A ligazón para restabelecer o seu contrasinal foi enviada ao seu correo. Se non a recibe nun prazo razoábel de tempo, vexa o seu cartafol de correo lixo.<br>Se non está ali pregúntelle ao administrador local.",
|
|
||||||
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Os seus ficheiros están cifrados. Non haberá maneira de recuperar os datos após o restabelecemento do contrasinal. <br />Se non está seguro de que facer, póñase en contacto co administrador antes de continuar. <br /> Confirma que quere continuar?",
|
|
||||||
"I know what I'm doing" : "Sei o que estou a facer",
|
|
||||||
"Password can not be changed. Please contact your administrator." : "Non é posíbel cambiar o contrasinal. Póñase en contacto co administrador.",
|
|
||||||
"Reset password" : "Restabelecer o contrasinal",
|
|
||||||
"Sending email …" : "Enviando correo ...",
|
|
||||||
"No" : "Non",
|
|
||||||
"Yes" : "Si",
|
|
||||||
"No files in here" : "Aquí non hai ficheiros",
|
|
||||||
"Choose" : "Escoller",
|
|
||||||
"Copy" : "Copiar",
|
|
||||||
"Error loading file picker template: {error}" : "Produciuse un erro ao cargar o modelo do selector: {error}",
|
|
||||||
"OK" : "Aceptar",
|
|
||||||
"Error loading message template: {error}" : "Produciuse un erro ao cargar o modelo da mensaxe: {error}",
|
|
||||||
"read-only" : "só lectura",
|
|
||||||
"_{count} file conflict_::_{count} file conflicts_" : ["{count} conflito de ficheiro","{count} conflitos de ficheiros"],
|
|
||||||
"One file conflict" : "Un conflito de ficheiro",
|
|
||||||
"New Files" : "Ficheiros novos",
|
|
||||||
"Already existing files" : "Ficheiros xa existentes",
|
|
||||||
"Which files do you want to keep?" : "Que ficheiros quere conservar?",
|
|
||||||
"If you select both versions, the copied file will have a number added to its name." : "Se selecciona ambas versións, o ficheiro copiado terá un número engadido ao nome.",
|
|
||||||
"Cancel" : "Cancelar",
|
|
||||||
"Continue" : "Continuar",
|
|
||||||
"(all selected)" : "(todo o seleccionado)",
|
|
||||||
"({count} selected)" : "({count} seleccionados)",
|
|
||||||
"Error loading file exists template" : "Produciuse un erro ao cargar o modelo de ficheiro existente",
|
|
||||||
"Pending" : "Pendentes",
|
|
||||||
"New in" : "Novo en",
|
|
||||||
"Very weak password" : "Contrasinal moi feble",
|
|
||||||
"Weak password" : "Contrasinal feble",
|
|
||||||
"So-so password" : "Contrasinal non moi aló",
|
|
||||||
"Good password" : "Bo contrasinal",
|
|
||||||
"Strong password" : "Contrasinal forte",
|
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "O servidor aínda non está configurado correctamente para permitir a sincronización de ficheiros, semella que a interface WebDAV non está a funcionar.",
|
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "O servidor aínda non está configurado correctamente para resolver «{url}». Pode atopar máis información na nosa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentación</a>.",
|
|
||||||
"Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor",
|
|
||||||
"Shared" : "Compartido",
|
|
||||||
"Choose a password for the public link" : "Escolla un contrasinal para a ligazón pública",
|
|
||||||
"Copied!" : "Copiado!",
|
|
||||||
"Not supported!" : "Non admitido!",
|
|
||||||
"Press ⌘-C to copy." : "Prema ⌘-C para copiar.",
|
|
||||||
"Press Ctrl-C to copy." : "Prema Ctrl-C para copiar.",
|
|
||||||
"Resharing is not allowed" : "Non se permite volver compartir",
|
|
||||||
"Share to {name}" : "Compartir con {name}",
|
|
||||||
"Link" : "Ligazón",
|
|
||||||
"Password protect" : "Protexido con contrasinal",
|
|
||||||
"Allow editing" : "Permitir a edición",
|
|
||||||
"Email link to person" : "Enviar ligazón por correo",
|
|
||||||
"Send" : "Enviar",
|
|
||||||
"Allow upload and editing" : "Permitir o envío e a edición",
|
|
||||||
"Read only" : "Só lectura",
|
|
||||||
"File drop (upload only)" : "Entrega de ficheiros (só envío)",
|
|
||||||
"Set expiration date" : "Definir a data de caducidade",
|
|
||||||
"Expiration" : "Caducidade",
|
|
||||||
"Expiration date" : "Data de caducidade",
|
|
||||||
"Unshare" : "Deixar de compartir",
|
|
||||||
"Share link" : "Compartir ligazón",
|
|
||||||
"Could not unshare" : "Non foi posíbel deixar de compartir",
|
|
||||||
"Shared with you and the group {group} by {owner}" : "Compartido con vostede e co grupo {group} por {owner}",
|
|
||||||
"Shared with you by {owner}" : "Compartido con vostede por {owner}",
|
|
||||||
"Choose a password for the mail share" : "Escolla un contrasinal para compartir por correo",
|
|
||||||
"group" : "grupo",
|
|
||||||
"remote" : "remoto",
|
|
||||||
"email" : "Correo",
|
|
||||||
"shared by {sharer}" : "compartido por {sharer}",
|
|
||||||
"Can reshare" : "Pode volver compartir",
|
|
||||||
"Can edit" : "Pode editar",
|
|
||||||
"Can create" : "Pode crear",
|
|
||||||
"Can change" : "Pode cambiar",
|
|
||||||
"Can delete" : "Pode eliminar",
|
|
||||||
"Access control" : "Control de acceso",
|
|
||||||
"Error while sharing" : "Produciuse un erro ao compartir",
|
|
||||||
"Share details could not be loaded for this item." : "Non foi posíbel cargar os detalles de compartición para este elemento.",
|
|
||||||
"_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Necesítase cando menos {count} carácter para o autocompletado","Necesítanse cando menos {count} caracteres para o autocompletado"],
|
|
||||||
"This list is maybe truncated - please refine your search term to see more results." : "É probábel que esta lista estea truncada, afine o termo de busca para ver máis resultados.",
|
|
||||||
"No users or groups found for {search}" : "Non se atoparon usuarios ou grupos para {search}",
|
|
||||||
"No users found for {search}" : "Non se atoparon usuarios para {search}",
|
|
||||||
"An error occurred. Please try again" : "Produciuse un erro. Ténteo de novo",
|
|
||||||
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
|
|
||||||
"Share" : "Compartir",
|
|
||||||
"Name or email address..." : "Nome ou enderezo de correo...",
|
|
||||||
"Name or federated cloud ID..." : "Nome ou ID da nube federada...",
|
|
||||||
"Name, federated cloud ID or email address..." : "Nome, ID da nube federada ou enderezo de correo...",
|
|
||||||
"Name..." : "Nome...",
|
|
||||||
"Error" : "Erro",
|
|
||||||
"Error removing share" : "Produciuse un erro ao retirar os compartidos",
|
|
||||||
"Non-existing tag #{tag}" : "A etiqueta #{tag} non existe",
|
|
||||||
"restricted" : "restrinxido",
|
|
||||||
"invisible" : "invisíbel",
|
|
||||||
"({scope})" : "({scope})",
|
|
||||||
"Delete" : "Eliminar",
|
|
||||||
"Rename" : "Renomear",
|
|
||||||
"Collaborative tags" : "Etiquetas colaborativas",
|
|
||||||
"No tags found" : "Non se atoparon etiquetas",
|
|
||||||
"unknown text" : "texto descoñecido",
|
|
||||||
"Hello world!" : "Ola xente!",
|
|
||||||
"sunny" : "soleado",
|
|
||||||
"Hello {name}, the weather is {weather}" : "Ola {name}, o tempo é {weather}",
|
|
||||||
"Hello {name}" : "Ola {name}",
|
|
||||||
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Estes son os resultados da súa busca<script>alert(1)</script></strong>",
|
|
||||||
"new" : "novo",
|
|
||||||
"_download %n file_::_download %n files_" : ["descargar %n ficheiro","descargar %n ficheiros"],
|
|
||||||
"The update is in progress, leaving this page might interrupt the process in some environments." : "A actualización está en curso, saír desta páxina podería interromper o proceso nalgúns entornos.",
|
|
||||||
"Update to {version}" : "Actualizar a {version}",
|
|
||||||
"An error occurred." : "Produciuse un erro",
|
|
||||||
"Please reload the page." : "Volva cargar a páxina.",
|
|
||||||
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Fallou a actualización. Obteña máis información <a href=\"{url}\">consultando o noso artigo no foro</a> para arranxar 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>." : "Fallou a actualización. Informe deste problema na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud</a>.",
|
|
||||||
"Continue to Nextcloud" : "Continuar para Nextcloud",
|
|
||||||
"_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["A actualización foi satisfactoria. Redireccionandoo cara Nextcloud en %n segundo.","A actualización foi satisfactoria. Redireccionandoo cara Nextcloud en %n segundos."],
|
|
||||||
"Searching other places" : "Buscando noutros lugares",
|
|
||||||
"No search results in other folders for {tag}{filter}{endtag}" : "Non foi posíbel atopar resultados de busca noutros cartafoles para {tag}{filter}{endtag}",
|
|
||||||
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de busca noutro cartafol","{count} resultados de busca noutros cartafoles"],
|
|
||||||
"Personal" : "Persoal",
|
|
||||||
"Users" : "Usuarios",
|
|
||||||
"Apps" : "Aplicacións",
|
|
||||||
"Admin" : "Administración",
|
|
||||||
"Help" : "Axuda",
|
|
||||||
"Access forbidden" : "Acceso denegado",
|
|
||||||
"File not found" : "Ficheiro non atopado",
|
|
||||||
"Internal Server Error" : "Produciuse un erro interno do servidor",
|
|
||||||
"More details can be found in the server log." : "Atopará máis detalles no rexistro do servidor.",
|
|
||||||
"Technical details" : "Detalles técnicos",
|
|
||||||
"Remote Address: %s" : "Enderezo remoto: %s",
|
|
||||||
"Request ID: %s" : "ID da solicitude: %s",
|
|
||||||
"Type: %s" : "Tipo: %s",
|
|
||||||
"Code: %s" : "Código: %s",
|
|
||||||
"Message: %s" : "Mensaxe: %s",
|
|
||||||
"File: %s" : "Ficheiro: %s",
|
|
||||||
"Line: %s" : "Liña: %s",
|
|
||||||
"Trace" : "Traza",
|
|
||||||
"Security warning" : "Aviso de seguridade",
|
|
||||||
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "O seu directorio de datos e os ficheiros probabelmente sexan accesíbeis desde a Internet xa que o ficheiro .htaccess non está a traballar.",
|
|
||||||
"Create an <strong>admin account</strong>" : "Crear unha <strong>contra de administrador</strong>",
|
|
||||||
"Username" : "Nome de usuario",
|
|
||||||
"Storage & database" : "Almacenamento e base de datos",
|
|
||||||
"Data folder" : "Cartafol de datos",
|
|
||||||
"Configure the database" : "Configurar a base de datos",
|
|
||||||
"Only %s is available." : "Só está dispoñíbel %s.",
|
|
||||||
"Install and activate additional PHP modules to choose other database types." : "Instale e active os módulos de PHP adicionais para seleccionar outros tipos de bases de datos.",
|
|
||||||
"For more details check out the documentation." : "Para obter máis detalles revise a documentación.",
|
|
||||||
"Database user" : "Usuario da base de datos",
|
|
||||||
"Database password" : "Contrasinal da base de datos",
|
|
||||||
"Database name" : "Nome da base de datos",
|
|
||||||
"Database tablespace" : "Táboa de espazos da base de datos",
|
|
||||||
"Database host" : "Servidor da base de datos",
|
|
||||||
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Especifique o numero do porto xunto co nome do anfitrión (p. ex. localhost:5432)",
|
|
||||||
"Performance warning" : "Aviso de rendemento",
|
|
||||||
"SQLite will be used as database." : "Utilizarase SQLite como base de datos",
|
|
||||||
"For larger installations we recommend to choose a different database backend." : "Para instalacións grandes, recomendámoslle que empregue unha infraestrutura de base de datos diferente.",
|
|
||||||
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Concretamente, se emprega o cliente de escritorio para sincronización, desaconséllase o uso de SQLite.",
|
|
||||||
"Finish setup" : "Rematar a configuración",
|
|
||||||
"Finishing …" : "Rematando ...",
|
|
||||||
"Need help?" : "Precisa axuda?",
|
|
||||||
"See the documentation" : "Vexa a documentación",
|
|
||||||
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Esta aplicación require JavaScript para un correcto funcionamento. {linkstart}Active JavaScript{linkend} e volva cargar a páxina.",
|
|
||||||
"More apps" : "Máis aplicacións",
|
|
||||||
"Search" : "Buscar",
|
|
||||||
"Confirm your password" : "Confirme o seu contrasinal",
|
|
||||||
"Server side authentication failed!" : "A autenticación fracasou do lado do servidor!",
|
|
||||||
"Please contact your administrator." : "Contacte co administrador.",
|
|
||||||
"An internal error occurred." : "Produciuse un erro interno",
|
|
||||||
"Please try again or contact your administrator." : "Ténteo de novo ou póñase en contacto co administrador.",
|
|
||||||
"Username or email" : "Nome de usuario ou correo",
|
|
||||||
"Log in" : "Acceder",
|
|
||||||
"Wrong password." : "Contrasinal incorrecto.",
|
|
||||||
"App token" : "Marca da aplicación",
|
|
||||||
"New password" : "Novo contrasinal",
|
|
||||||
"New Password" : "Novo contrasinal",
|
|
||||||
"Two-factor authentication" : "Autenticación de dous factores",
|
|
||||||
"Use backup code" : "Usar código de salvagarda",
|
|
||||||
"Cancel log in" : "Cancelar o inicio de sesión",
|
|
||||||
"Error while validating your second factor" : "Produciuse un erro ao validar o seu segundo factor",
|
|
||||||
"App update required" : "É necesario actualizar a aplicación",
|
|
||||||
"These apps will be updated:" : "Actualizaranse estas aplicacións:",
|
|
||||||
"These incompatible apps will be disabled:" : "Desactivaranse estas aplicacións incompatíbeis:",
|
|
||||||
"The theme %s has been disabled." : "O tema %s foi desactivado.",
|
|
||||||
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Asegúrese de ter feito unha copia de seguranza da base de datos, do cartafol de configuración e do cartafol de datos, antes de proceder.",
|
|
||||||
"Start update" : "Iniciar a actualización",
|
|
||||||
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera nas instalacións grandes, no seu lugar pode executar a seguinte orde desde o directorio de instalación:",
|
|
||||||
"Detailed logs" : "Rexistros detallados",
|
|
||||||
"Update needed" : "Necesitase actualizar",
|
|
||||||
"Please use the command line updater because you have a big instance with more than 50 users." : "Vostede ten unha instancia moi grande con máis de 50 usuarios, faga a actualización empregando a liña de ordes.",
|
|
||||||
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Sei que se continúo facendo a actualización a través da interface web, corro o risco de que a solicitude non se execute no tempo de espera e provoque a perda de información pero teño unha copia de seguridade dos datos e sei como restaurala.",
|
|
||||||
"Upgrade via web on my own risk" : "Actualizar a través da web, correndo o risco baixo a miña responsabilidade",
|
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instancia de %s atopase en modo de mantemento, isto pode levar un anaco.",
|
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Póñase en contacto co administrador do sistema se persiste esta mensaxe ou se aparece de forma inesperada.",
|
|
||||||
"Updated \"%s\" to %s" : "Actualizado «%s» a %s",
|
|
||||||
"%s (3rdparty)" : "%s (terceiro)",
|
|
||||||
"There was an error loading your contacts" : "Produciuse un erro ao cargar os seus contactos",
|
|
||||||
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Produciuse algún problema durante a comprobación da integridade do código. Más información…</a>",
|
|
||||||
"Error setting expiration date" : "Produciuse un erro ao definir a data de caducidade",
|
|
||||||
"The public link will expire no later than {days} days after it is created" : "A ligazón pública caducará, a máis tardar, {days} días após a súa creación",
|
|
||||||
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} compartido mediante unha ligazón",
|
|
||||||
"{sharee} (group)" : "{sharee} (group)",
|
|
||||||
"{sharee} (remote)" : "{sharee} (remote)",
|
|
||||||
"{sharee} (email)" : "{sharee} (email)",
|
|
||||||
"Share with other people by entering a user or group, a federated cloud ID or an email address." : "Compartir con outras persoas inserindo un usuario, grupo, ID de nube federada ou un enderezo de correo.",
|
|
||||||
"Share with other people by entering a user or group or a federated cloud ID." : "Compartir con outras persoas inserindo un usuario, grupo, ID de nube federada.",
|
|
||||||
"Share with other people by entering a user or group or an email address." : "Compartir con outras persoas inserindo un usuario, grupo ou un enderezo de correo.",
|
|
||||||
"The specified document has not been found on the server." : "Non se atopou no servidor o documento indicado.",
|
|
||||||
"You can click here to return to %s." : "Pode premer aquí para volver a %s.",
|
|
||||||
"Stay logged in" : "Permanecer autenticado",
|
|
||||||
"Alternative Logins" : "Accesos alternativos",
|
|
||||||
"Alternative login using app token" : "Acceso alternativo usando a marca da aplicación",
|
|
||||||
"Redirecting …" : "Redirixindo …",
|
|
||||||
"Enhanced security is enabled for your account. Please authenticate using a second factor." : "Foi activada a seguridade mellorada para a súa conta. Autentíquese utilizando un segundo factor.",
|
|
||||||
"Add \"%s\" as trusted domain" : "Engadir «%s» como dominio de confianza",
|
|
||||||
"%s will be updated to version %s" : "%s actualizarase á versión %s",
|
|
||||||
"This page will refresh itself when the %s instance is available again." : "Esta páxina actualizarase automaticamente cando a instancia de %s estea dispoñíbel de novo.",
|
|
||||||
"Thank you for your patience." : "Grazas pola súa paciencia.",
|
|
||||||
"Copy URL" : "Copiar URL"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
|
||||||
}
|
|
|
@ -139,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "La tua versione di PHP non supporta FreeType. Ciò causerà problemi con le immagini dei profili e con l'interfaccia delle impostazioni.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "La tua versione di PHP non supporta FreeType. Ciò causerà problemi con le immagini dei profili e con l'interfaccia delle impostazioni.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Indice mancante \"{indexName}\" nella tabella \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Indice mancante \"{indexName}\" nella tabella \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Su questa istanza mancano alcuni moduli PHP consigliati. Per prestazioni migliorate e migliore compatibilità, è vivamente consigliato di installarli.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Alcune colonne del database non sono state convertite in big int. Poiché la modifica dei tipi di colonna può richiedere del tempo, non sono state modificate automaticamente. Eseguendo \"occ db:convert-filecache-bigint\", le modifiche in corso saranno applicate manualmente. L'operazione deve essere eseguita mentre l'istanza non è in linea. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la relativa pagina di documentazione</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite è utilizzato attualmente come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite è utilizzato attualmente come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Consigliato particolarmente quando si utilizza il client desktop per la sincronizzazione dei file.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Consigliato particolarmente quando si utilizza il client desktop per la sincronizzazione dei file.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a>.",
|
||||||
|
@ -367,6 +369,8 @@ OC.L10N.register(
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.",
|
||||||
"This page will refresh itself when the instance is available again." : "Questa pagina si aggiornerà quando l'istanza sarà nuovamente disponibile.",
|
"This page will refresh itself when the instance is available again." : "Questa pagina si aggiornerà quando l'istanza sarà nuovamente disponibile.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.",
|
||||||
|
"status" : "stato",
|
||||||
|
"aria-hidden" : "aria-nascosto",
|
||||||
"Updated \"%s\" to %s" : "Aggiornato \"%s\" a %s",
|
"Updated \"%s\" to %s" : "Aggiornato \"%s\" a %s",
|
||||||
"%s (3rdparty)" : "%s (terze parti)",
|
"%s (3rdparty)" : "%s (terze parti)",
|
||||||
"There was an error loading your contacts" : "Si è verificato un errore durante il caricamento dei tuoi contatti",
|
"There was an error loading your contacts" : "Si è verificato un errore durante il caricamento dei tuoi contatti",
|
||||||
|
|
|
@ -137,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "La tua versione di PHP non supporta FreeType. Ciò causerà problemi con le immagini dei profili e con l'interfaccia delle impostazioni.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "La tua versione di PHP non supporta FreeType. Ciò causerà problemi con le immagini dei profili e con l'interfaccia delle impostazioni.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Indice mancante \"{indexName}\" nella tabella \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Indice mancante \"{indexName}\" nella tabella \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Su questa istanza mancano alcuni moduli PHP consigliati. Per prestazioni migliorate e migliore compatibilità, è vivamente consigliato di installarli.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Alcune colonne del database non sono state convertite in big int. Poiché la modifica dei tipi di colonna può richiedere del tempo, non sono state modificate automaticamente. Eseguendo \"occ db:convert-filecache-bigint\", le modifiche in corso saranno applicate manualmente. L'operazione deve essere eseguita mentre l'istanza non è in linea. Per ulteriori dettagli, leggi <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la relativa pagina di documentazione</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite è utilizzato attualmente come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite è utilizzato attualmente come database. Per installazioni più grandi consigliamo di passare a un motore di database diverso.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Consigliato particolarmente quando si utilizza il client desktop per la sincronizzazione dei file.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Consigliato particolarmente quando si utilizza il client desktop per la sincronizzazione dei file.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Per migrare a un altro database, usa lo strumento da riga di comando: 'occ db:convert-type', o leggi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a>.",
|
||||||
|
@ -365,6 +367,8 @@
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.",
|
||||||
"This page will refresh itself when the instance is available again." : "Questa pagina si aggiornerà quando l'istanza sarà nuovamente disponibile.",
|
"This page will refresh itself when the instance is available again." : "Questa pagina si aggiornerà quando l'istanza sarà nuovamente disponibile.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.",
|
||||||
|
"status" : "stato",
|
||||||
|
"aria-hidden" : "aria-nascosto",
|
||||||
"Updated \"%s\" to %s" : "Aggiornato \"%s\" a %s",
|
"Updated \"%s\" to %s" : "Aggiornato \"%s\" a %s",
|
||||||
"%s (3rdparty)" : "%s (terze parti)",
|
"%s (3rdparty)" : "%s (terze parti)",
|
||||||
"There was an error loading your contacts" : "Si è verificato un errore durante il caricamento dei tuoi contatti",
|
"There was an error loading your contacts" : "Si è verificato un errore durante il caricamento dei tuoi contatti",
|
||||||
|
|
|
@ -163,6 +163,7 @@ OC.L10N.register(
|
||||||
"Password protection for links is mandatory" : "リンクのパスワード保護は必須です",
|
"Password protection for links is mandatory" : "リンクのパスワード保護は必須です",
|
||||||
"Share link" : "URLで共有",
|
"Share link" : "URLで共有",
|
||||||
"New share link" : "新しい共有リンク",
|
"New share link" : "新しい共有リンク",
|
||||||
|
"Created on {time}" : "作成日:{time}",
|
||||||
"Password protect by Talk" : "トークによるパスワード保護",
|
"Password protect by Talk" : "トークによるパスワード保護",
|
||||||
"Could not unshare" : "共有の解除ができませんでした",
|
"Could not unshare" : "共有の解除ができませんでした",
|
||||||
"Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中",
|
"Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中",
|
||||||
|
|
|
@ -161,6 +161,7 @@
|
||||||
"Password protection for links is mandatory" : "リンクのパスワード保護は必須です",
|
"Password protection for links is mandatory" : "リンクのパスワード保護は必須です",
|
||||||
"Share link" : "URLで共有",
|
"Share link" : "URLで共有",
|
||||||
"New share link" : "新しい共有リンク",
|
"New share link" : "新しい共有リンク",
|
||||||
|
"Created on {time}" : "作成日:{time}",
|
||||||
"Password protect by Talk" : "トークによるパスワード保護",
|
"Password protect by Talk" : "トークによるパスワード保護",
|
||||||
"Could not unshare" : "共有の解除ができませんでした",
|
"Could not unshare" : "共有の解除ができませんでした",
|
||||||
"Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中",
|
"Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中",
|
||||||
|
|
|
@ -39,19 +39,19 @@ OC.L10N.register(
|
||||||
"Updated database" : "Oppdaterte databasen",
|
"Updated database" : "Oppdaterte databasen",
|
||||||
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
|
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
|
||||||
"Checked database schema update" : "Sjekket oppdatering av databaseskjema",
|
"Checked database schema update" : "Sjekket oppdatering av databaseskjema",
|
||||||
"Checking updates of apps" : "Ser etter oppdateringer av programmer",
|
"Checking updates of apps" : "Ser etter oppdateringer av program",
|
||||||
"Checking for update of app \"%s\" in appstore" : "Ser etter oppdatering for programmet \"%s\" i program-butikk",
|
"Checking for update of app \"%s\" in appstore" : "Ser etter oppdatering for programmet \"%s\" i program-butikk",
|
||||||
"Update app \"%s\" from appstore" : "Oppgrader programmet \"%s\" fra program-butikk",
|
"Update app \"%s\" from appstore" : "Oppgrader programmet \"%s\" fra program-butikk",
|
||||||
"Checked for update of app \"%s\" in appstore" : "Så etter oppdateringer for programmet \"%s\" i program-butikk",
|
"Checked for update of app \"%s\" in appstore" : "Så etter oppdateringer for programmet \"%s\" i program-butikk",
|
||||||
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet for %s kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
|
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet for %s kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
|
||||||
"Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for programmer",
|
"Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for program",
|
||||||
"Updated \"%1$s\" to %2$s" : "Oppdaterte \"%1$s\" til %2$s",
|
"Updated \"%1$s\" to %2$s" : "Oppdaterte \"%1$s\" til %2$s",
|
||||||
"Set log level to debug" : "Sett loggnivå for feilsøking",
|
"Set log level to debug" : "Sett loggnivå for feilsøking",
|
||||||
"Reset log level" : "Standard loggnivå",
|
"Reset log level" : "Standard loggnivå",
|
||||||
"Starting code integrity check" : "Starter sjekk av kode-integritet",
|
"Starting code integrity check" : "Starter sjekk av kode-integritet",
|
||||||
"Finished code integrity check" : "Fullførte sjekk av kodeintegritet",
|
"Finished code integrity check" : "Fullførte sjekk av kodeintegritet",
|
||||||
"%s (incompatible)" : "%s (ikke kompatibel)",
|
"%s (incompatible)" : "%s (ikke kompatibel)",
|
||||||
"Following apps have been disabled: %s" : "Følgende programmer har blitt avskrudd: %s",
|
"Following apps have been disabled: %s" : "Følgende program er deaktivert: %s",
|
||||||
"Already up to date" : "Allerede oppdatert",
|
"Already up to date" : "Allerede oppdatert",
|
||||||
"Could not load your contacts" : "Kunne ikke laste inn kontaktene dine",
|
"Could not load your contacts" : "Kunne ikke laste inn kontaktene dine",
|
||||||
"Search contacts …" : "Søk etter kontakter…",
|
"Search contacts …" : "Søk etter kontakter…",
|
||||||
|
@ -113,6 +113,7 @@ OC.L10N.register(
|
||||||
"Strong password" : "Sterkt passord",
|
"Strong password" : "Sterkt passord",
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Vev-tjeneren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.",
|
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Vev-tjeneren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.",
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din vevtjener er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din vevtjener er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
|
||||||
|
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din nettjener er ikke satt opp for å bruke .woff2 filer. Dette er et typisk problem med Nginx konfigurasjon. For Nextcloud 15 må .woff2 filer også støttes. Sammenlign ditt Nginx oppsett med anbefalinger i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
|
||||||
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP er satt opp feil for å nå systemets miljøvariable. Test med getenv(\"PATH\") gir tom respons.",
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP er satt opp feil for å nå systemets miljøvariable. Test med getenv(\"PATH\") gir tom respons.",
|
||||||
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Vennligst se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon for installasjon ↗</a> for PHP notater om konfigurasjon og PHP oppsett for din server når det gjelder php-fpm.",
|
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Vennligst se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon for installasjon ↗</a> for PHP notater om konfigurasjon og PHP oppsett for din server når det gjelder php-fpm.",
|
||||||
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Ikke skrivbar konfigurasjon er aktivert. Dette hindrer endring av konfigurasjon via web-grensesnitt. Filen må gjøres skrivbar manuelt for hver oppdatering.",
|
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Ikke skrivbar konfigurasjon er aktivert. Dette hindrer endring av konfigurasjon via web-grensesnitt. Filen må gjøres skrivbar manuelt for hver oppdatering.",
|
||||||
|
@ -124,7 +125,7 @@ OC.L10N.register(
|
||||||
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å utføre cron jobben via CLI. Følgende tekniske feil har oppstått:",
|
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å utføre cron jobben via CLI. Følgende tekniske feil har oppstått:",
|
||||||
"Last background job execution ran {relativeTime}. Something seems wrong." : "Den siste bakgrunsjobben brukte {relativeTime}. Noe virker galt.",
|
"Last background job execution ran {relativeTime}. Something seems wrong." : "Den siste bakgrunsjobben brukte {relativeTime}. Noe virker galt.",
|
||||||
"Check the background job settings" : "Kontroller instillinger for bakgrunnsjobb",
|
"Check the background job settings" : "Kontroller instillinger for bakgrunnsjobb",
|
||||||
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Denne tjeneren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjepartsprogrammer ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Det anbefales å aktivere en internett-forbindelse for denne tjeneren hvis du vil ha full funksjonalitet.",
|
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Denne tjeneren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjepartsprogram ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Det anbefales å aktivere en internett-forbindelse for denne tjeneren hvis du vil ha full funksjonalitet.",
|
||||||
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
|
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
|
||||||
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen egnet kilde til tilfeldighet funnet av PHP som er svært motløst av sikkerhetshensyn. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
|
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen egnet kilde til tilfeldighet funnet av PHP som er svært motløst av sikkerhetshensyn. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
|
||||||
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du bruker PHP-{version}. Oppgrader PHP-versjonen for å utnytte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ytelsen og sikkerhetsoppdateringene som tilbys av PHP Group</a, så fort din distribusjon støtter det.",
|
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du bruker PHP-{version}. Oppgrader PHP-versjonen for å utnytte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ytelsen og sikkerhetsoppdateringene som tilbys av PHP Group</a, så fort din distribusjon støtter det.",
|
||||||
|
@ -138,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manglende indeks \"{indexName}\" i tabellen \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manglende indeks \"{indexName}\" i tabellen \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Din instans mangler anbefalte PHP moduler. For bedre ytelse og kompabilitet er det sterkt anbefalt at du installerer dem.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Noen kolonner i databasen mangler konvertering til big int (stor integer verdi). Endring kan ta lang tid og er ikke utført automatisk. Kjør kommando 'occ db:convert-filecache-bigint' når instans er offline for å gjennomføre endringer. For mer informasjon se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite brukes som database motor. For større installasjoner anbefaler vi at du bytter til en annen database motor.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite brukes som database motor. For større installasjoner anbefaler vi at du bytter til en annen database motor.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Dette anbefales spesielt når du bruker skrivebordsklienten for filsynkronisering.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Dette anbefales spesielt når du bruker skrivebordsklienten for filsynkronisering.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db: convert-type', eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db: convert-type', eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a>.",
|
||||||
|
@ -162,9 +165,13 @@ OC.L10N.register(
|
||||||
"Not supported!" : "Ikke støttet!",
|
"Not supported!" : "Ikke støttet!",
|
||||||
"Press ⌘-C to copy." : "Trykk ⌘-C for å kopiere",
|
"Press ⌘-C to copy." : "Trykk ⌘-C for å kopiere",
|
||||||
"Press Ctrl-C to copy." : "Trykk Ctrl-C for å kopiere",
|
"Press Ctrl-C to copy." : "Trykk Ctrl-C for å kopiere",
|
||||||
|
"Unable to create a link share" : "Kan ikke opprette lenke for deling",
|
||||||
|
"Unable to toggle this option" : "Kan ikke endre opsjon",
|
||||||
"Resharing is not allowed" : "Videre deling er ikke tillatt",
|
"Resharing is not allowed" : "Videre deling er ikke tillatt",
|
||||||
"Share to {name}" : "Dele med {name}",
|
"Share to {name}" : "Dele med {name}",
|
||||||
"Link" : "Lenke",
|
"Link" : "Lenke",
|
||||||
|
"Hide download" : "Gjem nedlasting",
|
||||||
|
"Password protection enforced" : "Passordbeskyttelse er påkrevd",
|
||||||
"Password protect" : "Passordbeskyttet",
|
"Password protect" : "Passordbeskyttet",
|
||||||
"Allow editing" : "Tillat redigering",
|
"Allow editing" : "Tillat redigering",
|
||||||
"Email link to person" : "Send lenke til person via e-post",
|
"Email link to person" : "Send lenke til person via e-post",
|
||||||
|
@ -172,12 +179,18 @@ OC.L10N.register(
|
||||||
"Allow upload and editing" : "Tillatt opplasting og redigering",
|
"Allow upload and editing" : "Tillatt opplasting og redigering",
|
||||||
"Read only" : "Kun lesetilgang",
|
"Read only" : "Kun lesetilgang",
|
||||||
"File drop (upload only)" : "Filkasse (kun opplasting)",
|
"File drop (upload only)" : "Filkasse (kun opplasting)",
|
||||||
|
"Expiration date enforced" : "Utløpsdato er påkrevd",
|
||||||
"Set expiration date" : "Sett utløpsdato",
|
"Set expiration date" : "Sett utløpsdato",
|
||||||
"Expiration" : "Utløpsdato",
|
"Expiration" : "Utløpsdato",
|
||||||
"Expiration date" : "Utløpsdato",
|
"Expiration date" : "Utløpsdato",
|
||||||
"Note to recipient" : "Note til mottaker",
|
"Note to recipient" : "Note til mottaker",
|
||||||
"Unshare" : "Avslutt deling",
|
"Unshare" : "Avslutt deling",
|
||||||
|
"Delete share link" : "Slett lenke til deling",
|
||||||
|
"Add another link" : "Legg til en lenke til",
|
||||||
|
"Password protection for links is mandatory" : "Passordbeskyttelse for lenker er påkrevd",
|
||||||
"Share link" : "Del lenke",
|
"Share link" : "Del lenke",
|
||||||
|
"New share link" : "Ny delt lenke",
|
||||||
|
"Created on {time}" : "Opprettet {time}",
|
||||||
"Password protect by Talk" : "Passord beskyttet av Talk",
|
"Password protect by Talk" : "Passord beskyttet av Talk",
|
||||||
"Could not unshare" : "Kunne ikke avslutte deling",
|
"Could not unshare" : "Kunne ikke avslutte deling",
|
||||||
"Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}",
|
"Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}",
|
||||||
|
@ -207,6 +220,9 @@ OC.L10N.register(
|
||||||
"No users found for {search}" : "Ingen brukere funnet for {search}",
|
"No users found for {search}" : "Ingen brukere funnet for {search}",
|
||||||
"An error occurred (\"{message}\"). Please try again" : "En feil inntraff (\"{message}\"). Prøv igjen",
|
"An error occurred (\"{message}\"). Please try again" : "En feil inntraff (\"{message}\"). Prøv igjen",
|
||||||
"An error occurred. Please try again" : "Det oppstod en feil. Prøv igjen",
|
"An error occurred. Please try again" : "Det oppstod en feil. Prøv igjen",
|
||||||
|
"Home" : "Hjem",
|
||||||
|
"Work" : "Arbeid",
|
||||||
|
"Other" : "Annen",
|
||||||
"{sharee} (remote group)" : "{sharee} (remote group)",
|
"{sharee} (remote group)" : "{sharee} (remote group)",
|
||||||
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
|
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
|
||||||
"Share" : "Del",
|
"Share" : "Del",
|
||||||
|
@ -245,7 +261,7 @@ OC.L10N.register(
|
||||||
"_{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"],
|
"_{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"],
|
||||||
"Personal" : "Personlig",
|
"Personal" : "Personlig",
|
||||||
"Users" : "Brukere",
|
"Users" : "Brukere",
|
||||||
"Apps" : "Programmer",
|
"Apps" : "Program",
|
||||||
"Admin" : "Admin",
|
"Admin" : "Admin",
|
||||||
"Help" : "Hjelp",
|
"Help" : "Hjelp",
|
||||||
"Access forbidden" : "Tilgang nektet",
|
"Access forbidden" : "Tilgang nektet",
|
||||||
|
@ -293,8 +309,9 @@ OC.L10N.register(
|
||||||
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Dette programmet krever JavaScript for å fungere korrekt. {linkstart}Aktiver JavaScript{linkend} og last siden på nytt.",
|
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Dette programmet krever JavaScript for å fungere korrekt. {linkstart}Aktiver JavaScript{linkend} og last siden på nytt.",
|
||||||
"Skip to main content" : "Gå til hovedinnhold",
|
"Skip to main content" : "Gå til hovedinnhold",
|
||||||
"Skip to navigation of app" : "Gå til navigasjon av program",
|
"Skip to navigation of app" : "Gå til navigasjon av program",
|
||||||
"More apps" : "Flere programmer",
|
"More apps" : "Flere program",
|
||||||
"More apps menu" : "Flere programmer meny",
|
"More" : "Mer",
|
||||||
|
"More apps menu" : "Flere program meny",
|
||||||
"Search" : "Søk",
|
"Search" : "Søk",
|
||||||
"Reset search" : "Tilbakestill søk",
|
"Reset search" : "Tilbakestill søk",
|
||||||
"Contacts" : "Kontakter",
|
"Contacts" : "Kontakter",
|
||||||
|
|
|
@ -37,19 +37,19 @@
|
||||||
"Updated database" : "Oppdaterte databasen",
|
"Updated database" : "Oppdaterte databasen",
|
||||||
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
|
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
|
||||||
"Checked database schema update" : "Sjekket oppdatering av databaseskjema",
|
"Checked database schema update" : "Sjekket oppdatering av databaseskjema",
|
||||||
"Checking updates of apps" : "Ser etter oppdateringer av programmer",
|
"Checking updates of apps" : "Ser etter oppdateringer av program",
|
||||||
"Checking for update of app \"%s\" in appstore" : "Ser etter oppdatering for programmet \"%s\" i program-butikk",
|
"Checking for update of app \"%s\" in appstore" : "Ser etter oppdatering for programmet \"%s\" i program-butikk",
|
||||||
"Update app \"%s\" from appstore" : "Oppgrader programmet \"%s\" fra program-butikk",
|
"Update app \"%s\" from appstore" : "Oppgrader programmet \"%s\" fra program-butikk",
|
||||||
"Checked for update of app \"%s\" in appstore" : "Så etter oppdateringer for programmet \"%s\" i program-butikk",
|
"Checked for update of app \"%s\" in appstore" : "Så etter oppdateringer for programmet \"%s\" i program-butikk",
|
||||||
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet for %s kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
|
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Sjekker om databaseskjemaet for %s kan oppdateres (dette kan ta lang tid hvis databasen er stor)",
|
||||||
"Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for programmer",
|
"Checked database schema update for apps" : "Sjekket databaseskjema-oppdatering for program",
|
||||||
"Updated \"%1$s\" to %2$s" : "Oppdaterte \"%1$s\" til %2$s",
|
"Updated \"%1$s\" to %2$s" : "Oppdaterte \"%1$s\" til %2$s",
|
||||||
"Set log level to debug" : "Sett loggnivå for feilsøking",
|
"Set log level to debug" : "Sett loggnivå for feilsøking",
|
||||||
"Reset log level" : "Standard loggnivå",
|
"Reset log level" : "Standard loggnivå",
|
||||||
"Starting code integrity check" : "Starter sjekk av kode-integritet",
|
"Starting code integrity check" : "Starter sjekk av kode-integritet",
|
||||||
"Finished code integrity check" : "Fullførte sjekk av kodeintegritet",
|
"Finished code integrity check" : "Fullførte sjekk av kodeintegritet",
|
||||||
"%s (incompatible)" : "%s (ikke kompatibel)",
|
"%s (incompatible)" : "%s (ikke kompatibel)",
|
||||||
"Following apps have been disabled: %s" : "Følgende programmer har blitt avskrudd: %s",
|
"Following apps have been disabled: %s" : "Følgende program er deaktivert: %s",
|
||||||
"Already up to date" : "Allerede oppdatert",
|
"Already up to date" : "Allerede oppdatert",
|
||||||
"Could not load your contacts" : "Kunne ikke laste inn kontaktene dine",
|
"Could not load your contacts" : "Kunne ikke laste inn kontaktene dine",
|
||||||
"Search contacts …" : "Søk etter kontakter…",
|
"Search contacts …" : "Søk etter kontakter…",
|
||||||
|
@ -111,6 +111,7 @@
|
||||||
"Strong password" : "Sterkt passord",
|
"Strong password" : "Sterkt passord",
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Vev-tjeneren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.",
|
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Vev-tjeneren din er ikke satt opp til å tillate synkronisering av filer ennå, fordi WebDAV-grensesnittet ikke ser ut til å virke.",
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din vevtjener er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din vevtjener er ikke satt opp korrekt for å hente \"{url}\". Mer informasjon finner du i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
|
||||||
|
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Din nettjener er ikke satt opp for å bruke .woff2 filer. Dette er et typisk problem med Nginx konfigurasjon. For Nextcloud 15 må .woff2 filer også støttes. Sammenlign ditt Nginx oppsett med anbefalinger i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
|
||||||
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP er satt opp feil for å nå systemets miljøvariable. Test med getenv(\"PATH\") gir tom respons.",
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP er satt opp feil for å nå systemets miljøvariable. Test med getenv(\"PATH\") gir tom respons.",
|
||||||
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Vennligst se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon for installasjon ↗</a> for PHP notater om konfigurasjon og PHP oppsett for din server når det gjelder php-fpm.",
|
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Vennligst se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon for installasjon ↗</a> for PHP notater om konfigurasjon og PHP oppsett for din server når det gjelder php-fpm.",
|
||||||
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Ikke skrivbar konfigurasjon er aktivert. Dette hindrer endring av konfigurasjon via web-grensesnitt. Filen må gjøres skrivbar manuelt for hver oppdatering.",
|
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Ikke skrivbar konfigurasjon er aktivert. Dette hindrer endring av konfigurasjon via web-grensesnitt. Filen må gjøres skrivbar manuelt for hver oppdatering.",
|
||||||
|
@ -122,7 +123,7 @@
|
||||||
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å utføre cron jobben via CLI. Følgende tekniske feil har oppstått:",
|
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Det var ikke mulig å utføre cron jobben via CLI. Følgende tekniske feil har oppstått:",
|
||||||
"Last background job execution ran {relativeTime}. Something seems wrong." : "Den siste bakgrunsjobben brukte {relativeTime}. Noe virker galt.",
|
"Last background job execution ran {relativeTime}. Something seems wrong." : "Den siste bakgrunsjobben brukte {relativeTime}. Noe virker galt.",
|
||||||
"Check the background job settings" : "Kontroller instillinger for bakgrunnsjobb",
|
"Check the background job settings" : "Kontroller instillinger for bakgrunnsjobb",
|
||||||
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Denne tjeneren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjepartsprogrammer ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Det anbefales å aktivere en internett-forbindelse for denne tjeneren hvis du vil ha full funksjonalitet.",
|
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Denne tjeneren har ingen fungerende internett-forbindelse. Dette betyr at noen funksjoner, som tilknytning av eksterne lagre, varslinger om oppdateringer eller installering av tredjepartsprogram ikke vil virke. Fjerntilgang til filer og utsending av varsler på e-post vil kanskje ikke virke heller. Det anbefales å aktivere en internett-forbindelse for denne tjeneren hvis du vil ha full funksjonalitet.",
|
||||||
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
|
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Hurtigminne er ikke satt opp. For bedre ytelse bør du sette opp hurtigminne hvis det er tilgjengelig. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjonen</a>.",
|
||||||
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen egnet kilde til tilfeldighet funnet av PHP som er svært motløst av sikkerhetshensyn. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
|
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Ingen egnet kilde til tilfeldighet funnet av PHP som er svært motløst av sikkerhetshensyn. Mer informasjon finnes i <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
|
||||||
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du bruker PHP-{version}. Oppgrader PHP-versjonen for å utnytte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ytelsen og sikkerhetsoppdateringene som tilbys av PHP Group</a, så fort din distribusjon støtter det.",
|
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Du bruker PHP-{version}. Oppgrader PHP-versjonen for å utnytte <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{phpLink}\">ytelsen og sikkerhetsoppdateringene som tilbys av PHP Group</a, så fort din distribusjon støtter det.",
|
||||||
|
@ -136,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Din PHP-installasjon har ikke FreeType-støtte. Dette fører til knekte profilbilder og skadelidende innstillingsgrensesnitt.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manglende indeks \"{indexName}\" i tabellen \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Manglende indeks \"{indexName}\" i tabellen \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Din instans mangler anbefalte PHP moduler. For bedre ytelse og kompabilitet er det sterkt anbefalt at du installerer dem.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Noen kolonner i databasen mangler konvertering til big int (stor integer verdi). Endring kan ta lang tid og er ikke utført automatisk. Kjør kommando 'occ db:convert-filecache-bigint' når instans er offline for å gjennomføre endringer. For mer informasjon se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite brukes som database motor. For større installasjoner anbefaler vi at du bytter til en annen database motor.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite brukes som database motor. For større installasjoner anbefaler vi at du bytter til en annen database motor.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Dette anbefales spesielt når du bruker skrivebordsklienten for filsynkronisering.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Dette anbefales spesielt når du bruker skrivebordsklienten for filsynkronisering.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db: convert-type', eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "For å migrere til en annen database, bruk kommandolinjeverktøyet: 'occ db: convert-type', eller se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">dokumentasjon ↗</a>.",
|
||||||
|
@ -160,9 +163,13 @@
|
||||||
"Not supported!" : "Ikke støttet!",
|
"Not supported!" : "Ikke støttet!",
|
||||||
"Press ⌘-C to copy." : "Trykk ⌘-C for å kopiere",
|
"Press ⌘-C to copy." : "Trykk ⌘-C for å kopiere",
|
||||||
"Press Ctrl-C to copy." : "Trykk Ctrl-C for å kopiere",
|
"Press Ctrl-C to copy." : "Trykk Ctrl-C for å kopiere",
|
||||||
|
"Unable to create a link share" : "Kan ikke opprette lenke for deling",
|
||||||
|
"Unable to toggle this option" : "Kan ikke endre opsjon",
|
||||||
"Resharing is not allowed" : "Videre deling er ikke tillatt",
|
"Resharing is not allowed" : "Videre deling er ikke tillatt",
|
||||||
"Share to {name}" : "Dele med {name}",
|
"Share to {name}" : "Dele med {name}",
|
||||||
"Link" : "Lenke",
|
"Link" : "Lenke",
|
||||||
|
"Hide download" : "Gjem nedlasting",
|
||||||
|
"Password protection enforced" : "Passordbeskyttelse er påkrevd",
|
||||||
"Password protect" : "Passordbeskyttet",
|
"Password protect" : "Passordbeskyttet",
|
||||||
"Allow editing" : "Tillat redigering",
|
"Allow editing" : "Tillat redigering",
|
||||||
"Email link to person" : "Send lenke til person via e-post",
|
"Email link to person" : "Send lenke til person via e-post",
|
||||||
|
@ -170,12 +177,18 @@
|
||||||
"Allow upload and editing" : "Tillatt opplasting og redigering",
|
"Allow upload and editing" : "Tillatt opplasting og redigering",
|
||||||
"Read only" : "Kun lesetilgang",
|
"Read only" : "Kun lesetilgang",
|
||||||
"File drop (upload only)" : "Filkasse (kun opplasting)",
|
"File drop (upload only)" : "Filkasse (kun opplasting)",
|
||||||
|
"Expiration date enforced" : "Utløpsdato er påkrevd",
|
||||||
"Set expiration date" : "Sett utløpsdato",
|
"Set expiration date" : "Sett utløpsdato",
|
||||||
"Expiration" : "Utløpsdato",
|
"Expiration" : "Utløpsdato",
|
||||||
"Expiration date" : "Utløpsdato",
|
"Expiration date" : "Utløpsdato",
|
||||||
"Note to recipient" : "Note til mottaker",
|
"Note to recipient" : "Note til mottaker",
|
||||||
"Unshare" : "Avslutt deling",
|
"Unshare" : "Avslutt deling",
|
||||||
|
"Delete share link" : "Slett lenke til deling",
|
||||||
|
"Add another link" : "Legg til en lenke til",
|
||||||
|
"Password protection for links is mandatory" : "Passordbeskyttelse for lenker er påkrevd",
|
||||||
"Share link" : "Del lenke",
|
"Share link" : "Del lenke",
|
||||||
|
"New share link" : "Ny delt lenke",
|
||||||
|
"Created on {time}" : "Opprettet {time}",
|
||||||
"Password protect by Talk" : "Passord beskyttet av Talk",
|
"Password protect by Talk" : "Passord beskyttet av Talk",
|
||||||
"Could not unshare" : "Kunne ikke avslutte deling",
|
"Could not unshare" : "Kunne ikke avslutte deling",
|
||||||
"Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}",
|
"Shared with you and the group {group} by {owner}" : "Delt med deg og gruppen {group} av {owner}",
|
||||||
|
@ -205,6 +218,9 @@
|
||||||
"No users found for {search}" : "Ingen brukere funnet for {search}",
|
"No users found for {search}" : "Ingen brukere funnet for {search}",
|
||||||
"An error occurred (\"{message}\"). Please try again" : "En feil inntraff (\"{message}\"). Prøv igjen",
|
"An error occurred (\"{message}\"). Please try again" : "En feil inntraff (\"{message}\"). Prøv igjen",
|
||||||
"An error occurred. Please try again" : "Det oppstod en feil. Prøv igjen",
|
"An error occurred. Please try again" : "Det oppstod en feil. Prøv igjen",
|
||||||
|
"Home" : "Hjem",
|
||||||
|
"Work" : "Arbeid",
|
||||||
|
"Other" : "Annen",
|
||||||
"{sharee} (remote group)" : "{sharee} (remote group)",
|
"{sharee} (remote group)" : "{sharee} (remote group)",
|
||||||
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
|
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
|
||||||
"Share" : "Del",
|
"Share" : "Del",
|
||||||
|
@ -243,7 +259,7 @@
|
||||||
"_{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"],
|
"_{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"],
|
||||||
"Personal" : "Personlig",
|
"Personal" : "Personlig",
|
||||||
"Users" : "Brukere",
|
"Users" : "Brukere",
|
||||||
"Apps" : "Programmer",
|
"Apps" : "Program",
|
||||||
"Admin" : "Admin",
|
"Admin" : "Admin",
|
||||||
"Help" : "Hjelp",
|
"Help" : "Hjelp",
|
||||||
"Access forbidden" : "Tilgang nektet",
|
"Access forbidden" : "Tilgang nektet",
|
||||||
|
@ -291,8 +307,9 @@
|
||||||
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Dette programmet krever JavaScript for å fungere korrekt. {linkstart}Aktiver JavaScript{linkend} og last siden på nytt.",
|
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Dette programmet krever JavaScript for å fungere korrekt. {linkstart}Aktiver JavaScript{linkend} og last siden på nytt.",
|
||||||
"Skip to main content" : "Gå til hovedinnhold",
|
"Skip to main content" : "Gå til hovedinnhold",
|
||||||
"Skip to navigation of app" : "Gå til navigasjon av program",
|
"Skip to navigation of app" : "Gå til navigasjon av program",
|
||||||
"More apps" : "Flere programmer",
|
"More apps" : "Flere program",
|
||||||
"More apps menu" : "Flere programmer meny",
|
"More" : "Mer",
|
||||||
|
"More apps menu" : "Flere program meny",
|
||||||
"Search" : "Søk",
|
"Search" : "Søk",
|
||||||
"Reset search" : "Tilbakestill søk",
|
"Reset search" : "Tilbakestill søk",
|
||||||
"Contacts" : "Kontakter",
|
"Contacts" : "Kontakter",
|
||||||
|
|
|
@ -139,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Ontbrekende index \"{indexName}\" in tabel \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Ontbrekende index \"{indexName}\" in tabel \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexe zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexe zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Deze server mist een paar aanbevolen PHP-modules. Voor betere prestaties en compatibiliteit adviseren we om die te installeren.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van 'occ db:convert-filecache-bigint' worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie hierover</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">zie de documentatie ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">zie de documentatie ↗</a>.",
|
||||||
|
@ -367,6 +369,8 @@ OC.L10N.register(
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.",
|
||||||
"This page will refresh itself when the instance is available again." : "Deze pagina wordt ververst als de server weer beschikbaar is.",
|
"This page will refresh itself when the instance is available again." : "Deze pagina wordt ververst als de server weer beschikbaar is.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.",
|
||||||
|
"status" : "status",
|
||||||
|
"aria-hidden" : "aria-hidden",
|
||||||
"Updated \"%s\" to %s" : "\"%s\" geüpdatet naar %s",
|
"Updated \"%s\" to %s" : "\"%s\" geüpdatet naar %s",
|
||||||
"%s (3rdparty)" : "%s (3rdparty)",
|
"%s (3rdparty)" : "%s (3rdparty)",
|
||||||
"There was an error loading your contacts" : "Er is een fout opgetreden tijdens het laden van uw contacten",
|
"There was an error loading your contacts" : "Er is een fout opgetreden tijdens het laden van uw contacten",
|
||||||
|
|
|
@ -137,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Je PHP heeft geen FreeType ondersteuning. Dit zal leiden tot verminkte profielafbeeldingen en instellingeninterface.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Ontbrekende index \"{indexName}\" in tabel \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Ontbrekende index \"{indexName}\" in tabel \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexe zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "De database mist een paar indexen. Omdat het toevoegen van indexen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd. Door het draaien van \"occ db:add-missing-indices\" kunnen deze indexen handmatig worden toegevoegd terwijl de server blijft draaien. Als de indexe zijn toegevoegd, zullen opvragingen op die tabellen veel sneller plaatsvinden.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Deze server mist een paar aanbevolen PHP-modules. Voor betere prestaties en compatibiliteit adviseren we om die te installeren.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van 'occ db:convert-filecache-bigint' worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar de <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatie hierover</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Dit wordt vooral aanbevolen als de desktop client wordt gebruikt voor bestandssynchronisatie.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">zie de documentatie ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Om te migreren naar een andere database moet je de commandoregel tool gebruiken: 'occ db:convert-type'; <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">zie de documentatie ↗</a>.",
|
||||||
|
@ -365,6 +367,8 @@
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.",
|
||||||
"This page will refresh itself when the instance is available again." : "Deze pagina wordt ververst als de server weer beschikbaar is.",
|
"This page will refresh itself when the instance is available again." : "Deze pagina wordt ververst als de server weer beschikbaar is.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Neem contact op met je systeembeheerder als deze melding aanhoudt of onverwacht verscheen.",
|
||||||
|
"status" : "status",
|
||||||
|
"aria-hidden" : "aria-hidden",
|
||||||
"Updated \"%s\" to %s" : "\"%s\" geüpdatet naar %s",
|
"Updated \"%s\" to %s" : "\"%s\" geüpdatet naar %s",
|
||||||
"%s (3rdparty)" : "%s (3rdparty)",
|
"%s (3rdparty)" : "%s (3rdparty)",
|
||||||
"There was an error loading your contacts" : "Er is een fout opgetreden tijdens het laden van uw contacten",
|
"There was an error loading your contacts" : "Er is een fout opgetreden tijdens het laden van uw contacten",
|
||||||
|
|
|
@ -139,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Seu PHP não possui suporte à FreeType, resultando em problemas nas fotos de perfil e interface de configurações.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Seu PHP não possui suporte à FreeType, resultando em problemas nas fotos de perfil e interface de configurações.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta o índice \"{indexName}\" na tabela \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta o índice \"{indexName}\" na tabela \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db: add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db: add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Nesta instalação estão faltando alguns módulos PHP recomendados. Para melhor desempenho e compatibilidade, é altamente recomendável instalá-los.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algumas colunas no banco de dados não possuem uma conversão para big int. Pelo fato de que alterar tipos de coluna em tabelas grandes pode levar algum tempo, eles não foram alterados automaticamente. Ao executar 'occ db: convert-filecache-bigint', essas alterações pendentes podem ser aplicadas manualmente. Essa operação precisa ser feita enquanto a instância está offline. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Atualmente, o SQLite está sendo usado como plataforma de banco de dados. Para instalações maiores, recomendamos que migre para outra.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Atualmente, o SQLite está sendo usado como plataforma de banco de dados. Para instalações maiores, recomendamos que migre para outra.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Isso é recomendado ao usar o cliente da área de trabalho para sincronização de arquivos.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Isso é recomendado ao usar o cliente da área de trabalho para sincronização de arquivos.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar o banco de dados, use o comando: 'occ db: convert-type' ou consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar o banco de dados, use o comando: 'occ db: convert-type' ou consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a>.",
|
||||||
|
@ -367,6 +369,8 @@ OC.L10N.register(
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.",
|
||||||
"This page will refresh itself when the instance is available again." : "Esta página será atualizada quando o Nextcloud estiver disponível novamente.",
|
"This page will refresh itself when the instance is available again." : "Esta página será atualizada quando o Nextcloud estiver disponível novamente.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.",
|
||||||
|
"status" : "status",
|
||||||
|
"aria-hidden" : "aria-hidden",
|
||||||
"Updated \"%s\" to %s" : "\"%s\" atualizado para %s",
|
"Updated \"%s\" to %s" : "\"%s\" atualizado para %s",
|
||||||
"%s (3rdparty)" : "%s (3rdparty)",
|
"%s (3rdparty)" : "%s (3rdparty)",
|
||||||
"There was an error loading your contacts" : "Houve um erro carregando seus contatos",
|
"There was an error loading your contacts" : "Houve um erro carregando seus contatos",
|
||||||
|
|
|
@ -137,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Seu PHP não possui suporte à FreeType, resultando em problemas nas fotos de perfil e interface de configurações.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Seu PHP não possui suporte à FreeType, resultando em problemas nas fotos de perfil e interface de configurações.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta o índice \"{indexName}\" na tabela \"{tableName}\".",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta o índice \"{indexName}\" na tabela \"{tableName}\".",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db: add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db: add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Nesta instalação estão faltando alguns módulos PHP recomendados. Para melhor desempenho e compatibilidade, é altamente recomendável instalá-los.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Algumas colunas no banco de dados não possuem uma conversão para big int. Pelo fato de que alterar tipos de coluna em tabelas grandes pode levar algum tempo, eles não foram alterados automaticamente. Ao executar 'occ db: convert-filecache-bigint', essas alterações pendentes podem ser aplicadas manualmente. Essa operação precisa ser feita enquanto a instância está offline. Para mais detalhes, leia <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">a documentação sobre isso</a>.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Atualmente, o SQLite está sendo usado como plataforma de banco de dados. Para instalações maiores, recomendamos que migre para outra.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Atualmente, o SQLite está sendo usado como plataforma de banco de dados. Para instalações maiores, recomendamos que migre para outra.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Isso é recomendado ao usar o cliente da área de trabalho para sincronização de arquivos.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Isso é recomendado ao usar o cliente da área de trabalho para sincronização de arquivos.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar o banco de dados, use o comando: 'occ db: convert-type' ou consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Para migrar o banco de dados, use o comando: 'occ db: convert-type' ou consulte a <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentação ↗</a>.",
|
||||||
|
@ -365,6 +367,8 @@
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.",
|
||||||
"This page will refresh itself when the instance is available again." : "Esta página será atualizada quando o Nextcloud estiver disponível novamente.",
|
"This page will refresh itself when the instance is available again." : "Esta página será atualizada quando o Nextcloud estiver disponível novamente.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte o administrador do sistema se esta mensagem persistir ou aparecer inesperadamente.",
|
||||||
|
"status" : "status",
|
||||||
|
"aria-hidden" : "aria-hidden",
|
||||||
"Updated \"%s\" to %s" : "\"%s\" atualizado para %s",
|
"Updated \"%s\" to %s" : "\"%s\" atualizado para %s",
|
||||||
"%s (3rdparty)" : "%s (3rdparty)",
|
"%s (3rdparty)" : "%s (3rdparty)",
|
||||||
"There was an error loading your contacts" : "Houve um erro carregando seus contatos",
|
"There was an error loading your contacts" : "Houve um erro carregando seus contatos",
|
||||||
|
|
|
@ -138,6 +138,7 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "В таблице «{tableName}» отсутствует индекс «{indexName}».",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "В таблице «{tableName}» отсутствует индекс «{indexName}».",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "В системе не установлены рекомендуемые модули PHP. Для улучшения производительности и совместимости рекомендуется установить эти модули.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В настоящее время в качестве механизма БД используется SQLite. Для более крупных развёртываний рекомендуется перейти к использованию других баз данных.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В настоящее время в качестве механизма БД используется SQLite. Для более крупных развёртываний рекомендуется перейти к использованию других баз данных.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Такой переход рекомендован и при использовании приложений-клиентов для синхронизации файлов.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Такой переход рекомендован и при использовании приложений-клиентов для синхронизации файлов.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Для перехода к использованию другого механизма базы данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации ↗</a>. ",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Для перехода к использованию другого механизма базы данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации ↗</a>. ",
|
||||||
|
@ -187,6 +188,7 @@ OC.L10N.register(
|
||||||
"Password protection for links is mandatory" : "Требуется защита ссылки паролем",
|
"Password protection for links is mandatory" : "Требуется защита ссылки паролем",
|
||||||
"Share link" : "Общий доступ по ссылке",
|
"Share link" : "Общий доступ по ссылке",
|
||||||
"New share link" : "Создать ссылку общего доступа",
|
"New share link" : "Создать ссылку общего доступа",
|
||||||
|
"Created on {time}" : "Время создания: {time}",
|
||||||
"Password protect by Talk" : "Защита паролем Talk",
|
"Password protect by Talk" : "Защита паролем Talk",
|
||||||
"Could not unshare" : "Невозможно закрыть общий доступ",
|
"Could not unshare" : "Невозможно закрыть общий доступ",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} предоставил(а) доступ Вам и группе {group}",
|
"Shared with you and the group {group} by {owner}" : "{owner} предоставил(а) доступ Вам и группе {group}",
|
||||||
|
@ -365,6 +367,7 @@ OC.L10N.register(
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Этот сервер %s находится в режиме технического обслуживания, которое может занять некоторое время.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Этот сервер %s находится в режиме технического обслуживания, которое может занять некоторое время.",
|
||||||
"This page will refresh itself when the instance is available again." : "Эта страница обновится автоматически когда сервер снова станет доступен.",
|
"This page will refresh itself when the instance is available again." : "Эта страница обновится автоматически когда сервер снова станет доступен.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.",
|
||||||
|
"status" : "состояние",
|
||||||
"Updated \"%s\" to %s" : "«%s» обновлено до %s",
|
"Updated \"%s\" to %s" : "«%s» обновлено до %s",
|
||||||
"%s (3rdparty)" : "%s (стороннее)",
|
"%s (3rdparty)" : "%s (стороннее)",
|
||||||
"There was an error loading your contacts" : "При загрузке контактов произошла ошибка",
|
"There was an error loading your contacts" : "При загрузке контактов произошла ошибка",
|
||||||
|
|
|
@ -136,6 +136,7 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Установленная версия PHP не поддерживает библиотеку FreeType, что приводит к неверному отображению изображений профиля и интерфейса настроек.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "В таблице «{tableName}» отсутствует индекс «{indexName}».",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "В таблице «{tableName}» отсутствует индекс «{indexName}».",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "В системе не установлены рекомендуемые модули PHP. Для улучшения производительности и совместимости рекомендуется установить эти модули.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В настоящее время в качестве механизма БД используется SQLite. Для более крупных развёртываний рекомендуется перейти к использованию других баз данных.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "В настоящее время в качестве механизма БД используется SQLite. Для более крупных развёртываний рекомендуется перейти к использованию других баз данных.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Такой переход рекомендован и при использовании приложений-клиентов для синхронизации файлов.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Такой переход рекомендован и при использовании приложений-клиентов для синхронизации файлов.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Для перехода к использованию другого механизма базы данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации ↗</a>. ",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Для перехода к использованию другого механизма базы данных используйте команду: «occ db:convert-type» или обратитесь к <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">документации ↗</a>. ",
|
||||||
|
@ -185,6 +186,7 @@
|
||||||
"Password protection for links is mandatory" : "Требуется защита ссылки паролем",
|
"Password protection for links is mandatory" : "Требуется защита ссылки паролем",
|
||||||
"Share link" : "Общий доступ по ссылке",
|
"Share link" : "Общий доступ по ссылке",
|
||||||
"New share link" : "Создать ссылку общего доступа",
|
"New share link" : "Создать ссылку общего доступа",
|
||||||
|
"Created on {time}" : "Время создания: {time}",
|
||||||
"Password protect by Talk" : "Защита паролем Talk",
|
"Password protect by Talk" : "Защита паролем Talk",
|
||||||
"Could not unshare" : "Невозможно закрыть общий доступ",
|
"Could not unshare" : "Невозможно закрыть общий доступ",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} предоставил(а) доступ Вам и группе {group}",
|
"Shared with you and the group {group} by {owner}" : "{owner} предоставил(а) доступ Вам и группе {group}",
|
||||||
|
@ -363,6 +365,7 @@
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Этот сервер %s находится в режиме технического обслуживания, которое может занять некоторое время.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Этот сервер %s находится в режиме технического обслуживания, которое может занять некоторое время.",
|
||||||
"This page will refresh itself when the instance is available again." : "Эта страница обновится автоматически когда сервер снова станет доступен.",
|
"This page will refresh itself when the instance is available again." : "Эта страница обновится автоматически когда сервер снова станет доступен.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Обратитесь к вашему системному администратору если это сообщение не исчезает или появляется неожиданно.",
|
||||||
|
"status" : "состояние",
|
||||||
"Updated \"%s\" to %s" : "«%s» обновлено до %s",
|
"Updated \"%s\" to %s" : "«%s» обновлено до %s",
|
||||||
"%s (3rdparty)" : "%s (стороннее)",
|
"%s (3rdparty)" : "%s (стороннее)",
|
||||||
"There was an error loading your contacts" : "При загрузке контактов произошла ошибка",
|
"There was an error loading your contacts" : "При загрузке контактов произошла ошибка",
|
||||||
|
|
|
@ -139,6 +139,7 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ваша PHP инсталација нема подршку за FreeType. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ваша PHP инсталација нема подршку за FreeType. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Индекс „{indexName}“ недостаје у табели „{tableName}“.",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Индекс „{indexName}“ недостаје у табели „{tableName}“.",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Овој инстанци недостају неки препоручени PHP модули. Препоручује се да их инсталирате због побољшања перформанси и за бољу компатибилност.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Тренутно се као база података користи SQLite. За веће инсталације, препоручујемо да промените базу података.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Тренутно се као база података користи SQLite. За веће инсталације, препоручујемо да промените базу података.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Ово се нарочито порепоручује ако се користи клијент програм у графичком окружењу за синхронизацију.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Ово се нарочито порепоручује ако се користи клијент програм у графичком окружењу за синхронизацију.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a>.",
|
||||||
|
|
|
@ -137,6 +137,7 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ваша PHP инсталација нема подршку за FreeType. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Ваша PHP инсталација нема подршку за FreeType. Ово ће довести до неисправних профилних слика и неисправног интерфејса за подешавања.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Индекс „{indexName}“ недостаје у табели „{tableName}“.",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Индекс „{indexName}“ недостаје у табели „{tableName}“.",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Овој инстанци недостају неки препоручени PHP модули. Препоручује се да их инсталирате због побољшања перформанси и за бољу компатибилност.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Тренутно се као база података користи SQLite. За веће инсталације, препоручујемо да промените базу података.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Тренутно се као база података користи SQLite. За веће инсталације, препоручујемо да промените базу података.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Ово се нарочито порепоручује ако се користи клијент програм у графичком окружењу за синхронизацију.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Ово се нарочито порепоручује ако се користи клијент програм у графичком окружењу за синхронизацију.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a>.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "За пресељење на другу базу података, користите алат командне линије: 'occ db:convert-type', или погледајте <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">документацију ↗</a>.",
|
||||||
|
|
|
@ -327,7 +327,9 @@ OC.L10N.register(
|
||||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "För hjälp, se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentationen</a>.",
|
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "För hjälp, se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentationen</a>.",
|
||||||
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Jag vet att om jag fortsätter göra uppdateringen via webbgränssnittet innebär risken att begäran får timeout och kan orsaka dataförluster men att jag har en backup och vet hur instansen återställs i fall fel uppstår.",
|
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Jag vet att om jag fortsätter göra uppdateringen via webbgränssnittet innebär risken att begäran får timeout och kan orsaka dataförluster men att jag har en backup och vet hur instansen återställs i fall fel uppstår.",
|
||||||
"Upgrade via web on my own risk" : "Uppgradera via webben på min egen risk",
|
"Upgrade via web on my own risk" : "Uppgradera via webben på min egen risk",
|
||||||
|
"Maintenance mode" : "Underhållsläge",
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Denna %s-instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Denna %s-instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.",
|
||||||
|
"This page will refresh itself when the instance is available again." : "Denna sida uppdaterar sig själv när instansen är tillgänglig igen.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.",
|
||||||
"Updated \"%s\" to %s" : "Uppdaterade \"%s\" till %s",
|
"Updated \"%s\" to %s" : "Uppdaterade \"%s\" till %s",
|
||||||
"%s (3rdparty)" : "%s (tredjepart)",
|
"%s (3rdparty)" : "%s (tredjepart)",
|
||||||
|
|
|
@ -325,7 +325,9 @@
|
||||||
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "För hjälp, se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentationen</a>.",
|
"For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "För hjälp, se <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentationen</a>.",
|
||||||
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Jag vet att om jag fortsätter göra uppdateringen via webbgränssnittet innebär risken att begäran får timeout och kan orsaka dataförluster men att jag har en backup och vet hur instansen återställs i fall fel uppstår.",
|
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Jag vet att om jag fortsätter göra uppdateringen via webbgränssnittet innebär risken att begäran får timeout och kan orsaka dataförluster men att jag har en backup och vet hur instansen återställs i fall fel uppstår.",
|
||||||
"Upgrade via web on my own risk" : "Uppgradera via webben på min egen risk",
|
"Upgrade via web on my own risk" : "Uppgradera via webben på min egen risk",
|
||||||
|
"Maintenance mode" : "Underhållsläge",
|
||||||
"This %s instance is currently in maintenance mode, which may take a while." : "Denna %s-instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.",
|
"This %s instance is currently in maintenance mode, which may take a while." : "Denna %s-instans befinner sig för närvarande i underhållsläge, vilket kan ta ett tag.",
|
||||||
|
"This page will refresh itself when the instance is available again." : "Denna sida uppdaterar sig själv när instansen är tillgänglig igen.",
|
||||||
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.",
|
"Contact your system administrator if this message persists or appeared unexpectedly." : "Hör av dig till din systemadministratör om detta meddelande fortsätter eller visas oväntat.",
|
||||||
"Updated \"%s\" to %s" : "Uppdaterade \"%s\" till %s",
|
"Updated \"%s\" to %s" : "Uppdaterade \"%s\" till %s",
|
||||||
"%s (3rdparty)" : "%s (tredjepart)",
|
"%s (3rdparty)" : "%s (tredjepart)",
|
||||||
|
|
|
@ -139,6 +139,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "\"{tableName}\" tablosundaki \"{indexName}\" dizini eksik.",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "\"{tableName}\" tablosundaki \"{indexName}\" dizini eksik.",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veritabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veritabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanında büyük tamsayıya dönüştürülecek bazı sütunlar eksik. Sütun türlerini büyük tablolara dönüştürme işlemi uzun sürebileceğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken bekleyen değişiklikleri el ile uygulamak için \"occ db:convert-filecache-bigint\" komutunu yürütün. Bu işlem yapılırken Nextcloud kopyası çevrimdışı olur. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Şu anda veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veritabanı arka ucuna geçmenizi öneriyoruz.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Şu anda veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veritabanı arka ucuna geçmenizi öneriyoruz.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakın.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakın.",
|
||||||
|
|
|
@ -137,6 +137,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "\"{tableName}\" tablosundaki \"{indexName}\" dizini eksik.",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "\"{tableName}\" tablosundaki \"{indexName}\" dizini eksik.",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veritabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veritabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir.",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Veritabanında büyük tamsayıya dönüştürülecek bazı sütunlar eksik. Sütun türlerini büyük tablolara dönüştürme işlemi uzun sürebileceğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken bekleyen değişiklikleri el ile uygulamak için \"occ db:convert-filecache-bigint\" komutunu yürütün. Bu işlem yapılırken Nextcloud kopyası çevrimdışı olur. Ayrıntılı bilgi almak için <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgeler bölümüne</a> bakabilirsiniz.",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Şu anda veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veritabanı arka ucuna geçmenizi öneriyoruz.",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Şu anda veritabanı olarak SQLite kullanılıyor. Daha büyük kurulumlar için farklı bir veritabanı arka ucuna geçmenizi öneriyoruz.",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakın.",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "Başka bir veritabanına geçmek için komut satırı aracını kullanın: 'occ db:convert-type' ya da <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">belgelere ↗</a> bakın.",
|
||||||
|
|
|
@ -113,6 +113,7 @@ OC.L10N.register(
|
||||||
"Strong password" : "强密码",
|
"Strong password" : "强密码",
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的网页服务器没有正确设置允许文件同步,因为 WebDAV 接口看起来无法正常工作。",
|
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的网页服务器没有正确设置允许文件同步,因为 WebDAV 接口看起来无法正常工作。",
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
|
||||||
|
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以服务.woff2文件。这通常是一个Nginx配置的问题。对于Nextcloud 15,需要更改一个设置才能服务.woff2文件。请将您的Nginx配置与我们<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中推荐配置进行比较。",
|
||||||
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP的安装似乎不正确,无法访问系统环境变量。getenv(\"PATH\")函数测试返回了一个空值。",
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP的安装似乎不正确,无法访问系统环境变量。getenv(\"PATH\")函数测试返回了一个空值。",
|
||||||
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请参照<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安装说明文档 ↗</a>中的PHP配置说明查阅您服务器的PHP配置信息,特别是在使用php-fpm时。",
|
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请参照<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安装说明文档 ↗</a>中的PHP配置说明查阅您服务器的PHP配置信息,特别是在使用php-fpm时。",
|
||||||
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。",
|
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。",
|
||||||
|
@ -137,6 +138,8 @@ OC.L10N.register(
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "在数据表 \"{tableName}\" 中无法找到索引 \"{indexName}\" .",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "在数据表 \"{tableName}\" 中无法找到索引 \"{indexName}\" .",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "该实例缺失了一些推荐的PHP模块。为提高性能和兼容性,我们强烈建议安装它们。",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "数据库中的一些列由于进行长整型转换而缺失。由于给较大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。该操作需要当整个实例变为离线状态后执行。查阅<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档</a>以获得更多详情。",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "当前正在使用 SQLite 作为后端数据库。多用户使用时,推荐您改用其他的数据库。",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "当前正在使用 SQLite 作为后端数据库。多用户使用时,推荐您改用其他的数据库。",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "特别推荐使用桌面客户端同步的用户选择。",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "特别推荐使用桌面客户端同步的用户选择。",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "迁移到其他数据库,使用命令:'occ db:convert-type' 或查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档↗</a>。",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "迁移到其他数据库,使用命令:'occ db:convert-type' 或查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档↗</a>。",
|
||||||
|
@ -186,6 +189,7 @@ OC.L10N.register(
|
||||||
"Password protection for links is mandatory" : "强制使用密码保护的链接",
|
"Password protection for links is mandatory" : "强制使用密码保护的链接",
|
||||||
"Share link" : "共享链接",
|
"Share link" : "共享链接",
|
||||||
"New share link" : "新共享链接",
|
"New share link" : "新共享链接",
|
||||||
|
"Created on {time}" : "创建于{time}",
|
||||||
"Password protect by Talk" : "通过 Talk 保护密码",
|
"Password protect by Talk" : "通过 Talk 保护密码",
|
||||||
"Could not unshare" : "无法共享",
|
"Could not unshare" : "无法共享",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 分组",
|
"Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 分组",
|
||||||
|
|
|
@ -111,6 +111,7 @@
|
||||||
"Strong password" : "强密码",
|
"Strong password" : "强密码",
|
||||||
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的网页服务器没有正确设置允许文件同步,因为 WebDAV 接口看起来无法正常工作。",
|
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "您的网页服务器没有正确设置允许文件同步,因为 WebDAV 接口看起来无法正常工作。",
|
||||||
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
|
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以解析“{url}”。更多信息请参见<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>。",
|
||||||
|
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "您的网页服务器未正确设置以服务.woff2文件。这通常是一个Nginx配置的问题。对于Nextcloud 15,需要更改一个设置才能服务.woff2文件。请将您的Nginx配置与我们<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档</a>中推荐配置进行比较。",
|
||||||
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP的安装似乎不正确,无法访问系统环境变量。getenv(\"PATH\")函数测试返回了一个空值。",
|
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP的安装似乎不正确,无法访问系统环境变量。getenv(\"PATH\")函数测试返回了一个空值。",
|
||||||
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请参照<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安装说明文档 ↗</a>中的PHP配置说明查阅您服务器的PHP配置信息,特别是在使用php-fpm时。",
|
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "请参照<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">安装说明文档 ↗</a>中的PHP配置说明查阅您服务器的PHP配置信息,特别是在使用php-fpm时。",
|
||||||
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。",
|
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。",
|
||||||
|
@ -135,6 +136,8 @@
|
||||||
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。",
|
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "您的 PHP 没有 FreeType 支持,导致配置文件图片和设置界面中断。",
|
||||||
"Missing index \"{indexName}\" in table \"{tableName}\"." : "在数据表 \"{tableName}\" 中无法找到索引 \"{indexName}\" .",
|
"Missing index \"{indexName}\" in table \"{tableName}\"." : "在数据表 \"{tableName}\" 中无法找到索引 \"{indexName}\" .",
|
||||||
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。",
|
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。",
|
||||||
|
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "该实例缺失了一些推荐的PHP模块。为提高性能和兼容性,我们强烈建议安装它们。",
|
||||||
|
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "数据库中的一些列由于进行长整型转换而缺失。由于给较大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行 \"occ db:add-missing-indices\" 命令修复丢失的索引。该操作需要当整个实例变为离线状态后执行。查阅<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">相关文档</a>以获得更多详情。",
|
||||||
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "当前正在使用 SQLite 作为后端数据库。多用户使用时,推荐您改用其他的数据库。",
|
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "当前正在使用 SQLite 作为后端数据库。多用户使用时,推荐您改用其他的数据库。",
|
||||||
"This is particularly recommended when using the desktop client for file synchronisation." : "特别推荐使用桌面客户端同步的用户选择。",
|
"This is particularly recommended when using the desktop client for file synchronisation." : "特别推荐使用桌面客户端同步的用户选择。",
|
||||||
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "迁移到其他数据库,使用命令:'occ db:convert-type' 或查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档↗</a>。",
|
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a>." : "迁移到其他数据库,使用命令:'occ db:convert-type' 或查阅 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">文档↗</a>。",
|
||||||
|
@ -184,6 +187,7 @@
|
||||||
"Password protection for links is mandatory" : "强制使用密码保护的链接",
|
"Password protection for links is mandatory" : "强制使用密码保护的链接",
|
||||||
"Share link" : "共享链接",
|
"Share link" : "共享链接",
|
||||||
"New share link" : "新共享链接",
|
"New share link" : "新共享链接",
|
||||||
|
"Created on {time}" : "创建于{time}",
|
||||||
"Password protect by Talk" : "通过 Talk 保护密码",
|
"Password protect by Talk" : "通过 Talk 保护密码",
|
||||||
"Could not unshare" : "无法共享",
|
"Could not unshare" : "无法共享",
|
||||||
"Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 分组",
|
"Shared with you and the group {group} by {owner}" : "{owner} 共享给您及 {group} 分组",
|
||||||
|
|
|
@ -133,7 +133,7 @@ OC.L10N.register(
|
||||||
"Can’t set expiration date more than %s days in the future" : "Kan inte sätta utgångsdatum mer än %s dagar framåt",
|
"Can’t set expiration date more than %s days in the future" : "Kan inte sätta utgångsdatum mer än %s dagar framåt",
|
||||||
"%1$s shared »%2$s« with you" : "%1$s delade »%2$s« med dig",
|
"%1$s shared »%2$s« with you" : "%1$s delade »%2$s« med dig",
|
||||||
"%1$s shared »%2$s« with you." : "%1$s delade »%2$s« med dig.",
|
"%1$s shared »%2$s« with you." : "%1$s delade »%2$s« med dig.",
|
||||||
"Click the button below to open it." : "Klicka knappen nedan för att öppna det.",
|
"Click the button below to open it." : "Klicka på knappen nedan för att öppna det.",
|
||||||
"The requested share does not exist anymore" : "Den begärda delningen finns inte mer",
|
"The requested share does not exist anymore" : "Den begärda delningen finns inte mer",
|
||||||
"Could not find category \"%s\"" : "Kunde inte hitta kategorin \"%s\"",
|
"Could not find category \"%s\"" : "Kunde inte hitta kategorin \"%s\"",
|
||||||
"Sunday" : "Söndag",
|
"Sunday" : "Söndag",
|
||||||
|
|
|
@ -131,7 +131,7 @@
|
||||||
"Can’t set expiration date more than %s days in the future" : "Kan inte sätta utgångsdatum mer än %s dagar framåt",
|
"Can’t set expiration date more than %s days in the future" : "Kan inte sätta utgångsdatum mer än %s dagar framåt",
|
||||||
"%1$s shared »%2$s« with you" : "%1$s delade »%2$s« med dig",
|
"%1$s shared »%2$s« with you" : "%1$s delade »%2$s« med dig",
|
||||||
"%1$s shared »%2$s« with you." : "%1$s delade »%2$s« med dig.",
|
"%1$s shared »%2$s« with you." : "%1$s delade »%2$s« med dig.",
|
||||||
"Click the button below to open it." : "Klicka knappen nedan för att öppna det.",
|
"Click the button below to open it." : "Klicka på knappen nedan för att öppna det.",
|
||||||
"The requested share does not exist anymore" : "Den begärda delningen finns inte mer",
|
"The requested share does not exist anymore" : "Den begärda delningen finns inte mer",
|
||||||
"Could not find category \"%s\"" : "Kunde inte hitta kategorin \"%s\"",
|
"Could not find category \"%s\"" : "Kunde inte hitta kategorin \"%s\"",
|
||||||
"Sunday" : "Söndag",
|
"Sunday" : "Söndag",
|
||||||
|
|
|
@ -97,9 +97,9 @@ class Propagator implements IPropagator {
|
||||||
->where($builder->expr()->eq('storage', $builder->createNamedParameter($storageId, IQueryBuilder::PARAM_INT)))
|
->where($builder->expr()->eq('storage', $builder->createNamedParameter($storageId, IQueryBuilder::PARAM_INT)))
|
||||||
->andWhere($builder->expr()->in('path_hash', $hashParams))
|
->andWhere($builder->expr()->in('path_hash', $hashParams))
|
||||||
->andWhere($builder->expr()->gt('size', $builder->expr()->literal(-1, IQueryBuilder::PARAM_INT)));
|
->andWhere($builder->expr()->gt('size', $builder->expr()->literal(-1, IQueryBuilder::PARAM_INT)));
|
||||||
}
|
|
||||||
|
|
||||||
$builder->execute();
|
$builder->execute();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getParents($path) {
|
protected function getParents($path) {
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue