-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
72630ca
commit ed5078e
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
OC.L10N.register( | ||
"recommendations", | ||
{ | ||
"Recommended files" : "Recommended files", | ||
"Recently commented" : "اخیراً اظهار نظر کرده است", | ||
"Recently edited" : "اخیراً ویرایش شده", | ||
"Recently shared" : "اخیراً به اشتراک گذاشته شده است", | ||
"Recommendations" : "توصیه ها", | ||
"Shows recommended files" : "پرونده های پیشنهادی را نشان می دهد", | ||
"Shows recommended files for quick access of files and folders with recent activity" : "پرونده های توصیه شده را برای دسترسی سریع به پرونده ها و پوشه ها با فعالیت اخیر نشان می دهد" | ||
"Shows recommended files for quick access of files and folders with recent activity" : "پرونده های توصیه شده را برای دسترسی سریع به پرونده ها و پوشه ها با فعالیت اخیر نشان می دهد", | ||
"No recommendations yet" : "No recommendations yet", | ||
"Path name {path}" : "Path name {path}", | ||
"Show recommendations" : "Show recommendations" | ||
}, | ||
"nplurals=2; plural=(n > 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
{ "translations": { | ||
"Recommended files" : "Recommended files", | ||
"Recently commented" : "اخیراً اظهار نظر کرده است", | ||
"Recently edited" : "اخیراً ویرایش شده", | ||
"Recently shared" : "اخیراً به اشتراک گذاشته شده است", | ||
"Recommendations" : "توصیه ها", | ||
"Shows recommended files" : "پرونده های پیشنهادی را نشان می دهد", | ||
"Shows recommended files for quick access of files and folders with recent activity" : "پرونده های توصیه شده را برای دسترسی سریع به پرونده ها و پوشه ها با فعالیت اخیر نشان می دهد" | ||
"Shows recommended files for quick access of files and folders with recent activity" : "پرونده های توصیه شده را برای دسترسی سریع به پرونده ها و پوشه ها با فعالیت اخیر نشان می دهد", | ||
"No recommendations yet" : "No recommendations yet", | ||
"Path name {path}" : "Path name {path}", | ||
"Show recommendations" : "Show recommendations" | ||
},"pluralForm" :"nplurals=2; plural=(n > 1);" | ||
} |