aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n/ka.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/l10n/ka.js')
-rw-r--r--apps/settings/l10n/ka.js296
1 files changed, 82 insertions, 214 deletions
diff --git a/apps/settings/l10n/ka.js b/apps/settings/l10n/ka.js
index a16573dd5be..c75c818f8d5 100644
--- a/apps/settings/l10n/ka.js
+++ b/apps/settings/l10n/ka.js
@@ -101,7 +101,6 @@ OC.L10N.register(
"Administration" : "Administration",
"Users" : "Users",
"Additional settings" : "Additional settings",
- "Artificial Intelligence" : "Artificial Intelligence",
"Administration privileges" : "Administration privileges",
"Groupware" : "Groupware",
"Overview" : "Overview",
@@ -111,8 +110,8 @@ OC.L10N.register(
"Calendar" : "Calendar",
"Personal info" : "Personal info",
"Mobile & desktop" : "Mobile & desktop",
+ "Artificial Intelligence" : "Artificial Intelligence",
"Email server" : "Email server",
- "Security & setup warnings" : "Security & setup warnings",
"Background jobs" : "Background jobs",
"Unlimited" : "Unlimited",
"Verifying" : "Verifying",
@@ -125,8 +124,6 @@ OC.L10N.register(
"Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%s\".",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability.",
"Database missing indices" : "Database missing indices",
- "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".",
- "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.",
"Database missing primary keys" : "Database missing primary keys",
"Missing primary key on table \"%s\"." : "Missing primary key on table \"%s\".",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running.",
@@ -138,8 +135,6 @@ OC.L10N.register(
"Email test" : "Email test",
"Email test was successfully sent" : "Email test was successfully sent",
"You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings.",
- "File locking" : "File locking",
- "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.",
"The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "The database is used for transactional file locking. To enhance performance, please configure memcache, if available.",
"Forwarded for headers" : "Forwarded for headers",
"Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Your \"trusted_proxies\" setting is not correctly set, it should be an array.",
@@ -167,7 +162,6 @@ OC.L10N.register(
"PHP getenv" : "PHP getenv",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response.",
"PHP memory limit" : "PHP memory limit",
- "The PHP memory limit is below the recommended value of %s." : "The PHP memory limit is below the recommended value of %s.",
"PHP modules" : "PHP modules",
"This instance is missing some required PHP modules. It is required to install them: %s." : "This instance is missing some required PHP modules. It is required to install them: %s.",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation.",
@@ -182,9 +176,6 @@ OC.L10N.register(
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update.",
"Nextcloud configuration file is writable" : "Nextcloud configuration file is writable",
"Database version" : "Database version",
- "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.",
- "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.",
- "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\".",
"Unknown database platform" : "Unknown database platform",
"Architecture" : "Architecture",
@@ -196,21 +187,21 @@ OC.L10N.register(
"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",
+ "Enable" : "Enable",
"Machine translation" : "Machine translation",
"Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment.",
- "Speech-To-Text" : "Speech-To-Text",
- "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Speech-To-Text can be implemented by different apps. Here you can set which app should be used.",
- "None of your currently installed apps provide Speech-To-Text functionality" : "None of your currently installed apps provide Speech-To-Text functionality",
"Image generation" : "Image generation",
"Image generation can be implemented by different apps. Here you can set which app should be used." : "Image generation can be implemented by different apps. Here you can set which app should be used.",
"None of your currently installed apps provide image generation functionality" : "None of your currently installed apps provide image generation functionality",
"Text processing" : "Text processing",
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task.",
"Task:" : "Task:",
- "None of your currently installed apps provide Text processing functionality" : "None of your currently installed apps provide Text processing functionality",
"Here you can decide which group can access certain sections of the administration settings." : "Here you can decide which group can access certain sections of the administration settings.",
- "None" : "None",
"Unable to modify setting" : "Unable to modify setting",
+ "None" : "None",
+ "Changed disclaimer text" : "Changed disclaimer text",
+ "Deleted disclaimer text" : "Deleted disclaimer text",
+ "Could not set disclaimer text" : "Could not set disclaimer text",
"Allow apps to use the Share API" : "Allow apps to use the Share API",
"Allow resharing" : "Allow resharing",
"Allow sharing with groups" : "Allow sharing with groups",
@@ -222,7 +213,6 @@ OC.L10N.register(
"Exclude groups from password requirements" : "Exclude groups from password requirements",
"Exclude groups from creating link shares" : "Exclude groups from creating link shares",
"Groups excluded from sharing" : "Groups excluded from sharing",
- "Set default expiration date for shares" : "Set default expiration date for shares",
"Enforce expiration date" : "Enforce expiration date",
"Default expiration time of new shares in days" : "Default expiration time of new shares in days",
"Expire shares after x days" : "Expire shares after x days",
@@ -233,18 +223,12 @@ OC.L10N.register(
"Set default expiration date for shares via link or mail" : "Set default expiration date for shares via link or mail",
"Default expiration time of shares in days" : "Default expiration time of shares in days",
"Privacy settings for sharing" : "Privacy settings for sharing",
- "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialog and allow access to the system address book",
"If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "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" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups",
- "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration",
"Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)",
"Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)",
"Disclaimer text" : "Disclaimer text",
"This text will be shown on the public link upload page when the file list is hidden." : "This text will be shown on the public link upload page when the file list is hidden.",
"Default share permissions" : "Default share permissions",
- "Changed disclaimer text" : "Changed disclaimer text",
- "Deleted disclaimer text" : "Deleted disclaimer text",
- "Could not set disclaimer text" : "Could not set disclaimer text",
"Two-Factor Authentication" : "Two-Factor Authentication",
"Enforce two-factor authentication" : "Enforce two-factor authentication",
"Limit to groups" : "Limit to groups",
@@ -254,13 +238,15 @@ OC.L10N.register(
"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",
"Save changes" : "Save changes",
+ "Default" : "Default",
"Show details for {appName} app" : "Show details for {appName} app",
"Update to {update}" : "Update to {update}",
"Remove" : "Remove",
- "Disable" : "Disable",
"Featured" : "Featured",
"This app is supported via your current Nextcloud subscription." : "This app is supported via your current Nextcloud subscription.",
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Featured apps are developed by and within the community. They offer central functionality and are ready for production use.",
+ "Disable all" : "Disable all",
+ "Download and enable all" : "Download and enable all",
"All apps are up-to-date." : "All apps are up-to-date.",
"Icon" : "Icon",
"Name" : "Name",
@@ -269,12 +255,22 @@ OC.L10N.register(
"Actions" : "Actions",
"Results from other categories" : "Results from other categories",
"No apps found for your version" : "No apps found for your version",
- "Disable all" : "Disable all",
- "Download and enable all" : "Download and enable all",
"_%n app has an update available_::_%n apps have an update available_" : ["%n app has an update available","%n apps have an update available"],
"_Update_::_Update all_" : ["Update","Update all"],
+ "Failed to create group" : "Failed to create group",
+ "Create group" : "Create group",
+ "Group name" : "Group name",
+ "Please enter a valid group name" : "Please enter a valid group name",
+ "Loading groups…" : "Loading groups…",
"Loading" : "Loading",
+ "Type" : "სახე",
+ "Confirm" : "Confirm",
+ "Cancel" : "Cancel",
"Description" : "Description",
+ "View in store" : "View in store",
+ "Visit website" : "Visit website",
+ "Admin documentation" : "Admin documentation",
+ "Developer documentation" : "Developer documentation",
"Details" : "Details",
"All" : "All",
"Limit app usage to groups" : "Limit app usage to groups",
@@ -291,11 +287,16 @@ OC.L10N.register(
"Report a bug" : "Report a bug",
"Request feature" : "Request feature",
"Ask questions or discuss" : "Ask questions or discuss",
- "View in store" : "View in store",
- "Visit website" : "Visit website",
- "Admin documentation" : "Admin documentation",
- "Developer documentation" : "Developer documentation",
"Changelog" : "Changelog",
+ "Google Chrome for Android" : "Google Chrome for Android",
+ "{productName} iOS app" : "{productName} iOS app",
+ "{productName} Android app" : "{productName} Android app",
+ "{productName} Talk for iOS" : "{productName} Talk for iOS",
+ "{productName} Talk for Android" : "{productName} Talk for Android",
+ "Sync client" : "Sync client",
+ "This session" : "This session",
+ "{client} - {version} ({system})" : "{client} - {version} ({system})",
+ "{client} - {version}" : "{client} - {version}",
"Device name" : "Device name",
"Cancel renaming" : "Cancel renaming",
"Save new name" : "Save new name",
@@ -306,33 +307,27 @@ OC.L10N.register(
"Revoke" : "Revoke",
"Wipe device" : "Wipe device",
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Revoking this token might prevent the wiping of your device if it has not started the wipe yet.",
- "Google Chrome for Android" : "Google Chrome for Android",
- "{productName} iOS app" : "{productName} iOS app",
- "{productName} Android app" : "{productName} Android app",
- "{productName} Talk for iOS" : "{productName} Talk for iOS",
- "{productName} Talk for Android" : "{productName} Talk for Android",
- "Sync client" : "Sync client",
- "This session" : "This session",
- "{client} - {version} ({system})" : "{client} - {version} ({system})",
- "{client} - {version}" : "{client} - {version}",
"Device" : "Device",
"Last activity" : "Last activity",
"Devices & sessions" : "Devices & sessions",
"Web, desktop and mobile clients currently logged in to your account." : "Web, desktop and mobile clients currently logged in to your account.",
+ "Error while creating device token" : "Error while creating device token",
"App name" : "App name",
"Create new app password" : "Create new app password",
- "Error while creating device token" : "Error while creating device token",
- "New app password" : "New app password",
- "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Use the credentials below to configure your app or device. For security reasons this password will only be shown once.",
- "Login" : "Login",
- "Password" : "პაროლი",
- "Show QR code for mobile apps" : "Show QR code for mobile apps",
"App password copied!" : "App password copied!",
"Copy app password" : "Copy app password",
"Login name copied!" : "Login name copied!",
"Copy login name" : "Copy login name",
"Could not copy app password. Please copy it manually." : "Could not copy app password. Please copy it manually.",
"Could not copy login name. Please copy it manually." : "Could not copy login name. Please copy it manually.",
+ "New app password" : "New app password",
+ "Use the credentials below to configure your app or device. For security reasons this password will only be shown once." : "Use the credentials below to configure your app or device. For security reasons this password will only be shown once.",
+ "Login" : "Login",
+ "Password" : "პაროლი",
+ "Show QR code for mobile apps" : "Show QR code for mobile apps",
+ "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 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",
"For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information.",
"Last job execution ran {time}. Something seems wrong." : "Last job execution ran {time}. Something seems wrong.",
"Last job ran {relativeTime}." : "Last job ran {relativeTime}.",
@@ -340,35 +335,34 @@ OC.L10N.register(
"AJAX" : "AJAX",
"Webcron" : "Webcron",
"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 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" : "Enable",
"Unable to update profile default setting" : "Unable to update profile default setting",
+ "Profile" : "Profile",
+ "Unable to update server side encryption config" : "Unable to update server side encryption config",
"Server-side encryption" : "Server-side encryption",
"Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed.",
"Enable server-side encryption" : "Enable server-side encryption",
+ "No encryption module loaded, please enable an encryption module in the app menu." : "No encryption module loaded, please enable an encryption module in the app menu.",
+ "Select default encryption module:" : "Select default encryption module:",
+ "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}",
+ "Enable encryption" : "Enable encryption",
"Please read carefully before activating server-side encryption:" : "Please read carefully before activating server-side encryption:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met.",
"Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases.",
"Be aware that encryption always increases the file size." : "Be aware that encryption always increases the file size.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data.",
"This is the final warning: Do you really want to enable encryption?" : "This is the final warning: Do you really want to enable encryption?",
- "No encryption module loaded, please enable an encryption module in the app menu." : "No encryption module loaded, please enable an encryption module in the app menu.",
- "Select default encryption module:" : "Select default encryption module:",
- "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}",
- "Unable to update server side encryption config" : "Unable to update server side encryption config",
"Please confirm the group removal" : "Please confirm the group removal",
- "Cancel" : "Cancel",
- "Confirm" : "Confirm",
"Submit" : "Submit",
"Rename group" : "Rename group",
- "Remove group" : "Remove group",
- "Failed to remove group \"{group}\"" : "Failed to remove group \"{group}\"",
"Current password" : "Current password",
"New password" : "New password",
"Change password" : "Change password",
+ "Choose your profile picture" : "Choose your profile picture",
+ "Please select a valid png or jpg file" : "Please select a valid png or jpg file",
+ "Error setting profile picture" : "Error setting profile picture",
+ "Error cropping profile picture" : "Error cropping profile picture",
+ "Error saving profile picture" : "Error saving profile picture",
+ "Error removing profile picture" : "Error removing profile picture",
"Your profile picture" : "Your profile picture",
"Upload profile picture" : "Upload profile picture",
"Choose profile picture from Files" : "Choose profile picture from Files",
@@ -377,18 +371,8 @@ OC.L10N.register(
"Picture provided by original account" : "Picture provided by original account",
"Set as profile picture" : "Set as profile picture",
"Please note that it can take up to 24 hours for your profile picture to be updated everywhere." : "Please note that it can take up to 24 hours for your profile picture to be updated everywhere.",
- "Choose your profile picture" : "Choose your profile picture",
- "Please select a valid png or jpg file" : "Please select a valid png or jpg file",
- "Error setting profile picture" : "Error setting profile picture",
- "Error cropping profile picture" : "Error cropping profile picture",
- "Error saving profile picture" : "Error saving profile picture",
- "Error removing profile picture" : "Error removing profile picture",
- "Your biography" : "Your biography",
"You are a member of the following groups:" : "You are a member of the following groups:",
- "You are using <strong>{usage}</strong>" : "You are using <strong>{usage}</strong>",
- "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)",
"Your full name" : "Your full name",
- "Primary email for password reset and notifications" : "Primary email for password reset and notifications",
"Email options" : "Email options",
"Remove primary email" : "Remove primary email",
"Delete email" : "Delete email",
@@ -401,14 +385,15 @@ OC.L10N.register(
"Unable to add additional email address" : "Unable to add additional email address",
"Unable to update additional email address" : "Unable to update additional email address",
"Unable to delete additional email address" : "Unable to delete additional email address",
+ "Primary email for password reset and notifications" : "Primary email for password reset and notifications",
"No email address set" : "No email address set",
"Your handle" : "Your handle",
"Your headline" : "Your headline",
- "Help translate" : "Help translate",
"Unable to update language" : "Unable to update language",
+ "Help translate" : "Help translate",
"No language set" : "No language set",
- "Week starts on {firstDayOfWeek}" : "Week starts on {firstDayOfWeek}",
"Unable to update locale" : "Unable to update locale",
+ "Week starts on {firstDayOfWeek}" : "Week starts on {firstDayOfWeek}",
"No locale set" : "No locale set",
"Your city" : "Your city",
"Your organisation" : "Your organisation",
@@ -420,58 +405,39 @@ OC.L10N.register(
"Your role" : "Your role",
"Your X (formerly Twitter) handle" : "Your X (formerly Twitter) handle",
"Your website" : "Your website",
- "No {property} set" : "No {property} set",
"Unable to update {property}" : "Unable to update {property}",
+ "No {property} set" : "No {property} set",
"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}",
"Unable to update federation scope of additional {property}" : "Unable to update federation scope of additional {property}",
"Add additional email" : "Add additional email",
- "Add" : "Add",
+ "Add" : "დამატება",
"Create" : "Create",
"Change" : "Change",
- "Delete" : "Delete",
+ "Delete" : "წაშლა",
"Reshare" : "Reshare",
"Default language" : "Default language",
"Common languages" : "Common languages",
"Other languages" : "Other languages",
"Password change is disabled because the master key is disabled" : "Password change is disabled because the master key is disabled",
- "New user" : "New user",
+ "Manager" : "Manager",
"Display name" : "Display name",
"Either password or email is required" : "Either password or email is required",
"Password (required)" : "Password (required)",
"Email (required)" : "Email (required)",
"Email" : "Email",
- "Groups (required)" : "Groups (required)",
- "Set user groups" : "Set user groups",
- "Administered groups" : "Administered groups",
- "Set user as admin for …" : "Set user as admin for …",
"Quota" : "Quota",
- "Set user quota" : "Set user quota",
"Language" : "Language",
"Set default language" : "Set default language",
- "Manager" : "Manager",
- "Add new user" : "Add new user",
- "Set user manager" : "Set user manager",
- "Username will be autogenerated" : "Username will be autogenerated",
- "Username (required)" : "Username (required)",
"Total rows summary" : "Total rows summary",
- "Loading users …" : "Loading users …",
"Scroll to load more rows" : "Scroll to load more rows",
- "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"],
- "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"],
+ "Password or insufficient permissions message" : "Password or insufficient permissions message",
"Avatar" : "Avatar",
- "Username" : "Username",
+ "Account name" : "ექაუნთის სახელი",
"Group admin for" : "Group admin for",
- "User backend" : "User backend",
"Storage location" : "Storage location",
"Last login" : "Last login",
- "User actions" : "User actions",
- "Password or insufficient permissions message" : "Password or insufficient permissions message",
- "Change display name" : "Change display name",
- "Set new password" : "Set new password",
- "Set new email address" : "Set new email address",
- "Add user to group" : "Add user to group",
- "Set the language" : "Set the language",
+ "Account actions" : "Account actions",
"{size} used" : "{size} used",
"Delete account" : "Delete account",
"Resend welcome email" : "Resend welcome email",
@@ -486,7 +452,11 @@ 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!",
- "Done" : "Done",
+ "Change display name" : "Change display name",
+ "Set new password" : "Set new password",
+ "Set new email address" : "Set new email address",
+ "Set the language" : "Set the language",
+ "Done" : "დასრულდა",
"Edit" : "Edit",
"Visibility" : "Visibility",
"Show language" : "Show language",
@@ -497,11 +467,11 @@ OC.L10N.register(
"Defaults" : "Defaults",
"Default quota" : "Default quota",
"Select default quota" : "Select default quota",
+ "Server error while trying to complete WebAuthn device registration" : "Server error while trying to complete WebAuthn device registration",
"Passwordless authentication requires a secure connection." : "Passwordless authentication requires a secure connection.",
"Add WebAuthn device" : "Add WebAuthn device",
"Please authorize your WebAuthn device." : "Please authorize your WebAuthn device.",
"Adding your device …" : "Adding your device …",
- "Server error while trying to complete WebAuthn device registration" : "Server error while trying to complete WebAuthn device registration",
"Unnamed device" : "Unnamed device",
"Passwordless Authentication" : "Passwordless Authentication",
"Set up your account for passwordless authentication following the FIDO2 standard." : "Set up your account for passwordless authentication following the FIDO2 standard.",
@@ -511,10 +481,6 @@ OC.L10N.register(
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "As admin you can fine-tune the sharing behavior. Please see the documentation for more information.",
"You need to enable the File sharing App." : "You need to enable the File sharing App.",
"Admins" : "Admins",
- "Create group" : "Create group",
- "Group name" : "Group name",
- "Please enter a valid group name" : "Please enter a valid group name",
- "Failed to create group" : "Failed to create group",
"Sending…" : "Sending…",
"Email sent" : "Email sent",
"Location" : "Location",
@@ -522,12 +488,12 @@ OC.L10N.register(
"About" : "About",
"Full name" : "Full name",
"Additional email" : "Additional email",
+ "Fediverse (e.g. Mastodon)" : "Fediverse (e.g. Mastodon)",
"Headline" : "Headline",
"Organisation" : "Organisation",
"Phone number" : "Phone number",
"Role" : "Role",
"X (formerly Twitter)" : "X (formerly Twitter)",
- "Fediverse (e.g. Mastodon)" : "Fediverse (e.g. Mastodon)",
"Website" : "Website",
"Profile visibility" : "Profile visibility",
"Locale" : "Locale",
@@ -542,13 +508,15 @@ OC.L10N.register(
"Show to everyone" : "Show to everyone",
"Hide" : "Hide",
"Download and enable" : "Download and enable",
+ "Disable" : "Disable",
"Allow untested app" : "Allow untested app",
"The app will be downloaded from the App Store" : "The app will be downloaded from the App Store",
"This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected.",
+ "Unknown" : "Unknown",
"Never" : "Never",
"An error occurred during the request. Unable to proceed." : "An error occurred during the request. Unable to proceed.",
- "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds.",
"Error: This app cannot be enabled because it makes the server unstable" : "Error: This app cannot be enabled because it makes the server unstable",
+ "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds.",
"Do you really want to wipe your data from this device?" : "Do you really want to wipe your data from this device?",
"Confirm wipe" : "Confirm wipe",
"Could not delete the app token" : "Could not delete the app token",
@@ -556,11 +524,13 @@ OC.L10N.register(
"Error while updating device token name" : "Error while updating device token name",
"Error while updating device token scope" : "Error while updating device token scope",
"There were too many requests from your network. Retry later or contact your administrator if this is an error." : "There were too many requests from your network. Retry later or contact your administrator if this is an error.",
+ "Error" : "Error",
"Account documentation" : "Account documentation",
"Administration documentation" : "Administration documentation",
"Forum" : "Forum",
- "Nextcloud help resources" : "Nextcloud help resources",
"General documentation" : "General documentation",
+ "Legal notice" : "Legal notice",
+ "Privacy policy" : "Privacy policy",
"None/STARTTLS" : "None/STARTTLS",
"SSL" : "SSL",
"Open documentation" : "Open documentation",
@@ -577,6 +547,7 @@ OC.L10N.register(
"SMTP Password" : "SMTP Password",
"Save" : "Save",
"Test and verify email settings" : "Test and verify email settings",
+ "Security & setup warnings" : "Security & setup warnings",
"It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information." : "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the linked documentation for more information.",
"All checks passed." : "All checks passed.",
"There are some errors regarding your setup." : "There are some errors regarding your setup.",
@@ -587,121 +558,18 @@ OC.L10N.register(
"Reasons to use Nextcloud in your organization" : "Reasons to use Nextcloud in your organization",
"Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.",
"Like our Facebook page" : "Like our Facebook page",
- "Follow us on Twitter" : "Follow us on Twitter",
"Follow us on Mastodon" : "Follow us on Mastodon",
"Check out our blog" : "Check out our blog",
"Subscribe to our newsletter" : "Subscribe to our newsletter",
"This community release of Nextcloud is unsupported and instant notifications are unavailable." : "This community release of Nextcloud is unsupported and instant notifications are unavailable.",
"Use a second factor besides your password to increase security for your account." : "Use a second factor besides your password to increase security for your account.",
"If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication.",
- "No user supplied" : "No user supplied",
- "Please provide an admin recovery password; otherwise, all user data will be lost." : "Please provide an admin recovery password; otherwise, all user data will be lost.",
- "Backend does not support password change, but the user's encryption key was updated." : "Backend does not support password change, but the user's encryption key was updated.",
- "installing and updating apps via the App Store or Federated Cloud Sharing" : "installing and updating apps via the App Store or Federated Cloud Sharing",
- "Federated Cloud Sharing" : "Federated Cloud Sharing",
- "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably.",
- "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details.",
- "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration.",
- "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function.",
- "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades.",
- "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades.",
- "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only.",
- "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 <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "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 <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>.",
- "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>.",
- "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>.",
- "You need to set your user email before being able to send test emails. Go to %s for that." : "You need to set your user email before being able to send test emails. Go to %s for that.",
- "Invalid user" : "Invalid user",
- "Your username is: %s" : "Your username is: %s",
- "Logged in user must be a subadmin" : "Logged in user must be a subadmin",
- "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.",
- "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.",
- "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them.",
- "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook.",
- "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.",
- "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.",
- "Enable all" : "Enable all",
- "Internet Explorer" : "Internet Explorer",
- "Edge" : "Edge",
- "Firefox" : "Firefox",
- "Google Chrome" : "Google Chrome",
- "Safari" : "Safari",
- "iPhone" : "iPhone",
- "iPad" : "iPad",
- "Sync client - {os}" : "Sync client - {os}",
- "Error while deleting the token" : "Error while deleting the token",
- "Use the credentials below to configure your app or device." : "Use the credentials below to configure your app or device.",
- "For security reasons this password will only be shown once." : "For security reasons this password will only be shown once.",
- "Copied!" : "Copied!",
- "Copy" : "Copy",
- "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.",
- "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).",
- "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.",
- "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances.",
- "The cron.php needs to be executed by the system user \"{user}\"." : "The cron.php needs to be executed by the system user \"{user}\".",
- "Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.",
- "You are about to remove the group {group}. The users will NOT be deleted." : "You are about to remove the group {group}. The users will NOT be deleted.",
- "Please confirm the group removal " : "Please confirm the group removal ",
- "Your profile information" : "Your profile information",
- "Your email address" : "Your email address",
- "Additional emails" : "Additional emails",
- "Enable Profile" : "Enable Profile",
- "Your Twitter handle" : "Your Twitter handle",
- "You do not have permissions to see the details of this user" : "You do not have permissions to see the details of this user",
- "Edit display name" : "Edit display name",
- "Add new password" : "Add new password",
- "Add new email address" : "Add new email address",
- "Set user as admin for" : "Set user as admin for",
- "Select user quota" : "Select user quota",
- "Select manager" : "Select manager",
- "Toggle user actions menu" : "Toggle user actions menu",
- "Delete user" : "Delete user",
- "Wipe all devices" : "Wipe all devices",
- "Disable user" : "Disable user",
- "Enable user" : "Enable user",
- "Edit User" : "Edit User",
- "User's table" : "User's table",
- "Will be autogenerated" : "Will be autogenerated",
- "Select user manager" : "Select user manager",
- "Add a new user" : "Add a new user",
- "No users in here" : "No users in here",
- "Name your device" : "Name your device",
- "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device",
- "{license}-licensed" : "{license}-licensed",
- "by {author}\n{license}" : "by {author}\n{license}",
- "Enter group name" : "Enter group name",
- "Add group" : "Add group",
- "Active users" : "Active users",
- "Disabled users" : "Disabled users",
- "Default quota:" : "Default quota:",
- "Show Languages" : "Show Languages",
- "Show user backend" : "Show user backend",
- "Send email to new user" : "Send email to new user",
- "Not saved" : "Not saved",
- "Twitter" : "Twitter",
- "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions",
- "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions",
- "Show to logged in users only" : "Show to logged in users only",
- "Enable untested app" : "Enable untested app",
- "SMTP Username" : "SMTP Username",
- "Expire after" : "Expire after",
- "day(s)" : "day(s)",
- "Exclude groups from password requirements:" : "Exclude groups from password requirements:",
- "Set default expiration date" : "Set default expiration date",
- "Exclude groups from creating link shares:" : "Exclude groups from creating link shares:",
- "Exclude groups from sharing" : "Exclude groups from sharing",
- "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.",
- "Old user imported certificates" : "Old user imported certificates",
- "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.",
- "Rating: {score}/10" : "Rating: {score}/10",
- "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.",
- "No users" : "No users",
- "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.",
- "Loading user …" : "Loading user …",
- "Failed to update user manager" : "Failed to update user manager",
- "User management settings" : "User management settings",
- "Send welcome email to new users" : "Send welcome email to new users",
- "User management" : "User management",
- "Creating group …" : "Creating group …",
- "User group: {group}" : "User group: {group}"
+ "File locking" : "File locking",
+ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.",
+ "The PHP memory limit is below the recommended value of %s." : "The PHP memory limit is below the recommended value of %s.",
+ "Set default expiration date for shares" : "Set default expiration date for shares",
+ "Your biography" : "Your biography",
+ "You are using <strong>{usage}</strong>" : "You are using <strong>{usage}</strong>",
+ "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)"
},
"nplurals=2; plural=(n!=1);");