Skip to content

Commit

Permalink
feat: translations
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Jan 29, 2024
1 parent 46fca80 commit e39bb00
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 @@ -124,6 +124,8 @@ OC.L10N.register(
"ONLYOFFICE Docs Cloud": "ONLYOFFICE Docs Cloud",
"Easily launch the editors in the cloud without downloading and installation": "Легко запускайте редакторы в облаке без скачивания и установки",
"Get Now": "Получить сейчас",
"Select file to combine" : "Выбрать файл для объединения"
"Select file to combine" : "Выбрать файл для объединения",
"Select data source": "Выбрать источник данных",
"The data source must not be the current document": "Источником данных не должен быть текущий документ"
},
"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 @@ -122,6 +122,8 @@
"ONLYOFFICE Docs Cloud": "ONLYOFFICE Docs Cloud",
"Easily launch the editors in the cloud without downloading and installation": "Легко запускайте редакторы в облаке без скачивания и установки",
"Get Now": "Получить сейчас",
"Select file to combine" : "Выбрать файл для объединения"
"Select file to combine" : "Выбрать файл для объединения",
"Select data source": "Выбрать источник данных",
"The data source must not be the current document": "Источником данных не должен быть текущий документ"
},"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 e39bb00

Please sign in to comment.