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 <[email protected]>
  • Loading branch information
nextcloud-bot committed Sep 14, 2024
1 parent 38a939e commit a2924c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion l10n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ OC.L10N.register(
"Index the content of PDF files." : "Индексировать содержимое файлов в формате PDF.",
"Extract Office" : "Файлы офисных приложений",
"Index the content of office files." : "Индексировать файлы в формате офисных приложений.",
"Results" : "Результаты"
"Results" : "Результаты",
"Open Files" : "Открыть файлы",
"Directly from search results." : "Прямо из результатов поиска."
},
"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);");
4 changes: 3 additions & 1 deletion l10n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"Index the content of PDF files." : "Индексировать содержимое файлов в формате PDF.",
"Extract Office" : "Файлы офисных приложений",
"Index the content of office files." : "Индексировать файлы в формате офисных приложений.",
"Results" : "Результаты"
"Results" : "Результаты",
"Open Files" : "Открыть файлы",
"Directly from search results." : "Прямо из результатов поиска."
},"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 a2924c6

Please sign in to comment.