summaryrefslogtreecommitdiffstats
path: root/apps/settings
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-02-19 00:19:09 +0000
committerNextcloud bot <bot@nextcloud.com>2024-02-19 00:19:09 +0000
commit88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68 (patch)
treefaf116efcd62fa3281173628555e8d84cf267e19 /apps/settings
parent533dec0df0b3bcd2dd019424cb59744f68bae4c6 (diff)
downloadnextcloud-server-88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68.tar.gz
nextcloud-server-88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings')
-rw-r--r--apps/settings/l10n/en_GB.js50
-rw-r--r--apps/settings/l10n/en_GB.json50
-rw-r--r--apps/settings/l10n/es_MX.js23
-rw-r--r--apps/settings/l10n/es_MX.json23
-rw-r--r--apps/settings/l10n/ru.js2
-rw-r--r--apps/settings/l10n/ru.json2
-rw-r--r--apps/settings/l10n/tr.js81
-rw-r--r--apps/settings/l10n/tr.json81
8 files changed, 310 insertions, 2 deletions
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js
index 22106e0662b..2096748d6bc 100644
--- a/apps/settings/l10n/en_GB.js
+++ b/apps/settings/l10n/en_GB.js
@@ -56,9 +56,12 @@ OC.L10N.register(
"Wrong password" : "Incorrect password",
"Unable to change personal password" : "Unable to change personal password",
"Saved" : "Saved",
+ "No Login supplied" : "No Login supplied",
"Unable to change password. Password too long." : "Unable to change password. Password too long.",
"Authentication error" : "Authentication error",
+ "Please provide an admin recovery password; otherwise, all account data will be lost." : "Please provide an admin recovery password; otherwise, all account data will be lost.",
"Wrong admin recovery password. Please check the password and try again." : "Incorrect admin recovery password. Please check the password and try again.",
+ "Backend does not support password change, but the encryption of the account key was updated." : "Backend does not support password change, but the encryption of the account key was updated.",
"Administrator documentation" : "Administrator documentation",
"User documentation" : "User documentation",
"Nextcloud help overview" : "Nextcloud help overview",
@@ -68,6 +71,7 @@ OC.L10N.register(
"If you received this email, the email configuration seems to be correct." : "If you received this email, the email configuration seems to be correct.",
"Email could not be sent. Check your mail server log" : "Email could not be sent. Check your mail server log",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "A problem occurred while sending the email. Please revise your settings. (Error: %s)",
+ "You need to set your account email before being able to send test emails. Go to %s for that." : "You need to set your account email before being able to send test emails. Go to %s for that.",
"Users" : "Users",
"Invalid account" : "Invalid account",
"Invalid mail address" : "Invalid mail address",
@@ -95,9 +99,11 @@ OC.L10N.register(
"Welcome aboard" : "Welcome aboard",
"Welcome aboard %s" : "Welcome aboard %s",
"Welcome to your %s account, you can add, protect, and share your data." : "Welcome to your %s account, you can add, protect, and share your data.",
+ "Your Login is: %s" : "Your Login is: %s",
"Set your password" : "Set your password",
"Go to %s" : "Go to %s",
"Install Client" : "Install Client",
+ "Logged in account must be a subadmin" : "Logged in account must be a subadmin",
"Settings" : "Settings",
"Personal" : "Personal",
"Administration" : "Administration",
@@ -124,6 +130,10 @@ OC.L10N.register(
"Your remote address could not be determined." : "Your remote address could not be determined.",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly.",
"Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.",
+ "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.",
+ "Old administration imported certificates" : "Old administration imported certificates",
+ "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "A background job is pending that checks for administration imported SSL certificates. Please check back later.",
+ "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.",
"Code integrity" : "Code integrity",
"Integrity checker has been disabled. Integrity cannot be verified." : "Integrity checker has been disabled. Integrity cannot be verified.",
"No altered files" : "No altered files",
@@ -253,6 +263,9 @@ OC.L10N.register(
"Database transaction isolation level" : "Database transaction isolation level",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.",
"Was not able to get transaction isolation level: %s" : "Was not able to get transaction isolation level: %s",
+ "WOFF2 file loading" : "WOFF2 file loading",
+ "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files.",
+ "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 documentation." : "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 documentation.",
"Profile information" : "Profile information",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled",
"Nextcloud settings" : "Nextcloud settings",
@@ -309,6 +322,7 @@ OC.L10N.register(
"Deleted disclaimer text" : "Deleted disclaimer text",
"Could not set disclaimer text" : "Could not set disclaimer text",
"Two-Factor Authentication" : "Two-Factor Authentication",
+ "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.",
"Enforce two-factor authentication" : "Enforce two-factor authentication",
"Limit to groups" : "Limit to groups",
"Enforcement of two-factor authentication can be set for certain groups only." : "Enforcement of two-factor authentication can be set for certain groups only.",
@@ -316,6 +330,7 @@ OC.L10N.register(
"Enforced groups" : "Enforced groups",
"Two-factor authentication is not enforced for members of the following groups." : "Two-factor authentication is not enforced for members of the following groups.",
"Excluded groups" : "Excluded groups",
+ "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.",
"Save changes" : "Save changes",
"All" : "All",
"Limit app usage to groups" : "Limit app usage to groups",
@@ -329,6 +344,7 @@ OC.L10N.register(
"View in store" : "View in store",
"Visit website" : "Visit website",
"Report a bug" : "Report a bug",
+ "Usage documentation" : "Usage documentation",
"Admin documentation" : "Admin documentation",
"Developer documentation" : "Developer documentation",
"Show details for {appName} app" : "Show details for {appName} app",
@@ -391,12 +407,16 @@ OC.L10N.register(
"Last job ran {relativeTime}." : "Last job ran {relativeTime}.",
"Background job did not run yet!" : "Background job did not run yet!",
"AJAX" : "AJAX",
+ "Execute one task with each page loaded. Use case: Single account instance." : "Execute one task with each page loaded. Use case: Single account instance.",
"Webcron" : "Webcron",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage).",
"Cron (Recommended)" : "Cron (Recommended)",
"Use system cron service to call the cron.php file every 5 minutes." : "Use system cron service to call the cron.php file every 5 minutes.",
+ "The cron.php needs to be executed by the system account \"{user}\"." : "The cron.php needs to be executed by the system account \"{user}\".",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details.",
"Unable to update background job mode" : "Unable to update background job mode",
"Profile" : "Profile",
+ "Enable or disable profile by default for new accounts." : "Enable or disable profile by default for new accounts.",
"Enable" : "Enable",
"Unable to update profile default setting" : "Unable to update profile default setting",
"Server-side encryption" : "Server-side encryption",
@@ -413,6 +433,7 @@ OC.L10N.register(
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}",
"Unable to update server side encryption config" : "Unable to update server side encryption config",
"Please confirm the group removal" : "Please confirm the group removal",
+ "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "You are about to remove the group \"{group}\". The accounts will NOT be deleted.",
"Cancel" : "Cancel",
"Confirm" : "Confirm",
"Submit" : "Submit",
@@ -444,9 +465,11 @@ OC.L10N.register(
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
"Your full name" : "Your full name",
"Back" : "Back",
+ "Change scope level of {property}" : "Change scope level of {property}",
"This address is not confirmed" : "This address is not confirmed",
"Primary email for password reset and notifications" : "Primary email for password reset and notifications",
"Email options" : "Email options",
+ "Options for additional email address {index}" : "Options for additional email address {index}",
"Remove primary email" : "Remove primary email",
"Delete email" : "Delete email",
"Unset as primary email" : "Unset as primary email",
@@ -465,6 +488,7 @@ OC.L10N.register(
"Help translate" : "Help translate",
"Unable to update language" : "Unable to update language",
"No language set" : "No language set",
+ "Locales" : "Locales",
"Week starts on {firstDayOfWeek}" : "Week starts on {firstDayOfWeek}",
"Unable to update locale" : "Unable to update locale",
"No locale set" : "No locale set",
@@ -472,6 +496,7 @@ OC.L10N.register(
"Your organisation" : "Your organisation",
"Your phone number" : "Your phone number",
"Edit your Profile visibility" : "Edit your Profile visibility",
+ "Enable profile" : "Enable profile",
"Unable to update profile enabled state" : "Unable to update profile enabled state",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected.",
"Unable to update visibility of {displayId}" : "Unable to update visibility of {displayId}",
@@ -479,6 +504,7 @@ OC.L10N.register(
"Your X (formerly Twitter) handle" : "Your X (formerly Twitter) handle",
"Your website" : "Your website",
"No {property} set" : "No {property} set",
+ "Invalid value" : "Invalid value",
"Unable to update {property}" : "Unable to update {property}",
"Change scope level of {property}, current scope is {scope}" : "Change scope level of {property}, current scope is {scope}",
"Unable to update federation scope of the primary {property}" : "Unable to update federation scope of the primary {property}",
@@ -491,6 +517,7 @@ OC.L10N.register(
"Reshare" : "Reshare",
"No accounts" : "No accounts",
"Loading accounts …" : "Loading accounts …",
+ "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list.",
"Default language" : "Default language",
"Common languages" : "Common languages",
"Other languages" : "Other languages",
@@ -527,18 +554,28 @@ OC.L10N.register(
"Last login" : "Last login",
"User actions" : "User actions",
"Password or insufficient permissions message" : "Password or insufficient permissions message",
+ "Loading account …" : "Loading account …",
"Change display name" : "Change display name",
"Set new password" : "Set new password",
+ "You do not have permissions to see the details of this account" : "You do not have permissions to see the details of this account",
"Set new email address" : "Set new email address",
"Add user to group" : "Add user to group",
+ "Add account to group" : "Add account to group",
+ "Set account as admin for" : "Set account as admin for",
+ "Select account quota" : "Select account quota",
"Set the language" : "Set the language",
+ "Set line manager" : "Set line manager",
"{size} used" : "{size} used",
+ "Delete account" : "Delete account",
"Wipe all devices" : "Wipe all devices",
+ "Disable account" : "Disable account",
+ "Enable account" : "Enable account",
"Resend welcome email" : "Resend welcome email",
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet.",
"Remote wipe of devices" : "Remote wipe of devices",
"Wipe {userid}'s devices" : "Wipe {userid}'s devices",
"Wiped {userid}'s devices" : "Wiped {userid}'s devices",
+ "Failed to update line manager" : "Failed to update line manager",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Fully delete {userid}'s account including all their personal files, app data, etc.",
"Account deletion" : "Account deletion",
"Delete {userid}'s account" : "Delete {userid}'s account",
@@ -546,13 +583,17 @@ OC.L10N.register(
"Password was successfully changed" : "Password was successfully changed",
"Email was successfully changed" : "Email was successfully changed",
"Welcome mail sent!" : "Welcome mail sent!",
+ "Toggle account actions menu" : "Toggle account actions menu",
"Done" : "Done",
"Edit" : "Edit",
+ "Account management settings" : "Account management settings",
"Visibility" : "Visibility",
"Show language" : "Show language",
+ "Show account backend" : "Show account backend",
"Show storage path" : "Show storage path",
"Show last login" : "Show last login",
"Send email" : "Send email",
+ "Send welcome email to new accounts" : "Send welcome email to new accounts",
"Defaults" : "Defaults",
"Default quota" : "Default quota",
"Select default quota" : "Select default quota",
@@ -574,12 +615,17 @@ OC.L10N.register(
"{license}-licensed" : "{license}-licensed",
"Changelog" : "Changelog",
"by {author}\n{license}" : "by {author}\n{license}",
+ "Account management" : "Account management",
+ "New account" : "New account",
+ "Active accounts" : "Active accounts",
"Admins" : "Admins",
"Disabled users" : "Disabled users",
"Creating group …" : "Creating group …",
"Create group" : "Create group",
"Group name" : "Group name",
"Please enter a valid group name" : "Please enter a valid group name",
+ "Disabled accounts" : "Disabled accounts",
+ "Account group: {group}" : "Account group: {group}",
"Failed to create group" : "Failed to create group",
"Sending…" : "Sending…",
"Email sent" : "Email sent",
@@ -598,6 +644,8 @@ OC.L10N.register(
"Profile visibility" : "Profile visibility",
"Locale" : "Locale",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "Not available as this property is required for core functionality including file sharing and calendar invitations",
+ "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Not available as federation has been disabled for your account, contact your system administration if you have any questions",
+ "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions",
"Your apps" : "Your apps",
"Active apps" : "Active apps",
"Disabled apps" : "Disabled apps",
@@ -606,6 +654,7 @@ OC.L10N.register(
"Featured apps" : "Featured apps",
"Supported apps" : "Supported apps",
"Show to everyone" : "Show to everyone",
+ "Show to logged in accounts only" : "Show to logged in accounts only",
"Hide" : "Hide",
"Download and enable" : "Download and enable",
"Allow untested app" : "Allow untested app",
@@ -642,6 +691,7 @@ OC.L10N.register(
"Authentication" : "Authentication",
"Authentication required" : "Authentication required",
"Credentials" : "Credentials",
+ "SMTP Login" : "SMTP Login",
"SMTP Password" : "SMTP Password",
"Save" : "Save",
"Test and verify email settings" : "Test and verify email settings",
diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json
index 4e37f3f14ca..00752808001 100644
--- a/apps/settings/l10n/en_GB.json
+++ b/apps/settings/l10n/en_GB.json
@@ -54,9 +54,12 @@
"Wrong password" : "Incorrect password",
"Unable to change personal password" : "Unable to change personal password",
"Saved" : "Saved",
+ "No Login supplied" : "No Login supplied",
"Unable to change password. Password too long." : "Unable to change password. Password too long.",
"Authentication error" : "Authentication error",
+ "Please provide an admin recovery password; otherwise, all account data will be lost." : "Please provide an admin recovery password; otherwise, all account data will be lost.",
"Wrong admin recovery password. Please check the password and try again." : "Incorrect admin recovery password. Please check the password and try again.",
+ "Backend does not support password change, but the encryption of the account key was updated." : "Backend does not support password change, but the encryption of the account key was updated.",
"Administrator documentation" : "Administrator documentation",
"User documentation" : "User documentation",
"Nextcloud help overview" : "Nextcloud help overview",
@@ -66,6 +69,7 @@
"If you received this email, the email configuration seems to be correct." : "If you received this email, the email configuration seems to be correct.",
"Email could not be sent. Check your mail server log" : "Email could not be sent. Check your mail server log",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "A problem occurred while sending the email. Please revise your settings. (Error: %s)",
+ "You need to set your account email before being able to send test emails. Go to %s for that." : "You need to set your account email before being able to send test emails. Go to %s for that.",
"Users" : "Users",
"Invalid account" : "Invalid account",
"Invalid mail address" : "Invalid mail address",
@@ -93,9 +97,11 @@
"Welcome aboard" : "Welcome aboard",
"Welcome aboard %s" : "Welcome aboard %s",
"Welcome to your %s account, you can add, protect, and share your data." : "Welcome to your %s account, you can add, protect, and share your data.",
+ "Your Login is: %s" : "Your Login is: %s",
"Set your password" : "Set your password",
"Go to %s" : "Go to %s",
"Install Client" : "Install Client",
+ "Logged in account must be a subadmin" : "Logged in account must be a subadmin",
"Settings" : "Settings",
"Personal" : "Personal",
"Administration" : "Administration",
@@ -122,6 +128,10 @@
"Your remote address could not be determined." : "Your remote address could not be determined.",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly.",
"Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.",
+ "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.",
+ "Old administration imported certificates" : "Old administration imported certificates",
+ "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "A background job is pending that checks for administration imported SSL certificates. Please check back later.",
+ "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.",
"Code integrity" : "Code integrity",
"Integrity checker has been disabled. Integrity cannot be verified." : "Integrity checker has been disabled. Integrity cannot be verified.",
"No altered files" : "No altered files",
@@ -251,6 +261,9 @@
"Database transaction isolation level" : "Database transaction isolation level",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel.",
"Was not able to get transaction isolation level: %s" : "Was not able to get transaction isolation level: %s",
+ "WOFF2 file loading" : "WOFF2 file loading",
+ "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files.",
+ "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 documentation." : "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 documentation.",
"Profile information" : "Profile information",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled",
"Nextcloud settings" : "Nextcloud settings",
@@ -307,6 +320,7 @@
"Deleted disclaimer text" : "Deleted disclaimer text",
"Could not set disclaimer text" : "Could not set disclaimer text",
"Two-Factor Authentication" : "Two-Factor Authentication",
+ "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.",
"Enforce two-factor authentication" : "Enforce two-factor authentication",
"Limit to groups" : "Limit to groups",
"Enforcement of two-factor authentication can be set for certain groups only." : "Enforcement of two-factor authentication can be set for certain groups only.",
@@ -314,6 +328,7 @@
"Enforced groups" : "Enforced groups",
"Two-factor authentication is not enforced for members of the following groups." : "Two-factor authentication is not enforced for members of the following groups.",
"Excluded groups" : "Excluded groups",
+ "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.",
"Save changes" : "Save changes",
"All" : "All",
"Limit app usage to groups" : "Limit app usage to groups",
@@ -327,6 +342,7 @@
"View in store" : "View in store",
"Visit website" : "Visit website",
"Report a bug" : "Report a bug",
+ "Usage documentation" : "Usage documentation",
"Admin documentation" : "Admin documentation",
"Developer documentation" : "Developer documentation",
"Show details for {appName} app" : "Show details for {appName} app",
@@ -389,12 +405,16 @@
"Last job ran {relativeTime}." : "Last job ran {relativeTime}.",
"Background job did not run yet!" : "Background job did not run yet!",
"AJAX" : "AJAX",
+ "Execute one task with each page loaded. Use case: Single account instance." : "Execute one task with each page loaded. Use case: Single account instance.",
"Webcron" : "Webcron",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage).",
"Cron (Recommended)" : "Cron (Recommended)",
"Use system cron service to call the cron.php file every 5 minutes." : "Use system cron service to call the cron.php file every 5 minutes.",
+ "The cron.php needs to be executed by the system account \"{user}\"." : "The cron.php needs to be executed by the system account \"{user}\".",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details.",
"Unable to update background job mode" : "Unable to update background job mode",
"Profile" : "Profile",
+ "Enable or disable profile by default for new accounts." : "Enable or disable profile by default for new accounts.",
"Enable" : "Enable",
"Unable to update profile default setting" : "Unable to update profile default setting",
"Server-side encryption" : "Server-side encryption",
@@ -411,6 +431,7 @@
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}",
"Unable to update server side encryption config" : "Unable to update server side encryption config",
"Please confirm the group removal" : "Please confirm the group removal",
+ "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "You are about to remove the group \"{group}\". The accounts will NOT be deleted.",
"Cancel" : "Cancel",
"Confirm" : "Confirm",
"Submit" : "Submit",
@@ -442,9 +463,11 @@
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
"Your full name" : "Your full name",
"Back" : "Back",
+ "Change scope level of {property}" : "Change scope level of {property}",
"This address is not confirmed" : "This address is not confirmed",
"Primary email for password reset and notifications" : "Primary email for password reset and notifications",
"Email options" : "Email options",
+ "Options for additional email address {index}" : "Options for additional email address {index}",
"Remove primary email" : "Remove primary email",
"Delete email" : "Delete email",
"Unset as primary email" : "Unset as primary email",
@@ -463,6 +486,7 @@
"Help translate" : "Help translate",
"Unable to update language" : "Unable to update language",
"No language set" : "No language set",
+ "Locales" : "Locales",
"Week starts on {firstDayOfWeek}" : "Week starts on {firstDayOfWeek}",
"Unable to update locale" : "Unable to update locale",
"No locale set" : "No locale set",
@@ -470,6 +494,7 @@
"Your organisation" : "Your organisation",
"Your phone number" : "Your phone number",
"Edit your Profile visibility" : "Edit your Profile visibility",
+ "Enable profile" : "Enable profile",
"Unable to update profile enabled state" : "Unable to update profile enabled state",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected.",
"Unable to update visibility of {displayId}" : "Unable to update visibility of {displayId}",
@@ -477,6 +502,7 @@
"Your X (formerly Twitter) handle" : "Your X (formerly Twitter) handle",
"Your website" : "Your website",
"No {property} set" : "No {property} set",
+ "Invalid value" : "Invalid value",
"Unable to update {property}" : "Unable to update {property}",
"Change scope level of {property}, current scope is {scope}" : "Change scope level of {property}, current scope is {scope}",
"Unable to update federation scope of the primary {property}" : "Unable to update federation scope of the primary {property}",
@@ -489,6 +515,7 @@
"Reshare" : "Reshare",
"No accounts" : "No accounts",
"Loading accounts …" : "Loading accounts …",
+ "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list.",
"Default language" : "Default language",
"Common languages" : "Common languages",
"Other languages" : "Other languages",
@@ -525,18 +552,28 @@
"Last login" : "Last login",
"User actions" : "User actions",
"Password or insufficient permissions message" : "Password or insufficient permissions message",
+ "Loading account …" : "Loading account …",
"Change display name" : "Change display name",
"Set new password" : "Set new password",
+ "You do not have permissions to see the details of this account" : "You do not have permissions to see the details of this account",
"Set new email address" : "Set new email address",
"Add user to group" : "Add user to group",
+ "Add account to group" : "Add account to group",
+ "Set account as admin for" : "Set account as admin for",
+ "Select account quota" : "Select account quota",
"Set the language" : "Set the language",
+ "Set line manager" : "Set line manager",
"{size} used" : "{size} used",
+ "Delete account" : "Delete account",
"Wipe all devices" : "Wipe all devices",
+ "Disable account" : "Disable account",
+ "Enable account" : "Enable account",
"Resend welcome email" : "Resend welcome email",
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet.",
"Remote wipe of devices" : "Remote wipe of devices",
"Wipe {userid}'s devices" : "Wipe {userid}'s devices",
"Wiped {userid}'s devices" : "Wiped {userid}'s devices",
+ "Failed to update line manager" : "Failed to update line manager",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Fully delete {userid}'s account including all their personal files, app data, etc.",
"Account deletion" : "Account deletion",
"Delete {userid}'s account" : "Delete {userid}'s account",
@@ -544,13 +581,17 @@
"Password was successfully changed" : "Password was successfully changed",
"Email was successfully changed" : "Email was successfully changed",
"Welcome mail sent!" : "Welcome mail sent!",
+ "Toggle account actions menu" : "Toggle account actions menu",
"Done" : "Done",
"Edit" : "Edit",
+ "Account management settings" : "Account management settings",
"Visibility" : "Visibility",
"Show language" : "Show language",
+ "Show account backend" : "Show account backend",
"Show storage path" : "Show storage path",
"Show last login" : "Show last login",
"Send email" : "Send email",
+ "Send welcome email to new accounts" : "Send welcome email to new accounts",
"Defaults" : "Defaults",
"Default quota" : "Default quota",
"Select default quota" : "Select default quota",
@@ -572,12 +613,17 @@
"{license}-licensed" : "{license}-licensed",
"Changelog" : "Changelog",
"by {author}\n{license}" : "by {author}\n{license}",
+ "Account management" : "Account management",
+ "New account" : "New account",
+ "Active accounts" : "Active accounts",
"Admins" : "Admins",
"Disabled users" : "Disabled users",
"Creating group …" : "Creating group …",
"Create group" : "Create group",
"Group name" : "Group name",
"Please enter a valid group name" : "Please enter a valid group name",
+ "Disabled accounts" : "Disabled accounts",
+ "Account group: {group}" : "Account group: {group}",
"Failed to create group" : "Failed to create group",
"Sending…" : "Sending…",
"Email sent" : "Email sent",
@@ -596,6 +642,8 @@
"Profile visibility" : "Profile visibility",
"Locale" : "Locale",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "Not available as this property is required for core functionality including file sharing and calendar invitations",
+ "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Not available as federation has been disabled for your account, contact your system administration if you have any questions",
+ "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions",
"Your apps" : "Your apps",
"Active apps" : "Active apps",
"Disabled apps" : "Disabled apps",
@@ -604,6 +652,7 @@
"Featured apps" : "Featured apps",
"Supported apps" : "Supported apps",
"Show to everyone" : "Show to everyone",
+ "Show to logged in accounts only" : "Show to logged in accounts only",
"Hide" : "Hide",
"Download and enable" : "Download and enable",
"Allow untested app" : "Allow untested app",
@@ -640,6 +689,7 @@
"Authentication" : "Authentication",
"Authentication required" : "Authentication required",
"Credentials" : "Credentials",
+ "SMTP Login" : "SMTP Login",
"SMTP Password" : "SMTP Password",
"Save" : "Save",
"Test and verify email settings" : "Test and verify email settings",
diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js
index ad212adcd35..a51e6c111dc 100644
--- a/apps/settings/l10n/es_MX.js
+++ b/apps/settings/l10n/es_MX.js
@@ -61,6 +61,7 @@ OC.L10N.register(
"Authentication error" : "Error de autenticación",
"Please provide an admin recovery password; otherwise, all account data will be lost." : "Por favor proporcione una contraseña de recuperación de administrador; de lo contrario, toda la información de la cuenta se perderá.",
"Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor verificala e inténtalo de nuevo.",
+ "Backend does not support password change, but the encryption of the account key was updated." : "El backend no soporta el cambio de contraseñas, pero se actualizó el cifrado de la llave de la cuenta.",
"Administrator documentation" : "Documentación del adminsitrador",
"User documentation" : "Documentación del usuario",
"Nextcloud help overview" : "Descripción general de la ayuda de Nextcloud",
@@ -70,6 +71,7 @@ OC.L10N.register(
"If you received this email, the email configuration seems to be correct." : "Si has recibido este correo electrónico, la configuración del correo electrónico parece estar correcta. ",
"Email could not be sent. Check your mail server log" : "No fue posible enviar el correo electrónico. Por favor verfica la bitácora de tu servidor de correo",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Se presentó un problema al enviar el correo electrónico. Por favor revisa tus configuraciones (Error: %s)",
+ "You need to set your account email before being able to send test emails. Go to %s for that." : "Necesita establecer su cuenta de correo electrónico antes de poder enviar correos de prueba. Vaya a %s para hacerlo.",
"Users" : " Usuarios",
"Invalid account" : "Cuenta inválida",
"Invalid mail address" : "Dirección de correo inválida",
@@ -127,10 +129,13 @@ OC.L10N.register(
"Your remote address could not be determined." : "No se pudo determinar su dirección remota.",
"Your remote address \"%s\" is not brute-force throttled." : "Su dirección remota \"%s\" no está limitada por fuerza bruta.",
"Old administration imported certificates" : "Certificados antiguos de administración importados",
+ "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de administración importados. Por favor, vuelva a checar más tarde.",
"Code integrity" : "Integridad del código",
"Integrity checker has been disabled. Integrity cannot be verified." : "El verificador de integridad ha sido deshabilitado. La integridad no puede ser verificada.",
"No altered files" : "No hay archivos alterados",
+ "Some files have not passed the integrity check. {link1} {link2}" : "Algunos archivos no han pasado la verificación de integridad. {link1} {link2}",
"Cron errors" : "Errores de cron",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "No fue posible ejecutar el trabajo cron a través de la línea de comandos. Los siguientes errores técnicos aparecieron:\n%s",
"The last cron job ran without errors." : "El último trabajo cron se ejecutó sin errores.",
"Cron last run" : "Última ejecución de cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "La última ejecución de trabajo de segundo plano se ejecutó %s. Parece que algo está mal. {link}.",
@@ -141,10 +146,28 @@ OC.L10N.register(
"Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".",
"Database missing primary keys" : "Faltan llaves primarias en la base de datos",
"Missing primary key on table \"%s\"." : "Falta la llave primaria en la tabla \"%s\".",
+ "Database pending bigint migrations" : "Está pendiente la migración de \"bigint\" de la base de datos",
"Debug mode" : "Modo de depuración",
+ "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Esta instancia se está ejecutando en modo de depuración. Habilite esto únicamente para desarrollo local y no en ambientes de producción.",
"Debug mode is disabled." : "El modo de depuración está deshabilitado.",
"Default phone region" : "Región predeterminada para teléfonos",
+ "Email test" : "Correo de prueba",
+ "Email test was successfully sent" : "Correo de prueba enviado correctamente",
+ "File locking" : "Bloqueo de archivos",
+ "Forwarded for headers" : "Cabeceras Reenviado para",
+ "Your IP address was resolved as %s" : "Su dirección IP se resolvió como %s",
+ "Internet connectivity" : "Conexión a Internet",
+ "Internet connectivity is disabled in configuration file." : "La conexión a Internet está deshabilitada en el archivo de configuración.",
+ "JavaScript modules support" : "Soporte de módulos JavaScript",
+ "Old server-side-encryption" : "Antiguo cifrado del lado del servidor",
"Disabled" : "Deshabilitado",
+ "The old server-side-encryption format is enabled. We recommend disabling this." : "El antiguo formato de cifrado del lado del servidor está activado. Recomendamos deshabilitar esto.",
+ "Maintenance window start" : "Inicio de la ventana de mantenimiento",
+ "Memcache" : "Memcache",
+ "Configured" : "Configurado",
+ "MySQL Unicode support" : "Soporte unicode de MySQL",
+ "You are not using MySQL" : "No está usando MySQL",
+ "Overwrite CLI URL" : "Sobrescribir el URL de la línea de comandos",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
diff --git a/apps/settings/l10n/es_MX.json b/apps/settings/l10n/es_MX.json
index 008546745ff..80661d0e027 100644
--- a/apps/settings/l10n/es_MX.json
+++ b/apps/settings/l10n/es_MX.json
@@ -59,6 +59,7 @@
"Authentication error" : "Error de autenticación",
"Please provide an admin recovery password; otherwise, all account data will be lost." : "Por favor proporcione una contraseña de recuperación de administrador; de lo contrario, toda la información de la cuenta se perderá.",
"Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación de administrador incorrecta. Por favor verificala e inténtalo de nuevo.",
+ "Backend does not support password change, but the encryption of the account key was updated." : "El backend no soporta el cambio de contraseñas, pero se actualizó el cifrado de la llave de la cuenta.",
"Administrator documentation" : "Documentación del adminsitrador",
"User documentation" : "Documentación del usuario",
"Nextcloud help overview" : "Descripción general de la ayuda de Nextcloud",
@@ -68,6 +69,7 @@
"If you received this email, the email configuration seems to be correct." : "Si has recibido este correo electrónico, la configuración del correo electrónico parece estar correcta. ",
"Email could not be sent. Check your mail server log" : "No fue posible enviar el correo electrónico. Por favor verfica la bitácora de tu servidor de correo",
"A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Se presentó un problema al enviar el correo electrónico. Por favor revisa tus configuraciones (Error: %s)",
+ "You need to set your account email before being able to send test emails. Go to %s for that." : "Necesita establecer su cuenta de correo electrónico antes de poder enviar correos de prueba. Vaya a %s para hacerlo.",
"Users" : " Usuarios",
"Invalid account" : "Cuenta inválida",
"Invalid mail address" : "Dirección de correo inválida",
@@ -125,10 +127,13 @@
"Your remote address could not be determined." : "No se pudo determinar su dirección remota.",
"Your remote address \"%s\" is not brute-force throttled." : "Su dirección remota \"%s\" no está limitada por fuerza bruta.",
"Old administration imported certificates" : "Certificados antiguos de administración importados",
+ "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de administración importados. Por favor, vuelva a checar más tarde.",
"Code integrity" : "Integridad del código",
"Integrity checker has been disabled. Integrity cannot be verified." : "El verificador de integridad ha sido deshabilitado. La integridad no puede ser verificada.",
"No altered files" : "No hay archivos alterados",
+ "Some files have not passed the integrity check. {link1} {link2}" : "Algunos archivos no han pasado la verificación de integridad. {link1} {link2}",
"Cron errors" : "Errores de cron",
+ "It was not possible to execute the cron job via CLI. The following technical errors have appeared:\n%s" : "No fue posible ejecutar el trabajo cron a través de la línea de comandos. Los siguientes errores técnicos aparecieron:\n%s",
"The last cron job ran without errors." : "El último trabajo cron se ejecutó sin errores.",
"Cron last run" : "Última ejecución de cron",
"Last background job execution ran %s. Something seems wrong. {link}." : "La última ejecución de trabajo de segundo plano se ejecutó %s. Parece que algo está mal. {link}.",
@@ -139,10 +144,28 @@
"Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".",
"Database missing primary keys" : "Faltan llaves primarias en la base de datos",
"Missing primary key on table \"%s\"." : "Falta la llave primaria en la tabla \"%s\".",
+ "Database pending bigint migrations" : "Está pendiente la migración de \"bigint\" de la base de datos",
"Debug mode" : "Modo de depuración",
+ "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Esta instancia se está ejecutando en modo de depuración. Habilite esto únicamente para desarrollo local y no en ambientes de producción.",
"Debug mode is disabled." : "El modo de depuración está deshabilitado.",
"Default phone region" : "Región predeterminada para teléfonos",
+ "Email test" : "Correo de prueba",
+ "Email test was successfully sent" : "Correo de prueba enviado correctamente",
+ "File locking" : "Bloqueo de archivos",
+ "Forwarded for headers" : "Cabeceras Reenviado para",
+ "Your IP address was resolved as %s" : "Su dirección IP se resolvió como %s",
+ "Internet connectivity" : "Conexión a Internet",
+ "Internet connectivity is disabled in configuration file." : "La conexión a Internet está deshabilitada en el archivo de configuración.",
+ "JavaScript modules support" : "Soporte de módulos JavaScript",
+ "Old server-side-encryption" : "Antiguo cifrado del lado del servidor",
"Disabled" : "Deshabilitado",
+ "The old server-side-encryption format is enabled. We recommend disabling this." : "El antiguo formato de cifrado del lado del servidor está activado. Recomendamos deshabilitar esto.",
+ "Maintenance window start" : "Inicio de la ventana de mantenimiento",
+ "Memcache" : "Memcache",
+ "Configured" : "Configurado",
+ "MySQL Unicode support" : "Soporte unicode de MySQL",
+ "You are not using MySQL" : "No está usando MySQL",
+ "Overwrite CLI URL" : "Sobrescribir el URL de la línea de comandos",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.",
diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js
index d237bb5b35b..824b27246f4 100644
--- a/apps/settings/l10n/ru.js
+++ b/apps/settings/l10n/ru.js
@@ -186,11 +186,13 @@ OC.L10N.register(
"Allow public uploads" : "Разрешить предоставлять доступ на запись",
"Always ask for a password" : "Предлагать задать пароль",
"Enforce password protection" : "Требовать защиту паролем",
+ "Exclude groups from creating link shares" : "Группы с запретом создания ссылок для публикации",
"Exclude groups from sharing" : "Запретить публикацию указанным группам:",
"These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не смогут их создавать.",
"Set default expiration date for shares" : "Установить срок действия общего доступа по умолчанию",
"Enforce expiration date" : "Срок действия обязателен",
"Set default expiration date for shares to other servers" : "Установить дату истечения по умолчанию для общих ресурсов на других серверах",
+ "Set default expiration date for shares via link or mail" : "Установить срок действия общего доступа через ссылки или почту",
"Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге",
"If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Если автозаполнение «одна группа» и «интеграция телефонного номера» включены, совпадения в любом из них достаточно, чтобы отобразить пользователя.",
"Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Разрешить автозаполнение имени пользователя пользователям из одних и тех же групп и ограничить доступ к системным адресным книгам пользователями из одних и тех же групп",
diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json
index 6fa8ae04f6f..ef5fefd2c14 100644
--- a/apps/settings/l10n/ru.json
+++ b/apps/settings/l10n/ru.json
@@ -184,11 +184,13 @@
"Allow public uploads" : "Разрешить предоставлять доступ на запись",
"Always ask for a password" : "Предлагать задать пароль",
"Enforce password protection" : "Требовать защиту паролем",
+ "Exclude groups from creating link shares" : "Группы с запретом создания ссылок для публикации",
"Exclude groups from sharing" : "Запретить публикацию указанным группам:",
"These groups will still be able to receive shares, but not to initiate them." : "Эти группы смогут получать общие ресурсы, но не смогут их создавать.",
"Set default expiration date for shares" : "Установить срок действия общего доступа по умолчанию",
"Enforce expiration date" : "Срок действия обязателен",
"Set default expiration date for shares to other servers" : "Установить дату истечения по умолчанию для общих ресурсов на других серверах",
+ "Set default expiration date for shares via link or mail" : "Установить срок действия общего доступа через ссылки или почту",
"Allow username autocompletion in share dialog and allow access to the system address book" : "Разрешить автозаполнение имени пользователя в диалоговом окне общего доступа и разрешить доступ к системной адресной книге",
"If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Если автозаполнение «одна группа» и «интеграция телефонного номера» включены, совпадения в любом из них достаточно, чтобы отобразить пользователя.",
"Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Разрешить автозаполнение имени пользователя пользователям из одних и тех же групп и ограничить доступ к системным адресным книгам пользователями из одних и тех же групп",
diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js
index 84baff88cc4..f87545c3004 100644
--- a/apps/settings/l10n/tr.js
+++ b/apps/settings/l10n/tr.js
@@ -130,6 +130,10 @@ OC.L10N.register(
"Your remote address could not be determined." : "Uzak adresiniz belirlenemedi.",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Uzak adresiniz \"%s\" olarak belirlendi ve şu anda çeşitli isteklerin yerine getirilmesini yavaşlatacak şekilde kaba kuvvet saldırısı nedeniyle kısıtlanıyor. Uzak adres sizin adresiniz değilse bu, vekil sunucusunun doğru şekilde yapılandırılmadığını gösteriyor olabilir.",
"Your remote address \"%s\" is not brute-force throttled." : "\"%s\" uzak adresinize kaba kuvvet sınırlaması uygulanmıyor.",
+ "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.",
+ "Old administration imported certificates" : "Eski yönetimin içe aktarılmış sertifikaları",
+ "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Yönetim tarafından içe aktarılmış SSL sertifikalarını denetleyen bir arka plan görevi bekliyor. Lütfen bir süre sonra yeniden denetleyin.",
+ "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Yönetim tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.",
"Code integrity" : "Kod bütünlüğü",
"Integrity checker has been disabled. Integrity cannot be verified." : "Bütünlük denetimi kapatılmış. Bütünlük doğrulanamadı.",
"No altered files" : "Değiştirilmiş bir dosya yok",
@@ -188,8 +192,14 @@ OC.L10N.register(
"You are not using MySQL" : "MySQL kullanmıyorsunuz",
"MySQL is used as database and does support 4-byte characters" : "Veri tabanı olarak MySQL kullanılıyor ve 4 baytlık karakterler destekleniyor",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "Veri tabanı olarak MySQL kullanılıyor ancak 4 bayt uzunluğundaki karakterler desteklenmiyor. 4 bayt uzunluğundaki karaktelerin (emoji simgeleri gibi) dosya adları ya da yorumlarda sorun çıkmadan işlenebilmesi için MySQL üzerinde 4 bayt desteğinin etkinleştirilmesi önerilir.",
+ "Overwrite CLI URL" : "CLI adresi değişikliği",
+ "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "config.php dosyasınızdaki \"overwrite.cli.url\" seçeneği doğru şekilde \"%s\" olarak ayarlanmış.",
+ "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "config.php dosyasınızdaki \"overwrite.cli.url\" seçeneği doğru bir adres olan \"%s\" olarak ayarlanmış. Önerilen adres \"%s\".",
+ "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Lütfen config.php dosyanızdaki \"overwrite.cli.url\" seçeneğini, kullanıcılarınızın bu Nextcloud kopyasına erişmek için kullandığı adres olarak ayarladığınızdan emin olun. Önerilen: \"%s\". Yoksa, zamanlanmış görev üzerinden adres üretme sorunları çıkabilir. (Önerilen adres, kullanıcılarınızın bu Nextcloud kopyasına erişmek için kullandığı adres olmasa da olabilir. Her durumda bunu iki kez denetlemek iyi olur.)",
"PHP default charset" : "Varsayılan PHP karakter kümesi",
"PHP configuration option \"default_charset\" should be UTF-8" : "PHP \"default_charset\" yapılandırma seçeneği UTF-8 olmalı",
+ "PHP set_time_limit" : "PHP set_time_limit",
+ "The function is available." : "Özellik kullanılabilir.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "\"set_time_limit\" PHP işlevi kullanılamıyor. Bu durum betiklerin yürütme sırasında durmasına, ve kurulumunuzun çalışmamasına neden olabilir. Bu işlevin etkinleştirilmesi önemle önerilir.",
"Freetype" : "Freetype",
"Supported" : "Destekleniyor",
@@ -199,13 +209,34 @@ OC.L10N.register(
"PHP memory limit" : "PHP bellek sınırı",
"The PHP memory limit is below the recommended value of %s." : "PHP bellek sınırı önerilen %s değerinden küçük.",
"PHP modules" : "PHP modülleri",
+ "increases language translation performance and fixes sorting of non-ASCII characters" : "dil çeviri başarımını artırır ve ASCII olmayan karakterlerin sıralamasını düzeltir",
+ "for Argon2 for password hashing" : "Argon2 ile parola karması için",
+ "for WebAuthn passwordless login" : "WebAuthn parolasız oturum açma için",
+ "for WebAuthn passwordless login, and SFTP storage" : "WebAuthn parolasız oturum açma ve SFTP depolama alanı için",
+ "for picture rotation in server and metadata extraction in the Photos app" : "Fotoğraflar uygulamasında sunucuda görselleri döndürmek ve üst verileri ayıklamak için ",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Bu kopyada gerekli bazı PHP modülleri eksik. Bunların kurulması gerekiyor: %s.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir:\n%s",
+ "PHP opcache" : "PHP opcache",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcache modülü yüklenmemiş. Daha iyi başarım sağlamak için PHP kurulumunuza eklemeniz önerilir.",
+ "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache devre dışı. Daha iyi başarım için PHP yapılandırmanızda \"opcache.enable=1\" seçeneğini ayarlamanız önerilir.",
+ "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Paylaşılan bellek temelli OPcache devre dışı bırakılmış. Başarımı iyileştirmek için PHP yapılandırmanızda \"opcache.file_cache_only=0\" seçeneğini ayarlamanız ve dosya ön belleğini yalnızca ikinci düzey ön bellek olarak kullanmanız önerilir.",
+ "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache olması gerektiği gibi çalışmıyor, opcache_get_status() işlevi false değerini döndürüyor. Lütfen yapılandırmayı denetleyin.",
+ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "En fazla OPcache anahtar sayısına neredeyse erişildi. Tüm betik dosyalarının ön bellekte tutulabilmesini sağlamak için, PHP yapılandırmanıza \"%s\" üzerinde bir değerle \"opcache.max_accelerated_files\" uygulamanız önerilir.",
+ "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "OPcache ara belleği neredeyse dolu. Tüm betik dosyalarının ön bellekte tutulabilmesini sağlamak için, PHP yapılandırmanıza \"%s\" üzerinde bir değerle \"opcache.memory_consumption\" uygulamanız önerilir.",
+ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache interned dizge ara belleği neredeyse dolu. Yinelenen dizgelerin etkin bir şekilde ön belleğe alınabilmesini sağlamak için, PHP yapılandırmanıza \"%s\" üzerinde bir değerle \"opcache.interned_strings_buffer\" uygulamanız önerilir.",
+ "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache, kod yorumlarını kaldıracak şekilde yapılandırılmış. OPcache etkinken, Nextcloud uygulamasının çalışması için \"opcache.save_comments=1\" ayarı yapılmalıdır.",
+ "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud tarafından OPcache API' yazılımının kullanmasına izin verilmez. OPcache etkinleştirildiğinde, Nextcloud çekirdeği veya uygulama yükseltmeleri sırasında hataları önlemek için \"opcache.restrict_api\" ile tüm Nextcloud klasörlerini katmanız ya da OPcache API kısıtlamalarını devre dışı bırakmak için bu ayarı kaldırmanız önemle önerilir.",
+ "The PHP OPcache module is not properly configured. %s." : "PHP OPcache modülü doğru yapılandırılmamış. %s.",
+ "Correctly configured" : "Doğru yapılandırılmış",
"PHP version" : "PHP sürümü",
"You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %s kullanıyorsunuz. PHP 8.0 son olarak Nextcloud 27 sürümünde destekleniyor. Nextcloud 28 için en az PHP 8.1 gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.",
"You are currently running PHP %s." : "Şu anda PHP %s kullanıyorsunuz.",
"PHP \"output_buffering\" option" : "PHP \"output_buffering\" seçeneği",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP \"option output_buffering\" yapılandırma seçeneği devre dışı bırakılmalıdır",
+ "Push service" : "Anında bildirim hizmeti",
+ "Valid enterprise license" : "Geçerli Enterprise lisansı",
+ "Free push service" : "Ücretsiz anında bildirim hizmeti",
+ "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Bu Nextcloud topluluk sürümü desteklenmiyor. Bu kopyanın boyutu göz önüne alındığında, başarım, güvenilirlik ve ölçeklenebilirlik garanti edilemez. Ücretsiz hizmetimizi aşırı yüklememek için anında bildirimler sınırlandı. {link} adresinden Nextcloud Enterprise sürümünün faydaları hakkında ayrıntılı bilgi alabilirsiniz.",
"Random generator" : "Rastgelelik üreteci",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHP tarafında uygun bir rastgelelik kaynağı bulunamadı. Güvenlik nedeniyle kesinlikle önerilir.",
"Secure" : "Güvenli",
@@ -221,9 +252,20 @@ OC.L10N.register(
"Architecture" : "Mimari",
"64-bit" : "64-bit",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "32 bit bir PHP sürümü çalıştırıyorsunuz gibi görünüyor. Nextcloud uygulamasının iyi çalışması için 64 bit bir PHP sürümü kullanılmalıdır. Lütfen işletim sisteminizi ve PHP sürümünüzü 64 bit olacak şekilde yükseltin!",
+ "Temporary space available" : "Geçici alan kullanılabilir",
+ "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Geçici PHP yolu denetlenirken sorun çıktı. Doğru şekilde bir klasöre ayarlanmamış. Döndürülen değer: %s",
+ "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Geçici PHP yolunun kullanılabilir disk alanı denetlenirken sorun çıktı veya boş disk alanı döndürülmedi. Geçici yol: %s",
+ "- %.1f GiB available in %s (PHP temporary directory)" : "- %s içinde %.1f GiB kullanılabilir (PHP geçici klasörü)",
+ "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %s içinde %.1f GiB kullanılabilir (Nextcloud geçici klasörü)",
+ "Temporary directory is correctly configured:\n%s" : "Geçici klasör doğru şekilde yapılandırılmış:\n%s",
+ "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Bu kopya, birincil depolama olarak S3 tabanlı bir nesne deposunu kullanıyor ve geçici klasörde yeterli alan var.\n%s",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Bu kopya, birincil depolama olarak S3 tabanlı bir nesne deposu kullanıyor. Yüklenen dosyalar geçici olarak sunucuya kaydedildiğinden PHP geçici klasöründe 50 GiB boş alan bulunması önerilir. Bu durumu düzeltmek için php.ini içindeki geçici klasör yolunu değiştirin ya da kullanılan geçici klasörde daha fazla yer açın.\nGeçici yoldaki kullanılabilir alanın denetlenmesi önerilen 50 GiB yerine %.1f GiB sonucu verdi. Yol: %s",
"Database transaction isolation level" : "Veri tabanı işlemsel yalıtım düzeyi",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Veri tabanınız \"READ COMMITTED\" işlem yalıtma düzeyinde çalışmıyor. Bu durum aynı anda birden çok işlem yapıldığında sorun çıkmasına yol açabilir.",
"Was not able to get transaction isolation level: %s" : "İşlemsel yalıtım düzeyi alınamadı: %s",
+ "WOFF2 file loading" : "WOFF2 dosya yüklemesi",
+ "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "WOFF2 yükleme desteği denetlenemedi. Lütfen site sunucunuzun `.woff2` dosyalarını sunup sunmadığını el ile denetleyin.",
+ "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 documentation." : "Site sunucunuz .woff2 dosyalarını aktaracak şekilde yapılandırılmamış. Bu sık karşılaşılan bir Nginx yapılandırma sorunudur. Nextcloud 15 için .woff2 dosyalarını da aktaracak ek bir ayar yapılması gereklidir. Kullandığınız Nginx yapılandırmasını belgeler bölümünde bulunan önerilen yapılandırma dosyası ile karşılaştırın.",
"Profile information" : "Profil bilgileri",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profil görseli, tam ad, e-posta adresi, telefon numarası, adres, site, Twitter, kuruluş, rol, başlık, özgeçmiş ve profilde etkinleştirilmiş diğer bilgiler",
"Nextcloud settings" : "Nextcloud ayarları",
@@ -246,6 +288,7 @@ OC.L10N.register(
"Allow resharing" : "Yeniden paylaşılabilsin",
"Allow sharing with groups" : "Gruplar ile paylaşılabilsin",
"Restrict users to only share with users in their groups" : "Kullanıcılar, yalnızca kendi gruplarındaki kullanıcılarla paylaşabilsin",
+ "Ignore the following groups when checking group membership" : "Grup üyeliği denetlenirken şu grupları yok sayılsın",
"Allow users to share via link and emails" : "Kullanıcılar bağlantı ve e-posta ile paylaşabilsin",
"Allow public uploads" : "Herkes yükleyebilsin",
"Always ask for a password" : "Her zaman parola sorulsun",
@@ -279,6 +322,7 @@ OC.L10N.register(
"Deleted disclaimer text" : "Silinmiş sorumluluk reddi metni",
"Could not set disclaimer text" : "Sorumluluk reddi metni ayarlanamadı",
"Two-Factor Authentication" : "İki adımlı doğrulama",
+ "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm hesaplar ve belirli gruplar için iki adımlı doğrulama kullanılır. İki adımlı doğrulama hizmeti sağlayıcısını yapılandırmayan kullanıcılar oturum açamaz.",
"Enforce two-factor authentication" : "İki adımlı doğrulama dayatılsın",
"Limit to groups" : "Sınırlanacak gruplar",
"Enforcement of two-factor authentication can be set for certain groups only." : "İki adımlı doğrulama yalnızca belirli gruplar için sınırlanabilir.",
@@ -286,6 +330,7 @@ OC.L10N.register(
"Enforced groups" : "Uygulanacak gruplar",
"Two-factor authentication is not enforced for members of the following groups." : "Belirtilen grupların tüm üyeleri için iki adımlı doğrulama kullanımı zorunlu olmaz.",
"Excluded groups" : "Uygulanmayacak gruplar",
+ "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Uygulanan ya da uygulanmayan gruplar belirtildiğinde, bir hesabın iki adımlı doğrulama kullanıp kullanmayacağına şu şekilde karar verilir. Herhangi bir grup belirtilmemiş ise, uygulanmayan grupların üyeleri dışındaki tüm üyeler için iki adımlı doğrulama kullanılır. Belirtilmiş gruplar varsa, uygulanan bu grupların üyeleri için iki adımlı doğrulama kullanılır. Bir hesabın hem uygulanan hem de uygulanmayan gruplarda üyeliği varsa, uygulanan grupların önceliği vardır ve iki adımlı doğrulama kullanılır.",
"Save changes" : "Değişiklikleri kaydet",
"All" : "Tümü",
"Limit app usage to groups" : "Uygulama kullanımı şu gruplarla sınırlansın",
@@ -299,6 +344,7 @@ OC.L10N.register(
"View in store" : "Mağazada görüntüle",
"Visit website" : "Siteye bakın",
"Report a bug" : "Hata bildirin",
+ "Usage documentation" : "Kullanım belgeleri",
"Admin documentation" : "Yönetici belgeleri",
"Developer documentation" : "Geliştirici belgeleri",
"Show details for {appName} app" : "{appName} uygulamasının ayrıntılarını görüntüle",
@@ -361,12 +407,16 @@ OC.L10N.register(
"Last job ran {relativeTime}." : "Son görev yürütülmesi: {relativeTime}.",
"Background job did not run yet!" : "Arka plan görevi henüz yürütülmemiş!",
"AJAX" : "AJAX",
+ "Execute one task with each page loaded. Use case: Single account instance." : "Her sayfa yüklendiğinde bir görev yürütülür. Kullanım şekli: Tek hesaplı kopya.",
"Webcron" : "İnternet zamanlanmış görevi",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php, HTTP üzerinden her 5 dakikada bir cron.php sayfasını çağıran bir internet zamanlanmış görevi hizmetinde kayıtlıdır. Kullanım şekli: Çok küçük kopya (kullanıma bağlı olarak 1–5 hesap).",
"Cron (Recommended)" : "Cron (önerilen)",
"Use system cron service to call the cron.php file every 5 minutes." : "5 dakikada bir cron.php dosyasının çağrılması için sistem cron hizmeti kullanılsın.",
+ "The cron.php needs to be executed by the system account \"{user}\"." : "cron.php dosyası \"{user}\" sistem hesabı tarafından yürütülmelidir.",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP POSIX eklentisi gereklidir. Ayrıntılı bilgi almak için {linkstart}PHP belgelerine{linkend} bakabilirsiniz.",
"Unable to update background job mode" : "Arka plan görevi kipi güncellenemedi",
"Profile" : "Profil",
+ "Enable or disable profile by default for new accounts." : "Bu seçenek etkinleştirildiğinde, profil yeni hesaplar için varsayılan olur.",
"Enable" : "Etkinleştir",
"Unable to update profile default setting" : "Profil varsayılan ayarı güncellenemedi",
"Server-side encryption" : "Sunucu tarafı şifreleme",
@@ -383,6 +433,7 @@ OC.L10N.register(
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Şifreleme anahtarlarınızı eski şifrelemeden (ownCloud <= 8.0) yenisine aktarmalısınız. Lütfen \"Varsayılan şifreleme modülü\"nü etkinleştirip {command} komutunu yürütün",
"Unable to update server side encryption config" : "Sunucu tarafı şifreleme yapılandırması güncellenemedi",
"Please confirm the group removal" : "Grubu silme işlemini onaylayın",
+ "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Hesaplar SİLİNMEYECEK.",
"Cancel" : "İptal",
"Confirm" : "Onayla",
"Submit" : "Gönder",
@@ -414,9 +465,11 @@ OC.L10N.register(
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{usage}</strong> / <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>) kullanıyorsunuz",
"Your full name" : "Tam adınız",
"Back" : "Geri",
+ "Change scope level of {property}" : "{property} kapsam düzeyini değiştir",
"This address is not confirmed" : "Bu adres doğrulanmamış",
"Primary email for password reset and notifications" : "Parola sıfırlama ve bildirimler için birincil e-posta adresi",
"Email options" : "E-posta seçenekleri",
+ "Options for additional email address {index}" : "{index}. ek e-posta adresi seçenekleri",
"Remove primary email" : "Birincil e-posta adresini sil",
"Delete email" : "E-posta adresini sil",
"Unset as primary email" : "Birincil e-posta işaretini kaldır",
@@ -435,6 +488,7 @@ OC.L10N.register(
"Help translate" : "Çeviriye yardım edin",
"Unable to update language" : "Dil güncellenemedi",
"No language set" : "Herhangi bir dil ayarlanmamış",
+ "Locales" : "Yerel ayarlar",
"Week starts on {firstDayOfWeek}" : "Hafta başlangıcı: {firstDayOfWeek}",
"Unable to update locale" : "Yerel ayar güncellenemedi",
"No locale set" : "Herhangi bir yerel ayar seçilmemiş",
@@ -442,6 +496,7 @@ OC.L10N.register(
"Your organisation" : "Kuruluşunuz",
"Your phone number" : "Telefon numaranız",
"Edit your Profile visibility" : "Profilinizin görünürlüğü değiştirin",
+ "Enable profile" : "Profili etkinleştir",
"Unable to update profile enabled state" : "Profilin etkinleştirilme durumu güncellenemedi",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Profilinizde daha kısıtlayıcı olan görünürlük veya kapsam ayarına uyulur - Örneğin, görünürlük \"Herkese görüntülensin\" ve kapsam \"Özel\" olarak ayarlanmışsa, \"Özel\" seçimine uyulur.",
"Unable to update visibility of {displayId}" : "{displayId} görünürlüğü güncellenemedi",
@@ -449,6 +504,7 @@ OC.L10N.register(
"Your X (formerly Twitter) handle" : "X (eski Twitter) kullanıcı adınız",
"Your website" : "Sitenizin adresi",
"No {property} set" : "Herhangi bir {property} ayarlanmamış",
+ "Invalid value" : "Değer geçersiz",
"Unable to update {property}" : "{property} güncellenemedi",
"Change scope level of {property}, current scope is {scope}" : "{property} kapsam düzeyini değiştir. Geçerli kapsam: {scope}",
"Unable to update federation scope of the primary {property}" : "Birincil {property} birleşik kapsamı güncellenemedi",
@@ -461,6 +517,7 @@ OC.L10N.register(
"Reshare" : "Yeniden paylaş",
"No accounts" : "Henüz bir hesap yok",
"Loading accounts …" : "Hesaplar yükleniyor...",
+ "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Hesap listesi. Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe diğer hesaplar görüntülenecek.",
"Default language" : "Varsayılan dil",
"Common languages" : "Sık kullanılan diller",
"Other languages" : "Diğer diller",
@@ -497,19 +554,28 @@ OC.L10N.register(
"Last login" : "Son oturum açma",
"User actions" : "Kullanıcı işlemleri",
"Password or insufficient permissions message" : "Parola ya da izinler yetersiz iletisi",
+ "Loading account …" : "Hesap yükleniyor…",
"Change display name" : "Görüntülenecek adı değiştir",
"Set new password" : "Yeni parola ayarla",
+ "You do not have permissions to see the details of this account" : "Bu hesabın ayrıntılarını görüntüleme izniniz yok",
"Set new email address" : "Yeni e-posta adresi ayarla",
"Add user to group" : "Gruba kullanıcı ekle",
+ "Add account to group" : "Hesabı gruba ekle",
+ "Set account as admin for" : "Hesabı şurada yönetici yap",
+ "Select account quota" : "Hesap kotasını seçin",
"Set the language" : "Dili ayarla",
+ "Set line manager" : "Satır yöneticisini ayarla",
"{size} used" : "{size} kullanılmış",
"Delete account" : "Hesabı sil",
"Wipe all devices" : "Tüm aygıtları sil",
+ "Disable account" : "Hesabı devre dışı bırak",
+ "Enable account" : "Hesabı etkinleştir",
"Resend welcome email" : "Karşılama e-postasını yeniden gönder",
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Aygıt kaybedildiğinde ya da kuruluş ile çalışma sona erdirildiğinde, bu özellik {userid} ile ilişkili tüm aygıtlardaki Nextcloud verilerini silebilir. Bu özellik yalnızca aygıtların İnternet bağlantısı olduğunda kullanılabilir.",
"Remote wipe of devices" : "Uzaktan aygıt temizleme",
"Wipe {userid}'s devices" : "{userid} aygıtlarını temizle",
"Wiped {userid}'s devices" : "{userid} kullanıcısının aygıtları silindi",
+ "Failed to update line manager" : "Satır yöneticisi güncellenemedi",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "{userid} için kişisel dosyalar ve uygulama verileri gibi tüm hesap bilgilerini tamamen siler",
"Account deletion" : "Hesap silme",
"Delete {userid}'s account" : "{userid} hesabını sil",
@@ -517,13 +583,17 @@ OC.L10N.register(
"Password was successfully changed" : "Parola değiştirildi",
"Email was successfully changed" : "E-posta adresi değiştirildi",
"Welcome mail sent!" : "Karşılama e-postası gönderildi!",
+ "Toggle account actions menu" : "Hesap işlemleri menüsünü aç/kapat",
"Done" : "Tamam",
"Edit" : "Düzenle",
+ "Account management settings" : "Hesap yönetimi ayarları",
"Visibility" : "Görünürlük",
"Show language" : "Görüntülenecek dil",
+ "Show account backend" : "Hesap arka ucu görüntülensin",
"Show storage path" : "Depolama yolu görüntülensin",
"Show last login" : "Son oturum açma zamanı görüntülensin",
"Send email" : "E-posta gönder",
+ "Send welcome email to new accounts" : "Yeni hesaplara hoş geldiniz e-postası gönderilsin",
"Defaults" : "Varsayılanlar",
"Default quota" : "Varsayılan kota",
"Select default quota" : "Varsayılan kota değerini seçin",
@@ -545,13 +615,17 @@ OC.L10N.register(
"{license}-licensed" : "{license}-lisanslı",
"Changelog" : "Değişiklik günlüğü",
"by {author}\n{license}" : "{author} tarafından\n{license}",
+ "Account management" : "Hesap yönetimi",
"New account" : "Hesap ekle",
+ "Active accounts" : "Etkin hesaplar",
"Admins" : "Yöneticiler",
"Disabled users" : "Devre dışı bırakılmış kullanıcılar",
"Creating group …" : "Grup ekleniyor…",
"Create group" : "Grup ekle",
"Group name" : "Grup adı",
"Please enter a valid group name" : "Lütfen geçerli bir grup adı yazın",
+ "Disabled accounts" : "Devre dışı hesaplar",
+ "Account group: {group}" : "Hesap grubu: {group}",
"Failed to create group" : "Grup eklenemedi",
"Sending…" : "Gönderiliyor …",
"Email sent" : "E-posta gönderildi",
@@ -570,6 +644,8 @@ OC.L10N.register(
"Profile visibility" : "Profil görünürlüğü",
"Locale" : "Yerel Ayar",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "Bu özellik, dosya paylaşımı ve takvim çağrıları gibi temel işlevler için gerekli olduğundan kullanılamıyor",
+ "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Hesabınızda birleşik kullanım devre dışı bırakılmış olduğundan kullanılamıyor. Herhangi bir sorunuz varsa sistem yönetimi ile görüşün.",
+ "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Hesaba özel verilerin arama sunucusunda yayınlanmasına izin verilmediğinden kullanılamıyor. Herhangi bir sorunuz varsa sistem yönetimi ile görüşün.",
"Your apps" : "Uygulamalarınız",
"Active apps" : "Etkin uygulamalar",
"Disabled apps" : "Devre dışı uygulamalar",
@@ -578,6 +654,7 @@ OC.L10N.register(
"Featured apps" : "Öne çıkarılmış uygulamalar",
"Supported apps" : "Desteklenen uygulamalar",
"Show to everyone" : "Herkese görüntülensin",
+ "Show to logged in accounts only" : "Yalnızca oturum açmış hesaplara görüntülensin",
"Hide" : "Gizlensin",
"Download and enable" : "İndir ve etkinleştir",
"Allow untested app" : "Denenmemiş uygulamalar kullanılabilsin",
@@ -614,6 +691,7 @@ OC.L10N.register(
"Authentication" : "Kimlik doğrulama",
"Authentication required" : "Kimlik doğrulaması gerekli",
"Credentials" : "Kimlik doğrulama bilgileri",
+ "SMTP Login" : "SMTP kullanıcı adı",
"SMTP Password" : "SMTP parolası",
"Save" : "Kaydet",
"Test and verify email settings" : "E-posta ayarlarını sınayın ve doğrulayın",
@@ -691,7 +769,7 @@ OC.L10N.register(
"Add new email address" : "Yeni e-posta adresi ekle",
"Set user as admin for" : "Kullanıcıyı şurada yönetici yap",
"Select user quota" : "Kullanıcı kotasını seçin",
- "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü değiştir",
+ "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü aç/kapat",
"Delete user" : "Kullanıcıyı sil",
"Disable user" : "Kullanıcıyı devre dışı bırak",
"Enable user" : "Kullanıcıyı etkinleştir",
@@ -725,6 +803,7 @@ OC.L10N.register(
"User's table" : "Kullanıcının tablosu",
"Select user manager" : "Kullanıcı yöneticisini seçin",
"Old user imported certificates" : "Kullanıcının içe aktardığı eski sertifikalar",
+ "Overwrite cli URL" : "CLI adresi değişikliği",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir: %s.",
"You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.",
"No users" : "Herhangi bir kullanıcı yok",
diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json
index 3307392c561..8577b30cdba 100644
--- a/apps/settings/l10n/tr.json
+++ b/apps/settings/l10n/tr.json
@@ -128,6 +128,10 @@
"Your remote address could not be determined." : "Uzak adresiniz belirlenemedi.",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Uzak adresiniz \"%s\" olarak belirlendi ve şu anda çeşitli isteklerin yerine getirilmesini yavaşlatacak şekilde kaba kuvvet saldırısı nedeniyle kısıtlanıyor. Uzak adres sizin adresiniz değilse bu, vekil sunucusunun doğru şekilde yapılandırılmadığını gösteriyor olabilir.",
"Your remote address \"%s\" is not brute-force throttled." : "\"%s\" uzak adresinize kaba kuvvet sınırlaması uygulanmıyor.",
+ "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.",
+ "Old administration imported certificates" : "Eski yönetimin içe aktarılmış sertifikaları",
+ "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Yönetim tarafından içe aktarılmış SSL sertifikalarını denetleyen bir arka plan görevi bekliyor. Lütfen bir süre sonra yeniden denetleyin.",
+ "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Yönetim tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.",
"Code integrity" : "Kod bütünlüğü",
"Integrity checker has been disabled. Integrity cannot be verified." : "Bütünlük denetimi kapatılmış. Bütünlük doğrulanamadı.",
"No altered files" : "Değiştirilmiş bir dosya yok",
@@ -186,8 +190,14 @@
"You are not using MySQL" : "MySQL kullanmıyorsunuz",
"MySQL is used as database and does support 4-byte characters" : "Veri tabanı olarak MySQL kullanılıyor ve 4 baytlık karakterler destekleniyor",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "Veri tabanı olarak MySQL kullanılıyor ancak 4 bayt uzunluğundaki karakterler desteklenmiyor. 4 bayt uzunluğundaki karaktelerin (emoji simgeleri gibi) dosya adları ya da yorumlarda sorun çıkmadan işlenebilmesi için MySQL üzerinde 4 bayt desteğinin etkinleştirilmesi önerilir.",
+ "Overwrite CLI URL" : "CLI adresi değişikliği",
+ "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "config.php dosyasınızdaki \"overwrite.cli.url\" seçeneği doğru şekilde \"%s\" olarak ayarlanmış.",
+ "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "config.php dosyasınızdaki \"overwrite.cli.url\" seçeneği doğru bir adres olan \"%s\" olarak ayarlanmış. Önerilen adres \"%s\".",
+ "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Lütfen config.php dosyanızdaki \"overwrite.cli.url\" seçeneğini, kullanıcılarınızın bu Nextcloud kopyasına erişmek için kullandığı adres olarak ayarladığınızdan emin olun. Önerilen: \"%s\". Yoksa, zamanlanmış görev üzerinden adres üretme sorunları çıkabilir. (Önerilen adres, kullanıcılarınızın bu Nextcloud kopyasına erişmek için kullandığı adres olmasa da olabilir. Her durumda bunu iki kez denetlemek iyi olur.)",
"PHP default charset" : "Varsayılan PHP karakter kümesi",
"PHP configuration option \"default_charset\" should be UTF-8" : "PHP \"default_charset\" yapılandırma seçeneği UTF-8 olmalı",
+ "PHP set_time_limit" : "PHP set_time_limit",
+ "The function is available." : "Özellik kullanılabilir.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "\"set_time_limit\" PHP işlevi kullanılamıyor. Bu durum betiklerin yürütme sırasında durmasına, ve kurulumunuzun çalışmamasına neden olabilir. Bu işlevin etkinleştirilmesi önemle önerilir.",
"Freetype" : "Freetype",
"Supported" : "Destekleniyor",
@@ -197,13 +207,34 @@
"PHP memory limit" : "PHP bellek sınırı",
"The PHP memory limit is below the recommended value of %s." : "PHP bellek sınırı önerilen %s değerinden küçük.",
"PHP modules" : "PHP modülleri",
+ "increases language translation performance and fixes sorting of non-ASCII characters" : "dil çeviri başarımını artırır ve ASCII olmayan karakterlerin sıralamasını düzeltir",
+ "for Argon2 for password hashing" : "Argon2 ile parola karması için",
+ "for WebAuthn passwordless login" : "WebAuthn parolasız oturum açma için",
+ "for WebAuthn passwordless login, and SFTP storage" : "WebAuthn parolasız oturum açma ve SFTP depolama alanı için",
+ "for picture rotation in server and metadata extraction in the Photos app" : "Fotoğraflar uygulamasında sunucuda görselleri döndürmek ve üst verileri ayıklamak için ",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Bu kopyada gerekli bazı PHP modülleri eksik. Bunların kurulması gerekiyor: %s.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir:\n%s",
+ "PHP opcache" : "PHP opcache",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcache modülü yüklenmemiş. Daha iyi başarım sağlamak için PHP kurulumunuza eklemeniz önerilir.",
+ "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache devre dışı. Daha iyi başarım için PHP yapılandırmanızda \"opcache.enable=1\" seçeneğini ayarlamanız önerilir.",
+ "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Paylaşılan bellek temelli OPcache devre dışı bırakılmış. Başarımı iyileştirmek için PHP yapılandırmanızda \"opcache.file_cache_only=0\" seçeneğini ayarlamanız ve dosya ön belleğini yalnızca ikinci düzey ön bellek olarak kullanmanız önerilir.",
+ "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache olması gerektiği gibi çalışmıyor, opcache_get_status() işlevi false değerini döndürüyor. Lütfen yapılandırmayı denetleyin.",
+ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "En fazla OPcache anahtar sayısına neredeyse erişildi. Tüm betik dosyalarının ön bellekte tutulabilmesini sağlamak için, PHP yapılandırmanıza \"%s\" üzerinde bir değerle \"opcache.max_accelerated_files\" uygulamanız önerilir.",
+ "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "OPcache ara belleği neredeyse dolu. Tüm betik dosyalarının ön bellekte tutulabilmesini sağlamak için, PHP yapılandırmanıza \"%s\" üzerinde bir değerle \"opcache.memory_consumption\" uygulamanız önerilir.",
+ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache interned dizge ara belleği neredeyse dolu. Yinelenen dizgelerin etkin bir şekilde ön belleğe alınabilmesini sağlamak için, PHP yapılandırmanıza \"%s\" üzerinde bir değerle \"opcache.interned_strings_buffer\" uygulamanız önerilir.",
+ "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache, kod yorumlarını kaldıracak şekilde yapılandırılmış. OPcache etkinken, Nextcloud uygulamasının çalışması için \"opcache.save_comments=1\" ayarı yapılmalıdır.",
+ "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud tarafından OPcache API' yazılımının kullanmasına izin verilmez. OPcache etkinleştirildiğinde, Nextcloud çekirdeği veya uygulama yükseltmeleri sırasında hataları önlemek için \"opcache.restrict_api\" ile tüm Nextcloud klasörlerini katmanız ya da OPcache API kısıtlamalarını devre dışı bırakmak için bu ayarı kaldırmanız önemle önerilir.",
+ "The PHP OPcache module is not properly configured. %s." : "PHP OPcache modülü doğru yapılandırılmamış. %s.",
+ "Correctly configured" : "Doğru yapılandırılmış",
"PHP version" : "PHP sürümü",
"You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %s kullanıyorsunuz. PHP 8.0 son olarak Nextcloud 27 sürümünde destekleniyor. Nextcloud 28 için en az PHP 8.1 gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.",
"You are currently running PHP %s." : "Şu anda PHP %s kullanıyorsunuz.",
"PHP \"output_buffering\" option" : "PHP \"output_buffering\" seçeneği",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP \"option output_buffering\" yapılandırma seçeneği devre dışı bırakılmalıdır",
+ "Push service" : "Anında bildirim hizmeti",
+ "Valid enterprise license" : "Geçerli Enterprise lisansı",
+ "Free push service" : "Ücretsiz anında bildirim hizmeti",
+ "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Bu Nextcloud topluluk sürümü desteklenmiyor. Bu kopyanın boyutu göz önüne alındığında, başarım, güvenilirlik ve ölçeklenebilirlik garanti edilemez. Ücretsiz hizmetimizi aşırı yüklememek için anında bildirimler sınırlandı. {link} adresinden Nextcloud Enterprise sürümünün faydaları hakkında ayrıntılı bilgi alabilirsiniz.",
"Random generator" : "Rastgelelik üreteci",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHP tarafında uygun bir rastgelelik kaynağı bulunamadı. Güvenlik nedeniyle kesinlikle önerilir.",
"Secure" : "Güvenli",
@@ -219,9 +250,20 @@
"Architecture" : "Mimari",
"64-bit" : "64-bit",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "32 bit bir PHP sürümü çalıştırıyorsunuz gibi görünüyor. Nextcloud uygulamasının iyi çalışması için 64 bit bir PHP sürümü kullanılmalıdır. Lütfen işletim sisteminizi ve PHP sürümünüzü 64 bit olacak şekilde yükseltin!",
+ "Temporary space available" : "Geçici alan kullanılabilir",
+ "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Geçici PHP yolu denetlenirken sorun çıktı. Doğru şekilde bir klasöre ayarlanmamış. Döndürülen değer: %s",
+ "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Geçici PHP yolunun kullanılabilir disk alanı denetlenirken sorun çıktı veya boş disk alanı döndürülmedi. Geçici yol: %s",
+ "- %.1f GiB available in %s (PHP temporary directory)" : "- %s içinde %.1f GiB kullanılabilir (PHP geçici klasörü)",
+ "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %s içinde %.1f GiB kullanılabilir (Nextcloud geçici klasörü)",
+ "Temporary directory is correctly configured:\n%s" : "Geçici klasör doğru şekilde yapılandırılmış:\n%s",
+ "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Bu kopya, birincil depolama olarak S3 tabanlı bir nesne deposunu kullanıyor ve geçici klasörde yeterli alan var.\n%s",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Bu kopya, birincil depolama olarak S3 tabanlı bir nesne deposu kullanıyor. Yüklenen dosyalar geçici olarak sunucuya kaydedildiğinden PHP geçici klasöründe 50 GiB boş alan bulunması önerilir. Bu durumu düzeltmek için php.ini içindeki geçici klasör yolunu değiştirin ya da kullanılan geçici klasörde daha fazla yer açın.\nGeçici yoldaki kullanılabilir alanın denetlenmesi önerilen 50 GiB yerine %.1f GiB sonucu verdi. Yol: %s",
"Database transaction isolation level" : "Veri tabanı işlemsel yalıtım düzeyi",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Veri tabanınız \"READ COMMITTED\" işlem yalıtma düzeyinde çalışmıyor. Bu durum aynı anda birden çok işlem yapıldığında sorun çıkmasına yol açabilir.",
"Was not able to get transaction isolation level: %s" : "İşlemsel yalıtım düzeyi alınamadı: %s",
+ "WOFF2 file loading" : "WOFF2 dosya yüklemesi",
+ "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "WOFF2 yükleme desteği denetlenemedi. Lütfen site sunucunuzun `.woff2` dosyalarını sunup sunmadığını el ile denetleyin.",
+ "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 documentation." : "Site sunucunuz .woff2 dosyalarını aktaracak şekilde yapılandırılmamış. Bu sık karşılaşılan bir Nginx yapılandırma sorunudur. Nextcloud 15 için .woff2 dosyalarını da aktaracak ek bir ayar yapılması gereklidir. Kullandığınız Nginx yapılandırmasını belgeler bölümünde bulunan önerilen yapılandırma dosyası ile karşılaştırın.",
"Profile information" : "Profil bilgileri",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profil görseli, tam ad, e-posta adresi, telefon numarası, adres, site, Twitter, kuruluş, rol, başlık, özgeçmiş ve profilde etkinleştirilmiş diğer bilgiler",
"Nextcloud settings" : "Nextcloud ayarları",
@@ -244,6 +286,7 @@
"Allow resharing" : "Yeniden paylaşılabilsin",
"Allow sharing with groups" : "Gruplar ile paylaşılabilsin",
"Restrict users to only share with users in their groups" : "Kullanıcılar, yalnızca kendi gruplarındaki kullanıcılarla paylaşabilsin",
+ "Ignore the following groups when checking group membership" : "Grup üyeliği denetlenirken şu grupları yok sayılsın",
"Allow users to share via link and emails" : "Kullanıcılar bağlantı ve e-posta ile paylaşabilsin",
"Allow public uploads" : "Herkes yükleyebilsin",
"Always ask for a password" : "Her zaman parola sorulsun",
@@ -277,6 +320,7 @@
"Deleted disclaimer text" : "Silinmiş sorumluluk reddi metni",
"Could not set disclaimer text" : "Sorumluluk reddi metni ayarlanamadı",
"Two-Factor Authentication" : "İki adımlı doğrulama",
+ "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm hesaplar ve belirli gruplar için iki adımlı doğrulama kullanılır. İki adımlı doğrulama hizmeti sağlayıcısını yapılandırmayan kullanıcılar oturum açamaz.",
"Enforce two-factor authentication" : "İki adımlı doğrulama dayatılsın",
"Limit to groups" : "Sınırlanacak gruplar",
"Enforcement of two-factor authentication can be set for certain groups only." : "İki adımlı doğrulama yalnızca belirli gruplar için sınırlanabilir.",
@@ -284,6 +328,7 @@
"Enforced groups" : "Uygulanacak gruplar",
"Two-factor authentication is not enforced for members of the following groups." : "Belirtilen grupların tüm üyeleri için iki adımlı doğrulama kullanımı zorunlu olmaz.",
"Excluded groups" : "Uygulanmayacak gruplar",
+ "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Uygulanan ya da uygulanmayan gruplar belirtildiğinde, bir hesabın iki adımlı doğrulama kullanıp kullanmayacağına şu şekilde karar verilir. Herhangi bir grup belirtilmemiş ise, uygulanmayan grupların üyeleri dışındaki tüm üyeler için iki adımlı doğrulama kullanılır. Belirtilmiş gruplar varsa, uygulanan bu grupların üyeleri için iki adımlı doğrulama kullanılır. Bir hesabın hem uygulanan hem de uygulanmayan gruplarda üyeliği varsa, uygulanan grupların önceliği vardır ve iki adımlı doğrulama kullanılır.",
"Save changes" : "Değişiklikleri kaydet",
"All" : "Tümü",
"Limit app usage to groups" : "Uygulama kullanımı şu gruplarla sınırlansın",
@@ -297,6 +342,7 @@
"View in store" : "Mağazada görüntüle",
"Visit website" : "Siteye bakın",
"Report a bug" : "Hata bildirin",
+ "Usage documentation" : "Kullanım belgeleri",
"Admin documentation" : "Yönetici belgeleri",
"Developer documentation" : "Geliştirici belgeleri",
"Show details for {appName} app" : "{appName} uygulamasının ayrıntılarını görüntüle",
@@ -359,12 +405,16 @@
"Last job ran {relativeTime}." : "Son görev yürütülmesi: {relativeTime}.",
"Background job did not run yet!" : "Arka plan görevi henüz yürütülmemiş!",
"AJAX" : "AJAX",
+ "Execute one task with each page loaded. Use case: Single account instance." : "Her sayfa yüklendiğinde bir görev yürütülür. Kullanım şekli: Tek hesaplı kopya.",
"Webcron" : "İnternet zamanlanmış görevi",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php, HTTP üzerinden her 5 dakikada bir cron.php sayfasını çağıran bir internet zamanlanmış görevi hizmetinde kayıtlıdır. Kullanım şekli: Çok küçük kopya (kullanıma bağlı olarak 1–5 hesap).",
"Cron (Recommended)" : "Cron (önerilen)",
"Use system cron service to call the cron.php file every 5 minutes." : "5 dakikada bir cron.php dosyasının çağrılması için sistem cron hizmeti kullanılsın.",
+ "The cron.php needs to be executed by the system account \"{user}\"." : "cron.php dosyası \"{user}\" sistem hesabı tarafından yürütülmelidir.",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP POSIX eklentisi gereklidir. Ayrıntılı bilgi almak için {linkstart}PHP belgelerine{linkend} bakabilirsiniz.",
"Unable to update background job mode" : "Arka plan görevi kipi güncellenemedi",
"Profile" : "Profil",
+ "Enable or disable profile by default for new accounts." : "Bu seçenek etkinleştirildiğinde, profil yeni hesaplar için varsayılan olur.",
"Enable" : "Etkinleştir",
"Unable to update profile default setting" : "Profil varsayılan ayarı güncellenemedi",
"Server-side encryption" : "Sunucu tarafı şifreleme",
@@ -381,6 +431,7 @@
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Şifreleme anahtarlarınızı eski şifrelemeden (ownCloud <= 8.0) yenisine aktarmalısınız. Lütfen \"Varsayılan şifreleme modülü\"nü etkinleştirip {command} komutunu yürütün",
"Unable to update server side encryption config" : "Sunucu tarafı şifreleme yapılandırması güncellenemedi",
"Please confirm the group removal" : "Grubu silme işlemini onaylayın",
+ "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Hesaplar SİLİNMEYECEK.",
"Cancel" : "İptal",
"Confirm" : "Onayla",
"Submit" : "Gönder",
@@ -412,9 +463,11 @@
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{usage}</strong> / <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>) kullanıyorsunuz",
"Your full name" : "Tam adınız",
"Back" : "Geri",
+ "Change scope level of {property}" : "{property} kapsam düzeyini değiştir",
"This address is not confirmed" : "Bu adres doğrulanmamış",
"Primary email for password reset and notifications" : "Parola sıfırlama ve bildirimler için birincil e-posta adresi",
"Email options" : "E-posta seçenekleri",
+ "Options for additional email address {index}" : "{index}. ek e-posta adresi seçenekleri",
"Remove primary email" : "Birincil e-posta adresini sil",
"Delete email" : "E-posta adresini sil",
"Unset as primary email" : "Birincil e-posta işaretini kaldır",
@@ -433,6 +486,7 @@
"Help translate" : "Çeviriye yardım edin",
"Unable to update language" : "Dil güncellenemedi",
"No language set" : "Herhangi bir dil ayarlanmamış",
+ "Locales" : "Yerel ayarlar",
"Week starts on {firstDayOfWeek}" : "Hafta başlangıcı: {firstDayOfWeek}",
"Unable to update locale" : "Yerel ayar güncellenemedi",
"No locale set" : "Herhangi bir yerel ayar seçilmemiş",
@@ -440,6 +494,7 @@
"Your organisation" : "Kuruluşunuz",
"Your phone number" : "Telefon numaranız",
"Edit your Profile visibility" : "Profilinizin görünürlüğü değiştirin",
+ "Enable profile" : "Profili etkinleştir",
"Unable to update profile enabled state" : "Profilin etkinleştirilme durumu güncellenemedi",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Profilinizde daha kısıtlayıcı olan görünürlük veya kapsam ayarına uyulur - Örneğin, görünürlük \"Herkese görüntülensin\" ve kapsam \"Özel\" olarak ayarlanmışsa, \"Özel\" seçimine uyulur.",
"Unable to update visibility of {displayId}" : "{displayId} görünürlüğü güncellenemedi",
@@ -447,6 +502,7 @@
"Your X (formerly Twitter) handle" : "X (eski Twitter) kullanıcı adınız",
"Your website" : "Sitenizin adresi",
"No {property} set" : "Herhangi bir {property} ayarlanmamış",
+ "Invalid value" : "Değer geçersiz",
"Unable to update {property}" : "{property} güncellenemedi",
"Change scope level of {property}, current scope is {scope}" : "{property} kapsam düzeyini değiştir. Geçerli kapsam: {scope}",
"Unable to update federation scope of the primary {property}" : "Birincil {property} birleşik kapsamı güncellenemedi",
@@ -459,6 +515,7 @@
"Reshare" : "Yeniden paylaş",
"No accounts" : "Henüz bir hesap yok",
"Loading accounts …" : "Hesaplar yükleniyor...",
+ "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Hesap listesi. Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe diğer hesaplar görüntülenecek.",
"Default language" : "Varsayılan dil",
"Common languages" : "Sık kullanılan diller",
"Other languages" : "Diğer diller",
@@ -495,19 +552,28 @@
"Last login" : "Son oturum açma",
"User actions" : "Kullanıcı işlemleri",
"Password or insufficient permissions message" : "Parola ya da izinler yetersiz iletisi",
+ "Loading account …" : "Hesap yükleniyor…",
"Change display name" : "Görüntülenecek adı değiştir",
"Set new password" : "Yeni parola ayarla",
+ "You do not have permissions to see the details of this account" : "Bu hesabın ayrıntılarını görüntüleme izniniz yok",
"Set new email address" : "Yeni e-posta adresi ayarla",
"Add user to group" : "Gruba kullanıcı ekle",
+ "Add account to group" : "Hesabı gruba ekle",
+ "Set account as admin for" : "Hesabı şurada yönetici yap",
+ "Select account quota" : "Hesap kotasını seçin",
"Set the language" : "Dili ayarla",
+ "Set line manager" : "Satır yöneticisini ayarla",
"{size} used" : "{size} kullanılmış",
"Delete account" : "Hesabı sil",
"Wipe all devices" : "Tüm aygıtları sil",
+ "Disable account" : "Hesabı devre dışı bırak",
+ "Enable account" : "Hesabı etkinleştir",
"Resend welcome email" : "Karşılama e-postasını yeniden gönder",
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Aygıt kaybedildiğinde ya da kuruluş ile çalışma sona erdirildiğinde, bu özellik {userid} ile ilişkili tüm aygıtlardaki Nextcloud verilerini silebilir. Bu özellik yalnızca aygıtların İnternet bağlantısı olduğunda kullanılabilir.",
"Remote wipe of devices" : "Uzaktan aygıt temizleme",
"Wipe {userid}'s devices" : "{userid} aygıtlarını temizle",
"Wiped {userid}'s devices" : "{userid} kullanıcısının aygıtları silindi",
+ "Failed to update line manager" : "Satır yöneticisi güncellenemedi",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "{userid} için kişisel dosyalar ve uygulama verileri gibi tüm hesap bilgilerini tamamen siler",
"Account deletion" : "Hesap silme",
"Delete {userid}'s account" : "{userid} hesabını sil",
@@ -515,13 +581,17 @@
"Password was successfully changed" : "Parola değiştirildi",
"Email was successfully changed" : "E-posta adresi değiştirildi",
"Welcome mail sent!" : "Karşılama e-postası gönderildi!",
+ "Toggle account actions menu" : "Hesap işlemleri menüsünü aç/kapat",
"Done" : "Tamam",
"Edit" : "Düzenle",
+ "Account management settings" : "Hesap yönetimi ayarları",
"Visibility" : "Görünürlük",
"Show language" : "Görüntülenecek dil",
+ "Show account backend" : "Hesap arka ucu görüntülensin",
"Show storage path" : "Depolama yolu görüntülensin",
"Show last login" : "Son oturum açma zamanı görüntülensin",
"Send email" : "E-posta gönder",
+ "Send welcome email to new accounts" : "Yeni hesaplara hoş geldiniz e-postası gönderilsin",
"Defaults" : "Varsayılanlar",
"Default quota" : "Varsayılan kota",
"Select default quota" : "Varsayılan kota değerini seçin",
@@ -543,13 +613,17 @@
"{license}-licensed" : "{license}-lisanslı",
"Changelog" : "Değişiklik günlüğü",
"by {author}\n{license}" : "{author} tarafından\n{license}",
+ "Account management" : "Hesap yönetimi",
"New account" : "Hesap ekle",
+ "Active accounts" : "Etkin hesaplar",
"Admins" : "Yöneticiler",
"Disabled users" : "Devre dışı bırakılmış kullanıcılar",
"Creating group …" : "Grup ekleniyor…",
"Create group" : "Grup ekle",
"Group name" : "Grup adı",
"Please enter a valid group name" : "Lütfen geçerli bir grup adı yazın",
+ "Disabled accounts" : "Devre dışı hesaplar",
+ "Account group: {group}" : "Hesap grubu: {group}",
"Failed to create group" : "Grup eklenemedi",
"Sending…" : "Gönderiliyor …",
"Email sent" : "E-posta gönderildi",
@@ -568,6 +642,8 @@
"Profile visibility" : "Profil görünürlüğü",
"Locale" : "Yerel Ayar",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "Bu özellik, dosya paylaşımı ve takvim çağrıları gibi temel işlevler için gerekli olduğundan kullanılamıyor",
+ "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Hesabınızda birleşik kullanım devre dışı bırakılmış olduğundan kullanılamıyor. Herhangi bir sorunuz varsa sistem yönetimi ile görüşün.",
+ "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Hesaba özel verilerin arama sunucusunda yayınlanmasına izin verilmediğinden kullanılamıyor. Herhangi bir sorunuz varsa sistem yönetimi ile görüşün.",
"Your apps" : "Uygulamalarınız",
"Active apps" : "Etkin uygulamalar",
"Disabled apps" : "Devre dışı uygulamalar",
@@ -576,6 +652,7 @@
"Featured apps" : "Öne çıkarılmış uygulamalar",
"Supported apps" : "Desteklenen uygulamalar",
"Show to everyone" : "Herkese görüntülensin",
+ "Show to logged in accounts only" : "Yalnızca oturum açmış hesaplara görüntülensin",
"Hide" : "Gizlensin",
"Download and enable" : "İndir ve etkinleştir",
"Allow untested app" : "Denenmemiş uygulamalar kullanılabilsin",
@@ -612,6 +689,7 @@
"Authentication" : "Kimlik doğrulama",
"Authentication required" : "Kimlik doğrulaması gerekli",
"Credentials" : "Kimlik doğrulama bilgileri",
+ "SMTP Login" : "SMTP kullanıcı adı",
"SMTP Password" : "SMTP parolası",
"Save" : "Kaydet",
"Test and verify email settings" : "E-posta ayarlarını sınayın ve doğrulayın",
@@ -689,7 +767,7 @@
"Add new email address" : "Yeni e-posta adresi ekle",
"Set user as admin for" : "Kullanıcıyı şurada yönetici yap",
"Select user quota" : "Kullanıcı kotasını seçin",
- "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü değiştir",
+ "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü aç/kapat",
"Delete user" : "Kullanıcıyı sil",
"Disable user" : "Kullanıcıyı devre dışı bırak",
"Enable user" : "Kullanıcıyı etkinleştir",
@@ -723,6 +801,7 @@
"User's table" : "Kullanıcının tablosu",
"Select user manager" : "Kullanıcı yöneticisini seçin",
"Old user imported certificates" : "Kullanıcının içe aktardığı eski sertifikalar",
+ "Overwrite cli URL" : "CLI adresi değişikliği",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir: %s.",
"You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.",
"No users" : "Herhangi bir kullanıcı yok",