Skip to content

Commit

Permalink
[tx] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
ownclouders committed Apr 18, 2024
1 parent c39e52a commit c22d7b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/files/l10n/ru_RU.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OC.L10N.register(
"files",
{
"Files" : "Файлы",
"Cancel" : "Отмена",
"Create" : "Создать"
},
Expand Down
1 change: 1 addition & 0 deletions apps/files/l10n/ru_RU.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ "translations": {
"Files" : "Файлы",
"Cancel" : "Отмена",
"Create" : "Создать"
},"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);"
Expand Down
1 change: 1 addition & 0 deletions tests/data/apptheme/apps/files/l10n/ru_RU.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OC.L10N.register(
"files",
{
"Files" : "Файлы",
"Cancel" : "Отмена",
"Create" : "Создать"
},
Expand Down
1 change: 1 addition & 0 deletions tests/data/apptheme/apps/files/l10n/ru_RU.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ "translations": {
"Files" : "Файлы",
"Cancel" : "Отмена",
"Create" : "Создать"
},"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);"
Expand Down
1 change: 1 addition & 0 deletions tests/data/themes/abc/apps/files/l10n/ru_RU.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
OC.L10N.register(
"files",
{
"Files" : "Файлы",
"Cancel" : "Отмена",
"Create" : "Создать"
},
Expand Down
1 change: 1 addition & 0 deletions tests/data/themes/abc/apps/files/l10n/ru_RU.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ "translations": {
"Files" : "Файлы",
"Cancel" : "Отмена",
"Create" : "Создать"
},"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);"
Expand Down

0 comments on commit c22d7b4

Please sign in to comment.