[mob][l10n] Fix arb with multiple plurals (#6287)

## Description

## Tests
This commit is contained in:
Neeraj
2025-06-17 11:40:13 +05:30
committed by GitHub
18 changed files with 109 additions and 109 deletions

View File

@@ -82,28 +82,28 @@ PODS:
- GoogleDataTransport (10.1.0):
- nanopb (~> 3.30910.0)
- PromisesObjC (~> 2.4)
- GoogleUtilities/AppDelegateSwizzler (8.0.2):
- GoogleUtilities/AppDelegateSwizzler (8.1.0):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Privacy
- GoogleUtilities/Environment (8.0.2):
- GoogleUtilities/Environment (8.1.0):
- GoogleUtilities/Privacy
- GoogleUtilities/Logger (8.0.2):
- GoogleUtilities/Logger (8.1.0):
- GoogleUtilities/Environment
- GoogleUtilities/Privacy
- GoogleUtilities/Network (8.0.2):
- GoogleUtilities/Network (8.1.0):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Privacy
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (8.0.2)":
- "GoogleUtilities/NSData+zlib (8.1.0)":
- GoogleUtilities/Privacy
- GoogleUtilities/Privacy (8.0.2)
- GoogleUtilities/Reachability (8.0.2):
- GoogleUtilities/Privacy (8.1.0)
- GoogleUtilities/Reachability (8.1.0):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- GoogleUtilities/UserDefaults (8.0.2):
- GoogleUtilities/UserDefaults (8.1.0):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- home_widget (0.0.1):
@@ -186,9 +186,9 @@ PODS:
- PromisesObjC (2.4.0)
- receive_sharing_intent (1.8.1):
- Flutter
- SDWebImage (5.21.0):
- SDWebImage/Core (= 5.21.0)
- SDWebImage/Core (5.21.0)
- SDWebImage (5.21.1):
- SDWebImage/Core (= 5.21.1)
- SDWebImage/Core (5.21.1)
- SDWebImageWebPCoder (0.14.6):
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.17)
@@ -205,16 +205,16 @@ PODS:
- sqflite_darwin (0.0.4):
- Flutter
- FlutterMacOS
- sqlite3 (3.49.1):
- sqlite3/common (= 3.49.1)
- sqlite3/common (3.49.1)
- sqlite3/dbstatvtab (3.49.1):
- sqlite3 (3.49.2):
- sqlite3/common (= 3.49.2)
- sqlite3/common (3.49.2)
- sqlite3/dbstatvtab (3.49.2):
- sqlite3/common
- sqlite3/fts5 (3.49.1):
- sqlite3/fts5 (3.49.2):
- sqlite3/common
- sqlite3/perf-threadsafe (3.49.1):
- sqlite3/perf-threadsafe (3.49.2):
- sqlite3/common
- sqlite3/rtree (3.49.1):
- sqlite3/rtree (3.49.2):
- sqlite3/common
- sqlite3_flutter_libs (0.0.1):
- Flutter
@@ -473,7 +473,7 @@ SPEC CHECKSUMS:
flutter_timezone: ac3da59ac941ff1c98a2e1f0293420e020120282
fluttertoast: 21eecd6935e7064cc1fcb733a4c5a428f3f24f0f
GoogleDataTransport: aae35b7ea0c09004c3797d53c8c41f66f219d6a7
GoogleUtilities: 26a3abef001b6533cf678d3eb38fd3f614b7872d
GoogleUtilities: 00c88b9a86066ef77f0da2fab05f65d7768ed8e1
home_widget: 0434835a4c9a75704264feff6be17ea40e0f0d57
image_editor_common: d6f6644ae4a6de80481e89fe6d0a8c49e30b4b43
in_app_purchase_storekit: a1ce04056e23eecc666b086040239da7619cd783
@@ -505,14 +505,14 @@ SPEC CHECKSUMS:
privacy_screen: 1a131c052ceb3c3659934b003b0d397c2381a24e
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
receive_sharing_intent: 79c848f5b045674ad60b9fea3bafea59962ad2c1
SDWebImage: f84b0feeb08d2d11e6a9b843cb06d75ebf5b8868
SDWebImage: f29024626962457f3470184232766516dee8dfea
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380
Sentry: da60d980b197a46db0b35ea12cb8f39af48d8854
sentry_flutter: 6a134f9d381e49f22ea25a67736cf0cf4d02ec9c
share_plus: 8b6f8b3447e494cca5317c8c3073de39b3600d1f
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
sqflite_darwin: 5a7236e3b501866c1c9befc6771dfd73ffb8702d
sqlite3: fc1400008a9b3525f5914ed715a5d1af0b8f4983
sqlite3: 3c950dc86011117c307eb0b28c4a7bb449dce9f1
sqlite3_flutter_libs: 069c435986dd4b63461aecd68f4b30be4a9e9daa
system_info_plus: 5393c8da281d899950d751713575fbf91c7709aa
thermal: a9261044101ae8f532fa29cab4e8270b51b3f55c

View File

@@ -372,7 +372,7 @@
"deleteFromBoth": "الحذف من كليهما",
"newAlbum": "ألبوم جديد",
"albums": "الألبومات",
"memoryCount": "{count, plural, =0 {لا توجد ذكريات} one {ذكرى واحدة} two {ذكريتان} few {{formattedCount} ذكريات} many {{formattedCount} ذكرى} other {{formattedCount} ذكرى}}",
"memoryCount": "{count, plural, =0 {لا توجد ذكريات} one {ذكرى واحدة} two {ذكريتان} other {{formattedCount} ذكرى}}",
"@memoryCount": {
"description": "The text to display the number of memories",
"type": "text",
@@ -460,7 +460,7 @@
"skip": "تخط",
"updatingFolderSelection": "جارٍ تحديث تحديد المجلد...",
"itemCount": "{count, plural, one {{count} عُنْصُر} other {{count} عَنَاصِر}}",
"deleteItemCount": "{count, plural, =1 {حذف عنصر واحد} two {حذف عنصرين} few {حذف {count} عناصر} many {حذف {count} عنصرًا} other {حذف {count} عنصرًا}}",
"deleteItemCount": "{count, plural, =1 {حذف عنصر واحد} two {حذف عنصرين} other {حذف {count} عنصرًا}}",
"duplicateItemsGroup": "{count} ملفات، {formattedSize} لكل منها",
"@duplicateItemsGroup": {
"description": "Display the number of duplicate files and their size",
@@ -477,7 +477,7 @@
}
},
"showMemories": "عرض الذكريات",
"yearsAgo": "{count, plural, one {قبل سنة} two {قبل سنتين} few {قبل {count} سنوات} many {قبل {count} سنة} other {قبل {count} سنة}}",
"yearsAgo": "{count, plural, one {قبل سنة} two {قبل سنتين} other {قبل {count} سنة}}",
"backupSettings": "إعدادات النسخ الاحتياطي",
"backupStatus": "حالة النسخ الاحتياطي",
"backupStatusDescription": "ستظهر العناصر التي تم نسخها احتياطيًا هنا",
@@ -543,7 +543,7 @@
},
"remindToEmptyEnteTrash": "تذكر أيضًا إفراغ \"سلة المهملات\" لاستعادة المساحة المحررة.",
"sparkleSuccess": "✨ نجاح",
"duplicateFileCountWithStorageSaved": "لقد قمت بتنظيف {count, plural, one {ملف مكرر واحد} two {ملفين مكررين} few {{count} ملفات مكررة} many {{count} ملفًا مكررًا} other {{count} ملفًا مكررًا}}، مما وفر {storageSaved}!",
"duplicateFileCountWithStorageSaved": "لقد قمت بتنظيف {count, plural, one {ملف مكرر واحد} two {ملفين مكررين} other {{count} ملفًا مكررًا}}، مما وفر {storageSaved}!",
"@duplicateFileCountWithStorageSaved": {
"description": "The text to display when the user has successfully cleaned up duplicate files",
"type": "text",
@@ -794,11 +794,11 @@
"share": "مشاركة",
"unhideToAlbum": "إظهار في الألبوم",
"restoreToAlbum": "استعادة إلى الألبوم",
"moveItem": "{count, plural, =1 {نقل عنصر} two {نقل عنصرين} few {نقل {count} عناصر} many {نقل {count} عنصرًا} other {نقل {count} عنصرًا}}",
"moveItem": "{count, plural, =1 {نقل عنصر} two {نقل عنصرين} other {نقل {count} عنصرًا}}",
"@moveItem": {
"description": "Page title while moving one or more items to an album"
},
"addItem": "{count, plural, =1 {إضافة عنصر} two {إضافة عنصرين} few {إضافة {count} عناصر} many {إضافة {count} عنصرًا} other {إضافة {count} عنصرًا}}",
"addItem": "{count, plural, =1 {إضافة عنصر} two {إضافة عنصرين} other {إضافة {count} عنصرًا}}",
"@addItem": {
"description": "Page title while adding one or more items to album"
},
@@ -826,7 +826,7 @@
"referFriendsAnd2xYourPlan": "أحِل الأصدقاء وضاعف خطتك مرتين",
"shareAlbumHint": "افتح ألبومًا وانقر على زر المشاركة في الزاوية اليمنى العليا للمشاركة.",
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion": "تعرض العناصر عدد الأيام المتبقية قبل الحذف الدائم.",
"trashDaysLeft": "{count, plural, =0 {قريبًا} =1 {يوم واحد} two {يومان} few {{count} أيام} many {{count} يومًا} other {{count} يومًا}}",
"trashDaysLeft": "{count, plural, =0 {قريبًا} =1 {يوم واحد} two {يومان} other {{count} يومًا}}",
"@trashDaysLeft": {
"description": "Text to indicate number of days remaining before permanent deletion",
"placeholders": {
@@ -899,8 +899,8 @@
"authToViewYourMemories": "يرجى المصادقة لعرض ذكرياتك.",
"unlock": "فتح",
"freeUpSpace": "تحرير المساحة",
"freeUpSpaceSaving": "{count, plural, =1 {يمكن حذفه من الجهاز لتحرير {formattedSize}} two {يمكن حذفهما من الجهاز لتحرير {formattedSize}} few {يمكن حذفها من الجهاز لتحرير {formattedSize}} many {يمكن حذفها من الجهاز لتحرير {formattedSize}} other {يمكن حذفها من الجهاز لتحرير {formattedSize}}}",
"filesBackedUpInAlbum": "{count, plural, one {ملف واحد} two {ملفان} few {{formattedNumber} ملفات} many {{formattedNumber} ملفًا} other {{formattedNumber} ملفًا}} في هذا الألبوم تم نسخه احتياطيًا بأمان",
"freeUpSpaceSaving": "{count, plural, =1 {يمكن حذفه من الجهاز لتحرير {formattedSize}} two {يمكن حذفهما من الجهاز لتحرير {formattedSize}} other {يمكن حذفها من الجهاز لتحرير {formattedSize}}}",
"filesBackedUpInAlbum": "{count, plural, one {ملف واحد} two {ملفان} other {{formattedNumber} ملفًا}} في هذا الألبوم تم نسخه احتياطيًا بأمان",
"@filesBackedUpInAlbum": {
"description": "Text to tell user how many files have been backed up in the album",
"placeholders": {
@@ -915,7 +915,7 @@
}
}
},
"filesBackedUpFromDevice": "{count, plural, one {ملف واحد} two {ملفان} few {{formattedNumber} ملفات} many {{formattedNumber} ملفًا} other {{formattedNumber} ملفًا}} على هذا الجهاز تم نسخه احتياطيًا بأمان",
"filesBackedUpFromDevice": "{count, plural, one {ملف واحد} two {ملفان} other {{formattedNumber} ملفًا}} على هذا الجهاز تم نسخه احتياطيًا بأمان",
"@filesBackedUpFromDevice": {
"description": "Text to tell user how many files have been backed up from this device",
"placeholders": {
@@ -1217,7 +1217,7 @@
"searchHint4": "الموقع",
"searchHint5": "قريبًا: الوجوه والبحث السحري ✨",
"addYourPhotosNow": "أضف صورك الآن",
"searchResultCount": "{count, plural, one{{count} النتائج التي تم العثور عليها} other{{count} النتائج التي تم العثور عليها}}",
"searchResultCount": "{count, plural, other{{count} النتائج التي تم العثور عليها}}",
"@searchResultCount": {
"description": "Text to tell user how many results were found for their search query",
"placeholders": {
@@ -1269,8 +1269,8 @@
"description": "Subtitle to indicate that the user can find people quickly by name"
},
"findPeopleByName": "البحث عن الأشخاص بسرعة بالاسم",
"addViewers": "{count, plural, =0 {إضافة مشاهد} =1 {إضافة مشاهد} two {إضافة مشاهدين} few {إضافة {count} مشاهدين} many {إضافة {count} مشاهدًا} other {إضافة {count} مشاهدًا}}",
"addCollaborators": "{count, plural, =0 {إضافة متعاون} =1 {إضافة متعاون} two {إضافة متعاونين} few {إضافة {count} متعاونين} many {إضافة {count} متعاونًا} other {إضافة {count} متعاونًا}}",
"addViewers": "{count, plural, =0 {إضافة مشاهد} =1 {إضافة مشاهد} two {إضافة مشاهدين} other {إضافة {count} مشاهدًا}}",
"addCollaborators": "{count, plural, =0 {إضافة متعاون} =1 {إضافة متعاون} two {إضافة متعاونين} other {إضافة {count} متعاونًا}}",
"longPressAnEmailToVerifyEndToEndEncryption": "اضغط مطولاً على بريد إلكتروني للتحقق من التشفير من طرف إلى طرف.",
"developerSettingsWarning": "هل أنت متأكد من رغبتك في تعديل إعدادات المطور؟",
"developerSettings": "إعدادات المطور",
@@ -1404,7 +1404,7 @@
"enableMachineLearningBanner": "قم بتمكين تعلم الآلة للبحث السحري والتعرف على الوجوه.",
"searchDiscoverEmptySection": "سيتم عرض الصور هنا بمجرد اكتمال المعالجة والمزامنة.",
"searchPersonsEmptySection": "سيتم عرض الأشخاص هنا بمجرد اكتمال المعالجة والمزامنة.",
"viewersSuccessfullyAdded": "{count, plural, =0 {تمت إضافة 0 مشاهدين} =1 {تمت إضافة مشاهد واحد} two {تمت إضافة مشاهدين} few {تمت إضافة {count} مشاهدين} many {تمت إضافة {count} مشاهدًا} other {تمت إضافة {count} مشاهدًا}}",
"viewersSuccessfullyAdded": "{count, plural, =0 {تمت إضافة 0 مشاهدين} =1 {تمت إضافة مشاهد واحد} two {تمت إضافة مشاهدين} other {تمت إضافة {count} مشاهدًا}}",
"@viewersSuccessfullyAdded": {
"placeholders": {
"count": {
@@ -1414,7 +1414,7 @@
},
"description": "Number of viewers that were successfully added to an album."
},
"collaboratorsSuccessfullyAdded": "{count, plural, =0 {تمت إضافة 0 متعاونين} =1 {تمت إضافة متعاون واحد} two {تمت إضافة متعاونين} few {تمت إضافة {count} متعاونين} many {تمت إضافة {count} متعاونًا} other {تمت إضافة {count} متعاونًا}}",
"collaboratorsSuccessfullyAdded": "{count, plural, =0 {تمت إضافة 0 متعاونين} =1 {تمت إضافة متعاون واحد} two {تمت إضافة متعاونين} other {تمت إضافة {count} متعاونًا}}",
"@collaboratorsSuccessfullyAdded": {
"placeholders": {
"count": {
@@ -1489,7 +1489,7 @@
},
"currentlyRunning": "قيد التشغيل حاليًا",
"ignored": "تم التجاهل",
"photosCount": "{count, plural, =0 {لا توجد صور} =1 {صورة واحدة} two {صورتان} few {{count} صور} many {{count} صورة} other {{count} صورة}}",
"photosCount": "{count, plural, =0 {لا توجد صور} =1 {صورة واحدة} two {صورتان} other {{count} صورة}}",
"@photosCount": {
"placeholders": {
"count": {
@@ -1687,7 +1687,7 @@
"moveSelectedPhotosToOneDate": "نقل الصور المحددة إلى تاريخ واحد",
"shiftDatesAndTime": "تغيير التواريخ والوقت",
"photosKeepRelativeTimeDifference": "تحتفظ الصور بالفرق الزمني النسبي",
"photocountPhotos": "{count, plural, =0 {لا توجد صور} =1 {صورة واحدة} two {صورتان} few {{count} صور} many {{count} صورة} other {{count} صورة}}",
"photocountPhotos": "{count, plural, =0 {لا توجد صور} =1 {صورة واحدة} two {صورتان} other {{count} صورة}}",
"@photocountPhotos": {
"placeholders": {
"count": {
@@ -1701,7 +1701,7 @@
"selectedItemsWillBeRemovedFromThisPerson": "سيتم إزالة العناصر المحددة من هذا الشخص، ولكن لن يتم حذفها من مكتبتك.",
"throughTheYears": "{dateFormat} عبر السنين",
"thisWeekThroughTheYears": "هذا الأسبوع عبر السنين",
"thisWeekXYearsAgo": "{count, plural, =1 {هذا الأسبوع، قبل سنة} two {هذا الأسبوع، قبل سنتين} few {هذا الأسبوع، قبل {count} سنوات} many {هذا الأسبوع، قبل {count} سنة} other {هذا الأسبوع، قبل {count} سنة}}",
"thisWeekXYearsAgo": "{count, plural, =1 {هذا الأسبوع، قبل سنة} two {هذا الأسبوع، قبل سنتين} other {هذا الأسبوع، قبل {count} سنة}}",
"youAndThem": "أنت و {name}",
"admiringThem": "الإعجاب بـ {name}",
"embracingThem": "معانقة {name}",
@@ -1741,4 +1741,4 @@
"happyBirthday": "عيد ميلاد سعيد! 🥳",
"happyBirthdayToPerson": "عيد ميلاد سعيد إلى {name}! 🎉",
"birthdays": "أعياد الميلاد"
}
}

View File

@@ -899,7 +899,7 @@
"authToViewYourMemories": "Authentifiez-vous pour voir vos souvenirs",
"unlock": "Déverrouiller",
"freeUpSpace": "Libérer de l'espace",
"freeUpSpaceSaving": "{count, plural, one {}=1 {Il peut être supprimé de l'appareil pour libérer {formattedSize}} other {Ils peuvent être supprimés de l'appareil pour libérer {formattedSize}}}",
"freeUpSpaceSaving": "{count, plural, =1 {Il peut être supprimé de l'appareil pour libérer {formattedSize}} other {Ils peuvent être supprimés de l'appareil pour libérer {formattedSize}}}",
"filesBackedUpInAlbum": "{count, plural, one {1 fichier dans cet album a été sauvegardé en toute sécurité} other {{formattedNumber} fichiers dans cet album ont été sauvegardés en toute sécurité}}",
"@filesBackedUpInAlbum": {
"description": "Text to tell user how many files have been backed up in the album",
@@ -933,7 +933,7 @@
"@freeUpSpaceSaving": {
"description": "Text to tell user how much space they can free up by deleting items from the device"
},
"freeUpAccessPostDelete": "Vous pouvez toujours {count, plural, one {}=1 {l'} other {les}} accéder sur Ente tant que vous avez un abonnement actif",
"freeUpAccessPostDelete": "Vous pouvez toujours {count, plural, =1 {l'} other {les}} accéder sur Ente tant que vous avez un abonnement actif",
"@freeUpAccessPostDelete": {
"placeholders": {
"count": {
@@ -1269,8 +1269,8 @@
"description": "Subtitle to indicate that the user can find people quickly by name"
},
"findPeopleByName": "Trouver des personnes rapidement par leur nom",
"addViewers": "{count, plural, one {}=0 {Ajouter un spectateur} =1 {Ajouter une spectateur} other {Ajouter des spectateurs}}",
"addCollaborators": "{count, plural, one {}=0 {Ajouter un collaborateur} =1 {Ajouter un collaborateur} other {Ajouter des collaborateurs}}",
"addViewers": "{count, plural, =0 {Ajouter un spectateur} =1 {Ajouter une spectateur} other {Ajouter des spectateurs}}",
"addCollaborators": "{count, plural, =0 {Ajouter un collaborateur} =1 {Ajouter un collaborateur} other {Ajouter des collaborateurs}}",
"longPressAnEmailToVerifyEndToEndEncryption": "Appuyez longuement sur un email pour vérifier le chiffrement de bout en bout.",
"developerSettingsWarning": "Êtes-vous sûr de vouloir modifier les paramètres du développeur ?",
"developerSettings": "Paramètres du développeur",
@@ -1404,7 +1404,7 @@
"enableMachineLearningBanner": "Activer l'apprentissage automatique pour la reconnaissance des visages et la recherche magique",
"searchDiscoverEmptySection": "Les images seront affichées ici une fois le traitement terminé",
"searchPersonsEmptySection": "Les personnes seront affichées ici une fois le traitement terminé",
"viewersSuccessfullyAdded": "{count, plural, one {}=0 {0 spectateur ajouté} =1 {Un spectateur ajouté} other {{count} spectateurs ajoutés}}",
"viewersSuccessfullyAdded": "{count, plural, =0 {0 spectateur ajouté} =1 {Un spectateur ajouté} other {{count} spectateurs ajoutés}}",
"@viewersSuccessfullyAdded": {
"placeholders": {
"count": {
@@ -1757,4 +1757,4 @@
"happyBirthday": "Joyeux anniversaire ! 🥳",
"happyBirthdayToPerson": "Joyeux anniversaire {name}! 🎉",
"birthdays": "Anniversaires"
}
}

View File

@@ -389,8 +389,8 @@
"selectAll": "בחר הכל",
"skip": "דלג",
"updatingFolderSelection": "מעדכן את בחירת התיקיות...",
"itemCount": "{count, plural, one{{count} פריט} two {{count} פריטים} many {{count} פריטים} other{{count} פריטים}}",
"deleteItemCount": "{count, plural, =1 {מחק {count} פריט} two {מחק {count} פריטים} other {מחק {count} פריטים}}",
"itemCount": "{count, plural, one{{count} פריט} other{{count} פריטים}}",
"deleteItemCount": "{count, plural, =1 {מחק {count} פריט} other {מחק {count} פריטים}}",
"duplicateItemsGroup": "{count} קבצים, כל אחד {formattedSize}",
"@duplicateItemsGroup": {
"description": "Display the number of duplicate files and their size",
@@ -407,7 +407,7 @@
}
},
"showMemories": "הצג זכרונות",
"yearsAgo": "{count, plural, one{לפני {count} שנה} two {לפני {count} שנים} many {לפני {count} שנים} other{לפני {count} שנים}}",
"yearsAgo": "{count, plural, one{לפני {count} שנה} other{לפני {count} שנים}}",
"backupSettings": "הגדרות גיבוי",
"backupOverMobileData": "גבה על רשת סלולרית",
"backupVideos": "גבה סרטונים",
@@ -792,4 +792,4 @@
"create": "צור",
"viewAll": "הצג הכל",
"hiding": "מחביא..."
}
}

View File

@@ -794,11 +794,11 @@
"share": "Condividi",
"unhideToAlbum": "Non nascondere l'album",
"restoreToAlbum": "Ripristina l'album",
"moveItem": "{count, plural, one {}=1 {Sposta elemento} other {Sposta elementi}}",
"moveItem": "{count, plural, =1 {Sposta elemento} other {Sposta elementi}}",
"@moveItem": {
"description": "Page title while moving one or more items to an album"
},
"addItem": "{count, plural, one {}=1 {Aggiungi elemento} other {Aggiungi elementi}}",
"addItem": "{count, plural, =1 {Aggiungi elemento} other {Aggiungi elementi}}",
"@addItem": {
"description": "Page title while adding one or more items to album"
},
@@ -899,7 +899,7 @@
"authToViewYourMemories": "Autenticati per visualizzare le tue foto",
"unlock": "Sblocca",
"freeUpSpace": "Libera spazio",
"freeUpSpaceSaving": "{count, plural, one {}=1 {Può essere cancellato per liberare {formattedSize}} other {Possono essere cancellati per liberare {formattedSize}}}",
"freeUpSpaceSaving": "{count, plural, =1 {Può essere cancellato per liberare {formattedSize}} other {Possono essere cancellati per liberare {formattedSize}}}",
"filesBackedUpInAlbum": "{count, plural, one {1 file} other {{formattedNumber} file}} di quest'album sono stati salvati in modo sicuro",
"@filesBackedUpInAlbum": {
"description": "Text to tell user how many files have been backed up in the album",
@@ -1260,8 +1260,8 @@
"description": "Subtitle to indicate that the user can find people quickly by name"
},
"findPeopleByName": "Trova rapidamente le persone per nome",
"addViewers": "{count, plural, one {}=0 {Aggiungi visualizzatore} =1 {Add viewer} other {Aggiungi visualizzatori}}",
"addCollaborators": "{count, plural, one {}=0 {Aggiungi collaboratore} =1 {Aggiungi collaboratore} other {Aggiungi collaboratori}}",
"addViewers": "{count, plural, =0 {Aggiungi visualizzatore} =1 {Add viewer} other {Aggiungi visualizzatori}}",
"addCollaborators": "{count, plural, =0 {Aggiungi collaboratore} =1 {Aggiungi collaboratore} other {Aggiungi collaboratori}}",
"longPressAnEmailToVerifyEndToEndEncryption": "Premi a lungo un'email per verificare la crittografia end to end.",
"developerSettingsWarning": "Sei sicuro di voler modificare le Impostazioni sviluppatore?",
"developerSettings": "Impostazioni sviluppatore",
@@ -1395,7 +1395,7 @@
"enableMachineLearningBanner": "Abilita l'apprendimento automatico per la ricerca magica e il riconoscimento facciale",
"searchDiscoverEmptySection": "Le immagini saranno mostrate qui una volta che l'elaborazione e la sincronizzazione saranno completate",
"searchPersonsEmptySection": "Le persone saranno mostrate qui una volta che l'elaborazione e la sincronizzazione saranno completate",
"viewersSuccessfullyAdded": "{count, plural, one {}=0 {Added 0 visualizzatori} =1 {Added 1 visualizzatore} other {Added {count} visualizzatori}}",
"viewersSuccessfullyAdded": "{count, plural, =0 {Added 0 visualizzatori} =1 {Added 1 visualizzatore} other {Added {count} visualizzatori}}",
"@viewersSuccessfullyAdded": {
"placeholders": {
"count": {
@@ -1480,7 +1480,7 @@
},
"currentlyRunning": "attualmente in esecuzione",
"ignored": "ignorato",
"photosCount": "{count, plural, one {}=0 {0 foto} =1 {1 foto} other {{count} foto}}",
"photosCount": "{count, plural, =0 {0 foto} =1 {1 foto} other {{count} foto}}",
"@photosCount": {
"placeholders": {
"count": {
@@ -1678,7 +1678,7 @@
"moveSelectedPhotosToOneDate": "Sposta foto selezionate in una data specifica",
"shiftDatesAndTime": "Sposta date e orari",
"photosKeepRelativeTimeDifference": "Le foto mantengono una differenza di tempo relativa",
"photocountPhotos": "{count, plural, one {}=0 {Nessuna foto} =1 {1 foto} other {{count} foto}}",
"photocountPhotos": "{count, plural, =0 {Nessuna foto} =1 {1 foto} other {{count} foto}}",
"@photocountPhotos": {
"placeholders": {
"count": {
@@ -1692,7 +1692,7 @@
"selectedItemsWillBeRemovedFromThisPerson": "Gli elementi selezionati verranno rimossi da questa persona, ma non eliminati dalla tua libreria.",
"throughTheYears": "{dateFormat} negli anni",
"thisWeekThroughTheYears": "Questa settimana negli anni",
"thisWeekXYearsAgo": "{count, plural, one {}=1 {Questa settimana, {count} anno fa} other {Questa settimana, {count} anni fa}}",
"thisWeekXYearsAgo": "{count, plural, =1 {Questa settimana, {count} anno fa} other {Questa settimana, {count} anni fa}}",
"youAndThem": "Tu e {name}",
"admiringThem": "Ammirando {name}",
"embracingThem": "Abbracciando {name}",
@@ -1748,4 +1748,4 @@
"happyBirthday": "Buon compleanno! 🥳",
"happyBirthdayToPerson": "Buon compleanno a {name}! 🎉",
"birthdays": "Compleanni"
}
}

View File

@@ -461,7 +461,7 @@
}
},
"showMemories": "思い出を表示",
"yearsAgo": "{count, plural, one{{count} 年前} other{{count} 年前}}",
"yearsAgo": "{count, plural, other{{count} 年前}}",
"backupSettings": "バックアップ設定",
"backupStatus": "バックアップの状態",
"backupStatusDescription": "バックアップされたアイテムがここに表示されます",
@@ -527,7 +527,7 @@
},
"remindToEmptyEnteTrash": "「ゴミ箱」も空にするとアカウントのストレージが解放されます",
"sparkleSuccess": "成功✨",
"duplicateFileCountWithStorageSaved": "お掃除しました {count, plural, one{{count} 個の重複ファイル} other{{count} 個の重複ファイル}}, ({storageSaved}が開放されます!)",
"duplicateFileCountWithStorageSaved": "お掃除しました {count, plural, other{{count} 個の重複ファイル}}, ({storageSaved}が開放されます!)",
"@duplicateFileCountWithStorageSaved": {
"description": "The text to display when the user has successfully cleaned up duplicate files",
"type": "text",
@@ -1178,7 +1178,7 @@
"searchHint4": "場所",
"searchHint5": "近日公開: フェイスとマジック検索 ✨",
"addYourPhotosNow": "写真を今すぐ追加する",
"searchResultCount": "{count, plural, one{{count} 個の結果} other{{count} 個の結果}}",
"searchResultCount": "{count, plural, other{{count} 個の結果}}",
"@searchResultCount": {
"description": "Text to tell user how many results were found for their search query",
"placeholders": {
@@ -1667,4 +1667,4 @@
"onTheRoad": "再び道で",
"food": "料理を楽しむ",
"pets": "毛むくじゃらな仲間たち"
}
}

View File

@@ -900,7 +900,7 @@
"unlock": "Atrakinti",
"freeUpSpace": "Atlaisvinti vietos",
"freeUpSpaceSaving": "{count, plural, =1 {Jį galima ištrinti iš įrenginio, kad atlaisvintų {formattedSize}} other {Jų galima ištrinti iš įrenginio, kad atlaisvintų {formattedSize}}}",
"filesBackedUpInAlbum": "{count, plural, one {{formattedNumber} failas šiame albume saugiai sukurta atsarginė kopija} few {{formattedNumber} failai šiame albume saugiai sukurtos atsarginės kopijos} many {{formattedNumber} failo šiame albume saugiai sukurtos atsargines kopijos} other {{formattedNumber} failų šiame albume saugiai sukurta atsarginė kopija}}.",
"filesBackedUpInAlbum": "{count, plural, one {{formattedNumber} failas šiame albume saugiai sukurta atsarginė kopija} other {{formattedNumber} failų šiame albume saugiai sukurta atsarginė kopija}}.",
"@filesBackedUpInAlbum": {
"description": "Text to tell user how many files have been backed up in the album",
"placeholders": {
@@ -915,7 +915,7 @@
}
}
},
"filesBackedUpFromDevice": "{count, plural, one {{formattedNumber} failas šiame įrenginyje saugiai sukurta atsarginė kopija} few {{formattedNumber} failai šiame įrenginyje saugiai sukurtos atsarginės kopijos} many {{formattedNumber} failo šiame įrenginyje saugiai sukurtos atsargines kopijos} other {{formattedNumber} failų šiame įrenginyje saugiai sukurta atsarginių kopijų}}.",
"filesBackedUpFromDevice": "{count, plural, one {{formattedNumber} failas šiame įrenginyje saugiai sukurta atsarginė kopija} other {{formattedNumber} failų šiame įrenginyje saugiai sukurta atsarginių kopijų}}.",
"@filesBackedUpFromDevice": {
"description": "Text to tell user how many files have been backed up from this device",
"placeholders": {
@@ -1404,7 +1404,7 @@
"enableMachineLearningBanner": "Įjunkite mašininį mokymąsi magiškai paieškai ir veidų atpažinimui",
"searchDiscoverEmptySection": "Vaizdai bus rodomi čia, kai bus užbaigtas apdorojimas ir sinchronizavimas.",
"searchPersonsEmptySection": "Asmenys bus rodomi čia, kai bus užbaigtas apdorojimas ir sinchronizavimas.",
"viewersSuccessfullyAdded": "{count, plural, one {Įtrauktas {count} žiūrėtojas} few {Įtraukti {count} žiūrėtojai} many {Įtraukta {count} žiūrėtojo} =0 {Įtraukta 0 žiūrėtojų} =1 {Įtrauktas 1 žiūrėtojas} other {Įtraukta {count} žiūrėtojų}}",
"viewersSuccessfullyAdded": "{count, plural, =0 {Įtraukta 0 žiūrėtojų} =1 {Įtrauktas 1 žiūrėtojas} other {Įtraukta {count} žiūrėtojų}}",
"@viewersSuccessfullyAdded": {
"placeholders": {
"count": {
@@ -1489,7 +1489,7 @@
},
"currentlyRunning": "šiuo metu vykdoma",
"ignored": "ignoruota",
"photosCount": "{count, plural, one {{count} nuotrauka} few {{count} nuotraukos} many {{count} nuotraukos} =0 {0 nuotraukų} =1 {1 nuotrauka} other {{count} nuotraukų}}",
"photosCount": "{count, plural, =0 {0 nuotraukų} =1 {1 nuotrauka} other {{count} nuotraukų}}",
"@photosCount": {
"placeholders": {
"count": {
@@ -1752,4 +1752,4 @@
"addMemoriesWidgetPrompt": "Pridėkite prisiminimų valdiklį prie savo pradžios ekrano ir grįžkite čia, kad tinkintumėte.",
"addAlbumWidgetPrompt": "Pridėkite albumo valdiklį prie savo pradžios ekrano ir grįžkite čia, kad tinkintumėte.",
"addPeopleWidgetPrompt": "Pridėkite asmenų valdiklį prie savo pradžios ekrano ir grįžkite čia, kad tinkintumėte."
}
}

View File

@@ -477,7 +477,7 @@
}
},
"showMemories": "Toon herinneringen",
"yearsAgo": "{count, plural, one{{count} jaar geleden} other{{count} jaar geleden}}",
"yearsAgo": "{count, plural, other{{count} jaar geleden}}",
"backupSettings": "Back-up instellingen",
"backupStatus": "Back-up status",
"backupStatusDescription": "Items die zijn geback-upt, worden hier getoond",
@@ -1752,4 +1752,4 @@
"addMemoriesWidgetPrompt": "Voeg een widget toe aan je beginscherm en kom hier terug om aan te passen.",
"addAlbumWidgetPrompt": "Voeg een widget toe aan je beginscherm en kom hier terug om aan te passen.",
"addPeopleWidgetPrompt": "Voeg een widget toe aan je beginscherm en kom hier terug om aan te passen."
}
}

View File

@@ -476,7 +476,7 @@
}
},
"showMemories": "Vis minner",
"yearsAgo": "{count, plural, one{{count} år siden} other{{count} år siden}}",
"yearsAgo": "{count, plural, other{{count} år siden}}",
"backupSettings": "Sikkerhetskopier innstillinger",
"backupStatus": "Status for sikkerhetskopi",
"backupStatusDescription": "Elementer som har blitt sikkerhetskopiert vil vises her",
@@ -1690,4 +1690,4 @@
"onTheRoad": "På veien igjen",
"food": "Kulinær glede",
"pets": "Pelsvenner"
}
}

View File

@@ -443,8 +443,8 @@
"selectAll": "Zaznacz wszystko",
"skip": "Pomiń",
"updatingFolderSelection": "Aktualizowanie wyboru folderu...",
"itemCount": "{count, plural, one{{count} element} few {{count} elementy} many {{count} elementów} other{{count} elementu}}",
"deleteItemCount": "{count, plural, =1 {Usuń {count} element} few {Usuń {count} elementy} many {Usuń {count} elementów} other{Usuń {count} elementu}}",
"itemCount": "{count, plural, one{{count} element} other{{count} elementu}}",
"deleteItemCount": "{count, plural, =1 {Usuń {count} element} other{Usuń {count} elementu}}",
"duplicateItemsGroup": "{count} plików, każdy po {formattedSize}",
"@duplicateItemsGroup": {
"description": "Display the number of duplicate files and their size",
@@ -461,7 +461,7 @@
}
},
"showMemories": "Pokaż wspomnienia",
"yearsAgo": "{count, plural, one{{count} rok temu} few {{count} lata temu} many {{count} lat temu} other{{count} lata temu}}",
"yearsAgo": "{count, plural, one{{count} rok temu} other{{count} lata temu}}",
"backupSettings": "Ustawienia kopii zapasowej",
"backupStatus": "Status kopii zapasowej",
"backupStatusDescription": "Elementy, których kopia zapasowa została utworzona, zostaną wyświetlone w tym miejscu",
@@ -800,7 +800,7 @@
"referFriendsAnd2xYourPlan": "Poleć znajomym i podwój swój plan",
"shareAlbumHint": "Otwórz album i dotknij przycisk udostępniania w prawym górnym rogu, aby udostępnić.",
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion": "Elementy pokazują liczbę dni pozostałych przed trwałym usunięciem",
"trashDaysLeft": "{count, plural, =0 {Wkrótce} =1{1 dzień} few {{count} dni} other{{count} dni}}",
"trashDaysLeft": "{count, plural, =0 {Wkrótce} =1{1 dzień} other{{count} dni}}",
"@trashDaysLeft": {
"description": "Text to indicate number of days remaining before permanent deletion",
"placeholders": {
@@ -1177,7 +1177,7 @@
"searchHint4": "Lokalizacja",
"searchHint5": "Wkrótce: Twarze i magiczne wyszukiwanie ✨",
"addYourPhotosNow": "Dodaj swoje zdjęcia teraz",
"searchResultCount": "{count, plural, one{Znaleziono {count} wynik} few {Znaleziono {count} wyniki} other{Znaleziono {count} wyników}}",
"searchResultCount": "{count, plural, one{Znaleziono {count} wynik} other{Znaleziono {count} wyników}}",
"@searchResultCount": {
"description": "Text to tell user how many results were found for their search query",
"placeholders": {
@@ -1534,4 +1534,4 @@
"join": "Dołącz",
"linkEmail": "Połącz adres e-mail",
"noEnteAccountExclamation": "Brak konta Ente!"
}
}

View File

@@ -899,7 +899,7 @@
"authToViewYourMemories": "Por favor, autentique-se para ver suas memórias",
"unlock": "Desbloquear",
"freeUpSpace": "Libertar espaço",
"freeUpSpaceSaving": "{count, plural, one {}=1 {Pode eliminá-lo do aparelho para esvaziar {formattedSize}} other {Pode eliminá-los do aparelho para esvaziar {formattedSize}}}",
"freeUpSpaceSaving": "{count, plural, =1 {Pode eliminá-lo do aparelho para esvaziar {formattedSize}} other {Pode eliminá-los do aparelho para esvaziar {formattedSize}}}",
"filesBackedUpInAlbum": "{count, plural, one {1 arquivo} other {{formattedNumber} arquivos}} neste álbum teve um backup seguro",
"@filesBackedUpInAlbum": {
"description": "Text to tell user how many files have been backed up in the album",
@@ -1757,4 +1757,4 @@
"happyBirthday": "Felicidades! 🥳",
"happyBirthdayToPerson": "Felicidades para {name}! 🎉",
"birthdays": "Aniversários"
}
}

View File

@@ -443,7 +443,7 @@
"selectAll": "Selectare totală",
"skip": "Omiteți",
"updatingFolderSelection": "Se actualizează selecția dosarelor...",
"itemCount": "{count, plural, one{{count} articol} few {{count} articole} other{{count} de articole}}",
"itemCount": "{count, plural, one{{count} articol} other{{count} de articole}}",
"deleteItemCount": "{count, plural, =1 {Ștergeți {count} articol} other {Ștergeți {count} de articole}}",
"duplicateItemsGroup": "{count} fișiere, {formattedSize} fiecare",
"@duplicateItemsGroup": {
@@ -461,7 +461,7 @@
}
},
"showMemories": "Afișare amintiri",
"yearsAgo": "{count, plural, one{acum {count} an} few {acum {count} ani} other{acum {count} de ani}}",
"yearsAgo": "{count, plural, one{acum {count} an} other{acum {count} de ani}}",
"backupSettings": "Setări copie de rezervă",
"backupStatus": "Stare copie de rezervă",
"backupStatusDescription": "Articolele care au fost salvate vor apărea aici",
@@ -526,7 +526,7 @@
},
"remindToEmptyEnteTrash": "De asemenea, goliți „Coșul de gunoi” pentru a revendica spațiul eliberat",
"sparkleSuccess": "✨ Succes",
"duplicateFileCountWithStorageSaved": "Ați curățat {count, plural, one{{count} dublură} few {{count} dubluri} other{{count} de dubluri}}, economisind ({storageSaved}!)",
"duplicateFileCountWithStorageSaved": "Ați curățat {count, plural, one{{count} dublură} other{{count} de dubluri}}, economisind ({storageSaved}!)",
"@duplicateFileCountWithStorageSaved": {
"description": "The text to display when the user has successfully cleaned up duplicate files",
"type": "text",
@@ -873,7 +873,7 @@
"authToViewYourMemories": "Vă rugăm să vă autentificați pentru a vă vizualiza amintirile",
"unlock": "Deblocare",
"freeUpSpace": "Eliberați spațiu",
"filesBackedUpInAlbum": "{count, plural, one {Un fișier din acest album a fost deja salvat în siguranță} few {{formattedNumber} fișiere din acest album au fost deja salvate în siguranță} other {{formattedNumber} de fișiere din acest album au fost deja salvate în siguranță}}",
"filesBackedUpInAlbum": "{count, plural, one {Un fișier din acest album a fost deja salvat în siguranță} other {{formattedNumber} de fișiere din acest album au fost deja salvate în siguranță}}",
"@filesBackedUpInAlbum": {
"description": "Text to tell user how many files have been backed up in the album",
"placeholders": {
@@ -888,7 +888,7 @@
}
}
},
"filesBackedUpFromDevice": "{count, plural, one {Un fișier de pe acest dispozitiv a fost deja salvat în siguranță} few {{formattedNumber} fișiere de pe acest dispozitiv au fost deja salvate în siguranță} other {{formattedNumber} de fișiere de pe acest dispozitiv fost deja salvate în siguranță}}",
"filesBackedUpFromDevice": "{count, plural, one {Un fișier de pe acest dispozitiv a fost deja salvat în siguranță} other {{formattedNumber} de fișiere de pe acest dispozitiv fost deja salvate în siguranță}}",
"@filesBackedUpFromDevice": {
"description": "Text to tell user how many files have been backed up from this device",
"placeholders": {
@@ -1177,7 +1177,7 @@
"searchHint4": "Locație",
"searchHint5": "În curând: chipuri și căutare magică ✨",
"addYourPhotosNow": "Adăugați-vă fotografiile acum",
"searchResultCount": "{count, plural, one{{count} rezultat găsit} few {{count} rezultate găsite} other{{count} de rezultate găsite}}",
"searchResultCount": "{count, plural, one{{count} rezultat găsit} other{{count} de rezultate găsite}}",
"@searchResultCount": {
"description": "Text to tell user how many results were found for their search query",
"placeholders": {
@@ -1523,4 +1523,4 @@
"joinAlbumSubtext": "pentru a vedea și a adăuga fotografii",
"joinAlbumSubtextViewer": "pentru a adăuga la albumele distribuite",
"join": "Alăturare"
}
}

View File

@@ -476,7 +476,7 @@
}
},
"showMemories": "Показывать воспоминания",
"yearsAgo": "{count, plural, one{{count} год назад} few{{count} года назад} other{{count} лет назад}}",
"yearsAgo": "{count, plural, one{{count} год назад} other{{count} лет назад}}",
"backupSettings": "Настройки резервного копирования",
"backupStatus": "Статус резервного копирования",
"backupStatusDescription": "Элементы, сохранённые в резервной копии, появятся здесь",
@@ -1725,4 +1725,4 @@
"food": "Кулинарное наслаждение",
"pets": "Пушистые спутники",
"curatedMemories": "Отобранные воспоминания"
}
}

View File

@@ -364,7 +364,7 @@
"selectAll": "Markera allt",
"skip": "Hoppa över",
"updatingFolderSelection": "Uppdaterar mappval...",
"itemCount": "{count, plural, one{{count} objekt} other{{count} objekt}}",
"itemCount": "{count, plural, other{{count} objekt}}",
"deleteItemCount": "{count, plural, =1 {Radera {count} objekt} other {Radera {count} objekt}}",
"duplicateItemsGroup": "{count} filer, {formattedSize} vardera",
"@duplicateItemsGroup": {
@@ -382,7 +382,7 @@
}
},
"showMemories": "Visa minnen",
"yearsAgo": "{count, plural, one{{count} år sedan} other{{count} år sedan}}",
"yearsAgo": "{count, plural, other{{count} år sedan}}",
"backupSettings": "Säkerhetskopieringsinställningar",
"backupStatus": "Säkerhetskopieringsstatus",
"about": "Om",
@@ -496,7 +496,7 @@
"viewAll": "Visa alla",
"inviteYourFriendsToEnte": "Bjud in dina vänner till Ente",
"fileTypes": "Filtyper",
"searchResultCount": "{count, plural, one{{count} resultat hittades} other{{count} resultat hittades}}",
"searchResultCount": "{count, plural, other{{count} resultat hittades}}",
"@searchResultCount": {
"description": "Text to tell user how many results were found for their search query",
"placeholders": {
@@ -532,4 +532,4 @@
"newPerson": "Ny person",
"addName": "Lägg till namn",
"add": "Lägg till"
}
}

View File

@@ -372,7 +372,7 @@
"deleteFromBoth": "Her ikisinden de sil",
"newAlbum": "Yeni albüm",
"albums": "Albümler",
"memoryCount": "{count, plural, =0{hiç anı yok} one{{formattedCount} anı} other{{formattedCount} anı}}",
"memoryCount": "{count, plural, =0{hiç anı yok} other{{formattedCount} anı}}",
"@memoryCount": {
"description": "The text to display the number of memories",
"type": "text",
@@ -477,7 +477,7 @@
}
},
"showMemories": "Anıları göster",
"yearsAgo": "{count, plural, one{{count} yıl önce} other{{count} yıl önce}}",
"yearsAgo": "{count, plural, other{{count} yıl önce}}",
"backupSettings": "Yedekleme seçenekleri",
"backupStatus": "Yedekleme durumu",
"backupStatusDescription": "Eklenen öğeler burada görünecek",
@@ -1217,7 +1217,7 @@
"searchHint4": "Konum",
"searchHint5": "Çok yakında: Yüzler ve sihirli arama ✨",
"addYourPhotosNow": "Fotoğraflarınızı şimdi ekleyin",
"searchResultCount": "{count, plural, one{{count} yıl önce} other{{count} yıl önce}}",
"searchResultCount": "{count, plural, other{{count} yıl önce}}",
"@searchResultCount": {
"description": "Text to tell user how many results were found for their search query",
"placeholders": {
@@ -1736,4 +1736,4 @@
"selectedAlbums": "{count} seçildi",
"actionNotSupportedOnFavouritesAlbum": "Favoriler albümünde eylem desteklenmiyor",
"onThisDay": "Bu günde"
}
}

View File

@@ -438,7 +438,7 @@
"selectAll": "Вибрати все",
"skip": "Пропустити",
"updatingFolderSelection": "Оновлення вибору теки...",
"itemCount": "{count, plural, one{{count} елемент} few {{count} елементи} many {{count} елементів} other{{count} елементів}}",
"itemCount": "{count, plural, one{{count} елемент} other{{count} елементів}}",
"deleteItemCount": "{count, plural, =1 {Видалено {count} елемент} other {Видалено {count} елементів}}",
"duplicateItemsGroup": "{count} файлів, кожен по {formattedSize}",
"@duplicateItemsGroup": {
@@ -1172,7 +1172,7 @@
"searchHint4": "Розташування",
"searchHint5": "Незабаром: Обличчя і магічний пошук ✨",
"addYourPhotosNow": "Додайте свої фотографії",
"searchResultCount": "{count, plural, one{Знайдено {count} результат} few {Знайдено {count} результати} many {Знайдено {count} результатів} other{Знайдено {count} результати}}",
"searchResultCount": "{count, plural, one{Знайдено {count} результат} other{Знайдено {count} результати}}",
"@searchResultCount": {
"description": "Text to tell user how many results were found for their search query",
"placeholders": {
@@ -1511,4 +1511,4 @@
"legacyInvite": "{email} запросив вас стати довіреною особою",
"authToManageLegacy": "Авторизуйтесь, щоби керувати довіреними контактами",
"useDifferentPlayerInfo": "Виникли проблеми з відтворенням цього відео? Натисніть і утримуйте тут, щоб спробувати інший плеєр."
}
}

View File

@@ -443,7 +443,7 @@
"selectAll": "Chọn tất cả",
"skip": "Bỏ qua",
"updatingFolderSelection": "Đang cập nhật lựa chọn thư mục...",
"itemCount": "{count, plural, one{{count} mục} other{{count} mục}}",
"itemCount": "{count, plural, other{{count} mục}}",
"deleteItemCount": "{count, plural, =1 {Xóa {count} mục} other {Xóa {count} mục}}",
"duplicateItemsGroup": "{count} tệp, {formattedSize} mỗi tệp",
"@duplicateItemsGroup": {
@@ -461,7 +461,7 @@
}
},
"showMemories": "Hiển thị kỷ niệm",
"yearsAgo": "{count, plural, one{{count} năm trước} other{{count} năm trước}}",
"yearsAgo": "{count, plural, other{{count} năm trước}}",
"backupSettings": "Cài đặt sao lưu",
"backupStatus": "Trạng thái sao lưu",
"backupStatusDescription": "Các mục đã được sao lưu sẽ hiển thị ở đây",
@@ -526,7 +526,7 @@
},
"remindToEmptyEnteTrash": "Cũng hãy xóa \"Thùng rác\" của bạn để chiếm không gian đã giải phóng",
"sparkleSuccess": "✨ Thành công",
"duplicateFileCountWithStorageSaved": "Bạn đã dọn dẹp {count, plural, one{{count} tệp trùng lặp} other{{count} tệp trùng lặp}}, tiết kiệm ({storageSaved}!)",
"duplicateFileCountWithStorageSaved": "Bạn đã dọn dẹp {count, plural, other{{count} tệp trùng lặp}}, tiết kiệm ({storageSaved}!)",
"@duplicateFileCountWithStorageSaved": {
"description": "The text to display when the user has successfully cleaned up duplicate files",
"type": "text",
@@ -1181,7 +1181,7 @@
"searchHint4": "Vị trí",
"searchHint5": "Sắp có: Nhận diện khuôn mặt & tìm kiếm ma thuật ✨",
"addYourPhotosNow": "Thêm ảnh của bạn ngay bây giờ",
"searchResultCount": "{count, plural, one{{count} kết quả được tìm thấy} other{{count} kết quả được tìm thấy}}",
"searchResultCount": "{count, plural, other{{count} kết quả được tìm thấy}}",
"@searchResultCount": {
"description": "Text to tell user how many results were found for their search query",
"placeholders": {
@@ -1537,4 +1537,4 @@
"joinAlbumSubtext": "để xem và thêm ảnh của bạn",
"joinAlbumSubtextViewer": "thêm vào album được chia sẻ",
"join": "Tham gia"
}
}

View File

@@ -458,7 +458,7 @@
"selectAll": "全选",
"skip": "跳过",
"updatingFolderSelection": "正在更新文件夹选择...",
"itemCount": "{count, plural, one{{count} 个项目} other{{count} 个项目}}",
"itemCount": "{count, plural, other{{count} 个项目}}",
"deleteItemCount": "{count, plural, =1 {删除 {count} 个项目} other {删除 {count} 个项目}}",
"duplicateItemsGroup": "{count} 个文件,每个文件 {formattedSize}",
"@duplicateItemsGroup": {
@@ -476,7 +476,7 @@
}
},
"showMemories": "显示回忆",
"yearsAgo": "{count, plural, one{{count} 年前} other{{count} 年前}}",
"yearsAgo": "{count, plural, other{{count} 年前}}",
"backupSettings": "备份设置",
"backupStatus": "备份状态",
"backupStatusDescription": "已备份的项目将显示在此处",
@@ -1724,4 +1724,4 @@
"onTheRoad": "再次踏上旅途",
"food": "美食盛宴",
"pets": "毛茸茸的伙伴"
}
}