Skip to content

Commit 9505010

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent e7d5e80 commit 9505010

File tree

30 files changed

+516
-84
lines changed

30 files changed

+516
-84
lines changed

apps/files/l10n/uk.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ OC.L10N.register(
131131
"Fill template fields" : "Заповнити поля шаблону",
132132
"Submitting fields …" : "Надсилання полів ...",
133133
"Submit" : "Відправити",
134-
"Choose a file or folder to transfer" : "Виберіть файл або каталог, права на який ви бажаєте передати",
134+
"Choose a file or folder to transfer" : "Виберіть файл або каталог",
135135
"Transfer" : "Передати",
136136
"Transfer {path} to {userid}" : "Передати {path} користувачеві {userid}",
137137
"Invalid path selected" : "Вибрано неправильний шлях",
@@ -281,7 +281,7 @@ OC.L10N.register(
281281
"Open in Files" : "Відкрити у Файлах",
282282
"Open file locally" : "Відкрити файл локально",
283283
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Тепер файл можна відкрити на вашому пристрої. Якщо він не відкривається, перевірте, що у вас встановлено настільний клієнт синхронізації.",
284-
"Retry and close" : "Спробувати ще раз та закрити",
284+
"Retry and close" : "Спробувати ще раз",
285285
"Open online" : "Відкрити віддалено",
286286
"Failed to redirect to client" : "Не вдалося перенаправити на клієнта",
287287
"Open locally" : "Відкрити локально",
@@ -377,7 +377,7 @@ OC.L10N.register(
377377
"Error when assembling chunks, status code {status}" : "Помилка під час збірки частин, код помилки {status}",
378378
"Choose target folder" : "Виберіть каталог призначення",
379379
"Set reminder" : "Встановити нагадування",
380-
"Edit locally" : "Редагувати локально",
380+
"Edit locally" : "Відкрити на пристрої",
381381
"Open" : "Відкрити",
382382
"Could not load info for file \"{file}\"" : "Не вдалося отримати дані щодо файлу \"{file}\"",
383383
"Details" : "Деталі",
@@ -443,7 +443,7 @@ OC.L10N.register(
443443
"Open the files app settings" : "Перейти до налаштувань застосунку файлів",
444444
"Unable to change the favourite state of the file" : "Неможливо змінити стан \"зірочка\" для цього файла",
445445
"Edit file locally" : "Редагувати файл на пристрої",
446-
"Edit online" : "Редагувати в онлайні",
446+
"Edit online" : "Відкрити онлайн",
447447
"Create new templates folder" : "Створіть новий каталог для шаблонів",
448448
"List of favorites files and folders." : "Список файлів та каталогів із зірочкою.",
449449
"Personal Files" : "Мої документи",

apps/files/l10n/uk.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"Fill template fields" : "Заповнити поля шаблону",
130130
"Submitting fields …" : "Надсилання полів ...",
131131
"Submit" : "Відправити",
132-
"Choose a file or folder to transfer" : "Виберіть файл або каталог, права на який ви бажаєте передати",
132+
"Choose a file or folder to transfer" : "Виберіть файл або каталог",
133133
"Transfer" : "Передати",
134134
"Transfer {path} to {userid}" : "Передати {path} користувачеві {userid}",
135135
"Invalid path selected" : "Вибрано неправильний шлях",
@@ -279,7 +279,7 @@
279279
"Open in Files" : "Відкрити у Файлах",
280280
"Open file locally" : "Відкрити файл локально",
281281
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Тепер файл можна відкрити на вашому пристрої. Якщо він не відкривається, перевірте, що у вас встановлено настільний клієнт синхронізації.",
282-
"Retry and close" : "Спробувати ще раз та закрити",
282+
"Retry and close" : "Спробувати ще раз",
283283
"Open online" : "Відкрити віддалено",
284284
"Failed to redirect to client" : "Не вдалося перенаправити на клієнта",
285285
"Open locally" : "Відкрити локально",
@@ -375,7 +375,7 @@
375375
"Error when assembling chunks, status code {status}" : "Помилка під час збірки частин, код помилки {status}",
376376
"Choose target folder" : "Виберіть каталог призначення",
377377
"Set reminder" : "Встановити нагадування",
378-
"Edit locally" : "Редагувати локально",
378+
"Edit locally" : "Відкрити на пристрої",
379379
"Open" : "Відкрити",
380380
"Could not load info for file \"{file}\"" : "Не вдалося отримати дані щодо файлу \"{file}\"",
381381
"Details" : "Деталі",
@@ -441,7 +441,7 @@
441441
"Open the files app settings" : "Перейти до налаштувань застосунку файлів",
442442
"Unable to change the favourite state of the file" : "Неможливо змінити стан \"зірочка\" для цього файла",
443443
"Edit file locally" : "Редагувати файл на пристрої",
444-
"Edit online" : "Редагувати в онлайні",
444+
"Edit online" : "Відкрити онлайн",
445445
"Create new templates folder" : "Створіть новий каталог для шаблонів",
446446
"List of favorites files and folders." : "Список файлів та каталогів із зірочкою.",
447447
"Personal Files" : "Мої документи",

apps/files_sharing/l10n/et_EE.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ OC.L10N.register(
22
"files_sharing",
33
{
44
"File shares" : "Jagatud failid",
5-
"Downloaded via public link" : "Alla laetud avalikult lingilt",
6-
"Downloaded by {email}" : "Alla laetud {email} poolt",
7-
"{file} downloaded via public link" : "{file} laeti alla avaliku lingi kaudu",
5+
"Downloaded via public link" : "Alla laaditud avaliku lingi abil",
6+
"Downloaded by {email}" : "Alla laaditud {email} poolt",
7+
"{file} downloaded via public link" : "{file} laaditi alla avaliku lingi abil",
88
"{email} downloaded {file}" : "{email} laadis {file} alla",
99
"Shared with group {group}" : "Jagatud grupiga {group}",
1010
"Removed share for group {group}" : "Eemaldas jagamise grupiga {group}",
@@ -47,7 +47,7 @@ OC.L10N.register(
4747
"{actor} removed {user} from {file}" : "{actor} eemaldas {user} jagamise faililt {file}",
4848
"{actor} shared {file} with you" : "{actor} jagas sinuga {file}",
4949
"{actor} removed you from the share named {file}" : "{actor} lõpetas sinuga {file} jagamise",
50-
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Fail või kaust mis on jagatud e-posti või avaliku lingiga <strong>laeti alla</strong>",
50+
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Fail või kaust mis on jagatud e-posti või avaliku lingiga <strong>laaditi alla</strong>",
5151
"A file or folder was shared from <strong>another server</strong>" : "Fail või kaust jagati <strong>teisest serverist</strong>",
5252
"Sharing" : "Jagamine",
5353
"A file or folder has been <strong>shared</strong>" : "Fail või kaust on <strong>jagatud</strong>",
@@ -217,7 +217,7 @@ OC.L10N.register(
217217
"%s shared a folder with you." : "%s jagas sinuga kausta.",
218218
"Note" : "Märge",
219219
"Select or drop files" : "Vali või lohista failid",
220-
"Uploaded files:" : "Üleslaetud failid:",
220+
"Uploaded files:" : "Üleslaaditud failid:",
221221
"Share not found" : "Jagamist ei leidu",
222222
"Back to %s" : "Tagasi siia: %s",
223223
"Add to your Nextcloud" : "Lisa oma Nextcloudi",

apps/files_sharing/l10n/et_EE.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{ "translations": {
22
"File shares" : "Jagatud failid",
3-
"Downloaded via public link" : "Alla laetud avalikult lingilt",
4-
"Downloaded by {email}" : "Alla laetud {email} poolt",
5-
"{file} downloaded via public link" : "{file} laeti alla avaliku lingi kaudu",
3+
"Downloaded via public link" : "Alla laaditud avaliku lingi abil",
4+
"Downloaded by {email}" : "Alla laaditud {email} poolt",
5+
"{file} downloaded via public link" : "{file} laaditi alla avaliku lingi abil",
66
"{email} downloaded {file}" : "{email} laadis {file} alla",
77
"Shared with group {group}" : "Jagatud grupiga {group}",
88
"Removed share for group {group}" : "Eemaldas jagamise grupiga {group}",
@@ -45,7 +45,7 @@
4545
"{actor} removed {user} from {file}" : "{actor} eemaldas {user} jagamise faililt {file}",
4646
"{actor} shared {file} with you" : "{actor} jagas sinuga {file}",
4747
"{actor} removed you from the share named {file}" : "{actor} lõpetas sinuga {file} jagamise",
48-
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Fail või kaust mis on jagatud e-posti või avaliku lingiga <strong>laeti alla</strong>",
48+
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Fail või kaust mis on jagatud e-posti või avaliku lingiga <strong>laaditi alla</strong>",
4949
"A file or folder was shared from <strong>another server</strong>" : "Fail või kaust jagati <strong>teisest serverist</strong>",
5050
"Sharing" : "Jagamine",
5151
"A file or folder has been <strong>shared</strong>" : "Fail või kaust on <strong>jagatud</strong>",
@@ -215,7 +215,7 @@
215215
"%s shared a folder with you." : "%s jagas sinuga kausta.",
216216
"Note" : "Märge",
217217
"Select or drop files" : "Vali või lohista failid",
218-
"Uploaded files:" : "Üleslaetud failid:",
218+
"Uploaded files:" : "Üleslaaditud failid:",
219219
"Share not found" : "Jagamist ei leidu",
220220
"Back to %s" : "Tagasi siia: %s",
221221
"Add to your Nextcloud" : "Lisa oma Nextcloudi",

apps/settings/l10n/ar.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/l10n/ar.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"Set your password" : "قُم بإدخال كلمتك مرورك",
103103
"Go to %s" : "إنتقِل إلى %s",
104104
"Install Client" : "تنصيب العميل client",
105+
"Logged in account must be a sub admin" : "يجب أن يكون الحساب الذي سجل دخوله مُشرِفاً فرعيًا",
105106
"Apps" : "التطبيقات",
106107
"Personal" : "شخصي",
107108
"Administration" : "الإدارة",
@@ -716,6 +717,7 @@
716717
"Wipe {userid}'s devices" : "قُم بمَحْو أجهزة {userid}",
717718
"Wiped {userid}'s devices" : "أجهزة {userid} تمّ محوُها",
718719
"Failed to load groups with details" : "فل تحميل المجموعات مع التفاصيل",
720+
"Failed to load sub admin groups with details" : "فشل تحميل مجموعات المشرف الفرعي مع التفاصيل",
719721
"Failed to update line manager" : "تعذّر تحديث الرئيس المباشر",
720722
"Fully delete {userid}'s account including all their personal files, app data, etc." : "حذفُ حساب {userid} بالكامل بما في ذلك جميع ملفاته الشخصية وبيانات التطبيقات و غيرها.",
721723
"Account deletion" : "حذف حساب",

apps/settings/l10n/cs.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/l10n/cs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"Set your password" : "Nastavte si své heslo",
103103
"Go to %s" : "Jít na %s",
104104
"Install Client" : "Nainstalovat klienta",
105+
"Logged in account must be a sub admin" : "Je třeba, aby přihlášený účet byl dílčím správcem",
105106
"Apps" : "Aplikace",
106107
"Personal" : "Osobní",
107108
"Administration" : "Správa",
@@ -716,6 +717,7 @@
716717
"Wipe {userid}'s devices" : "Vymazat obsah ze zařízení uživatele {userid}",
717718
"Wiped {userid}'s devices" : "Data ze zařízení uživatele {userid} vymazána",
718719
"Failed to load groups with details" : "Nepodařilo se načíst skupiny s podrobnostmi",
720+
"Failed to load sub admin groups with details" : "Nepodařilo se načíst skupiny dílčích správců s podrobnostmi",
719721
"Failed to update line manager" : "Nepodařilo se aktualizovat přímého nadřízeného",
720722
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Úplně vymazat účet {userid}, včetně veškerých osobní souborů, dat aplikací, atd.",
721723
"Account deletion" : "Smazání účtu",

apps/settings/l10n/de.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/l10n/de.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"Set your password" : "Setze dein Passwort",
103103
"Go to %s" : "%s aufrufen",
104104
"Install Client" : "Installiere den Client",
105+
"Logged in account must be a sub admin" : "Das angemeldete Konto muss eine Unteradministration sein.",
105106
"Apps" : "Apps",
106107
"Personal" : "Persönlich",
107108
"Administration" : "Administration",
@@ -716,6 +717,7 @@
716717
"Wipe {userid}'s devices" : "Lösche {userid}s Geräte",
717718
"Wiped {userid}'s devices" : "{userid}s Geräte bereinigt",
718719
"Failed to load groups with details" : "Gruppen mit Details konnten nicht geladen werden",
720+
"Failed to load sub admin groups with details" : "Unteradministrations-Gruppen mit Details konnten nicht geladen werden",
719721
"Failed to update line manager" : "Fehler beim Aktualisieren des Managers",
720722
"Fully delete {userid}'s account including all their personal files, app data, etc." : "Vollständig {userid}s Konto löschen inklusive aller persönlichen Dateien, App-Daten, usw.",
721723
"Account deletion" : "Kontenlöschung",

0 commit comments

Comments
 (0)