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 Oct 3, 2023
1 parent 8f009a4 commit d62766f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions l10n/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ OC.L10N.register(
"Recommendations" : "Polecane",
"Shows recommended files" : "Pokazuje polecane pliki",
"Shows recommended files for quick access of files and folders with recent activity" : "Pokazuje polecane pliki dla szybkiego dostępu do plików i katalogów z ostatnią aktywnością",
"Path name {path}" : "Nazwa ścieżki {path}",
"Show recommendations" : "Pokaż polecane"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
1 change: 1 addition & 0 deletions l10n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Recommendations" : "Polecane",
"Shows recommended files" : "Pokazuje polecane pliki",
"Shows recommended files for quick access of files and folders with recent activity" : "Pokazuje polecane pliki dla szybkiego dostępu do plików i katalogów z ostatnią aktywnością",
"Path name {path}" : "Nazwa ścieżki {path}",
"Show recommendations" : "Pokaż polecane"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
}

0 comments on commit d62766f

Please sign in to comment.