diff --git a/apps/comments/l10n/ru.js b/apps/comments/l10n/ru.js index 9267c8fece..d953bad383 100644 --- a/apps/comments/l10n/ru.js +++ b/apps/comments/l10n/ru.js @@ -12,6 +12,7 @@ OC.L10N.register( "More comments …" : "Ещё комментарии...", "Save" : "Сохранить", "Allowed characters {count} of {max}" : "Допустимых символов {count} из {max}", + "Error occurred while retrieving comment with ID {id}" : "При получении комментария с ID {id} произошла ошибка", "Error occurred while updating comment with id {id}" : "При обновлении комментария с id {id} произошла ошибка", "Error occurred while posting comment" : "При сохранении комментария произошла ошибка", "_%n unread comment_::_%n unread comments_" : ["%n непрочитанный комментарий","%n непрочитанных комментариев","%n непрочитанных комментариев","%n непрочитанных комментариев"], diff --git a/apps/comments/l10n/ru.json b/apps/comments/l10n/ru.json index 19aa167e1d..56eb79994b 100644 --- a/apps/comments/l10n/ru.json +++ b/apps/comments/l10n/ru.json @@ -10,6 +10,7 @@ "More comments …" : "Ещё комментарии...", "Save" : "Сохранить", "Allowed characters {count} of {max}" : "Допустимых символов {count} из {max}", + "Error occurred while retrieving comment with ID {id}" : "При получении комментария с ID {id} произошла ошибка", "Error occurred while updating comment with id {id}" : "При обновлении комментария с id {id} произошла ошибка", "Error occurred while posting comment" : "При сохранении комментария произошла ошибка", "_%n unread comment_::_%n unread comments_" : ["%n непрочитанный комментарий","%n непрочитанных комментариев","%n непрочитанных комментариев","%n непрочитанных комментариев"], diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js index 3e0c1431da..2be870054c 100644 --- a/apps/updatenotification/l10n/fr.js +++ b/apps/updatenotification/l10n/fr.js @@ -2,6 +2,8 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.", + "Apps missing updates" : "Applications avec des mises à jour manquantes", + "Apps with available updates" : "Applications avec des mises à jour disponibles", "Open updater" : "Ouvrir le système de mise à jour", "Your version is up to date." : "Votre version est à jour.", "A non-default update server is in use to be checked for updates:" : "Un serveur spécifique est actuellement configuré pour la vérification des mises-à-jour :", @@ -13,8 +15,11 @@ OC.L10N.register( "The selected update channel does not support updates of the server." : "Le canal de mises à jour sélectionné ne supporte pas les mises à jour du serveur.", "A new version is available: {newVersionString}" : "Une nouvelle version est disponible : {newVersionString}", "Checked on {lastCheckedDate}" : "Vérifié le {lastCheckedDate}", + "Checking apps for compatible updates" : "Vérification des applications pour des mises à jour compatibles", "Please make sure your config.php does not set appstoreenabled to false." : "Veuillez vous assurer que le paramètre appstoreenabled n'est pas défini à false dans votre config.php.", "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Il est impossible de se connecter à l'appstore ou alors l'appstore n'a renvoyé aucune mise à jour. Cherchez manuellement les mises à jour ou assurez-vous que votre serveur a accès à Internet et peut se connecter à l'appstore.", + "All apps have an update for this version available" : "Toutes les applications ont une mise à jour disponible pour cette version", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n application n'a pas de mise à jour disponible pour cette version","%n applications n'ont pas de mise à jour disponible pour cette version"], "Could not start updater, please try the manual update" : "Impossible de démarrer le système de mise à jour, veuillez essayer de mettre à jour manuellement", "Update notifications" : "Notifications de mises à jour", "Channel updated" : "Canal de mise à jour modifié", diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json index cebf3e41a5..3d4e6e007f 100644 --- a/apps/updatenotification/l10n/fr.json +++ b/apps/updatenotification/l10n/fr.json @@ -1,5 +1,7 @@ { "translations": { "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations sur comment mettre à jour.", + "Apps missing updates" : "Applications avec des mises à jour manquantes", + "Apps with available updates" : "Applications avec des mises à jour disponibles", "Open updater" : "Ouvrir le système de mise à jour", "Your version is up to date." : "Votre version est à jour.", "A non-default update server is in use to be checked for updates:" : "Un serveur spécifique est actuellement configuré pour la vérification des mises-à-jour :", @@ -11,8 +13,11 @@ "The selected update channel does not support updates of the server." : "Le canal de mises à jour sélectionné ne supporte pas les mises à jour du serveur.", "A new version is available: {newVersionString}" : "Une nouvelle version est disponible : {newVersionString}", "Checked on {lastCheckedDate}" : "Vérifié le {lastCheckedDate}", + "Checking apps for compatible updates" : "Vérification des applications pour des mises à jour compatibles", "Please make sure your config.php does not set appstoreenabled to false." : "Veuillez vous assurer que le paramètre appstoreenabled n'est pas défini à false dans votre config.php.", "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Il est impossible de se connecter à l'appstore ou alors l'appstore n'a renvoyé aucune mise à jour. Cherchez manuellement les mises à jour ou assurez-vous que votre serveur a accès à Internet et peut se connecter à l'appstore.", + "All apps have an update for this version available" : "Toutes les applications ont une mise à jour disponible pour cette version", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n application n'a pas de mise à jour disponible pour cette version","%n applications n'ont pas de mise à jour disponible pour cette version"], "Could not start updater, please try the manual update" : "Impossible de démarrer le système de mise à jour, veuillez essayer de mettre à jour manuellement", "Update notifications" : "Notifications de mises à jour", "Channel updated" : "Canal de mise à jour modifié", diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js index 8765c26d98..99cff4972f 100644 --- a/apps/updatenotification/l10n/ru.js +++ b/apps/updatenotification/l10n/ru.js @@ -2,6 +2,8 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.", + "Apps missing updates" : "У приложений отсутствуют обновления", + "Apps with available updates" : "Приложения с доступными обновлениями", "Open updater" : "Открыть окно обновления", "Your version is up to date." : "Версия не требует обновления.", "A non-default update server is in use to be checked for updates:" : "Не сервер по умолчанию используется как сервер для проверки обновлений:", @@ -11,7 +13,13 @@ OC.L10N.register( "Notify members of the following groups about available updates:" : "Уведомить членов следующих групп о наличии доступных обновлений:", "Only notification for app updates are available." : "Только уведомления об обновлении приложений доступны.", "The selected update channel does not support updates of the server." : "Выбранный канал обновлений не поддерживает обновление сервера.", + "A new version is available: {newVersionString}" : "Доступна новая версия: {newVersionString} ", "Checked on {lastCheckedDate}" : "Проверялось {lastCheckedDate}", + "Checking apps for compatible updates" : "Проверка приложений на совместимые обновления", + "Please make sure your config.php does not set appstoreenabled to false." : "Убедитесь, что значением параметра appstoreenabled в файле «config.php» не является «false».", + "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Не удалось установить соединение с магазином приложений, либо магазин приложений не предоставляет информации об обновлениях. Выполните поиск обновлений вручную, или убедитесь, что сервер имеет подключение к Интернет и магазин приложений доступен.", + "All apps have an update for this version available" : "Все приложения имеют доступные обновления для этой версии", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n приложение не имеет доступного обновления для этой версии","%n приложений не имеют доступные обновления для этой версии","%n приложений не имеют доступные обновления для этой версии","%n приложений не имеют доступные обновления для этой версии"], "Could not start updater, please try the manual update" : "Не удалось обновить. Выполните обновление вручную.", "Update notifications" : "Уведомления об обновлениях", "Channel updated" : "Канал обновлен.", diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json index 1d4cec8e6e..9638a6ae83 100644 --- a/apps/updatenotification/l10n/ru.json +++ b/apps/updatenotification/l10n/ru.json @@ -1,5 +1,7 @@ { "translations": { "{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.", + "Apps missing updates" : "У приложений отсутствуют обновления", + "Apps with available updates" : "Приложения с доступными обновлениями", "Open updater" : "Открыть окно обновления", "Your version is up to date." : "Версия не требует обновления.", "A non-default update server is in use to be checked for updates:" : "Не сервер по умолчанию используется как сервер для проверки обновлений:", @@ -9,7 +11,13 @@ "Notify members of the following groups about available updates:" : "Уведомить членов следующих групп о наличии доступных обновлений:", "Only notification for app updates are available." : "Только уведомления об обновлении приложений доступны.", "The selected update channel does not support updates of the server." : "Выбранный канал обновлений не поддерживает обновление сервера.", + "A new version is available: {newVersionString}" : "Доступна новая версия: {newVersionString} ", "Checked on {lastCheckedDate}" : "Проверялось {lastCheckedDate}", + "Checking apps for compatible updates" : "Проверка приложений на совместимые обновления", + "Please make sure your config.php does not set appstoreenabled to false." : "Убедитесь, что значением параметра appstoreenabled в файле «config.php» не является «false».", + "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Не удалось установить соединение с магазином приложений, либо магазин приложений не предоставляет информации об обновлениях. Выполните поиск обновлений вручную, или убедитесь, что сервер имеет подключение к Интернет и магазин приложений доступен.", + "All apps have an update for this version available" : "Все приложения имеют доступные обновления для этой версии", + "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n приложение не имеет доступного обновления для этой версии","%n приложений не имеют доступные обновления для этой версии","%n приложений не имеют доступные обновления для этой версии","%n приложений не имеют доступные обновления для этой версии"], "Could not start updater, please try the manual update" : "Не удалось обновить. Выполните обновление вручную.", "Update notifications" : "Уведомления об обновлениях", "Channel updated" : "Канал обновлен.", diff --git a/core/l10n/de.js b/core/l10n/de.js index c504049c83..4d1a9d0437 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -279,6 +279,7 @@ OC.L10N.register( "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Deiner IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.", "Stay logged in" : "Angemeldet bleiben", "Forgot password?" : "Passwort vergessen?", + "Back to login" : "Zur Anmeldung wechseln", "Alternative Logins" : "Alternative Anmeldung", "Account access" : "Kontozugriff ", "You are about to grant %s access to your %s account." : "Du bist dabei, %s Zugriff auf Dein %s-Konto zu gewähren.", diff --git a/core/l10n/de.json b/core/l10n/de.json index 56afd22d18..3466c93c2d 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -277,6 +277,7 @@ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Deiner IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.", "Stay logged in" : "Angemeldet bleiben", "Forgot password?" : "Passwort vergessen?", + "Back to login" : "Zur Anmeldung wechseln", "Alternative Logins" : "Alternative Anmeldung", "Account access" : "Kontozugriff ", "You are about to grant %s access to your %s account." : "Du bist dabei, %s Zugriff auf Dein %s-Konto zu gewähren.", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 9f32ba7786..da7714994c 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -279,6 +279,7 @@ OC.L10N.register( "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Ihrer IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.", "Stay logged in" : "Angemeldet bleiben", "Forgot password?" : "Passwort vergessen?", + "Back to login" : "Zur Anmeldung wechseln", "Alternative Logins" : "Alternative Anmeldung", "Account access" : "Kontozugriff ", "You are about to grant %s access to your %s account." : "Sie sind dabei, %s Zugriff auf Ihr %s-Konto zu gewähren.", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index 4aa546184f..3b83e13a5c 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -277,6 +277,7 @@ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Ihrer IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.", "Stay logged in" : "Angemeldet bleiben", "Forgot password?" : "Passwort vergessen?", + "Back to login" : "Zur Anmeldung wechseln", "Alternative Logins" : "Alternative Anmeldung", "Account access" : "Kontozugriff ", "You are about to grant %s access to your %s account." : "Sie sind dabei, %s Zugriff auf Ihr %s-Konto zu gewähren.", diff --git a/core/l10n/fr.js b/core/l10n/fr.js index c96ab19b03..196f4801d8 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -279,6 +279,7 @@ OC.L10N.register( "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Nous avons détecté plusieurs tentatives de connexion invalide depuis votre adresse IP. C'est pourquoi votre prochaine connexion sera retardée de 30 secondes.", "Stay logged in" : "Rester connecté", "Forgot password?" : "Mot de passe oublié ?", + "Back to login" : "Retour à la page de connexion", "Alternative Logins" : "Identifiants alternatifs", "Account access" : "Accès au compte", "You are about to grant %s access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index 589dd8b448..97e62b5bdb 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -277,6 +277,7 @@ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Nous avons détecté plusieurs tentatives de connexion invalide depuis votre adresse IP. C'est pourquoi votre prochaine connexion sera retardée de 30 secondes.", "Stay logged in" : "Rester connecté", "Forgot password?" : "Mot de passe oublié ?", + "Back to login" : "Retour à la page de connexion", "Alternative Logins" : "Identifiants alternatifs", "Account access" : "Accès au compte", "You are about to grant %s access to your %s account." : "Vous êtes sur le point d'accorder à \"%s\" l'accès à votre compte \"%s\".", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index cb1d62ab7a..4fdb7a43ff 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -279,6 +279,7 @@ OC.L10N.register( "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos várias tentativas de login inválidas de seu IP. Portanto, seu próximo login será desacelerado em até 30 segundos.", "Stay logged in" : "Permaneça logado", "Forgot password?" : "Esqueceu a senha?", + "Back to login" : "Voltar ao login", "Alternative Logins" : "Logins alternativos", "Account access" : "Acesso à conta", "You are about to grant %s access to your %s account." : "Você está prestes a conceder acesso a %s à sua conta %s.", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index 5b028fcb6d..a947ca3ffd 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -277,6 +277,7 @@ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Detectamos várias tentativas de login inválidas de seu IP. Portanto, seu próximo login será desacelerado em até 30 segundos.", "Stay logged in" : "Permaneça logado", "Forgot password?" : "Esqueceu a senha?", + "Back to login" : "Voltar ao login", "Alternative Logins" : "Logins alternativos", "Account access" : "Acesso à conta", "You are about to grant %s access to your %s account." : "Você está prestes a conceder acesso a %s à sua conta %s.", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index f3d0069015..b515a5c21f 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -279,6 +279,7 @@ OC.L10N.register( "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "С этого IP адреса было выполнено множество неудачных попыток входа. Следующую попытку входа в систему можно будет выполнить через 30 секунд.", "Stay logged in" : "Оставаться в системе", "Forgot password?" : "Забыли пароль?", + "Back to login" : "Авторизоваться повторно", "Alternative Logins" : "Альтернативные имена пользователя", "Account access" : "Доступ к аккаунту", "You are about to grant %s access to your %s account." : "Вы собираетесь предоставить пользователю %s доступ к вашему аккаунту %s.", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index a9488f5cf1..8f23411a95 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -277,6 +277,7 @@ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "С этого IP адреса было выполнено множество неудачных попыток входа. Следующую попытку входа в систему можно будет выполнить через 30 секунд.", "Stay logged in" : "Оставаться в системе", "Forgot password?" : "Забыли пароль?", + "Back to login" : "Авторизоваться повторно", "Alternative Logins" : "Альтернативные имена пользователя", "Account access" : "Доступ к аккаунту", "You are about to grant %s access to your %s account." : "Вы собираетесь предоставить пользователю %s доступ к вашему аккаунту %s.", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index dacc01737e..c60716e206 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -104,6 +104,8 @@ OC.L10N.register( "Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "App up to date" : "App ist aktuell", + "Updating …" : "Aktualisiere…", + "Could not update app" : "App konnte nicht aktualisiert werden", "Updated" : "Aktualisiert", "Removing …" : "Entferne…", "Could not remove app" : "App konnte nicht entfernt werden", diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 35d815a378..da96154bfc 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -102,6 +102,8 @@ "Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "App up to date" : "App ist aktuell", + "Updating …" : "Aktualisiere…", + "Could not update app" : "App konnte nicht aktualisiert werden", "Updated" : "Aktualisiert", "Removing …" : "Entferne…", "Could not remove app" : "App konnte nicht entfernt werden", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index 416f05d637..6725b68f6e 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -104,6 +104,8 @@ OC.L10N.register( "Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "App up to date" : "App ist aktuell", + "Updating …" : "Aktualisiere…", + "Could not update app" : "App konnte nicht aktualisiert werden", "Updated" : "Aktualisiert", "Removing …" : "Entferne…", "Could not remove app" : "App konnte nicht entfernt werden", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 25f0fa02e2..22a3b9dcf8 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -102,6 +102,8 @@ "Error: Could not disable broken app" : " Fehler: Die beschädigte Anwendung konnte nicht deaktiviert werden ", "Error while disabling broken app" : "Beim Deaktivieren der defekten App ist ein Fehler aufgetreten", "App up to date" : "App ist aktuell", + "Updating …" : "Aktualisiere…", + "Could not update app" : "App konnte nicht aktualisiert werden", "Updated" : "Aktualisiert", "Removing …" : "Entferne…", "Could not remove app" : "App konnte nicht entfernt werden", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index 7e300c3b9b..730bd41529 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -104,6 +104,8 @@ OC.L10N.register( "Error: Could not disable broken app" : "Erreur : Impossible de désactiver l’application cassé", "Error while disabling broken app" : "Erreur lors de la désactivation de l'application cassé .", "App up to date" : "Application à jour", + "Updating …" : "Mise à jour en cours...", + "Could not update app" : "Impossible de mettre à jour l'application", "Updated" : "Mise à jour terminée", "Removing …" : "Suppression...", "Could not remove app" : "Impossible de supprimer l'application.", @@ -292,6 +294,7 @@ OC.L10N.register( "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Activer l'autocomplétion des noms d'utilisateurs dans la fenêtre de partage. Si cette option est désactivée, les noms complets ou les adresses e-mail doivent être indiqués.", "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Afficher les conditions d'utilisation sur la page publique de téléversement (seulement lorsque la liste des fichiers est masquée).", "This text will be shown on the public link upload page when the file list is hidden." : "Ce texte sera affiché sur la page publique de téléversement lorsque la liste des fichiers est masquée.", + "Default share permissions" : "Autorisations de partage par défaut", "Tips & tricks" : "Trucs et astuces", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Il y a beaucoup de fonctionnalités et de choix de configurations disponibles qui permettent de manière optimale de customiser et d'utiliser cette instance. Voici quelques liens pour en savoir plus.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index a1caccb6dc..1c93fff79f 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -102,6 +102,8 @@ "Error: Could not disable broken app" : "Erreur : Impossible de désactiver l’application cassé", "Error while disabling broken app" : "Erreur lors de la désactivation de l'application cassé .", "App up to date" : "Application à jour", + "Updating …" : "Mise à jour en cours...", + "Could not update app" : "Impossible de mettre à jour l'application", "Updated" : "Mise à jour terminée", "Removing …" : "Suppression...", "Could not remove app" : "Impossible de supprimer l'application.", @@ -290,6 +292,7 @@ "Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered." : "Activer l'autocomplétion des noms d'utilisateurs dans la fenêtre de partage. Si cette option est désactivée, les noms complets ou les adresses e-mail doivent être indiqués.", "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "Afficher les conditions d'utilisation sur la page publique de téléversement (seulement lorsque la liste des fichiers est masquée).", "This text will be shown on the public link upload page when the file list is hidden." : "Ce texte sera affiché sur la page publique de téléversement lorsque la liste des fichiers est masquée.", + "Default share permissions" : "Autorisations de partage par défaut", "Tips & tricks" : "Trucs et astuces", "There are a lot of features and config switches available to optimally customize and use this instance. Here are some pointers for more information." : "Il y a beaucoup de fonctionnalités et de choix de configurations disponibles qui permettent de manière optimale de customiser et d'utiliser cette instance. Voici quelques liens pour en savoir plus.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite est actuellement utilisé comme système de gestion de base de données. Pour des installations plus volumineuses, nous vous recommandons de migrer vers un autre système de gestion de base de données.", diff --git a/settings/l10n/id.js b/settings/l10n/id.js index 72f8a28a2a..5bb4bc8aa2 100644 --- a/settings/l10n/id.js +++ b/settings/l10n/id.js @@ -1,50 +1,65 @@ OC.L10N.register( "settings", { - "{actor} changed your password" : "{actor} ganti kata sandi anda", + "{actor} changed your password" : "{actor} mengganti kata sandi anda", "You changed your password" : "Anda mengganti kata sandi", "Your password was reset by an administrator" : "Kata sandi anda telah diatur ulang oleh administrator", - "{actor} changed your email address" : "{actor} merubah alamat email anda", + "{actor} changed your email address" : "{actor} mengubah alamat surel anda", + "You changed your email address" : "Anda mengubah alamat surel sendiri", + "Your email address was changed by an administrator" : "Alamat surel Anda telah diubah oleh administrator", + "Security" : "Keamanan", + "You successfully logged in using two-factor authentication (%1$s)" : "Anda berhasil masuk menggunakan autentikasi dua-faktor (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Upaya masuk menggunakan autentikasi dua-faktor gagal (%1$s)", + "Your password or email was modified" : "Kata sandi atau surel Anda telah diubah", "Your apps" : "Aplikasi anda", + "Updates" : "Pembaruan", "Enabled apps" : "Aktifkan Aplikasi", "Disabled apps" : "Matikan Aplikasi", + "App bundles" : "Kumpulan Apl", "Wrong password" : "Kata sandi salah", "Saved" : "Disimpan", "No user supplied" : "Tidak ada pengguna yang diberikan", "Unable to change password" : "Tidak dapat mengubah kata sandi", "Authentication error" : "Terjadi kesalahan saat otentikasi", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Berikan kata sandi pemulihan admin; Jika tidak, semua data pengguna akan hilang.", "Wrong admin recovery password. Please check the password and try again." : "Kata sandi pemulihan admin salah. Periksa kata sandi dan ulangi kembali.", + "Backend doesn't support password change, but the user's encryption key was updated." : "Backend tidak mendukung perubahan kata sandi, namun kunci enkripsi pengguna telah diperbarui.", "installing and updating apps via the app store or Federated Cloud Sharing" : "memasang dan memperbarui aplikasi via toko aplikasi atau Federated Cloud Sharing", "Federated Cloud Sharing" : "Federated Cloud Sharing", "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL menggunakan versi lawas %s (%s). Silakan perbarui sistem operasi Anda atau fitur-fitur seperti %s tidak akan dapat bekerja dengan benar.", "Group already exists." : "Grup sudah ada.", "Unable to add group." : "Tidak dapat menambah grup.", "Unable to delete group." : "Tidak dapat menghapus grup.", - "Invalid SMTP password." : "Kata sandi SMTP tidak cocok", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Terjadi masalah saat mengirim email. Mohon periksa kembali pengaturan Anda. (Kesalahan: %s)", - "You need to set your user email before being able to send test emails." : "Anda perlu menetapkan email pengguna Anda sebelum dapat mengirim email percobaan.", - "Invalid mail address" : "Alamat email salah", + "Invalid SMTP password." : "Kata sandi SMTP tidak valid.", + "Email setting test" : "Uji pengaturan surel", + "Well done, %s!" : "Bagus, %s!", + "If you received this email, the email configuration seems to be correct." : "Jika Anda menerima surel ini, konfigurasi surel sepertinya benar.", + "Email could not be sent. Check your mail server log" : "Surel tidak dapat dikirim. Periksa log server mail Anda", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Terjadi masalah saat mengirim surel. Mohon periksa kembali pengaturan Anda. (Kesalahan: %s)", + "You need to set your user email before being able to send test emails." : "Anda perlu menetapkan surel pengguna Anda sebelum dapat mengirim surel percobaan.", + "Invalid mail address" : "Alamat surel salah", + "No valid group selected" : "Grup yang valid tidak dipilih", "A user with that name already exists." : "Pengguna dengan nama tersebut sudah ada.", "Unable to create user." : "Tidak dapat membuat pengguna.", "Unable to delete user." : "Tidak dapat menghapus pengguna.", "Unable to change full name" : "Tidak dapat mengubah nama lengkap", - "Your full name has been changed." : "Nama lengkap Anda telah diubah", + "Your full name has been changed." : "Nama lengkap Anda telah diubah.", "Forbidden" : "Terlarang", "Invalid user" : "Pengguna salah", - "Unable to change mail address" : "Tidak dapat mengubah alamat email", - "Email saved" : "Email disimpan", + "Unable to change mail address" : "Tidak dapat mengubah alamat surel", + "Email saved" : "Surel disimpan", "Your %s account was created" : "Akun %s Anda telah dibuat", "Couldn't remove app." : "Tidak dapat menghapus aplikasi.", "Couldn't update app." : "Tidak dapat memperbarui aplikasi.", "Add trusted domain" : "Tambah domain terpercaya", - "Migration in progress. Please wait until the migration is finished" : "Migrasi sedang dalam proses. Mohon tunggu sampai migrasi selesai.", - "Migration started …" : "Migrasi dimulai ...", - "Sending…" : "Mengirim...", - "Email sent" : "Email terkirim", + "Migration in progress. Please wait until the migration is finished" : "Migrasi sedang dalam proses. Mohon tunggu sampai migrasi selesai", + "Migration started …" : "Migrasi dimulai …", + "Sending…" : "Mengirim…", + "Email sent" : "Surel terkirim", "Official" : "Resmi", "All" : "Semua", "Update to %s" : "Perbarui ke %s", - "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini.", + "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini", "The app will be downloaded from the app store" : "Aplikasi akan diunduh melalui toko aplikasi", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Aplikasi resmi dikembangkan oleh dan didalam komunitas. Mereka menawarkan fungsi sentral dan siap untuk penggunaan produksi.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikasi tersetujui dikembangkan oleh pengembang terpercaya dan telah lulus pemeriksaan keamanan. Mereka secara aktif dipelihara direpositori kode terbuka dan pemelihara sudah memastikan mereka stabil untuk penggunaan normal.", @@ -86,7 +101,7 @@ OC.L10N.register( "Contacts" : "Kontak", "Public" : "Publik", "Verify" : "Verifikasi", - "Verifying …" : "Sedang memferivikasi...", + "Verifying …" : "Sedang memferivikasi …", "Select a profile picture" : "Pilih foto profil", "Very weak password" : "Kata sandi sangat lemah", "Weak password" : "Kata sandi lemah", @@ -96,7 +111,7 @@ OC.L10N.register( "Groups" : "Grup", "Unable to delete {objName}" : "Tidak dapat menghapus {objName}", "Error creating group: {message}" : "Kesalahan membuat grup: {message}", - "A valid group name must be provided" : "Harus memberikan nama grup yang benar.", + "A valid group name must be provided" : "Harus memberikan nama grup yang benar", "deleted {groupName}" : "menghapus {groupName}", "undo" : "urungkan", "never" : "tidak pernah", @@ -111,12 +126,12 @@ OC.L10N.register( "by %s" : "oleh %s", "%s-licensed" : "dilisensikan %s", "Documentation:" : "Dokumentasi:", - "User documentation" : "Dokumentasi pengguna.", + "User documentation" : "Dokumentasi pengguna", "Admin documentation" : "Dokumentasi admin", "Visit website" : "Kunjungi laman web", "Report a bug" : "Laporkan kerusakan", - "Show description …" : "Tampilkan deskripsi ...", - "Hide description …" : "Sembunyikan deskripsi ...", + "Show description …" : "Tampilkan deskripsi …", + "Hide description …" : "Sembunyikan deskripsi …", "This app has an update available." : "Aplikasi ini dapat diperbarui.", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi minimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi maksimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", @@ -136,12 +151,12 @@ OC.L10N.register( "Login" : "Masuk", "Plain" : "Biasa", "NT LAN Manager" : "Manajer NT LAN", - "Email server" : "Server email", + "Email server" : "Server surel", "Open documentation" : "Buka dokumentasi", "Send mode" : "Modus kirim", "Encryption" : "Enkripsi", "From address" : "Dari alamat", - "mail" : "email", + "mail" : "surel", "Authentication method" : "Metode otentikasi", "Authentication required" : "Diperlukan otentikasi", "Server address" : "Alamat server", @@ -150,11 +165,11 @@ OC.L10N.register( "SMTP Username" : "Nama pengguna SMTP", "SMTP Password" : "Kata sandi SMTP", "Store credentials" : "Simpan kredensial", - "Test email settings" : "Pengaturan email percobaan", - "Send email" : "Kirim email", + "Test email settings" : "Pengaturan surel percobaan", + "Send email" : "Kirim surel", "Server-side encryption" : "Enkripsi sisi-server", "Enable server-side encryption" : "Aktifkan enkripsi sisi-server", - "Please read carefully before activating server-side encryption: " : "Mohon baca dengan teliti sebelum mengaktifkan enkripsi server-side:", + "Please read carefully before activating server-side encryption: " : "Mohon baca dengan teliti sebelum mengaktifkan enkripsi server-side: ", "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." : "Setelah enkripsi diaktifkan, semua berkas yang diunggah pada server mulai saat ini akan dienkripsi saat singgah pada server. Penonaktifan enkripsi hanya mungkin berhasil jika modul enkripsi yang aktif mendukung fungsi ini dan semua prasyarat (misalnya pengaturan kunci pemulihan) sudah terpenuhi.", "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." : "Enkripsi saja tidak dapat menjamin keamanan sistem. Silakan lihat dokumentasi untuk informasi lebih lanjut dalam bagaimana aplikasi enkripsi bekerja, dan kasus pendukung.", "Be aware that encryption always increases the file size." : "Ingat bahwa enkripsi selalu menambah ukuran berkas.", @@ -180,7 +195,7 @@ OC.L10N.register( "Allow public uploads" : "Izinkan unggahan publik", "Enforce password protection" : "Berlakukan perlindungan sandi", "Set default expiration date" : "Atur tanggal kadaluarsa default", - "Expire after " : "Kadaluarsa setelah", + "Expire after " : "Kadaluarsa setelah ", "days" : "hari", "Enforce expiration date" : "Berlakukan tanggal kadaluarsa", "Allow resharing" : "Izinkan pembagian ulang", @@ -205,9 +220,9 @@ OC.L10N.register( "Choose as profile picture" : "Pilih sebagai gambar profil", "Full name" : "Nama lengkap", "No display name set" : "Nama tampilan tidak diatur", - "Email" : "Email", - "Your email address" : "Alamat email Anda", - "No email address set" : "Alamat email tidak diatur", + "Email" : "Surel", + "Your email address" : "Alamat surel Anda", + "No email address set" : "Alamat surel tidak diatur", "You are member of the following groups:" : "Anda adalah anggota dari grup berikut:", "Language" : "Bahasa", "Help translate" : "Bantu menerjemahkan", @@ -243,14 +258,14 @@ OC.L10N.register( "Enter the recovery password in order to recover the users files during password change" : "Masukkan kata sandi pemulihan untuk memulihkan berkas pengguna saat penggantian kata sandi", "change full name" : "ubah nama lengkap", "set new password" : "setel kata sandi baru", - "change email address" : "ubah alamat email", + "change email address" : "ubah alamat surel", "Default" : "Default", "A problem occurred, please check your log files (Error: %s)" : "Terjadi masalah, mohon periksa berkas log Anda (Kesalahan: %s)", "Migration Completed" : "Migrasi Selesai", "A valid password must be provided" : "Harus memberikan kata sandi yang benar", - "A valid email must be provided" : "Email yang benar harus diberikan", - "Show email address" : "Tampilkan alamat email", - "Send email to new user" : "Kirim email kepada pengguna baru", + "A valid email must be provided" : "Surel yang benar harus diberikan", + "Show email address" : "Tampilkan alamat surel", + "Send email to new user" : "Kirim surel kepada pengguna baru", "Create" : "Buat" }, "nplurals=1; plural=0;"); diff --git a/settings/l10n/id.json b/settings/l10n/id.json index d8398cd41d..3325b74acf 100644 --- a/settings/l10n/id.json +++ b/settings/l10n/id.json @@ -1,48 +1,63 @@ { "translations": { - "{actor} changed your password" : "{actor} ganti kata sandi anda", + "{actor} changed your password" : "{actor} mengganti kata sandi anda", "You changed your password" : "Anda mengganti kata sandi", "Your password was reset by an administrator" : "Kata sandi anda telah diatur ulang oleh administrator", - "{actor} changed your email address" : "{actor} merubah alamat email anda", + "{actor} changed your email address" : "{actor} mengubah alamat surel anda", + "You changed your email address" : "Anda mengubah alamat surel sendiri", + "Your email address was changed by an administrator" : "Alamat surel Anda telah diubah oleh administrator", + "Security" : "Keamanan", + "You successfully logged in using two-factor authentication (%1$s)" : "Anda berhasil masuk menggunakan autentikasi dua-faktor (%1$s)", + "A login attempt using two-factor authentication failed (%1$s)" : "Upaya masuk menggunakan autentikasi dua-faktor gagal (%1$s)", + "Your password or email was modified" : "Kata sandi atau surel Anda telah diubah", "Your apps" : "Aplikasi anda", + "Updates" : "Pembaruan", "Enabled apps" : "Aktifkan Aplikasi", "Disabled apps" : "Matikan Aplikasi", + "App bundles" : "Kumpulan Apl", "Wrong password" : "Kata sandi salah", "Saved" : "Disimpan", "No user supplied" : "Tidak ada pengguna yang diberikan", "Unable to change password" : "Tidak dapat mengubah kata sandi", "Authentication error" : "Terjadi kesalahan saat otentikasi", + "Please provide an admin recovery password; otherwise, all user data will be lost." : "Berikan kata sandi pemulihan admin; Jika tidak, semua data pengguna akan hilang.", "Wrong admin recovery password. Please check the password and try again." : "Kata sandi pemulihan admin salah. Periksa kata sandi dan ulangi kembali.", + "Backend doesn't support password change, but the user's encryption key was updated." : "Backend tidak mendukung perubahan kata sandi, namun kunci enkripsi pengguna telah diperbarui.", "installing and updating apps via the app store or Federated Cloud Sharing" : "memasang dan memperbarui aplikasi via toko aplikasi atau Federated Cloud Sharing", "Federated Cloud Sharing" : "Federated Cloud Sharing", "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL menggunakan versi lawas %s (%s). Silakan perbarui sistem operasi Anda atau fitur-fitur seperti %s tidak akan dapat bekerja dengan benar.", "Group already exists." : "Grup sudah ada.", "Unable to add group." : "Tidak dapat menambah grup.", "Unable to delete group." : "Tidak dapat menghapus grup.", - "Invalid SMTP password." : "Kata sandi SMTP tidak cocok", - "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Terjadi masalah saat mengirim email. Mohon periksa kembali pengaturan Anda. (Kesalahan: %s)", - "You need to set your user email before being able to send test emails." : "Anda perlu menetapkan email pengguna Anda sebelum dapat mengirim email percobaan.", - "Invalid mail address" : "Alamat email salah", + "Invalid SMTP password." : "Kata sandi SMTP tidak valid.", + "Email setting test" : "Uji pengaturan surel", + "Well done, %s!" : "Bagus, %s!", + "If you received this email, the email configuration seems to be correct." : "Jika Anda menerima surel ini, konfigurasi surel sepertinya benar.", + "Email could not be sent. Check your mail server log" : "Surel tidak dapat dikirim. Periksa log server mail Anda", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Terjadi masalah saat mengirim surel. Mohon periksa kembali pengaturan Anda. (Kesalahan: %s)", + "You need to set your user email before being able to send test emails." : "Anda perlu menetapkan surel pengguna Anda sebelum dapat mengirim surel percobaan.", + "Invalid mail address" : "Alamat surel salah", + "No valid group selected" : "Grup yang valid tidak dipilih", "A user with that name already exists." : "Pengguna dengan nama tersebut sudah ada.", "Unable to create user." : "Tidak dapat membuat pengguna.", "Unable to delete user." : "Tidak dapat menghapus pengguna.", "Unable to change full name" : "Tidak dapat mengubah nama lengkap", - "Your full name has been changed." : "Nama lengkap Anda telah diubah", + "Your full name has been changed." : "Nama lengkap Anda telah diubah.", "Forbidden" : "Terlarang", "Invalid user" : "Pengguna salah", - "Unable to change mail address" : "Tidak dapat mengubah alamat email", - "Email saved" : "Email disimpan", + "Unable to change mail address" : "Tidak dapat mengubah alamat surel", + "Email saved" : "Surel disimpan", "Your %s account was created" : "Akun %s Anda telah dibuat", "Couldn't remove app." : "Tidak dapat menghapus aplikasi.", "Couldn't update app." : "Tidak dapat memperbarui aplikasi.", "Add trusted domain" : "Tambah domain terpercaya", - "Migration in progress. Please wait until the migration is finished" : "Migrasi sedang dalam proses. Mohon tunggu sampai migrasi selesai.", - "Migration started …" : "Migrasi dimulai ...", - "Sending…" : "Mengirim...", - "Email sent" : "Email terkirim", + "Migration in progress. Please wait until the migration is finished" : "Migrasi sedang dalam proses. Mohon tunggu sampai migrasi selesai", + "Migration started …" : "Migrasi dimulai …", + "Sending…" : "Mengirim…", + "Email sent" : "Surel terkirim", "Official" : "Resmi", "All" : "Semua", "Update to %s" : "Perbarui ke %s", - "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini.", + "No apps found for your version" : "Aplikasi tidak ditemukan untuk versi ini", "The app will be downloaded from the app store" : "Aplikasi akan diunduh melalui toko aplikasi", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Aplikasi resmi dikembangkan oleh dan didalam komunitas. Mereka menawarkan fungsi sentral dan siap untuk penggunaan produksi.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikasi tersetujui dikembangkan oleh pengembang terpercaya dan telah lulus pemeriksaan keamanan. Mereka secara aktif dipelihara direpositori kode terbuka dan pemelihara sudah memastikan mereka stabil untuk penggunaan normal.", @@ -84,7 +99,7 @@ "Contacts" : "Kontak", "Public" : "Publik", "Verify" : "Verifikasi", - "Verifying …" : "Sedang memferivikasi...", + "Verifying …" : "Sedang memferivikasi …", "Select a profile picture" : "Pilih foto profil", "Very weak password" : "Kata sandi sangat lemah", "Weak password" : "Kata sandi lemah", @@ -94,7 +109,7 @@ "Groups" : "Grup", "Unable to delete {objName}" : "Tidak dapat menghapus {objName}", "Error creating group: {message}" : "Kesalahan membuat grup: {message}", - "A valid group name must be provided" : "Harus memberikan nama grup yang benar.", + "A valid group name must be provided" : "Harus memberikan nama grup yang benar", "deleted {groupName}" : "menghapus {groupName}", "undo" : "urungkan", "never" : "tidak pernah", @@ -109,12 +124,12 @@ "by %s" : "oleh %s", "%s-licensed" : "dilisensikan %s", "Documentation:" : "Dokumentasi:", - "User documentation" : "Dokumentasi pengguna.", + "User documentation" : "Dokumentasi pengguna", "Admin documentation" : "Dokumentasi admin", "Visit website" : "Kunjungi laman web", "Report a bug" : "Laporkan kerusakan", - "Show description …" : "Tampilkan deskripsi ...", - "Hide description …" : "Sembunyikan deskripsi ...", + "Show description …" : "Tampilkan deskripsi …", + "Hide description …" : "Sembunyikan deskripsi …", "This app has an update available." : "Aplikasi ini dapat diperbarui.", "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi minimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi maksimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", @@ -134,12 +149,12 @@ "Login" : "Masuk", "Plain" : "Biasa", "NT LAN Manager" : "Manajer NT LAN", - "Email server" : "Server email", + "Email server" : "Server surel", "Open documentation" : "Buka dokumentasi", "Send mode" : "Modus kirim", "Encryption" : "Enkripsi", "From address" : "Dari alamat", - "mail" : "email", + "mail" : "surel", "Authentication method" : "Metode otentikasi", "Authentication required" : "Diperlukan otentikasi", "Server address" : "Alamat server", @@ -148,11 +163,11 @@ "SMTP Username" : "Nama pengguna SMTP", "SMTP Password" : "Kata sandi SMTP", "Store credentials" : "Simpan kredensial", - "Test email settings" : "Pengaturan email percobaan", - "Send email" : "Kirim email", + "Test email settings" : "Pengaturan surel percobaan", + "Send email" : "Kirim surel", "Server-side encryption" : "Enkripsi sisi-server", "Enable server-side encryption" : "Aktifkan enkripsi sisi-server", - "Please read carefully before activating server-side encryption: " : "Mohon baca dengan teliti sebelum mengaktifkan enkripsi server-side:", + "Please read carefully before activating server-side encryption: " : "Mohon baca dengan teliti sebelum mengaktifkan enkripsi server-side: ", "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." : "Setelah enkripsi diaktifkan, semua berkas yang diunggah pada server mulai saat ini akan dienkripsi saat singgah pada server. Penonaktifan enkripsi hanya mungkin berhasil jika modul enkripsi yang aktif mendukung fungsi ini dan semua prasyarat (misalnya pengaturan kunci pemulihan) sudah terpenuhi.", "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." : "Enkripsi saja tidak dapat menjamin keamanan sistem. Silakan lihat dokumentasi untuk informasi lebih lanjut dalam bagaimana aplikasi enkripsi bekerja, dan kasus pendukung.", "Be aware that encryption always increases the file size." : "Ingat bahwa enkripsi selalu menambah ukuran berkas.", @@ -178,7 +193,7 @@ "Allow public uploads" : "Izinkan unggahan publik", "Enforce password protection" : "Berlakukan perlindungan sandi", "Set default expiration date" : "Atur tanggal kadaluarsa default", - "Expire after " : "Kadaluarsa setelah", + "Expire after " : "Kadaluarsa setelah ", "days" : "hari", "Enforce expiration date" : "Berlakukan tanggal kadaluarsa", "Allow resharing" : "Izinkan pembagian ulang", @@ -203,9 +218,9 @@ "Choose as profile picture" : "Pilih sebagai gambar profil", "Full name" : "Nama lengkap", "No display name set" : "Nama tampilan tidak diatur", - "Email" : "Email", - "Your email address" : "Alamat email Anda", - "No email address set" : "Alamat email tidak diatur", + "Email" : "Surel", + "Your email address" : "Alamat surel Anda", + "No email address set" : "Alamat surel tidak diatur", "You are member of the following groups:" : "Anda adalah anggota dari grup berikut:", "Language" : "Bahasa", "Help translate" : "Bantu menerjemahkan", @@ -241,14 +256,14 @@ "Enter the recovery password in order to recover the users files during password change" : "Masukkan kata sandi pemulihan untuk memulihkan berkas pengguna saat penggantian kata sandi", "change full name" : "ubah nama lengkap", "set new password" : "setel kata sandi baru", - "change email address" : "ubah alamat email", + "change email address" : "ubah alamat surel", "Default" : "Default", "A problem occurred, please check your log files (Error: %s)" : "Terjadi masalah, mohon periksa berkas log Anda (Kesalahan: %s)", "Migration Completed" : "Migrasi Selesai", "A valid password must be provided" : "Harus memberikan kata sandi yang benar", - "A valid email must be provided" : "Email yang benar harus diberikan", - "Show email address" : "Tampilkan alamat email", - "Send email to new user" : "Kirim email kepada pengguna baru", + "A valid email must be provided" : "Surel yang benar harus diberikan", + "Show email address" : "Tampilkan alamat surel", + "Send email to new user" : "Kirim surel kepada pengguna baru", "Create" : "Buat" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index 15acc327a6..3c72a3d70a 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -104,6 +104,8 @@ OC.L10N.register( "Error: Could not disable broken app" : "Erro: Não foi possível desativar o aplicativo defeituoso", "Error while disabling broken app" : "Erro ao desativar aplicativo corrompido", "App up to date" : "Aplicativo atualizado", + "Updating …" : "Atualizando...", + "Could not update app" : "Não foi possível atualizar o aplicativo", "Updated" : "Atualizado", "Removing …" : "Excluindo...", "Could not remove app" : "Não foi possível remover o aplicativo", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index e0482ba2a5..8d1cf9a9a7 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -102,6 +102,8 @@ "Error: Could not disable broken app" : "Erro: Não foi possível desativar o aplicativo defeituoso", "Error while disabling broken app" : "Erro ao desativar aplicativo corrompido", "App up to date" : "Aplicativo atualizado", + "Updating …" : "Atualizando...", + "Could not update app" : "Não foi possível atualizar o aplicativo", "Updated" : "Atualizado", "Removing …" : "Excluindo...", "Could not remove app" : "Não foi possível remover o aplicativo", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index c215e6e45b..db96176b13 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -104,6 +104,8 @@ OC.L10N.register( "Error: Could not disable broken app" : "Ошибка: невозможно отключить «сломанное» приложение", "Error while disabling broken app" : "Ошибка при отключении сломанного приложения", "App up to date" : "Приложение не нуждается в обновлении", + "Updating …" : "Обновление ...", + "Could not update app" : "Не удалось обновить приложение", "Updated" : "Обновлено", "Removing …" : "Удаление…", "Could not remove app" : "Не удалось удалить приложение.", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index b44075437a..eea55c2278 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -102,6 +102,8 @@ "Error: Could not disable broken app" : "Ошибка: невозможно отключить «сломанное» приложение", "Error while disabling broken app" : "Ошибка при отключении сломанного приложения", "App up to date" : "Приложение не нуждается в обновлении", + "Updating …" : "Обновление ...", + "Could not update app" : "Не удалось обновить приложение", "Updated" : "Обновлено", "Removing …" : "Удаление…", "Could not remove app" : "Не удалось удалить приложение.",