diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-17 00:20:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-17 00:20:25 +0000 |
commit | c21df323b09a47f5a5fa331ff160a57320bce3b6 (patch) | |
tree | 192acc528dc34a7383dbb6073c049397bc82eeae /apps/updatenotification/l10n/ka.js | |
parent | aba6e3c1ad0ad62708412b693a1ae42b14746780 (diff) | |
download | nextcloud-server-c21df323b09a47f5a5fa331ff160a57320bce3b6.tar.gz nextcloud-server-c21df323b09a47f5a5fa331ff160a57320bce3b6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/updatenotification/l10n/ka.js')
-rw-r--r-- | apps/updatenotification/l10n/ka.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/l10n/ka.js b/apps/updatenotification/l10n/ka.js index 1c10e5f974d..81b890f8bba 100644 --- a/apps/updatenotification/l10n/ka.js +++ b/apps/updatenotification/l10n/ka.js @@ -37,7 +37,6 @@ OC.L10N.register( "The selected update channel does not support updates of the server." : "The selected update channel does not support updates of the server.", "A new version is available: <strong>{newVersionString}</strong>" : "A new version is available: <strong>{newVersionString}</strong>", "Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}" : "Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}", - "Checked on {lastCheckedDate}" : "Checked on {lastCheckedDate}", "Checking apps for compatible versions" : "Checking apps for compatible versions", "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false.", "Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store." : "Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store.", @@ -51,6 +50,7 @@ OC.L10N.register( "_<strong>%n</strong> app has no compatible version for this Nextcloud version available._::_<strong>%n</strong> apps have no compatible version for this Nextcloud version available._" : ["<strong>%n</strong> app has no compatible version for this Nextcloud version available.","<strong>%n</strong> apps have no compatible version for this Nextcloud version available."], "Please use the command line updater to update." : "Please use the command line updater to update.", "You can change the update channel below which also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page." : "You can change the update channel below which also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page.", - "Update channel:" : "Update channel:" + "Update channel:" : "Update channel:", + "Checked on {lastCheckedDate}" : "Checked on {lastCheckedDate}" }, "nplurals=2; plural=(n!=1);"); |