Skip to content

Commit fc6a49d

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent d3df725 commit fc6a49d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

app/src/main/res/values-ar/strings.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,7 @@
749749
<string name="recommend_text">أريد أن أدعوك لاستخدام %1$s على جهازك
750750
التنزيل هنا %2$s</string>
751751
<string name="recommend_urls">%1$s أو %2$s</string>
752+
<string name="recommended_files_title">ملفات مُقتَرَحة</string>
752753
<string name="refresh_content">تحديث المحتوى</string>
753754
<string name="reload">إعادة تحميل</string>
754755
<string name="remote">(عن بعد)</string>
@@ -1285,4 +1286,12 @@
12851286
<item quantity="many">%d محددين</item>
12861287
<item quantity="other">%d محددين</item>
12871288
</plurals>
1288-
</resources>
1289+
<plurals name="share_download_limit_description">
1290+
<item quantity="zero">مازال %1$d تنزيل</item>
1291+
<item quantity="one">مازال%1$d تنزيل</item>
1292+
<item quantity="two">مازال %1$d تنزيل</item>
1293+
<item quantity="few">مازال %1$d تنزيلات</item>
1294+
<item quantity="many">مازال %1$d تنزيل</item>
1295+
<item quantity="other">مازال %1$d تنزيل</item>
1296+
</plurals>
1297+
</resources>

app/src/main/res/values-b+en+001/strings.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,11 +729,13 @@
729729
<string name="push_notifications_temp_error">Push notifications currently not available.</string>
730730
<string name="qr_could_not_be_read">QR code could not be read!</string>
731731
<string name="re_enable_auto_upload">Changes to auto upload</string>
732+
<string name="re_enable_auto_upload_desc">Due to new restrictions imposed by Google, we have been forced to remove an important permission. We are currently working with Google to resolve this issue and restore full functionality.\n\nTo re-enable auto upload for new photos and videos:\nSelect \"Allow all\" in the following dialogue or the system settings.\nAllow media location when prompted, as this allows Nextcloud to store location data when uploading images.\n\nThe permissions dialogue is only displayed when necessary. If in doubt, check the system settings.\n\nAuto upload will only be able to upload image and video files when using the Google Play version of the Nextcloud app.\n\nPlease check for any files that may not have been uploaded since December 2024.</string>
732733
<string name="receive_external_files_activity_start_sync_folder_is_not_exists_message">Folder cannot be found, sync operation is cancelled</string>
733734
<string name="receive_external_files_activity_unable_to_find_file_to_upload">Unable to find file to upload</string>
734735
<string name="recommend_subject">Try %1$s on your device!</string>
735736
<string name="recommend_text">I want to invite you to use %1$s on your device.\nDownload here: %2$s</string>
736737
<string name="recommend_urls">%1$s or %2$s</string>
738+
<string name="recommended_files_title">Recommended Files</string>
737739
<string name="refresh_content">Refresh content</string>
738740
<string name="reload">Reload</string>
739741
<string name="remote">(remote)</string>
@@ -1168,4 +1170,8 @@
11681170
<item quantity="one">%d selected</item>
11691171
<item quantity="other">%d selected</item>
11701172
</plurals>
1171-
</resources>
1173+
<plurals name="share_download_limit_description">
1174+
<item quantity="one">%1$d download remaining</item>
1175+
<item quantity="other">%1$d downloads remaining</item>
1176+
</plurals>
1177+
</resources>

0 commit comments

Comments
 (0)