From 4b9d914d85054cbe3cd57e4770bbdc82c2c5f979 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 4 Jan 2024 00:20:18 +0000 Subject: Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/files_versions/l10n/ka.js | 26 ++++++++++++++++++++++++++ apps/files_versions/l10n/ka.json | 24 ++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 apps/files_versions/l10n/ka.js create mode 100644 apps/files_versions/l10n/ka.json (limited to 'apps/files_versions') diff --git a/apps/files_versions/l10n/ka.js b/apps/files_versions/l10n/ka.js new file mode 100644 index 00000000000..e10e92d7bc7 --- /dev/null +++ b/apps/files_versions/l10n/ka.js @@ -0,0 +1,26 @@ +OC.L10N.register( + "files_versions", + { + "Versions" : "Versions", + "This application automatically maintains older versions of files that are changed." : "This application automatically maintains older versions of files that are changed.", + "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.", + "Name this version" : "Name this version", + "Edit version name" : "Edit version name", + "Compare to current version" : "Compare to current version", + "Restore version" : "Restore version", + "Download version" : "Download version", + "Delete version" : "Delete version", + "Version name" : "Version name", + "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.", + "Remove version name" : "Remove version name", + "Save version name" : "Save version name", + "Current version" : "Current version", + "Initial version" : "Initial version", + "Initial version restored" : "Initial version restored", + "Version restored" : "Version restored", + "Could not restore version" : "Could not restore version", + "Could not set version name" : "Could not set version name", + "Could not delete version" : "Could not delete version", + "${version.label} restored" : "${version.label} restored" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/apps/files_versions/l10n/ka.json b/apps/files_versions/l10n/ka.json new file mode 100644 index 00000000000..b03bd488381 --- /dev/null +++ b/apps/files_versions/l10n/ka.json @@ -0,0 +1,24 @@ +{ "translations": { + "Versions" : "Versions", + "This application automatically maintains older versions of files that are changed." : "This application automatically maintains older versions of files that are changed.", + "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.", + "Name this version" : "Name this version", + "Edit version name" : "Edit version name", + "Compare to current version" : "Compare to current version", + "Restore version" : "Restore version", + "Download version" : "Download version", + "Delete version" : "Delete version", + "Version name" : "Version name", + "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.", + "Remove version name" : "Remove version name", + "Save version name" : "Save version name", + "Current version" : "Current version", + "Initial version" : "Initial version", + "Initial version restored" : "Initial version restored", + "Version restored" : "Version restored", + "Could not restore version" : "Could not restore version", + "Could not set version name" : "Could not set version name", + "Could not delete version" : "Could not delete version", + "${version.label} restored" : "${version.label} restored" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file -- cgit v1.2.3