diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-29 00:21:31 +0000 |
commit | ee2088970bafe3a24cac8db086f95905c9bd45b3 (patch) | |
tree | d95499811ccce36bb231640964117e0bb84904d6 /lib/l10n | |
parent | d2e54724c5abdb03ddce2d6181e1325118d5cd1e (diff) | |
download | nextcloud-server-ee2088970bafe3a24cac8db086f95905c9bd45b3.tar.gz nextcloud-server-ee2088970bafe3a24cac8db086f95905c9bd45b3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ru.js | 4 | ||||
-rw-r--r-- | lib/l10n/ru.json | 4 | ||||
-rw-r--r-- | lib/l10n/sv.js | 1 | ||||
-rw-r--r-- | lib/l10n/sv.json | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 6ddb142a107..d8a7dce8a7f 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -88,6 +88,7 @@ OC.L10N.register( "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Приложение «%s» не может быть установлено, потому что оно несовместимо с этой версией сервера", "__language_name__" : "Русский", "This is an automatically sent email, please do not reply." : "Это сообщение отправлено автоматически и не требует ответа.", + "Help & privacy" : "Помощь и конфиденциальность", "Appearance and accessibility" : "Внешний вид и доступность", "Apps" : "Приложения", "Personal settings" : "Личные настройки", @@ -238,6 +239,9 @@ OC.L10N.register( "Storage connection error. %s" : "Ошибка подключения к хранилищу. %s", "Storage is temporarily not available" : "Хранилище временно недоступно", "Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s", + "Generated text" : "Сгенерированный текст", + "The generated text with content from the source material in the given style" : "Сгенерированный текст с содержимым из исходного материала в заданном стиле", + "Takes text and generates a representative emoji for it." : "Берет текст и генерирует для него репрезентативный смайлик.", "Chat" : "Разговор", "Generates a possible headline for a text." : "Генерирует возможный заголовок для текста.", "Summarize" : "Обобщить", diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index ac2a6d47a87..bea5411bbc8 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -86,6 +86,7 @@ "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Приложение «%s» не может быть установлено, потому что оно несовместимо с этой версией сервера", "__language_name__" : "Русский", "This is an automatically sent email, please do not reply." : "Это сообщение отправлено автоматически и не требует ответа.", + "Help & privacy" : "Помощь и конфиденциальность", "Appearance and accessibility" : "Внешний вид и доступность", "Apps" : "Приложения", "Personal settings" : "Личные настройки", @@ -236,6 +237,9 @@ "Storage connection error. %s" : "Ошибка подключения к хранилищу. %s", "Storage is temporarily not available" : "Хранилище временно недоступно", "Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s", + "Generated text" : "Сгенерированный текст", + "The generated text with content from the source material in the given style" : "Сгенерированный текст с содержимым из исходного материала в заданном стиле", + "Takes text and generates a representative emoji for it." : "Берет текст и генерирует для него репрезентативный смайлик.", "Chat" : "Разговор", "Generates a possible headline for a text." : "Генерирует возможный заголовок для текста.", "Summarize" : "Обобщить", diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 7e17ad30589..44aa2c26a15 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -296,6 +296,7 @@ OC.L10N.register( "Describe the image you want to generate" : "Beskriv bilden du vill skapa", "Number of images" : "Antal bilder", "How many images to generate" : "Hur många bilder som ska genereras", + "Output images" : "Skapade bilder", "The generated images" : "De genererade bilderna", "Free text to text prompt" : "Fritext till text prompt", "Runs an arbitrary prompt through a language model that returns a reply" : "Kör en godtycklig prompt genom en språkmodell som returnerar ett svar", diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 1418b81f872..feb6fea0124 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -294,6 +294,7 @@ "Describe the image you want to generate" : "Beskriv bilden du vill skapa", "Number of images" : "Antal bilder", "How many images to generate" : "Hur många bilder som ska genereras", + "Output images" : "Skapade bilder", "The generated images" : "De genererade bilderna", "Free text to text prompt" : "Fritext till text prompt", "Runs an arbitrary prompt through a language model that returns a reply" : "Kör en godtycklig prompt genom en språkmodell som returnerar ett svar", |