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 May 9, 2023
1 parent 743de6b commit 5cfb1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions l10n/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ OC.L10N.register(
"Shows recommended files" : "Показує рекомендовані файли",
"Shows recommended files for quick access of files and folders with recent activity" : "Показує рекомендовані файли для швидкого доступу до файлів та каталогів з нещодавньою активністю",
"No recommendations yet" : "Рекомендацій ще немає",
"Path name {path}" : "Шлях {path}",
"Show recommendations" : "Показувати рекомендації"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
1 change: 1 addition & 0 deletions l10n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Shows recommended files" : "Показує рекомендовані файли",
"Shows recommended files for quick access of files and folders with recent activity" : "Показує рекомендовані файли для швидкого доступу до файлів та каталогів з нещодавньою активністю",
"No recommendations yet" : "Рекомендацій ще немає",
"Path name {path}" : "Шлях {path}",
"Show recommendations" : "Показувати рекомендації"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}

0 comments on commit 5cfb1c9

Please sign in to comment.