Fix intl warning

This commit is contained in:
Neeraj Gupta 2023-08-16 07:21:45 +05:30
parent 048a6fc89d
commit f724feb4af
2 changed files with 4 additions and 4 deletions

View file

@ -419,7 +419,7 @@
"skip": "Salta",
"updatingFolderSelection": "Aggiornamento della selezione delle cartelle...",
"itemCount": "{count, plural, one{{count} elemento} other{{count} elementi}}",
"deleteItemCount": "{count, plural, one {}=1 {Elimina {count} elemento} other {Elimina {count} elementi}}",
"deleteItemCount": "{count, plural, =1 {Elimina {count} elemento} other {Elimina {count} elementi}}",
"duplicateItemsGroup": "{count} file, {formattedSize} l'uno",
"@duplicateItemsGroup": {
"description": "Display the number of duplicate files and their size",
@ -754,7 +754,7 @@
"referFriendsAnd2xYourPlan": "Invita un amico e raddoppia il tuo spazio",
"shareAlbumHint": "Apri un album e tocca il pulsante di condivisione in alto a destra per condividerlo.",
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion": "Gli elementi mostrano il numero di giorni rimanenti prima della cancellazione permanente",
"trashDaysLeft": "{count, plural, one {}=0 {} =1 {1 giorno} other {{count} giorni}}",
"trashDaysLeft": "{count, plural, =0 {} =1 {1 giorno} other {{count} giorni}}",
"@trashDaysLeft": {
"description": "Text to indicate number of days remaining before permanent deletion",
"placeholders": {

View file

@ -219,7 +219,7 @@
"after1Month": "Na 1 maand",
"after1Year": "Na 1 jaar",
"manageParticipants": "Beheren",
"albumParticipantsCount": "{count, plural, one {}=0 {Geen deelnemers} =1 {1 deelnemer} other {{count} deelnemers}}",
"albumParticipantsCount": "{count, plural, =0 {Geen deelnemers} =1 {1 deelnemer} other {{count} deelnemers}}",
"@albumParticipantsCount": {
"placeholders": {
"count": {
@ -730,7 +730,7 @@
"referFriendsAnd2xYourPlan": "Verwijs vrienden en 2x uw abonnement",
"shareAlbumHint": "Open een album en tik op de deelknop rechts bovenaan om te delen.",
"itemsShowTheNumberOfDaysRemainingBeforePermanentDeletion": "Bestanden tonen het aantal resterende dagen voordat ze permanent worden verwijderd",
"trashDaysLeft": "{count, plural, one {}=0 {} =1 {1 dag} other {{count} dagen}}",
"trashDaysLeft": "{count, plural, =0 {} =1 {1 dag} other {{count} dagen}}",
"@trashDaysLeft": {
"description": "Text to indicate number of days remaining before permanent deletion",
"placeholders": {