Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Dec 6, 2024
1 parent 930d0ca commit 8c0caa0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
5 changes: 4 additions & 1 deletion l10n/ga.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ OC.L10N.register(
"Locked by {user}" : "Faoi ghlas ag {user}",
"Locked by {app}" : "Faoi ghlas ag {app}",
"Unlock file" : "Díghlasáil an comhad",
"Lock file" : "Comhad faoi ghlas"
"Lock file" : "Comhad faoi ghlas",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Tá an comhad seo glasáilte go huathoibríoch ag cliant. D'fhéadfadh coinbhleacht an comhad a shábháil má bhaintear an glas.",
"Keep lock" : "Coinnigh glas",
"Force unlock" : "Díghlasáil bhfeidhm"
},
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
5 changes: 4 additions & 1 deletion l10n/ga.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"Locked by {user}" : "Faoi ghlas ag {user}",
"Locked by {app}" : "Faoi ghlas ag {app}",
"Unlock file" : "Díghlasáil an comhad",
"Lock file" : "Comhad faoi ghlas"
"Lock file" : "Comhad faoi ghlas",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Tá an comhad seo glasáilte go huathoibríoch ag cliant. D'fhéadfadh coinbhleacht an comhad a shábháil má bhaintear an glas.",
"Keep lock" : "Coinnigh glas",
"Force unlock" : "Díghlasáil bhfeidhm"
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
}
6 changes: 5 additions & 1 deletion l10n/ru.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
OC.L10N.register(
"files_lock",
{
"File is currently locked by %s" : "Файл заблокирован %s",
"File is not locked" : "Файл не заблокирован",
"File can only be unlocked by providing a valid owner lock token" : "Файл может быть разблокирован только вводом действительного токена блокировки, подтверждающим владение файлом",
"File can only be unlocked by the owner of the lock" : "Файл может быть разблокирован только тем, кто установил блокировку",
"Desktop client" : "Клиент для ПК",
Expand All @@ -13,6 +15,8 @@ OC.L10N.register(
"Locked by {app}" : "Заблокировано приложением {app}",
"Unlock file" : "Разблокировать файл",
"Lock file" : "Заблокировать файл",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Этот файл был автоматически заблокирован клиентом. Снятие блокировки может привести к конфликту при сохранении файла."
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Этот файл был автоматически заблокирован клиентом. Снятие блокировки может привести к конфликту при сохранении файла.",
"Keep lock" : "Держать заблокированным",
"Force unlock" : "Принудительная разблокировка"
},
"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);");
6 changes: 5 additions & 1 deletion l10n/ru.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{ "translations": {
"File is currently locked by %s" : "Файл заблокирован %s",
"File is not locked" : "Файл не заблокирован",
"File can only be unlocked by providing a valid owner lock token" : "Файл может быть разблокирован только вводом действительного токена блокировки, подтверждающим владение файлом",
"File can only be unlocked by the owner of the lock" : "Файл может быть разблокирован только тем, кто установил блокировку",
"Desktop client" : "Клиент для ПК",
Expand All @@ -11,6 +13,8 @@
"Locked by {app}" : "Заблокировано приложением {app}",
"Unlock file" : "Разблокировать файл",
"Lock file" : "Заблокировать файл",
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Этот файл был автоматически заблокирован клиентом. Снятие блокировки может привести к конфликту при сохранении файла."
"This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file." : "Этот файл был автоматически заблокирован клиентом. Снятие блокировки может привести к конфликту при сохранении файла.",
"Keep lock" : "Держать заблокированным",
"Force unlock" : "Принудительная разблокировка"
},"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);"
}

0 comments on commit 8c0caa0

Please sign in to comment.