diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-03 02:28:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-03 02:28:00 +0000 |
commit | 8873960bcfd9df8433faa5754b65ae3f2e55c1c7 (patch) | |
tree | e739c806d0ed77c7a94d261f49daf870b20267bc /apps | |
parent | c995428431c5b1a6b593cd960d63a25d027b9039 (diff) | |
download | nextcloud-server-8873960bcfd9df8433faa5754b65ae3f2e55c1c7.tar.gz nextcloud-server-8873960bcfd9df8433faa5754b65ae3f2e55c1c7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/l10n/fi.js | 1 | ||||
-rw-r--r-- | apps/settings/l10n/fi.json | 1 | ||||
-rw-r--r-- | apps/settings/l10n/ru.js | 2 | ||||
-rw-r--r-- | apps/settings/l10n/ru.json | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings/l10n/fi.js b/apps/settings/l10n/fi.js index ec224881578..b252cdff030 100644 --- a/apps/settings/l10n/fi.js +++ b/apps/settings/l10n/fi.js @@ -237,6 +237,7 @@ OC.L10N.register( "Upload profile picture" : "Lähetä profiilikuva", "Choose profile picture from Files" : "Valitse profiilikuva tiedostoista", "Remove profile picture" : "Poista profiilikuva", + "The file must be a PNG or JPG" : "Tiedoston tulee olla PNG tai JPG", "Picture provided by original account" : "Kuvan tarjoaa alkuperäinen tili", "Cancel" : "Peru", "Set as profile picture" : "Aseta profiilikuvaksi", diff --git a/apps/settings/l10n/fi.json b/apps/settings/l10n/fi.json index 3cbe0e7fd2f..49150fde99f 100644 --- a/apps/settings/l10n/fi.json +++ b/apps/settings/l10n/fi.json @@ -235,6 +235,7 @@ "Upload profile picture" : "Lähetä profiilikuva", "Choose profile picture from Files" : "Valitse profiilikuva tiedostoista", "Remove profile picture" : "Poista profiilikuva", + "The file must be a PNG or JPG" : "Tiedoston tulee olla PNG tai JPG", "Picture provided by original account" : "Kuvan tarjoaa alkuperäinen tili", "Cancel" : "Peru", "Set as profile picture" : "Aseta profiilikuvaksi", diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 90cd711f410..805ffc1c42a 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -425,7 +425,7 @@ OC.L10N.register( "App bundles" : "Пакеты приложений", "Featured apps" : "Рекомендуемые приложения", "Show to everyone" : "Видим для всех", - "Show to logged in users only" : "Видим только для пользователей, вошедших в систему", + "Show to logged in users only" : "Видим только для вошедших в систему", "Hide" : "Скрыт", "Download and enable" : "Скачать и включить", "Enable untested app" : "Включить непроверенное приложение", diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index 4575793ac0f..63f94cf89d2 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -423,7 +423,7 @@ "App bundles" : "Пакеты приложений", "Featured apps" : "Рекомендуемые приложения", "Show to everyone" : "Видим для всех", - "Show to logged in users only" : "Видим только для пользователей, вошедших в систему", + "Show to logged in users only" : "Видим только для вошедших в систему", "Hide" : "Скрыт", "Download and enable" : "Скачать и включить", "Enable untested app" : "Включить непроверенное приложение", |