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 Jul 9, 2023
1 parent 82c9d8a commit d4ee29a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion l10n/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ OC.L10N.register(
"Starting importing files in {targetPath} directory" : "بدء استيراد الملفات إلى الدليل {targetPath} ",
"Failed to start importing Google Drive" : "تعذّر البدء في استيراد قوقل درايف Google Drive",
"Choose where to write imported files" : "حدِّد إلى أين ستتم كتابة الملفات المستوردة",
"Choose where to write imported photos" : "حدِّد إلى أين ستتم كتابة الصور المستوردة"
"Choose where to write imported photos" : "حدِّد إلى أين ستتم كتابة الصور المستوردة",
"_{amount} photo imported_::_{amount} photos imported_" : ["تم استيراد {amount} صور","تم استيراد {amount} صورة","تم استيراد {amount} صور","تم استيراد {amount} صور","تم استيراد {amount} صور","تم استيراد {amount} صور"],
"_{amount} file imported ({progress}%)_::_{amount} files imported ({progress}%)_" : ["{amount} ملفات تم استيرادها ({progress}%)","{amount} ملف تم استيراده ({progress}%)","{amount} ملفات تم استيرادها ({progress}%)","{amount} ملفات تم استيرادها ({progress}%)","{amount} ملفات تم استيرادها ({progress}%)","{amount} ملفات تم استيرادها ({progress}%)"]
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
4 changes: 3 additions & 1 deletion l10n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
"Starting importing files in {targetPath} directory" : "بدء استيراد الملفات إلى الدليل {targetPath} ",
"Failed to start importing Google Drive" : "تعذّر البدء في استيراد قوقل درايف Google Drive",
"Choose where to write imported files" : "حدِّد إلى أين ستتم كتابة الملفات المستوردة",
"Choose where to write imported photos" : "حدِّد إلى أين ستتم كتابة الصور المستوردة"
"Choose where to write imported photos" : "حدِّد إلى أين ستتم كتابة الصور المستوردة",
"_{amount} photo imported_::_{amount} photos imported_" : ["تم استيراد {amount} صور","تم استيراد {amount} صورة","تم استيراد {amount} صور","تم استيراد {amount} صور","تم استيراد {amount} صور","تم استيراد {amount} صور"],
"_{amount} file imported ({progress}%)_::_{amount} files imported ({progress}%)_" : ["{amount} ملفات تم استيرادها ({progress}%)","{amount} ملف تم استيراده ({progress}%)","{amount} ملفات تم استيرادها ({progress}%)","{amount} ملفات تم استيرادها ({progress}%)","{amount} ملفات تم استيرادها ({progress}%)","{amount} ملفات تم استيرادها ({progress}%)"]
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

0 comments on commit d4ee29a

Please sign in to comment.