Skip to content

Commit 40bb9cd

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent ebbf1f9 commit 40bb9cd

20 files changed

Lines changed: 46 additions & 14 deletions

File tree

apps/appstore/l10n/lt_LT.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ OC.L10N.register(
151151
"Could not load app categories. Please try again later." : "Nepavyko įkelti programėlių kategorijų. Bandykite dar kartą vėliau.",
152152
"Could not load apps list. Please try again later." : "Nepavyko įkelti programėlių sąrašo. Bandykite dar kartą vėliau.",
153153
"Could not update the app. Please try again later." : "Nepavyko atnaujinti programėlės. Bandykite dar kartą vėliau.",
154-
"An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti."
154+
"An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti.",
155+
"Powered by Euro-Office" : "Įgalinta „Euro-Office“"
155156
},
156157
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");

apps/appstore/l10n/lt_LT.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"Could not load app categories. Please try again later." : "Nepavyko įkelti programėlių kategorijų. Bandykite dar kartą vėliau.",
150150
"Could not load apps list. Please try again later." : "Nepavyko įkelti programėlių sąrašo. Bandykite dar kartą vėliau.",
151151
"Could not update the app. Please try again later." : "Nepavyko atnaujinti programėlės. Bandykite dar kartą vėliau.",
152-
"An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti."
152+
"An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti.",
153+
"Powered by Euro-Office" : "Įgalinta „Euro-Office“"
153154
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
154155
}

apps/appstore/l10n/ru.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ OC.L10N.register(
151151
"Could not load app categories. Please try again later." : "Не удалось загрузить категории приложений. Повторите попытку позже.",
152152
"Could not load apps list. Please try again later." : "Не удалось загрузить список приложений. Повторите попытку позже.",
153153
"Could not update the app. Please try again later." : "Не удалось обновить приложение. Повторите попытку позже.",
154-
"An error occurred during the request. Unable to proceed." : "Во время запроса произошла ошибка. Продолжение невозможно."
154+
"An error occurred during the request. Unable to proceed." : "Во время запроса произошла ошибка. Продолжение невозможно.",
155+
"Powered by Euro-Office" : "При поддержке Евро-Офиса"
155156
},
156157
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

apps/appstore/l10n/ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"Could not load app categories. Please try again later." : "Не удалось загрузить категории приложений. Повторите попытку позже.",
150150
"Could not load apps list. Please try again later." : "Не удалось загрузить список приложений. Повторите попытку позже.",
151151
"Could not update the app. Please try again later." : "Не удалось обновить приложение. Повторите попытку позже.",
152-
"An error occurred during the request. Unable to proceed." : "Во время запроса произошла ошибка. Продолжение невозможно."
152+
"An error occurred during the request. Unable to proceed." : "Во время запроса произошла ошибка. Продолжение невозможно.",
153+
"Powered by Euro-Office" : "При поддержке Евро-Офиса"
153154
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
154155
}

apps/files/l10n/uk.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ OC.L10N.register(
325325
"The files are locked" : "Файли заблоковано",
326326
"The file does not exist anymore" : "Цей файл більше недоступний",
327327
"Moving \"{source}\" to \"{destination}\" …" : "Переміщення \"{source}\" на \"{destination}\" ...",
328+
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Переміщення %n файлу до \"{destination}\" ...","Переміщення %n файлів до \"{destination}\" ...","Переміщення %n файлів до \"{destination}\" ...","Переміщення %n файлів до \"{destination}\" ..."],
328329
"Copying \"{source}\" to \"{destination}\" …" : "Копіювання \"{source}\" в \"{destination}\" ...",
330+
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Копіювання %n файлу до \"{destination}\" ...","Копіювання %n файлів до \"{destination}\" ...","Копіювання %n файлів до \"{destination}\" ...","Копіювання %n файлів до \"{destination}\" ..."],
329331
"Choose destination" : "Виберіть каталог призначення",
330332
"Copy to {target}" : "Копіювати до {target}",
331333
"Move to {target}" : "Перемістити до {target}",

apps/files/l10n/uk.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,9 @@
323323
"The files are locked" : "Файли заблоковано",
324324
"The file does not exist anymore" : "Цей файл більше недоступний",
325325
"Moving \"{source}\" to \"{destination}\" …" : "Переміщення \"{source}\" на \"{destination}\" ...",
326+
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Переміщення %n файлу до \"{destination}\" ...","Переміщення %n файлів до \"{destination}\" ...","Переміщення %n файлів до \"{destination}\" ...","Переміщення %n файлів до \"{destination}\" ..."],
326327
"Copying \"{source}\" to \"{destination}\" …" : "Копіювання \"{source}\" в \"{destination}\" ...",
328+
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Копіювання %n файлу до \"{destination}\" ...","Копіювання %n файлів до \"{destination}\" ...","Копіювання %n файлів до \"{destination}\" ...","Копіювання %n файлів до \"{destination}\" ..."],
327329
"Choose destination" : "Виберіть каталог призначення",
328330
"Copy to {target}" : "Копіювати до {target}",
329331
"Move to {target}" : "Перемістити до {target}",

apps/files_external/l10n/ru.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ OC.L10N.register(
5959
"URL" : "URL",
6060
"Remote subfolder" : "Подкаталог на другом сервере",
6161
"Secure https://" : "Использовать https://",
62+
"FTP/FTPS" : "FTP/FTPS",
6263
"Host" : "Имя или адрес сервера",
6364
"Secure ftps://" : "Защищённый ftps://",
6465
"Local (server storage)" : "Локальное (серверное хранилище)",
@@ -67,13 +68,15 @@ OC.L10N.register(
6768
"SFTP (SSH file transfer)" : "SFTP (SSH передача файлов)",
6869
"Root" : "Корневой каталог",
6970
"SFTP with public key authentication" : "SFTP с аутентификацией по открытому ключу",
71+
"SMB/CIFS (Windows network share)" : "SMB/CIFS (сетевой ресурс Windows)",
7072
"Share" : "Общий ресурс",
7173
"Show hidden files" : "Показать скрытые файлы",
7274
"Case sensitive file system" : "Файловая система чувствительная к регистру",
7375
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Его отключение позволит использовать файловую систему без учета регистра, но приведет к снижению производительности",
7476
"Verify ACL access when listing files" : "Проверять права ACL при получении списка файлов",
7577
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности",
7678
"Timeout" : "Тайм-аут",
79+
"SMB/CIFS using Nextcloud login" : "SMB/CIFS с использованием входа в Nextcloud",
7780
"Login as share" : "Войдите в систему как общий доступ",
7881
"OpenStack Swift Object Storage" : "OpenStack Swift хранилище объектов",
7982
"Service name" : "Название сервиса",

apps/files_external/l10n/ru.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"URL" : "URL",
5858
"Remote subfolder" : "Подкаталог на другом сервере",
5959
"Secure https://" : "Использовать https://",
60+
"FTP/FTPS" : "FTP/FTPS",
6061
"Host" : "Имя или адрес сервера",
6162
"Secure ftps://" : "Защищённый ftps://",
6263
"Local (server storage)" : "Локальное (серверное хранилище)",
@@ -65,13 +66,15 @@
6566
"SFTP (SSH file transfer)" : "SFTP (SSH передача файлов)",
6667
"Root" : "Корневой каталог",
6768
"SFTP with public key authentication" : "SFTP с аутентификацией по открытому ключу",
69+
"SMB/CIFS (Windows network share)" : "SMB/CIFS (сетевой ресурс Windows)",
6870
"Share" : "Общий ресурс",
6971
"Show hidden files" : "Показать скрытые файлы",
7072
"Case sensitive file system" : "Файловая система чувствительная к регистру",
7173
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Его отключение позволит использовать файловую систему без учета регистра, но приведет к снижению производительности",
7274
"Verify ACL access when listing files" : "Проверять права ACL при получении списка файлов",
7375
"Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Проверьте список контроля доступа для каждого файла или папки внутри каталога, чтобы отфильтровать элементы, для которых учетная запись не имеет прав на чтение, что приводит к снижению производительности",
7476
"Timeout" : "Тайм-аут",
77+
"SMB/CIFS using Nextcloud login" : "SMB/CIFS с использованием входа в Nextcloud",
7578
"Login as share" : "Войдите в систему как общий доступ",
7679
"OpenStack Swift Object Storage" : "OpenStack Swift хранилище объектов",
7780
"Service name" : "Название сервиса",

0 commit comments

Comments
 (0)