upgraded Flutter to stable v3.29.0

This commit is contained in:
Thibault Deckers 2025-02-14 19:37:18 +01:00
parent 7b25d37616
commit 5a505344ef
105 changed files with 128003 additions and 503 deletions

@ -1 +1 @@
Subproject commit d8a9f9a52e5af486f80d932e838ee93861ffd863 Subproject commit 35c388afb57ef061d06a39b537336c87e0e3d1b1

View file

@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
- support for Samsung HEIC motion photos embedding video in sefd box - support for Samsung HEIC motion photos embedding video in sefd box
- Cataloguing: identify video location from Apple QuickTime metadata, and 3GPP `loci` atom - Cataloguing: identify video location from Apple QuickTime metadata, and 3GPP `loci` atom
### Changed
- upgraded Flutter to stable v3.29.0
### Fixed ### Fixed
- opening motion photo embedded video when video track is not the first one - opening motion photo embedded video when video track is not the first one

1
android/.gitignore vendored
View file

@ -1,5 +1,6 @@
gradle-wrapper.jar gradle-wrapper.jar
/.gradle /.gradle
/app/.cxx/
/captures/ /captures/
/gradlew /gradlew
/gradlew.bat /gradlew.bat

View file

@ -335,6 +335,6 @@
--> -->
<meta-data <meta-data
android:name="io.flutter.embedding.android.EnableImpeller" android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" /> android:value="true" />
</application> </application>
</manifest> </manifest>

View file

@ -2,9 +2,10 @@
# http://flutter.dev/go/i18n-user-guide # http://flutter.dev/go/i18n-user-guide
# https://docs.flutter.dev/development/accessibility-and-localization/internationalization # https://docs.flutter.dev/development/accessibility-and-localization/internationalization
# use defaults to: arb-dir: lib/l10n
# - parse ARB files from `lib/l10n` output-dir: lib/l10ngen
# - generate class `AppLocalizations` in `app_localizations.dart` template-arb-file: app_en.arb
output-localization-file: app_localizations.dart
preferred-supported-locales: preferred-supported-locales:
- en - en
synthetic-package: false

View file

@ -116,7 +116,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{هل تريد نقل هذا العنصر إلى سلة المحذوفات؟} other{حرك هذه {count}العناصر إلى سلة المحذوفات؟}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{هل تريد نقل هذا العنصر إلى سلة المحذوفات؟} other{حرك هذه {count}العناصر إلى سلة المحذوفات؟}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsNavigationDrawerAddAlbum": "إضافة ألبوم", "settingsNavigationDrawerAddAlbum": "إضافة ألبوم",
@ -146,7 +148,9 @@
"collectionExportFailureFeedback": "{count, plural, =1{فشل تصدير صفحة واحدة} other{فشل التصدير {count} pages}}", "collectionExportFailureFeedback": "{count, plural, =1{فشل تصدير صفحة واحدة} other{فشل التصدير {count} pages}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"vaultDialogLockModeWhenScreenOff": "القفل عند إيقاف تشغيل الشاشة", "vaultDialogLockModeWhenScreenOff": "القفل عند إيقاف تشغيل الشاشة",
@ -250,7 +254,9 @@
"collectionMoveFailureFeedback": "{count, plural, =1{فشل في نقل عنصر واحد} other{فشل في النقل {count} items}}", "collectionMoveFailureFeedback": "{count, plural, =1{فشل في نقل عنصر واحد} other{فشل في النقل {count} items}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoLoopModeAlways": "دائماً", "videoLoopModeAlways": "دائماً",
@ -346,7 +352,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{هل تريد حذف هذا العنصر؟} other{احذف هذه {count} أغراض؟}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{هل تريد حذف هذا العنصر؟} other{احذف هذه {count} أغراض؟}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsViewerShowInformation": "مزيد من المعلومات", "settingsViewerShowInformation": "مزيد من المعلومات",
@ -434,7 +442,9 @@
"collectionRenameFailureFeedback": "{count, plural, =1{فشلت إعادة تسمية عنصر واحد} other{فشلت إعادة التسمية {count} items}}", "collectionRenameFailureFeedback": "{count, plural, =1{فشلت إعادة تسمية عنصر واحد} other{فشلت إعادة التسمية {count} items}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoResumptionModeAlways": "دائماً", "videoResumptionModeAlways": "دائماً",
@ -444,7 +454,9 @@
"collectionEditSuccessFeedback": "{count, plural, =1{تم تحريرعنصر واحد} other{تحرير {count} عناصر}}", "collectionEditSuccessFeedback": "{count, plural, =1{تم تحريرعنصر واحد} other{تحرير {count} عناصر}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"wallpaperTargetLock": "شاشة القفل", "wallpaperTargetLock": "شاشة القفل",
@ -500,7 +512,9 @@
"collectionCopyFailureFeedback": "{count, plural, =1{فشل نسخ عنصر واحد} other{فشل النسخ {count} items}}", "collectionCopyFailureFeedback": "{count, plural, =1{فشل نسخ عنصر واحد} other{فشل النسخ {count} items}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsDisabled": "غير مفعل", "settingsDisabled": "غير مفعل",
@ -558,7 +572,9 @@
"collectionMoveSuccessFeedback": "{count, plural, =1{تم نقل عنصر واحد} other{نقل {count} عناصر}}", "collectionMoveSuccessFeedback": "{count, plural, =1{تم نقل عنصر واحد} other{نقل {count} عناصر}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextAlignmentLeft": "يسار", "settingsSubtitleThemeTextAlignmentLeft": "يسار",
@ -674,7 +690,9 @@
"collectionEditFailureFeedback": "{count, plural, =1{فشل تحرير عنصر واحد} other{فشل التحرير {count} items}}", "collectionEditFailureFeedback": "{count, plural, =1{فشل تحرير عنصر واحد} other{فشل التحرير {count} items}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoActionPause": "إيقاف مؤقت", "videoActionPause": "إيقاف مؤقت",
@ -726,7 +744,9 @@
"collectionRenameSuccessFeedback": "{count, plural, =1{تمت إعادة تسمية عنصر واحد} other{أعادة تسمية {count} عناصر}}", "collectionRenameSuccessFeedback": "{count, plural, =1{تمت إعادة تسمية عنصر واحد} other{أعادة تسمية {count} عناصر}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoStreamSelectionDialogTrack": "مسار", "videoStreamSelectionDialogTrack": "مسار",
@ -811,7 +831,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{هذه العملية غير مدعومة للعناصر من النوع التالي: {types}.} other{هذه العملية غير معتمدة لعناصر الأنواع التالية: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{هذه العملية غير مدعومة للعناصر من النوع التالي: {types}.} other{هذه العملية غير معتمدة لعناصر الأنواع التالية: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -832,7 +854,9 @@
"statsWithGps": "{count, plural, =1{1 عنصر مع الموقع} other{{count} العناصر مع الموقع}}", "statsWithGps": "{count, plural, =1{1 عنصر مع الموقع} other{{count} العناصر مع الموقع}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoResumptionModeDialogTitle": "إستئناف التشغيل", "settingsVideoResumptionModeDialogTitle": "إستئناف التشغيل",
@ -878,7 +902,9 @@
"columnCount": "{count, plural, =1{{count} عمود} other{{count} أعمدة}}{count}", "columnCount": "{count, plural, =1{{count} عمود} other{{count} أعمدة}}{count}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"viewerTransitionNone": "لا شيء", "viewerTransitionNone": "لا شيء",
@ -932,7 +958,9 @@
"itemCount": "{count, plural, =1{{count} عنصر} other{{count} عناصر}}", "itemCount": "{count, plural, =1{{count} عنصر} other{{count} عناصر}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"widgetTapUpdateWidget": "تحديث الويدجت", "widgetTapUpdateWidget": "تحديث الويدجت",
@ -1152,7 +1180,9 @@
"collectionCopySuccessFeedback": "{count, plural, =1{تم نسخ عنصر واحد} other{نسخ {count} أغراض}}", "collectionCopySuccessFeedback": "{count, plural, =1{تم نسخ عنصر واحد} other{نسخ {count} أغراض}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsNavigationDrawerBanner": "إلمس مع الاستمرار لنقل عناصر القائمة وإعادة ترتيبها.", "settingsNavigationDrawerBanner": "إلمس مع الاستمرار لنقل عناصر القائمة وإعادة ترتيبها.",
@ -1438,7 +1468,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{هل تريد حذف هذه الألبومات والعنصر الموجود فيها؟} other{احذف هذه الألبومات و {count} العناصر فيها؟}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{هل تريد حذف هذه الألبومات والعنصر الموجود فيها؟} other{احذف هذه الألبومات و {count} العناصر فيها؟}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextSize": "حجم الخط", "settingsSubtitleThemeTextSize": "حجم الخط",
@ -1456,7 +1488,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{هل تريد حذف هذا الألبوم والعنصر الموجود فيه؟} other{احذف هذا الألبوم و {count} العناصر فيه؟}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{هل تريد حذف هذا الألبوم والعنصر الموجود فيه؟} other{احذف هذا الألبوم و {count} العناصر فيه؟}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsThemeColorHighlights": "تحديد الألوان", "settingsThemeColorHighlights": "تحديد الألوان",
@ -1472,7 +1506,9 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{فشل حذف عنصر واحد} other{فشل الحذف {count} items}}", "collectionDeleteFailureFeedback": "{count, plural, =1{فشل حذف عنصر واحد} other{فشل الحذف {count} items}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"entryActionShareImageOnly": "مشاركة الصورة فقط", "entryActionShareImageOnly": "مشاركة الصورة فقط",

View file

@ -3,6 +3,7 @@
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -11,6 +12,7 @@
"@timeSeconds": { "@timeSeconds": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -29,6 +31,7 @@
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -37,6 +40,7 @@
"@timeMinutes": { "@timeMinutes": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -45,6 +49,7 @@
"@timeDays": { "@timeDays": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -10,7 +10,9 @@
"itemCount": "{count, plural, =1{{count} элемент} other{{count} элементаў}}", "itemCount": "{count, plural, =1{{count} элемент} other{{count} элементаў}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"chipActionPin": "Прышпіліць да вяршыні", "chipActionPin": "Прышпіліць да вяршыні",
@ -462,7 +464,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Гэта аперацыя не падтрымліваецца для элементаў наступнага тыпу: {types}.} other{Гэта аперацыя не падтрымліваецца для элементаў наступных тыпаў: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Гэта аперацыя не падтрымліваецца для элементаў наступнага тыпу: {types}.} other{Гэта аперацыя не падтрымліваецца для элементаў наступных тыпаў: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -700,7 +704,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Перамясціць гэты элемент у сметніцу?} few{Перамясціць гэтыя {count} элемента ў сметніцу?} other{Перамясціць гэтыя {count} элементаў у сметніцу?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Перамясціць гэты элемент у сметніцу?} few{Перамясціць гэтыя {count} элемента ў сметніцу?} other{Перамясціць гэтыя {count} элементаў у сметніцу?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsLanguageTile": "Мова", "settingsLanguageTile": "Мова",
@ -718,7 +724,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Выдаліць гэты элемент?} few{Выдаліць гэтыя {count} элемента?} other{Выдаліць гэтыя {count} элементаў?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Выдаліць гэты элемент?} few{Выдаліць гэтыя {count} элемента?} other{Выдаліць гэтыя {count} элементаў?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"editEntryDateDialogTitle": "Дата і час", "editEntryDateDialogTitle": "Дата і час",
@ -790,7 +798,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Выдаліць гэты альбом і элемент у ім?} few{Выдаліць гэты альбом і {count} элементы ў ім?} other{Выдаліць гэты альбом і {count} элементаў у ім?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Выдаліць гэты альбом і элемент у ім?} few{Выдаліць гэты альбом і {count} элементы ў ім?} other{Выдаліць гэты альбом і {count} элементаў у ім?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsThemeColorHighlights": "Каляровыя акцэнты", "settingsThemeColorHighlights": "Каляровыя акцэнты",
@ -1186,7 +1196,9 @@
"collectionExportFailureFeedback": "{count, plural, =1{Не атрымалася экспартаваць 1 старонку} few{Не атрымалася экспартаваць {count} старонкі} other{Не атрымалася экспартаваць {count} старонак}}", "collectionExportFailureFeedback": "{count, plural, =1{Не атрымалася экспартаваць 1 старонку} few{Не атрымалася экспартаваць {count} старонкі} other{Не атрымалася экспартаваць {count} старонак}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextAlignmentDialogTitle": "Выраўноўванне тэксту", "settingsSubtitleThemeTextAlignmentDialogTitle": "Выраўноўванне тэксту",
@ -1200,7 +1212,9 @@
"collectionMoveFailureFeedback": "{count, plural, =1{Немагчыма перанесці 1 элемент} few{Немагчыма перанесці {count} элементы} other{Немагчыма перанесці {count} элементаў}}", "collectionMoveFailureFeedback": "{count, plural, =1{Немагчыма перанесці 1 элемент} few{Немагчыма перанесці {count} элементы} other{Немагчыма перанесці {count} элементаў}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextColor": "Колер тэксту", "settingsSubtitleThemeTextColor": "Колер тэксту",
@ -1250,13 +1264,17 @@
"collectionRenameFailureFeedback": "{count, plural, =1{Не атрымалася перайменаваць 1 элемент} few{Не атрымалася перайменаваць {count} элементы} other{Не атрымалася перайменаваць {count} элементаў}}", "collectionRenameFailureFeedback": "{count, plural, =1{Не атрымалася перайменаваць 1 элемент} few{Не атрымалася перайменаваць {count} элементы} other{Не атрымалася перайменаваць {count} элементаў}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{1 элемент адрэдагаваны} few{{count} элементы адрэдагаваны} other{{count} элементаў адрэдагаваны}}", "collectionEditSuccessFeedback": "{count, plural, =1{1 элемент адрэдагаваны} few{{count} элементы адрэдагаваны} other{{count} элементаў адрэдагаваны}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsThumbnailShowMotionPhotoIcon": "Паказаць значок фота з рухам", "settingsThumbnailShowMotionPhotoIcon": "Паказаць значок фота з рухам",
@ -1272,7 +1290,9 @@
"collectionCopyFailureFeedback": "{count, plural, =1{Не атрымалася скапіюваць 1 элемент} few{Не атрымалася скапіюваць {count} элементы} other{Не атрымалася скапіюваць {count} элементаў}}", "collectionCopyFailureFeedback": "{count, plural, =1{Не атрымалася скапіюваць 1 элемент} few{Не атрымалася скапіюваць {count} элементы} other{Не атрымалася скапіюваць {count} элементаў}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoGestureDoubleTapTogglePlay": "Двойчы націсніце, каб прайграць/прыпыніць", "settingsVideoGestureDoubleTapTogglePlay": "Двойчы націсніце, каб прайграць/прыпыніць",
@ -1282,7 +1302,9 @@
"collectionMoveSuccessFeedback": "{count, plural, =1{Перамяшчаны 1 элемент} few{Перамяшчаны {count} элементы} other{Перамяшчаны {count} элементаў}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Перамяшчаны 1 элемент} few{Перамяшчаны {count} элементы} other{Перамяшчаны {count} элементаў}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextAlignmentLeft": "Злева", "settingsSubtitleThemeTextAlignmentLeft": "Злева",
@ -1298,7 +1320,9 @@
"collectionEditFailureFeedback": "{count, plural, =1{Немагчыма адрэдагаваць 1 элемент} few{Немагчыма адрэдагаваць {count} элементы} other{Немагчыма адрэдагаваць {count} элементаў}}", "collectionEditFailureFeedback": "{count, plural, =1{Немагчыма адрэдагаваць 1 элемент} few{Немагчыма адрэдагаваць {count} элементы} other{Немагчыма адрэдагаваць {count} элементаў}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsThumbnailOverlayPageTitle": "Навязванне", "settingsThumbnailOverlayPageTitle": "Навязванне",
@ -1314,7 +1338,9 @@
"collectionRenameSuccessFeedback": "{count, plural, =1{Перайменаваны 1 элемент} few{Перайменаваны {count} элементы} other{Перайменаваны {count} элементаў}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Перайменаваны 1 элемент} few{Перайменаваны {count} элементы} other{Перайменаваны {count} элементаў}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsViewerUseCutout": "Выкарыстоўваць вобласць выраза", "settingsViewerUseCutout": "Выкарыстоўваць вобласць выраза",
@ -1336,7 +1362,9 @@
"statsWithGps": "{count, plural, =1{1 элемент з месцазнаходжаннем} few{{count} элементы з месцазнаходжаннем} other{{count} элементаў з месцазнаходжаннем}}", "statsWithGps": "{count, plural, =1{1 элемент з месцазнаходжаннем} few{{count} элементы з месцазнаходжаннем} other{{count} элементаў з месцазнаходжаннем}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoResumptionModeDialogTitle": "Працягнуць прайграванне", "settingsVideoResumptionModeDialogTitle": "Працягнуць прайграванне",
@ -1394,7 +1422,9 @@
"collectionCopySuccessFeedback": "{count, plural, =1{1 элемент скапіяваны} few{{count} элементы скапіявана} other{{count} элементаў скапіявана}}", "collectionCopySuccessFeedback": "{count, plural, =1{1 элемент скапіяваны} few{{count} элементы скапіявана} other{{count} элементаў скапіявана}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsNavigationDrawerBanner": "Націсніце і ўтрымлівайце для перамяшчэння і змены парадку пунктаў меню.", "settingsNavigationDrawerBanner": "Націсніце і ўтрымлівайце для перамяшчэння і змены парадку пунктаў меню.",
@ -1454,7 +1484,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Выдаліць гэтыя альбомы і элемент у іх?} few{Выдаліць гэтыя альбомы і {count} элементы ў іх?} other{Выдаліць гэтыя альбомы і {count} элементаў у іх?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Выдаліць гэтыя альбомы і элемент у іх?} few{Выдаліць гэтыя альбомы і {count} элементы ў іх?} other{Выдаліць гэтыя альбомы і {count} элементаў у іх?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextSize": "Памер тэксту", "settingsSubtitleThemeTextSize": "Памер тэксту",
@ -1464,7 +1496,9 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Не атрымалася выдаліць 1 элемент} few{Не атрымалася выдаліць {count} элементы} other{Не атрымалася выдаліць {count} элементаў}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Не атрымалася выдаліць 1 элемент} few{Не атрымалася выдаліць {count} элементы} other{Не атрымалася выдаліць {count} элементаў}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoButtonsTile": "Кнопкі", "settingsVideoButtonsTile": "Кнопкі",
@ -1480,7 +1514,9 @@
"columnCount": "{count, plural, =1{{count} слупок} few{{count} слупкі} other{{count} слупкоў}}", "columnCount": "{count, plural, =1{{count} слупок} few{{count} слупкі} other{{count} слупкоў}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, =1{{count} секунда} few{{count} секунды} other{{count} секунд}}", "timeSeconds": "{count, plural, =1{{count} секунда} few{{count} секунды} other{{count} секунд}}",

View file

@ -38,7 +38,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Тази операция не се поддържа за елементи от следния тип: {types}.} other{Тази операция не се поддържа за елементи от следните типове: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Тази операция не се поддържа за елементи от следния тип: {types}.} other{Тази операция не се поддържа за елементи от следните типове: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -54,6 +56,7 @@
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -76,6 +79,7 @@
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -84,6 +88,7 @@
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -136,6 +141,7 @@
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -146,6 +152,7 @@
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -154,6 +161,7 @@
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -162,6 +170,7 @@
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -170,6 +179,7 @@
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -178,6 +188,7 @@
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -188,6 +199,7 @@
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -258,6 +270,7 @@
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -630,6 +643,7 @@
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -871,6 +885,7 @@
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -879,6 +894,7 @@
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -887,6 +903,7 @@
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1133,6 +1150,7 @@
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1141,6 +1159,7 @@
"@timeSeconds": { "@timeSeconds": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1149,6 +1168,7 @@
"@timeMinutes": { "@timeMinutes": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1161,6 +1181,7 @@
"@timeDays": { "@timeDays": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1475,6 +1496,7 @@
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -10,13 +10,17 @@
"itemCount": "{count, plural, =1{{count} element} other{{count} elements}}", "itemCount": "{count, plural, =1{{count} element} other{{count} elements}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"columnCount": "{count, plural, =1{{count} columna} other{{count} columnes}}", "columnCount": "{count, plural, =1{{count} columna} other{{count} columnes}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"cancelTooltip": "Canceŀlar", "cancelTooltip": "Canceŀlar",
@ -289,7 +293,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Esborrar aquest element?} other{Esborrar aquests {count} elements?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Esborrar aquest element?} other{Esborrar aquests {count} elements?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"moveUndatedConfirmationDialogMessage": "Desar les dates dels elements abans de continuar?", "moveUndatedConfirmationDialogMessage": "Desar les dates dels elements abans de continuar?",
@ -346,7 +352,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Eliminar aquest àlbum i lelement que conté?} other{Eliminar aquests àlbums i els {count} elements que contenen?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Eliminar aquest àlbum i lelement que conté?} other{Eliminar aquests àlbums i els {count} elements que contenen?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogQuality": "Qualitat", "exportEntryDialogQuality": "Qualitat",
@ -577,7 +585,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Aquesta operació no és compatible amb elements del següent format: {types}.} other{Aquesta operació no és compatible amb elements dels següents formats: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Aquesta operació no és compatible amb elements del següent format: {types}.} other{Aquesta operació no és compatible amb elements dels següents formats: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -594,7 +604,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Moure aquest element a la paperera de reciclatge?} other{Moure aquests {count} elements a la paperera de reciclatge?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Moure aquest element a la paperera de reciclatge?} other{Moure aquests {count} elements a la paperera de reciclatge?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"newAlbumDialogNameLabelAlreadyExistsHelper": "El directori ja existeix", "newAlbumDialogNameLabelAlreadyExistsHelper": "El directori ja existeix",
@ -616,7 +628,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Eliminar aquest àlbum i lelement que conté?} other{Eliminar aquest àlbum i els {count} elements que conté?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Eliminar aquest àlbum i lelement que conté?} other{Eliminar aquest àlbum i els {count} elements que conté?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"vaultBinUsageDialogMessage": "Algunes caixes fortes fan servir la paperera de reciclatge.", "vaultBinUsageDialogMessage": "Algunes caixes fortes fan servir la paperera de reciclatge.",
@ -834,37 +848,49 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Error en esborrar 1 element} other{Error en esborrar {count} elements}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Error en esborrar 1 element} other{Error en esborrar {count} elements}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopyFailureFeedback": "{count, plural, =1{Error en copiar 1 element} other{Error en copiar {count} elements}}", "collectionCopyFailureFeedback": "{count, plural, =1{Error en copiar 1 element} other{Error en copiar {count} elements}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{Error en canviar el nom a 1 element} other{Error en canviar el nom a {count} elements}}", "collectionRenameFailureFeedback": "{count, plural, =1{Error en canviar el nom a 1 element} other{Error en canviar el nom a {count} elements}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditFailureFeedback": "{count, plural, =1{Error en editar 1 element} other{Error en editar {count} elements}}", "collectionEditFailureFeedback": "{count, plural, =1{Error en editar 1 element} other{Error en editar {count} elements}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopySuccessFeedback": "{count, plural, =1{Un element copiat} other{{count} elements copiats}}", "collectionCopySuccessFeedback": "{count, plural, =1{Un element copiat} other{{count} elements copiats}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, =1{Un element mogut} other{{count} elements moguts}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Un element mogut} other{{count} elements moguts}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyFavourites": "Sense preferits", "collectionEmptyFavourites": "Sense preferits",
@ -1226,7 +1252,9 @@
"statsWithGps": "{count, plural, =1{1 element amb localització} other{{count} elements amb localització}}", "statsWithGps": "{count, plural, =1{1 element amb localització} other{{count} elements amb localització}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"statsTopStatesSectionTitle": "Estats Principals", "statsTopStatesSectionTitle": "Estats Principals",
@ -1348,13 +1376,17 @@
"collectionRenameSuccessFeedback": "{count, plural, =1{Nom canviat a 1 element} other{Nom canviat a {count} elements}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Nom canviat a 1 element} other{Nom canviat a {count} elements}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{Un element editat} other{{count} elements editats}}", "collectionEditSuccessFeedback": "{count, plural, =1{Un element editat} other{{count} elements editats}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyVideos": "Sense vídeos", "collectionEmptyVideos": "Sense vídeos",
@ -1496,13 +1528,17 @@
"collectionMoveFailureFeedback": "{count, plural, =1{Error en moure 1 element} other{Error en moure {count} elements}}", "collectionMoveFailureFeedback": "{count, plural, =1{Error en moure 1 element} other{Error en moure {count} elements}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionExportFailureFeedback": "{count, plural, =1{Error en exportar una pàgina} other{Error en exportar {count} pàgines}}", "collectionExportFailureFeedback": "{count, plural, =1{Error en exportar una pàgina} other{Error en exportar {count} pàgines}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"chipActionShowCollection": "Mostrar a Coŀlecció", "chipActionShowCollection": "Mostrar a Coŀlecció",

View file

@ -7,7 +7,9 @@
"columnCount": "{count, plural, other{ڕیز {count}}}", "columnCount": "{count, plural, other{ڕیز {count}}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, other{چرکە {count}}}", "timeSeconds": "{count, plural, other{چرکە {count}}}",
@ -134,7 +136,9 @@
"itemCount": "{count, plural, other{دانە {count}}}", "itemCount": "{count, plural, other{دانە {count}}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"appName": "ئاڤیس", "appName": "ئاڤیس",

View file

@ -53,13 +53,17 @@
"itemCount": "{count, plural, =1{{count} položka} few{{count} položky} other{{count} položek}}", "itemCount": "{count, plural, =1{{count} položka} few{{count} položky} other{{count} položek}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"columnCount": "{count, plural, =1{{count} sloupec} few{{count} sloupce} other{{count} sloupců}}", "columnCount": "{count, plural, =1{{count} sloupec} few{{count} sloupce} other{{count} sloupců}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"hideButtonLabel": "SKRÝT", "hideButtonLabel": "SKRÝT",
@ -408,7 +412,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Tato operace není dostupná pro položky tohoto typu: {types}.} other{Tato operace není dostupná pro položky těchto typů: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Tato operace není dostupná pro položky tohoto typu: {types}.} other{Tato operace není dostupná pro položky těchto typů: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -427,7 +433,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Smazat tuto položku?} few{Smazat tyto {count} položky?} other{Smazat těchto {count} položek?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Smazat tuto položku?} few{Smazat tyto {count} položky?} other{Smazat těchto {count} položek?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"moveUndatedConfirmationDialogMessage": "Uložit data položek, než budete pokračovat?", "moveUndatedConfirmationDialogMessage": "Uložit data položek, než budete pokračovat?",
@ -476,13 +484,17 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Smazat toto album a v něm obsaženou položku?} few{Smazat toto album a v něm obsažené {count} položky?} other{Smazat toto album a v něm obsažených {count} položek?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Smazat toto album a v něm obsaženou položku?} few{Smazat toto album a v něm obsažené {count} položky?} other{Smazat toto album a v něm obsažených {count} položek?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Smazat tato alba a v nich obsaženou položku?} few{Smazat tato alba a v nich obsažené {count} položky?} other{Smazat tato alba a v nich obsažených {count} položek?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Smazat tato alba a v nich obsaženou položku?} few{Smazat tato alba a v nich obsažené {count} položky?} other{Smazat tato alba a v nich obsažených {count} položek?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogFormat": "Formát:", "exportEntryDialogFormat": "Formát:",
@ -938,7 +950,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Přesunout tuto položku do koše?} few{Přesunout tyto {count} položky do koše?} other{Přesunout těchto {count} položek do koše?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Přesunout tuto položku do koše?} few{Přesunout tyto {count} položky do koše?} other{Přesunout těchto {count} položek do koše?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"setCoverDialogCustom": "Vlastní", "setCoverDialogCustom": "Vlastní",
@ -996,19 +1010,25 @@
"collectionMoveFailureFeedback": "{count, plural, =1{Chyba při přesouvání 1 položky} other{Chyba při přesouvání {count} položek}}", "collectionMoveFailureFeedback": "{count, plural, =1{Chyba při přesouvání 1 položky} other{Chyba při přesouvání {count} položek}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{Chyba přejmenování 1 položky} other{Chyba přejmenování {count} položek}}", "collectionRenameFailureFeedback": "{count, plural, =1{Chyba přejmenování 1 položky} other{Chyba přejmenování {count} položek}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionExportFailureFeedback": "{count, plural, =1{Chyba při exportu 1 stránky} other{Chyba při exportu {count} stránek}}", "collectionExportFailureFeedback": "{count, plural, =1{Chyba při exportu 1 stránky} other{Chyba při exportu {count} stránek}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"drawerCollectionRaws": "Fotografie Raw", "drawerCollectionRaws": "Fotografie Raw",
@ -1060,7 +1080,9 @@
"collectionCopyFailureFeedback": "{count, plural, =1{Chyba při kopírování 1 položky} other{Chyba při kopírování {count} položek}}", "collectionCopyFailureFeedback": "{count, plural, =1{Chyba při kopírování 1 položky} other{Chyba při kopírování {count} položek}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionActionAddShortcut": "Vytvořit zástupce", "collectionActionAddShortcut": "Vytvořit zástupce",
@ -1090,7 +1112,9 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Chyba při mazání 1 položky} other{Chyba při mazání {count} položek}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Chyba při mazání 1 položky} other{Chyba při mazání {count} položek}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"sortOrderLowestFirst": "Od nejnižšího", "sortOrderLowestFirst": "Od nejnižšího",
@ -1098,31 +1122,41 @@
"collectionEditFailureFeedback": "{count, plural, =1{Chyba při úpravě 1 položky} other{Chyba při úpravě {count} položek}}", "collectionEditFailureFeedback": "{count, plural, =1{Chyba při úpravě 1 položky} other{Chyba při úpravě {count} položek}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopySuccessFeedback": "{count, plural, =1{Zkopírována 1 položka} few{Zkopírovány {count} položky} other{Zkopírováno {count} položek}}", "collectionCopySuccessFeedback": "{count, plural, =1{Zkopírována 1 položka} few{Zkopírovány {count} položky} other{Zkopírováno {count} položek}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, =1{Přesunuta 1 položka} few{Přesunuty {count} položky} other{Přesunuto {count} položek}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Přesunuta 1 položka} few{Přesunuty {count} položky} other{Přesunuto {count} položek}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameSuccessFeedback": "{count, plural, =1{Přejmenována 1 položka} few{Přejmenovány {count} položky} other{Přejmenováno {count} položek}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Přejmenována 1 položka} few{Přejmenovány {count} položky} other{Přejmenováno {count} položek}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{Upravena 1 položka} few{Upraveny {count} položky} other{Upraveno {count} položek}}", "collectionEditSuccessFeedback": "{count, plural, =1{Upravena 1 položka} few{Upraveny {count} položky} other{Upraveno {count} položek}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyVideos": "Žádná videa", "collectionEmptyVideos": "Žádná videa",
@ -1312,7 +1346,9 @@
"statsWithGps": "{count, plural, =1{1 položka s polohou} few{{count} položky s polohou} other{{count} položek s polohou}}", "statsWithGps": "{count, plural, =1{1 položka s polohou} few{{count} položky s polohou} other{{count} položek s polohou}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"viewerInfoLabelDate": "Datum", "viewerInfoLabelDate": "Datum",

View file

@ -11,6 +11,7 @@
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -19,6 +20,7 @@
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -27,6 +29,7 @@
"@timeMinutes": { "@timeMinutes": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -35,6 +38,7 @@
"@timeDays": { "@timeDays": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -90,6 +94,7 @@
"@timeSeconds": { "@timeSeconds": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -584,6 +589,7 @@
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -592,6 +598,7 @@
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -726,6 +733,7 @@
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -736,6 +744,7 @@
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -794,6 +803,7 @@
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -810,6 +820,7 @@
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -836,6 +847,7 @@
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1070,6 +1082,7 @@
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1110,6 +1123,7 @@
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1118,6 +1132,7 @@
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1251,7 +1266,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Denne handling understøttes ikke for elementer af følgende type: {types}.} other{Denne handling understøttes ikke for elementer af følgende typer: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Denne handling understøttes ikke for elementer af følgende type: {types}.} other{Denne handling understøttes ikke for elementer af følgende typer: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -1285,6 +1302,7 @@
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1477,6 +1495,7 @@
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1485,6 +1504,7 @@
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1505,6 +1525,7 @@
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1513,6 +1534,7 @@
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -1178,7 +1178,9 @@
"columnCount": "{count, plural, =1{{count} Spalte} other{{count} Spalten}}", "columnCount": "{count, plural, =1{{count} Spalte} other{{count} Spalten}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoGestureVerticalDragBrightnessVolume": "Nach oben oder unten wischen, um die Helligkeit/Lautstärke einzustellen", "settingsVideoGestureVerticalDragBrightnessVolume": "Nach oben oder unten wischen, um die Helligkeit/Lautstärke einzustellen",

View file

@ -1150,7 +1150,9 @@
"columnCount": "{count, plural, =1{{count} στήλη} other{{count} στήλες}}", "columnCount": "{count, plural, =1{{count} στήλη} other{{count} στήλες}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"keepScreenOnVideoPlayback": "Κατά την αναπαραγωγή βίντεο", "keepScreenOnVideoPlayback": "Κατά την αναπαραγωγή βίντεο",

View file

@ -7,6 +7,7 @@
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -15,6 +16,7 @@
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -24,6 +26,7 @@
"@timeSeconds": { "@timeSeconds": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -32,6 +35,7 @@
"@timeMinutes": { "@timeMinutes": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -40,6 +44,7 @@
"@timeDays": { "@timeDays": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -371,7 +376,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{This operation is not supported for items of the following type: {types}.} other{This operation is not supported for items of the following types: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{This operation is not supported for items of the following type: {types}.} other{This operation is not supported for items of the following types: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -392,6 +399,7 @@
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -400,6 +408,7 @@
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -470,6 +479,7 @@
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -478,6 +488,7 @@
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -629,6 +640,7 @@
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -637,6 +649,7 @@
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -645,6 +658,7 @@
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -653,6 +667,7 @@
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -661,6 +676,7 @@
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -669,6 +685,7 @@
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -677,6 +694,7 @@
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -685,6 +703,7 @@
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -693,6 +712,7 @@
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -701,6 +721,7 @@
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1005,6 +1026,7 @@
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -12,6 +12,7 @@
"@timeSeconds": { "@timeSeconds": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -20,6 +21,7 @@
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -28,6 +30,7 @@
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -36,6 +39,7 @@
"@timeMinutes": { "@timeMinutes": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -44,6 +48,7 @@
"@timeDays": { "@timeDays": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -540,6 +545,7 @@
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -548,6 +554,7 @@
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -584,7 +591,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{𐑞𐑦𐑕 𐑪𐑐𐑼𐑱𐑖𐑩𐑯 𐑦𐑟 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑓 𐑲𐑑𐑩𐑥𐑟 𐑝 𐑞 𐑓𐑪𐑤𐑴𐑦𐑙 𐑑𐑲𐑐: {types}.} other{𐑞𐑦𐑕 𐑪𐑐𐑼𐑱𐑖𐑩𐑯 𐑦𐑟 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑓 𐑲𐑑𐑩𐑥𐑟 𐑝 𐑞 𐑓𐑪𐑤𐑴𐑦𐑙 𐑑𐑲𐑐𐑕: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{𐑞𐑦𐑕 𐑪𐑐𐑼𐑱𐑖𐑩𐑯 𐑦𐑟 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑓 𐑲𐑑𐑩𐑥𐑟 𐑝 𐑞 𐑓𐑪𐑤𐑴𐑦𐑙 𐑑𐑲𐑐: {types}.} other{𐑞𐑦𐑕 𐑪𐑐𐑼𐑱𐑖𐑩𐑯 𐑦𐑟 𐑯𐑪𐑑 𐑕𐑩𐑐𐑹𐑑𐑩𐑛 𐑓 𐑲𐑑𐑩𐑥𐑟 𐑝 𐑞 𐑓𐑪𐑤𐑴𐑦𐑙 𐑑𐑲𐑐𐑕: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -638,6 +647,7 @@
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -646,6 +656,7 @@
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -722,6 +733,7 @@
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -730,6 +742,7 @@
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -922,6 +935,7 @@
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -930,6 +944,7 @@
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -938,6 +953,7 @@
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -946,6 +962,7 @@
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -954,6 +971,7 @@
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -962,6 +980,7 @@
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -970,6 +989,7 @@
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -978,6 +998,7 @@
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1478,6 +1499,7 @@
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -1172,7 +1172,9 @@
"columnCount": "{count, plural, =1{{count} columna} other{{count} columnas}}", "columnCount": "{count, plural, =1{{count} columna} other{{count} columnas}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsViewerShowDescription": "Mostrar la descripción", "settingsViewerShowDescription": "Mostrar la descripción",

View file

@ -7,6 +7,7 @@
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -15,6 +16,7 @@
"@timeSeconds": { "@timeSeconds": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -23,6 +25,7 @@
"@timeMinutes": { "@timeMinutes": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -31,6 +34,7 @@
"@timeDays": { "@timeDays": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -213,6 +217,7 @@
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -553,6 +558,7 @@
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -634,6 +640,7 @@
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -653,7 +660,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{See tegevus pole toetatud antud tüüpi objekti puhul: {types}.} other{See tegevus pole toetatud antud tüüpi objektide puhul: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{See tegevus pole toetatud antud tüüpi objekti puhul: {types}.} other{See tegevus pole toetatud antud tüüpi objektide puhul: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -675,6 +684,7 @@
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -693,6 +703,7 @@
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -909,6 +920,7 @@
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -917,6 +929,7 @@
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -925,6 +938,7 @@
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -933,6 +947,7 @@
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -997,6 +1012,7 @@
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1005,6 +1021,7 @@
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1049,6 +1066,7 @@
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1061,6 +1079,7 @@
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1069,6 +1088,7 @@
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1077,6 +1097,7 @@
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1455,6 +1476,7 @@
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -4,7 +4,9 @@
"columnCount": "{count, plural, =1{zutabe {count}} other{{count} zutabe}}", "columnCount": "{count, plural, =1{zutabe {count}} other{{count} zutabe}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, =1{segundu {count}} other{{count} segundu}}", "timeSeconds": "{count, plural, =1{segundu {count}} other{{count} segundu}}",
@ -53,7 +55,9 @@
"itemCount": "{count, plural, =1{elementu {count}} other{{count} elementu}}", "itemCount": "{count, plural, =1{elementu {count}} other{{count} elementu}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"welcomeTermsToggle": "Termino eta baldintzekin ados nago", "welcomeTermsToggle": "Termino eta baldintzekin ados nago",
@ -412,7 +416,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Elementu hau zakarrontzira bidali nahi al duzu?} other{{count} elementu hauek zakarrontzira bidali nahi al dituzu?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Elementu hau zakarrontzira bidali nahi al duzu?} other{{count} elementu hauek zakarrontzira bidali nahi al dituzu?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"addShortcutDialogLabel": "Laster-bidearen etiketa", "addShortcutDialogLabel": "Laster-bidearen etiketa",
@ -420,7 +426,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Eragiketa hau ez da bateragarria aukeratutako hurrengo elementu-motarentzako: {types}.} other{Eragiketa hau ez da bateragarria aukeratutako hurrengo elementu-motentzako: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Eragiketa hau ez da bateragarria aukeratutako hurrengo elementu-motarentzako: {types}.} other{Eragiketa hau ez da bateragarria aukeratutako hurrengo elementu-motentzako: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -454,7 +462,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Elementu hau ezaba nahi al duzu?} other{{count} elementu hauek ezaba nahi al dituzu?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Elementu hau ezaba nahi al duzu?} other{{count} elementu hauek ezaba nahi al dituzu?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoResumeButtonLabel": "JARRAITU", "videoResumeButtonLabel": "JARRAITU",
@ -486,7 +496,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Album hauek eta hauetan dagoen elementua ezaba nahi al dituzu?} other{Album hauek eta hauetan dauden {count} elementuak ezaba nahi al dituzu?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Album hauek eta hauetan dagoen elementua ezaba nahi al dituzu?} other{Album hauek eta hauetan dauden {count} elementuak ezaba nahi al dituzu?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogFormat": "Formatua:", "exportEntryDialogFormat": "Formatua:",
@ -538,7 +550,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Album hau eta bertako elementua ezaba nahi al dituzu?} other{Album hau eta bertako {count} elementuak ezaba nahi al dituzu?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Album hau eta bertako elementua ezaba nahi al dituzu?} other{Album hau eta bertako {count} elementuak ezaba nahi al dituzu?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"editEntryLocationDialogTitle": "Kokapena", "editEntryLocationDialogTitle": "Kokapena",
@ -704,19 +718,25 @@
"collectionCopyFailureFeedback": "{count, plural, =1{Akatsa elementu 1 kopiatzean} other{Akatsa {count} elementu kopiatzean}}", "collectionCopyFailureFeedback": "{count, plural, =1{Akatsa elementu 1 kopiatzean} other{Akatsa {count} elementu kopiatzean}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveFailureFeedback": "{count, plural, =1{Akatsa elementu 1 mugitzean} other{Akatsa {count} elementu mugitzean}}", "collectionMoveFailureFeedback": "{count, plural, =1{Akatsa elementu 1 mugitzean} other{Akatsa {count} elementu mugitzean}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{Akatsa elementu 1 berrizendatzean} other{Akatsa {count} elementu berrizendatzean}}", "collectionRenameFailureFeedback": "{count, plural, =1{Akatsa elementu 1 berrizendatzean} other{Akatsa {count} elementu berrizendatzean}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyFavourites": "Gogokorik ez", "collectionEmptyFavourites": "Gogokorik ez",
@ -724,25 +744,33 @@
"collectionCopySuccessFeedback": "{count, plural, =1{Elementu 1 kopiatuta} other{{count} elementu kopiatuta}}", "collectionCopySuccessFeedback": "{count, plural, =1{Elementu 1 kopiatuta} other{{count} elementu kopiatuta}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, =1{Elementu 1 mugituta} other{{count} elementu mugituta}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Elementu 1 mugituta} other{{count} elementu mugituta}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameSuccessFeedback": "{count, plural, =1{Elementu 1 berrizendatuta} other{{count} elementu berrizendatuta}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Elementu 1 berrizendatuta} other{{count} elementu berrizendatuta}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{Elementu 1 editatuta} other{{count} elementu editatuta}}", "collectionEditSuccessFeedback": "{count, plural, =1{Elementu 1 editatuta} other{{count} elementu editatuta}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyImages": "Irudirik ez", "collectionEmptyImages": "Irudirik ez",
@ -764,19 +792,25 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Akatsa elementu 1 ezabatzean} other{Akatsa {count} elementu ezabatzean}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Akatsa elementu 1 ezabatzean} other{Akatsa {count} elementu ezabatzean}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditFailureFeedback": "{count, plural, =1{Akatsa elementu 1 editatzean} other{Akatsa {count} elementu editatzean}}", "collectionEditFailureFeedback": "{count, plural, =1{Akatsa elementu 1 editatzean} other{Akatsa {count} elementu editatzean}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionExportFailureFeedback": "{count, plural, =1{Akatsa orri 1 esportatzean} other{Akatsa {count} orri esportatzean}}", "collectionExportFailureFeedback": "{count, plural, =1{Akatsa orri 1 esportatzean} other{Akatsa {count} orri esportatzean}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"sortByRating": "Balorazioaren arabera", "sortByRating": "Balorazioaren arabera",
@ -1178,7 +1212,9 @@
"statsWithGps": "{count, plural, =1{Elementu 1 kokapenarekin} other{{count} elementu kokapenarekin}}", "statsWithGps": "{count, plural, =1{Elementu 1 kokapenarekin} other{{count} elementu kokapenarekin}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"statsTopCountriesSectionTitle": "Herrialde nagusiak", "statsTopCountriesSectionTitle": "Herrialde nagusiak",

View file

@ -78,7 +78,9 @@
"itemCount": "{count, plural, =1{{count} فایل} other{{count} فایل}}", "itemCount": "{count, plural, =1{{count} فایل} other{{count} فایل}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"chipActionGoToAlbumPage": "نمایش در البوم‌ها", "chipActionGoToAlbumPage": "نمایش در البوم‌ها",
@ -184,7 +186,9 @@
"collectionExportFailureFeedback": "{count, plural, =1{استخراج صفحه ناموفق} other{استخراج {count} صفحه ناموفق}}", "collectionExportFailureFeedback": "{count, plural, =1{استخراج صفحه ناموفق} other{استخراج {count} صفحه ناموفق}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsActionExport": "خروجی گرفتن", "settingsActionExport": "خروجی گرفتن",
@ -332,7 +336,9 @@
"columnCount": "{count, plural, other{{count} ستون}}", "columnCount": "{count, plural, other{{count} ستون}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"mapStyleOsmHot": "اوپن‌استریت‌مپ بشردوستانه", "mapStyleOsmHot": "اوپن‌استریت‌مپ بشردوستانه",
@ -829,7 +835,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{این آلبوم ها و مورد موجود در آنها پاک شود؟} other{این آلبوم ها و {count} مورد موجود در آنها پاک شود؟}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{این آلبوم ها و مورد موجود در آنها پاک شود؟} other{این آلبوم ها و {count} مورد موجود در آنها پاک شود؟}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"removeEntryMetadataMotionPhotoXmpWarningDialogMessage": "XMP برای پخش ویدیو در داخل یک عکس متحرک مورد نیاز است.\n\nار پاک‌سازی آن اطمینان دارید?", "removeEntryMetadataMotionPhotoXmpWarningDialogMessage": "XMP برای پخش ویدیو در داخل یک عکس متحرک مورد نیاز است.\n\nار پاک‌سازی آن اطمینان دارید?",
@ -839,13 +847,17 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{این مورد پاک شود؟} other{این {count} مورد پاک شوند؟}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{این مورد پاک شود؟} other{این {count} مورد پاک شوند؟}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"unsupportedTypeDialogMessage": "{count, plural, =1{این عملکرد برای موارد از این نوع ممکن نیست: {types}.} other{این عملکرد برای موارد از این نوع پشتیبانی نمیشود: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{این عملکرد برای موارد از این نوع ممکن نیست: {types}.} other{این عملکرد برای موارد از این نوع پشتیبانی نمیشود: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -892,7 +904,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{این آلبوم و مورد موجود در آن پاک شود؟} other{این آلبوم و {count} مورد موجود در آن پاک شود؟}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{این آلبوم و مورد موجود در آن پاک شود؟} other{این آلبوم و {count} مورد موجود در آن پاک شود؟}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"genericFailureFeedback": "ناموفق", "genericFailureFeedback": "ناموفق",
@ -1222,7 +1236,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{این مورد به سطل زباله منتقل شود؟} other{این {count}مورد به سطل زباله منتقل شوند؟}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{این مورد به سطل زباله منتقل شود؟} other{این {count}مورد به سطل زباله منتقل شوند؟}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"hideFilterConfirmationDialogMessage": "تطبیق عکس ها و فیلم ها از مجموعه شما پنهان خواهد ماند. می توانید دوباره آنها را از تنظیمات «حریم خصوصی» نشان دهید.\n\nاز پنهان سازی آنها اطمینان دارید?", "hideFilterConfirmationDialogMessage": "تطبیق عکس ها و فیلم ها از مجموعه شما پنهان خواهد ماند. می توانید دوباره آنها را از تنظیمات «حریم خصوصی» نشان دهید.\n\nاز پنهان سازی آنها اطمینان دارید?",
@ -1426,13 +1442,17 @@
"collectionCopySuccessFeedback": "{count, plural, =1{۱ مورد رونوشت شد} other{{count} مورد رونوشت شد}}", "collectionCopySuccessFeedback": "{count, plural, =1{۱ مورد رونوشت شد} other{{count} مورد رونوشت شد}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"statsWithGps": "{count, plural, =1{1 مورد دارای مکان} other{{count} مورد دارای مکان}}", "statsWithGps": "{count, plural, =1{1 مورد دارای مکان} other{{count} مورد دارای مکان}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"editEntryDateDialogShift": "جابه‌جایی", "editEntryDateDialogShift": "جابه‌جایی",
@ -1440,7 +1460,9 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{پاک‌کردن ۱ مورد ناموفق بود} other{پاک‌کردن {count} مورد ناموفق بود}}", "collectionDeleteFailureFeedback": "{count, plural, =1{پاک‌کردن ۱ مورد ناموفق بود} other{پاک‌کردن {count} مورد ناموفق بود}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsDisablingBinWarningDialogMessage": "موارد موجود در سطل زباله برای همیشه نابود خواهند شد.", "settingsDisablingBinWarningDialogMessage": "موارد موجود در سطل زباله برای همیشه نابود خواهند شد.",
@ -1452,13 +1474,17 @@
"collectionMoveFailureFeedback": "{count, plural, =1{هدایت ۱ مورد ناموفق بود} other{هدایت {count} مورد ناموفق بود}}", "collectionMoveFailureFeedback": "{count, plural, =1{هدایت ۱ مورد ناموفق بود} other{هدایت {count} مورد ناموفق بود}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{تغییرنام ۱ مورد ناموفق بود} other{تغییرنام {count} مورد ناموفق بود}}", "collectionRenameFailureFeedback": "{count, plural, =1{تغییرنام ۱ مورد ناموفق بود} other{تغییرنام {count} مورد ناموفق بود}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"aboutCreditsWorldAtlas1": "این برنامه یک پرونده TopoJSON استفاده میکند از", "aboutCreditsWorldAtlas1": "این برنامه یک پرونده TopoJSON استفاده میکند از",
@ -1466,25 +1492,33 @@
"collectionCopyFailureFeedback": "{count, plural, =1{رونوشت ۱ مورد ناموفق بود} other{رونوشت {count} مورد ناموفق بود}}", "collectionCopyFailureFeedback": "{count, plural, =1{رونوشت ۱ مورد ناموفق بود} other{رونوشت {count} مورد ناموفق بود}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, =1{۱ مورد هدایت شد} other{{count} مورد هدایت شد}}", "collectionMoveSuccessFeedback": "{count, plural, =1{۱ مورد هدایت شد} other{{count} مورد هدایت شد}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameSuccessFeedback": "{count, plural, =1{۱ مورد تغییرنام یافت} other{{count} مورد تغییرنام یافت}}", "collectionRenameSuccessFeedback": "{count, plural, =1{۱ مورد تغییرنام یافت} other{{count} مورد تغییرنام یافت}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{۱ مورد ویرایش شد} other{{count} مورد ویرایش شد}}", "collectionEditSuccessFeedback": "{count, plural, =1{۱ مورد ویرایش شد} other{{count} مورد ویرایش شد}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsViewerUseCutout": "ناحیه برش را بکار بگیر", "settingsViewerUseCutout": "ناحیه برش را بکار بگیر",
@ -1514,7 +1548,9 @@
"collectionEditFailureFeedback": "{count, plural, =1{ویرایش ۱ مورد ناموفق بود} other{ویرایش {count} مورد ناموفق بود}}", "collectionEditFailureFeedback": "{count, plural, =1{ویرایش ۱ مورد ناموفق بود} other{ویرایش {count} مورد ناموفق بود}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"chipActionShowCollection": "نمایش در مجموعه", "chipActionShowCollection": "نمایش در مجموعه",

View file

@ -140,7 +140,9 @@
"columnCount": "{count, plural, =1{{count} sarake} other{{count} saraketta}}", "columnCount": "{count, plural, =1{{count} sarake} other{{count} saraketta}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"chipActionGoToAlbumPage": "Näytä albumeissa", "chipActionGoToAlbumPage": "Näytä albumeissa",
@ -152,7 +154,9 @@
"itemCount": "{count, plural, =1{{count} kohde} other{{count} kohdetta}}", "itemCount": "{count, plural, =1{{count} kohde} other{{count} kohdetta}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"chipActionConfigureVault": "Määritä holvi", "chipActionConfigureVault": "Määritä holvi",

View file

@ -1170,7 +1170,9 @@
"columnCount": "{count, plural, =1{{count} colonne} other{{count} colonnes}}", "columnCount": "{count, plural, =1{{count} colonne} other{{count} colonnes}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsAccessibilityShowPinchGestureAlternatives": "Afficher des alternatives aux interactions multitactiles", "settingsAccessibilityShowPinchGestureAlternatives": "Afficher des alternatives aux interactions multitactiles",

View file

@ -180,7 +180,9 @@
"itemCount": "{count, plural, =1{{count} elementos} other{{count} elementos}}", "itemCount": "{count, plural, =1{{count} elementos} other{{count} elementos}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, =1{{count} segundo} other{{count} segundos}}", "timeSeconds": "{count, plural, =1{{count} segundo} other{{count} segundos}}",

View file

@ -6,7 +6,9 @@
"columnCount": "{count, plural, other{{count} कॉलम}}", "columnCount": "{count, plural, other{{count} कॉलम}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, =1{{count} सेकंड} other{{count} सेकंडस}}", "timeSeconds": "{count, plural, =1{{count} सेकंड} other{{count} सेकंडस}}",
@ -38,7 +40,9 @@
"itemCount": "{count, plural, =1{{count} चीज} other{{count} चीजे}}", "itemCount": "{count, plural, =1{{count} चीज} other{{count} चीजे}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteButtonLabel": "मिटाए", "deleteButtonLabel": "मिटाए",
@ -333,10 +337,11 @@
"@nameConflictDialogSingleSourceMessage": {}, "@nameConflictDialogSingleSourceMessage": {},
"noMatchingAppDialogMessage": "इसमें कोई ऐप नहीं है जो इसे संभाल सकता है।।", "noMatchingAppDialogMessage": "इसमें कोई ऐप नहीं है जो इसे संभाल सकता है।।",
"@noMatchingAppDialogMessage": {}, "@noMatchingAppDialogMessage": {},
"binEntriesConfirmationDialogMessage": "{count, plural, =1{इस आइटम को रीसायकल बिन में ले जाएं?} अन्य{इन {count} आइटम को रीसायकल बिन में ले जाएं?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{इस आइटम को रीसायकल बिन में ले जाएं?} other{इन {count} आइटम को रीसायकल बिन में ले जाएं?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -345,6 +350,7 @@
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -391,10 +397,12 @@
"@renameAlbumDialogLabel": {}, "@renameAlbumDialogLabel": {},
"wallpaperTargetLock": "लॉक स्क्रीन", "wallpaperTargetLock": "लॉक स्क्रीन",
"@wallpaperTargetLock": {}, "@wallpaperTargetLock": {},
"unsupportedTypeDialogMessage": "{count, plural, =1{यह ऑपरेशन निम्न प्रकार के आइटम के लिए समर्थित नहीं है: {types}.} अन्य{यह ऑपरेशन निम्न प्रकार के आइटम के लिए समर्थित नहीं है: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{यह ऑपरेशन निम्न प्रकार के आइटम के लिए समर्थित नहीं है: {types}.} other{यह ऑपरेशन निम्न प्रकार के आइटम के लिए समर्थित नहीं है: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -717,6 +725,7 @@
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -725,6 +734,7 @@
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -789,6 +799,7 @@
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -807,6 +818,7 @@
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -821,6 +833,7 @@
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -863,6 +876,7 @@
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -871,6 +885,7 @@
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -879,6 +894,7 @@
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -897,6 +913,7 @@
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -905,6 +922,7 @@
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -925,6 +943,7 @@
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -945,6 +964,7 @@
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -532,7 +532,9 @@
"itemCount": "{count, plural, other{{count} elem}}", "itemCount": "{count, plural, other{{count} elem}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"showButtonLabel": "MUTAT", "showButtonLabel": "MUTAT",
@ -816,7 +818,9 @@
"columnCount": "{count, plural, other{{count} oszlop}}", "columnCount": "{count, plural, other{{count} oszlop}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, other{{count} másodperc}}", "timeSeconds": "{count, plural, other{{count} másodperc}}",
@ -958,7 +962,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Törlöd ezt az elemet?} other{Törlöd ezt a {count} elemet?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Törlöd ezt az elemet?} other{Törlöd ezt a {count} elemet?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"moveUndatedConfirmationDialogMessage": "Mented az elemek dátumait a végrehajtás előtt?", "moveUndatedConfirmationDialogMessage": "Mented az elemek dátumait a végrehajtás előtt?",
@ -972,7 +978,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Áthelyezed a kukába?} other{Áthelyezed a {count} elemet a kukába?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Áthelyezed a kukába?} other{Áthelyezed a {count} elemet a kukába?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoResumeDialogMessage": "Folytatod a lejátszást innen: {time}?", "videoResumeDialogMessage": "Folytatod a lejátszást innen: {time}?",
@ -995,13 +1003,17 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Törlöd ezt az albumot és az egy elemet benne ?} other{Törlöd ezt az albumot és a benne levő {count} elemet?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Törlöd ezt az albumot és az egy elemet benne ?} other{Törlöd ezt az albumot és a benne levő {count} elemet?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Törlöd ezt az albumot és az egy elemet benne ?} other{Törlöd ezt az albumot és a benne levő {count} elemet?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Törlöd ezt az albumot és az egy elemet benne ?} other{Törlöd ezt az albumot és a benne levő {count} elemet?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"editEntryDateDialogCopyField": "Másolás másik dátumról", "editEntryDateDialogCopyField": "Másolás másik dátumról",
@ -1055,55 +1067,73 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Elem törlése sikertelen} other{{count} elem törlése sikertelen}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Elem törlése sikertelen} other{{count} elem törlése sikertelen}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopyFailureFeedback": "{count, plural, =1{Elem másolása sikertelen} other{{count} elem másolása sikertelen}}", "collectionCopyFailureFeedback": "{count, plural, =1{Elem másolása sikertelen} other{{count} elem másolása sikertelen}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveFailureFeedback": "{count, plural, =1{Elem áthelyezése sikertelen} other{{count} elem áthelyezése sikertelen}}", "collectionMoveFailureFeedback": "{count, plural, =1{Elem áthelyezése sikertelen} other{{count} elem áthelyezése sikertelen}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{Elem átnevezése sikertelen} other{{count} elem átnevezése sikertelen}}", "collectionRenameFailureFeedback": "{count, plural, =1{Elem átnevezése sikertelen} other{{count} elem átnevezése sikertelen}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditFailureFeedback": "{count, plural, =1{Elem szerkesztése sikertelen} other{{count} elem szerkesztése sikertelen}}", "collectionEditFailureFeedback": "{count, plural, =1{Elem szerkesztése sikertelen} other{{count} elem szerkesztése sikertelen}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, =1{1 elem áthelyezve} other{{count} elem áthelyezve}}", "collectionMoveSuccessFeedback": "{count, plural, =1{1 elem áthelyezve} other{{count} elem áthelyezve}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameSuccessFeedback": "{count, plural, =1{1 elem átnevezve} other{{count} elem átnevezve}}", "collectionRenameSuccessFeedback": "{count, plural, =1{1 elem átnevezve} other{{count} elem átnevezve}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{1 elem szerkesztve} other{{count} elem szerkesztve}}", "collectionEditSuccessFeedback": "{count, plural, =1{1 elem szerkesztve} other{{count} elem szerkesztve}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopySuccessFeedback": "{count, plural, =1{1 elem másolva} other{{count} elem másolva}}", "collectionCopySuccessFeedback": "{count, plural, =1{1 elem másolva} other{{count} elem másolva}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"sortOrderHighestFirst": "Legmagasabb legelöl", "sortOrderHighestFirst": "Legmagasabb legelöl",
@ -1293,7 +1323,9 @@
"statsWithGps": "{count, plural, other{{count} elem helyadatokkal}}", "statsWithGps": "{count, plural, other{{count} elem helyadatokkal}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsStorageAccessEmpty": "Nincsenek jogok megadva", "settingsStorageAccessEmpty": "Nincsenek jogok megadva",
@ -1357,7 +1389,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Ez a művelet nem támogatott a következő típusú elemnél: {types}.} other{Ez a művelet nem támogatott a következő típusú elemeknél: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Ez a művelet nem támogatott a következő típusú elemnél: {types}.} other{Ez a művelet nem támogatott a következő típusú elemeknél: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -1374,7 +1408,9 @@
"collectionExportFailureFeedback": "{count, plural, =1{Nem sikerült exportálni 1 oldalt} other{Nem sikerült exportálni {count} oldalt}}", "collectionExportFailureFeedback": "{count, plural, =1{Nem sikerült exportálni 1 oldalt} other{Nem sikerült exportálni {count} oldalt}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionDeselectSectionTooltip": "Szakasz kijelölésének megszüntetése", "collectionDeselectSectionTooltip": "Szakasz kijelölésének megszüntetése",

View file

@ -1170,7 +1170,9 @@
"columnCount": "{count, plural, other{{count} kolom}}", "columnCount": "{count, plural, other{{count} kolom}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsAccessibilityShowPinchGestureAlternatives": "Tampilkan alternatif gestur multisentuh", "settingsAccessibilityShowPinchGestureAlternatives": "Tampilkan alternatif gestur multisentuh",

View file

@ -4,7 +4,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Færa þetta atriði í ruslmöppuna?} other{Færa þessi {count} atriði í ruslmöppuna?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Færa þetta atriði í ruslmöppuna?} other{Færa þessi {count} atriði í ruslmöppuna?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsNavigationDrawerAddAlbum": "Bæta við albúmi", "settingsNavigationDrawerAddAlbum": "Bæta við albúmi",
@ -40,7 +42,9 @@
"collectionExportFailureFeedback": "{count, plural, =1{Mistókst að flytja út 1 atriði} other{Mistókst að flytja út {count} atriðum}}", "collectionExportFailureFeedback": "{count, plural, =1{Mistókst að flytja út 1 atriði} other{Mistókst að flytja út {count} atriðum}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"vaultDialogLockModeWhenScreenOff": "Læsa þegar skjárinn slekkur á sér", "vaultDialogLockModeWhenScreenOff": "Læsa þegar skjárinn slekkur á sér",
@ -148,7 +152,9 @@
"collectionMoveFailureFeedback": "{count, plural, =1{Mistókst að flytja 1 atriði} other{Mistókst að flytja {count} atriðum}}", "collectionMoveFailureFeedback": "{count, plural, =1{Mistókst að flytja 1 atriði} other{Mistókst að flytja {count} atriðum}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoLoopModeAlways": "Alltaf", "videoLoopModeAlways": "Alltaf",
@ -256,7 +262,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Eyða þessu atriði?} other{Eyða þessum {count} atriðum?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Eyða þessu atriði?} other{Eyða þessum {count} atriðum?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsViewerShowInformation": "Birta upplýsingar", "settingsViewerShowInformation": "Birta upplýsingar",
@ -352,7 +360,9 @@
"collectionRenameFailureFeedback": "{count, plural, =1{Mistókst að endurnefna 1 atriði} other{Mistókst að endurnefna {count} atriðum}}", "collectionRenameFailureFeedback": "{count, plural, =1{Mistókst að endurnefna 1 atriði} other{Mistókst að endurnefna {count} atriðum}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoResumptionModeAlways": "Alltaf", "videoResumptionModeAlways": "Alltaf",
@ -362,7 +372,9 @@
"collectionEditSuccessFeedback": "{count, plural, =1{Breytti 1 atriði} other{Breytti {count} atriðum}}", "collectionEditSuccessFeedback": "{count, plural, =1{Breytti 1 atriði} other{Breytti {count} atriðum}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"sourceStateLoading": "Innhleðsla", "sourceStateLoading": "Innhleðsla",
@ -420,7 +432,9 @@
"collectionCopyFailureFeedback": "{count, plural, =1{Mistókst að afrita 1 atriði} other{Mistókst að afrita {count} atriðum}}", "collectionCopyFailureFeedback": "{count, plural, =1{Mistókst að afrita 1 atriði} other{Mistókst að afrita {count} atriðum}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsDisabled": "Óvirkt", "settingsDisabled": "Óvirkt",
@ -480,7 +494,9 @@
"collectionMoveSuccessFeedback": "{count, plural, =1{Færði 1 atriði} other{Færði {count} atriðum}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Færði 1 atriði} other{Færði {count} atriðum}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextAlignmentLeft": "Vinstri", "settingsSubtitleThemeTextAlignmentLeft": "Vinstri",
@ -588,7 +604,9 @@
"collectionEditFailureFeedback": "{count, plural, =1{Mistókst að breyta 1 atriði} other{Mistókst að breyta {count} atriðum}}", "collectionEditFailureFeedback": "{count, plural, =1{Mistókst að breyta 1 atriði} other{Mistókst að breyta {count} atriðum}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoActionPause": "Í bið", "videoActionPause": "Í bið",
@ -644,7 +662,9 @@
"collectionRenameSuccessFeedback": "{count, plural, =1{Endurnefndi 1 atriði} other{Endurnefndi {count} atriðum}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Endurnefndi 1 atriði} other{Endurnefndi {count} atriðum}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoStreamSelectionDialogTrack": "Ferill", "videoStreamSelectionDialogTrack": "Ferill",
@ -727,7 +747,9 @@
"statsWithGps": "{count, plural, =1{1 atriði með staðsetningu} other{{count} atriði með staðsetningum}}", "statsWithGps": "{count, plural, =1{1 atriði með staðsetningu} other{{count} atriði með staðsetningum}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoResumptionModeDialogTitle": "Halda afspilun áfram", "settingsVideoResumptionModeDialogTitle": "Halda afspilun áfram",
@ -773,7 +795,9 @@
"columnCount": "{count, plural, =1{{count} dálkur} other{{count} dálkar}}", "columnCount": "{count, plural, =1{{count} dálkur} other{{count} dálkar}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"viewerTransitionNone": "Ekkert", "viewerTransitionNone": "Ekkert",
@ -831,7 +855,9 @@
"itemCount": "{count, plural, =1{{count} atriði} other{{count} atriðum}}", "itemCount": "{count, plural, =1{{count} atriði} other{{count} atriðum}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"widgetTapUpdateWidget": "Uppfæra viðmótshluta", "widgetTapUpdateWidget": "Uppfæra viðmótshluta",
@ -1043,7 +1069,9 @@
"collectionCopySuccessFeedback": "{count, plural, =1{Afritaði 1 atriði} other{Afritaði {count} atriðum}}", "collectionCopySuccessFeedback": "{count, plural, =1{Afritaði 1 atriði} other{Afritaði {count} atriðum}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsNavigationDrawerBanner": "Ýttu og haltu niðri til að endurraða valmyndaratriðum.", "settingsNavigationDrawerBanner": "Ýttu og haltu niðri til að endurraða valmyndaratriðum.",
@ -1337,7 +1365,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Eyða þessum albúmum og atriðinu í þeim?} other{Eyða þessum albúmum og {count} atriðum í þeim??}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Eyða þessum albúmum og atriðinu í þeim?} other{Eyða þessum albúmum og {count} atriðum í þeim??}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextSize": "Stærð texta", "settingsSubtitleThemeTextSize": "Stærð texta",
@ -1355,7 +1385,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Eyða þessu albúmi og atriðinu í því?} other{Eyða þessu albúmi og {count} atriðum í því??}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Eyða þessu albúmi og atriðinu í því?} other{Eyða þessu albúmi og {count} atriðum í því??}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsThemeColorHighlights": "Hátónalitun", "settingsThemeColorHighlights": "Hátónalitun",
@ -1373,7 +1405,9 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Mistókst að eyða 1 atriði} other{Mistókst að eyða {count} atriðum}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Mistókst að eyða 1 atriði} other{Mistókst að eyða {count} atriðum}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"entryActionShareImageOnly": "Deila einungis mynd", "entryActionShareImageOnly": "Deila einungis mynd",
@ -1471,7 +1505,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Þessi aðgerð er ekki studd fyrir atriði af tegundinni: {types}.} other{Þessi aðgerð er ekki studd fyrir atriði af eftirfarandi tegundum: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Þessi aðgerð er ekki studd fyrir atriði af tegundinni: {types}.} other{Þessi aðgerð er ekki studd fyrir atriði af eftirfarandi tegundum: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",

View file

@ -1156,7 +1156,9 @@
"columnCount": "{count, plural, =1{{count} colonna} other{{count} colonne}}", "columnCount": "{count, plural, =1{{count} colonna} other{{count} colonne}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"entryInfoActionRemoveLocation": "Rimuovi posizione", "entryInfoActionRemoveLocation": "Rimuovi posizione",

View file

@ -1216,7 +1216,9 @@
"columnCount": "{count, plural, other{{count} 列}}", "columnCount": "{count, plural, other{{count} 列}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"chipActionShowCountryStates": "地域を表示", "chipActionShowCountryStates": "地域を表示",

View file

@ -1172,7 +1172,9 @@
"columnCount": "{count, plural, other{{count}열}}", "columnCount": "{count, plural, other{{count}열}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsViewerShowDescription": "설명 표시", "settingsViewerShowDescription": "설명 표시",

View file

@ -286,7 +286,9 @@
"itemCount": "{count, plural, =1{{count} elementas} few{{count} elementai} other{{count} elementų}}", "itemCount": "{count, plural, =1{{count} elementas} few{{count} elementai} other{{count} elementų}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeMinutes": "{count, plural, =1{{count} minutė} few{{count} minutės} other{{count} minučių}}", "timeMinutes": "{count, plural, =1{{count} minutė} few{{count} minutės} other{{count} minučių}}",
@ -988,7 +990,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Ši operacija nepalaikoma šio tipo elementams: {types}.} other{Ši operacija nepalaikoma šių tipų elementams: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Ši operacija nepalaikoma šio tipo elementams: {types}.} other{Ši operacija nepalaikoma šių tipų elementams: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -1001,13 +1005,17 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Ištrinti šį elementą?} other{Ištrinti šiuos {count} elementus?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Ištrinti šį elementą?} other{Ištrinti šiuos {count} elementus?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Perkelti šį elementą į šiukšlinę?} other{Perkelti šiuos {count} elementus į šiukšlinę?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Perkelti šį elementą į šiukšlinę?} other{Perkelti šiuos {count} elementus į šiukšlinę?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoResumeDialogMessage": "Ar norite tęsti grojimą nuo {time}?", "videoResumeDialogMessage": "Ar norite tęsti grojimą nuo {time}?",
@ -1028,13 +1036,17 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Ištrinti šį albumą ir jo elementą?} other{Ištrinti šį albumą ir jo {count} elementus?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Ištrinti šį albumą ir jo elementą?} other{Ištrinti šį albumą ir jo {count} elementus?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Ištrinti šiuos albumus ir jų elementą?} other{Ištrinti šiuos albumus ir jų {count} elementus?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Ištrinti šiuos albumus ir jų elementą?} other{Ištrinti šiuos albumus ir jų {count} elementus?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"editEntryDateDialogShift": "Pastumti", "editEntryDateDialogShift": "Pastumti",
@ -1060,61 +1072,81 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Nepavyko ištrinti 1 elemento} other{Nepavyko ištrinti {count} elementų}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Nepavyko ištrinti 1 elemento} other{Nepavyko ištrinti {count} elementų}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopyFailureFeedback": "{count, plural, =1{Nepavyko nukopijuoti 1 elemento} other{Nepavyko nukopijuoti {count} elementų}}", "collectionCopyFailureFeedback": "{count, plural, =1{Nepavyko nukopijuoti 1 elemento} other{Nepavyko nukopijuoti {count} elementų}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveFailureFeedback": "{count, plural, =1{Nepavyko perkelti 1 elemento} other{Nepavyko perkelti {count} elementų}}", "collectionMoveFailureFeedback": "{count, plural, =1{Nepavyko perkelti 1 elemento} other{Nepavyko perkelti {count} elementų}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditFailureFeedback": "{count, plural, =1{Nepavyko redaguoti 1 elemento} other{Nepavyko redaguoti {count} elementų}}", "collectionEditFailureFeedback": "{count, plural, =1{Nepavyko redaguoti 1 elemento} other{Nepavyko redaguoti {count} elementų}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionExportFailureFeedback": "{count, plural, =1{Nepavyko eksportuoti 1 puslapio} other{Nepavyko eksportuoti {count} puslapių}}", "collectionExportFailureFeedback": "{count, plural, =1{Nepavyko eksportuoti 1 puslapio} other{Nepavyko eksportuoti {count} puslapių}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, =1{Perkeltas 1 elementas} other{Perkelta {count} elementų}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Perkeltas 1 elementas} other{Perkelta {count} elementų}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopySuccessFeedback": "{count, plural, =1{Nukopijuota 1 prekė} other{Nukopijuoti {count} elementai}}", "collectionCopySuccessFeedback": "{count, plural, =1{Nukopijuota 1 prekė} other{Nukopijuoti {count} elementai}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{Nepavyko pervadinti 1 elemento} other{Nepavyko pervadinti {count} elementų}}", "collectionRenameFailureFeedback": "{count, plural, =1{Nepavyko pervadinti 1 elemento} other{Nepavyko pervadinti {count} elementų}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameSuccessFeedback": "{count, plural, =1{Pervadintas 1 elementas} other{Pervadinti {count} elementai}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Pervadintas 1 elementas} other{Pervadinti {count} elementai}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{Redaguotas 1 elementas} other{Redaguoti {count} elementai}}", "collectionEditSuccessFeedback": "{count, plural, =1{Redaguotas 1 elementas} other{Redaguoti {count} elementai}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyImages": "Nėra paveiklėlių", "collectionEmptyImages": "Nėra paveiklėlių",
@ -1232,7 +1264,9 @@
"statsWithGps": "{count, plural, =1{1 elementas su vieta} other{{count} elementai su vieta}}", "statsWithGps": "{count, plural, =1{1 elementas su vieta} other{{count} elementai su vieta}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"viewerInfoBackToViewerTooltip": "Atgal į peržiūrą", "viewerInfoBackToViewerTooltip": "Atgal į peržiūrą",
@ -1527,6 +1561,7 @@
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -8,7 +8,9 @@
"columnCount": "{count, plural, other{{count} ကော်လံ}}", "columnCount": "{count, plural, other{{count} ကော်လံ}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"appName": "Aves", "appName": "Aves",
@ -20,7 +22,9 @@
"itemCount": "{count, plural, other{{count} ခု}}", "itemCount": "{count, plural, other{{count} ခု}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, other{{count} စက္ကန့်}}", "timeSeconds": "{count, plural, other{{count} စက္ကန့်}}",
@ -345,7 +349,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{ဒီတစ်ခုကို ပြန်သုံးအမှိုက်ပုံးထဲ ထည့်မှာလား?} =2{ဒီနှစ်ခုကို ပြန်သုံးအမှိုက်ပုံးထဲ ထည့်မှာလား?} other{ဒီ {count} ခုကို ပြန်သုံးအမှိုက်ထဲထည့်မှာလား?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{ဒီတစ်ခုကို ပြန်သုံးအမှိုက်ပုံးထဲ ထည့်မှာလား?} =2{ဒီနှစ်ခုကို ပြန်သုံးအမှိုက်ပုံးထဲ ထည့်မှာလား?} other{ဒီ {count} ခုကို ပြန်သုံးအမှိုက်ထဲထည့်မှာလား?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"moveUndatedConfirmationDialogMessage": "ရှေ့မဆက်ခင် ဓာတ်ပုံ/ဗီဒီယိုပါ ရက်စွဲတွေကို သိမ်းမှာလား?", "moveUndatedConfirmationDialogMessage": "ရှေ့မဆက်ခင် ဓာတ်ပုံ/ဗီဒီယိုပါ ရက်စွဲတွေကို သိမ်းမှာလား?",
@ -523,7 +529,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{ယခုလုပ်ဆောင်ချက်ကို ဤအမျိုးအစားဖိုင်များအတွက် အထောက်အပံ့မပေးထားပါ - {types}} other{ယခုလုပ်ဆောင်ချက်ကို ဤအမျိုးအစားများပါဖိုင်များအတွက် အထောက်အပံ့မပေးထားပါ - {types}}}", "unsupportedTypeDialogMessage": "{count, plural, =1{ယခုလုပ်ဆောင်ချက်ကို ဤအမျိုးအစားဖိုင်များအတွက် အထောက်အပံ့မပေးထားပါ - {types}} other{ယခုလုပ်ဆောင်ချက်ကို ဤအမျိုးအစားများပါဖိုင်များအတွက် အထောက်အပံ့မပေးထားပါ - {types}}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -534,7 +542,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{ဒီတစ်ခုကိုဖျက်မှာလား?} =2{ဒီနှစ်ခုကိုဖျက်မှာလား?} other{ဒီ {count} ခုကို ဖျက်မှာလား?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{ဒီတစ်ခုကိုဖျက်မှာလား?} =2{ဒီနှစ်ခုကိုဖျက်မှာလား?} other{ဒီ {count} ခုကို ဖျက်မှာလား?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"overlayHistogramNone": "မထား", "overlayHistogramNone": "မထား",
@ -956,7 +966,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{ဒီအယ်လ်ဘမ်တွေနဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယိုကိုဖျက်မှာလား?} =2{ဒီအယ်လ်ဘမ်တွေနဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယိုနှစ်ခုကိုဖျက်မှာလား?} other{ဒီအယ်လ်ဘမ်တွေနဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယို {count} ခုကို ဖျက်မှာလား?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{ဒီအယ်လ်ဘမ်တွေနဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယိုကိုဖျက်မှာလား?} =2{ဒီအယ်လ်ဘမ်တွေနဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယိုနှစ်ခုကိုဖျက်မှာလား?} other{ဒီအယ်လ်ဘမ်တွေနဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယို {count} ခုကို ဖျက်မှာလား?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogWriteMetadata": "မက်တာဒေတာများပါ ကော်ပီကူးရန်", "exportEntryDialogWriteMetadata": "မက်တာဒေတာများပါ ကော်ပီကူးရန်",
@ -966,7 +978,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{ယခုအယ်လ်ဘမ်နဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယိုကိုဖျက်မှာလား?} =2{ယခုအယ်လ်ဘမ်နဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယိုနှစ်ခုကိုဖျက်မှာလား?} other{ယခုအယ်လ်ဘမ်နဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယို {count} ခုကို ဖျက်မှာလား?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{ယခုအယ်လ်ဘမ်နဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယိုကိုဖျက်မှာလား?} =2{ယခုအယ်လ်ဘမ်နဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယိုနှစ်ခုကိုဖျက်မှာလား?} other{ယခုအယ်လ်ဘမ်နဲ့ အဲ့ဒီထဲက ဓာတ်ပုံ/ဗီဒီယို {count} ခုကို ဖျက်မှာလား?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"removeEntryMetadataMotionPhotoXmpWarningDialogMessage": "လှုပ်ရှားမှုပါသောပုံအတွင်းက ဗီဒီယိုကိုဖွင့်ရန် XMP ကို လိုအပ်ပါသည်။\n\nဖျက်ချင်တာသေချာပါသလား?", "removeEntryMetadataMotionPhotoXmpWarningDialogMessage": "လှုပ်ရှားမှုပါသောပုံအတွင်းက ဗီဒီယိုကိုဖွင့်ရန် XMP ကို လိုအပ်ပါသည်။\n\nဖျက်ချင်တာသေချာပါသလား?",
@ -1006,25 +1020,33 @@
"collectionMoveFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ရွှေ့လို့မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ရွှေ့လို့မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို ရွှေ့လို့မရခဲ့ပါ}}", "collectionMoveFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ရွှေ့လို့မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ရွှေ့လို့မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို ရွှေ့လို့မရခဲ့ပါ}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionDeleteFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ဖျက်လို့မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ဖျက်လို့မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို ဖျက်လို့မရခဲ့ပါ}}", "collectionDeleteFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ဖျက်လို့မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ဖျက်လို့မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို ဖျက်လို့မရခဲ့ပါ}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို အမည်ပြောင်းလို့ မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို အမည်ပြောင်းလို့ မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို အမည်ပြောင်းလို့ မရခဲ့ပါ}}", "collectionRenameFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို အမည်ပြောင်းလို့ မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို အမည်ပြောင်းလို့ မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို အမည်ပြောင်းလို့ မရခဲ့ပါ}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ပြင်ဆင်လို့မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ပြင်ဆင်လို့မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို ပြင်ဆင်လို့မရခဲ့ပါ}}", "collectionEditFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ပြင်ဆင်လို့မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ပြင်ဆင်လို့မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို ပြင်ဆင်လို့မရခဲ့ပါ}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"dateToday": "ယနေ့", "dateToday": "ယနေ့",
@ -1032,13 +1054,17 @@
"collectionCopyFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ကော်ပီကူးလို့မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ကော်ပီကူးလို့မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို ကော်ပီကူးလို့မရခဲ့ပါ}}", "collectionCopyFailureFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ကော်ပီကူးလို့မရခဲ့ပါ} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ကော်ပီကူးလို့မရခဲ့ပါ} other{ပုံ/ဗီဒီယို {count} ခုကို ကော်ပီကူးလို့မရခဲ့ပါ}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionExportFailureFeedback": "{count, plural, =1{စာမျက်နှာတစ်မျက်နှာကို ပို့လို့မရခဲ့ပါ} =2{စာမျက်နှာနှစ်မျက်နှာကို ပို့လို့မရခဲ့ပါ} other{စာမျက်နှာ {count} မျက်နှာကို ပို့လို့မရခဲ့ပါ}}", "collectionExportFailureFeedback": "{count, plural, =1{စာမျက်နှာတစ်မျက်နှာကို ပို့လို့မရခဲ့ပါ} =2{စာမျက်နှာနှစ်မျက်နှာကို ပို့လို့မရခဲ့ပါ} other{စာမျက်နှာ {count} မျက်နှာကို ပို့လို့မရခဲ့ပါ}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"dateThisMonth": "ယခုလ", "dateThisMonth": "ယခုလ",
@ -1046,25 +1072,33 @@
"collectionCopySuccessFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ကော်ပီကူးလိုက်သည်} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ကော်ပီကူးလိုက်သည်} other{ပုံ/ဗီဒီယို {count} ခုကို ကော်ပီကူးလိုက်သည်}}", "collectionCopySuccessFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ကော်ပီကူးလိုက်သည်} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ကော်ပီကူးလိုက်သည်} other{ပုံ/ဗီဒီယို {count} ခုကို ကော်ပီကူးလိုက်သည်}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameSuccessFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို အမည်ပြောင်းလိုက်သည်} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို အမည်ပြောင်းလိုက်သည်} other{ပုံ/ဗီဒီယို {count} ခုကို အမည်ပြောင်းလိုက်သည်}}", "collectionRenameSuccessFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို အမည်ပြောင်းလိုက်သည်} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို အမည်ပြောင်းလိုက်သည်} other{ပုံ/ဗီဒီယို {count} ခုကို အမည်ပြောင်းလိုက်သည်}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ရွှေ့လိုက်သည်} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ရွှေ့လိုက်သည်} other{ပုံ/ဗီဒီယို {count} ခုကို ရွှေ့လိုက်သည်}}", "collectionMoveSuccessFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ရွှေ့လိုက်သည်} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ရွှေ့လိုက်သည်} other{ပုံ/ဗီဒီယို {count} ခုကို ရွှေ့လိုက်သည်}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ပြင်ဆင်လိုက်သည်} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ပြင်ဆင်လိုက်သည်} other{ပုံ/ဗီဒီယို {count} ခုကို ပြင်ဆင်လိုက်သည်}}", "collectionEditSuccessFeedback": "{count, plural, =1{ပုံ/ဗီဒီယိုတစ်ခုကို ပြင်ဆင်လိုက်သည်} =2{ပုံ/ဗီဒီယိုနှစ်ခုကို ပြင်ဆင်လိုက်သည်} other{ပုံ/ဗီဒီယို {count} ခုကို ပြင်ဆင်လိုက်သည်}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyImages": "ပုံတစ်ပုံမှမရှိပါ", "collectionEmptyImages": "ပုံတစ်ပုံမှမရှိပါ",

View file

@ -760,7 +760,9 @@
"itemCount": "{count, plural, =1{{count} element} other{{count} elementer}}", "itemCount": "{count, plural, =1{{count} element} other{{count} elementer}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, =1{{count} sekund} other{{count} sekunder}}", "timeSeconds": "{count, plural, =1{{count} sekund} other{{count} sekunder}}",
@ -985,7 +987,9 @@
"statsWithGps": "{count, plural, =1{1 element med plassering} other{{count} elementer med plassering}}", "statsWithGps": "{count, plural, =1{1 element med plassering} other{{count} elementer med plassering}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsMotionPhotoAutoPlay": "Auto-spill bevegelige bilder", "settingsMotionPhotoAutoPlay": "Auto-spill bevegelige bilder",
@ -1021,7 +1025,9 @@
"collectionCopySuccessFeedback": "{count, plural, =1{Kopierte 1 element} other{Kopierte {count} elementer}}", "collectionCopySuccessFeedback": "{count, plural, =1{Kopierte 1 element} other{Kopierte {count} elementer}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsThumbnailShowLocationIcon": "Vis plasserings-ikon", "settingsThumbnailShowLocationIcon": "Vis plasserings-ikon",
@ -1049,13 +1055,17 @@
"collectionCopyFailureFeedback": "{count, plural, =1{Klarte ikke å kopiere 1 element} other{Klarte ikke å kopiere {count} elementer}}", "collectionCopyFailureFeedback": "{count, plural, =1{Klarte ikke å kopiere 1 element} other{Klarte ikke å kopiere {count} elementer}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveFailureFeedback": "{count, plural, =1{Klarte ikke å flytte 1 element} other{Klarte ikke å flytte {count} elementer}}", "collectionMoveFailureFeedback": "{count, plural, =1{Klarte ikke å flytte 1 element} other{Klarte ikke å flytte {count} elementer}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsThumbnailShowFavouriteIcon": "Vis favoritt-ikon", "settingsThumbnailShowFavouriteIcon": "Vis favoritt-ikon",
@ -1081,19 +1091,25 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Klarte ikke å fjerne 1 element} other{Klarte ikke å fjerne {count} elementer}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Klarte ikke å fjerne 1 element} other{Klarte ikke å fjerne {count} elementer}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, =1{Flyttet 1 element} other{Flyttet {count} elementer}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Flyttet 1 element} other{Flyttet {count} elementer}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionExportFailureFeedback": "{count, plural, =1{Klarte ikke å eksportere 1 side} other{Klarte ikke å eksportere {count} sider}}", "collectionExportFailureFeedback": "{count, plural, =1{Klarte ikke å eksportere 1 side} other{Klarte ikke å eksportere {count} sider}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionSelectSectionTooltip": "Velg utvalg", "collectionSelectSectionTooltip": "Velg utvalg",
@ -1129,7 +1145,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Denne operasjonen støttes ikke for elementer av følgende type: {types}.} other{Denne operasjonen støttes ikke for elementer av følgende typer: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Denne operasjonen støttes ikke for elementer av følgende type: {types}.} other{Denne operasjonen støttes ikke for elementer av følgende typer: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -1140,13 +1158,17 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Flytt dette elementet til papirkurven?} other{Flytt disse {count} elementene til papirkurven?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Flytt dette elementet til papirkurven?} other{Flytt disse {count} elementene til papirkurven?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Slett dette elementet?} other{Slett disse {count} elementene?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Slett dette elementet?} other{Slett disse {count} elementene?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoStreamSelectionDialogText": "Undertekster", "videoStreamSelectionDialogText": "Undertekster",
@ -1156,13 +1178,17 @@
"collectionRenameFailureFeedback": "{count, plural, =1{Klarte ikke å endre navn på 1 element} other{Klarte ikke å endre navn på {count} elementer}}", "collectionRenameFailureFeedback": "{count, plural, =1{Klarte ikke å endre navn på 1 element} other{Klarte ikke å endre navn på {count} elementer}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditFailureFeedback": "{count, plural, =1{Klarte ikke å redigere 1 element} other{Klarte ikke å redigere {count} elementer}}", "collectionEditFailureFeedback": "{count, plural, =1{Klarte ikke å redigere 1 element} other{Klarte ikke å redigere {count} elementer}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsThumbnailShowMotionPhotoIcon": "Vis bevegelig bilde -ikon", "settingsThumbnailShowMotionPhotoIcon": "Vis bevegelig bilde -ikon",
@ -1228,13 +1254,17 @@
"collectionRenameSuccessFeedback": "{count, plural, =1{Endret navn på 1 element} other{Endret navn på {count} elementer}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Endret navn på 1 element} other{Endret navn på {count} elementer}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Slett dette albumet og elementet i det?} other{Slett dette albumet og de {count} elementene i det?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Slett dette albumet og elementet i det?} other{Slett dette albumet og de {count} elementene i det?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsHiddenFiltersBanner": "Bilder og videoer som samsvarer med skjulte filtre vil ikke vises i samlingen din.", "settingsHiddenFiltersBanner": "Bilder og videoer som samsvarer med skjulte filtre vil ikke vises i samlingen din.",
@ -1242,13 +1272,17 @@
"collectionEditSuccessFeedback": "{count, plural, =1{Redigerte 1 element} other{Redigerte {count} elementer}}", "collectionEditSuccessFeedback": "{count, plural, =1{Redigerte 1 element} other{Redigerte {count} elementer}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Slett disse albumene og elementet i demt?} other{Slett disse albumene og de {count} elementene i dem?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Slett disse albumene og elementet i demt?} other{Slett disse albumene og de {count} elementene i dem?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"filterAspectRatioLandscapeLabel": "Liggende", "filterAspectRatioLandscapeLabel": "Liggende",
@ -1328,7 +1362,9 @@
"columnCount": "{count, plural, =1{{count} kolonne} other{{count} kolonner}}", "columnCount": "{count, plural, =1{{count} kolonne} other{{count} kolonner}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"keepScreenOnVideoPlayback": "Under videoavspilling", "keepScreenOnVideoPlayback": "Under videoavspilling",

View file

@ -1345,6 +1345,7 @@
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -12,7 +12,9 @@
"itemCount": "{count, plural, =1{{count} er vald} other{{count} er valde}}", "itemCount": "{count, plural, =1{{count} er vald} other{{count} er valde}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeMinutes": "{count, plural, other{{count} minutt}}", "timeMinutes": "{count, plural, other{{count} minutt}}",
@ -445,13 +447,17 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Flytt denne tingen til papirkorga?} other{Flytt desse {count} tinga til papirkorga?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Flytt denne tingen til papirkorga?} other{Flytt desse {count} tinga til papirkorga?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Slett denne tingen?} other{Slett desse {count} tinga?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Slett denne tingen?} other{Slett desse {count} tinga?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoResumeButtonLabel": "HALD FRAM", "videoResumeButtonLabel": "HALD FRAM",
@ -463,7 +469,9 @@
"unsupportedTypeDialogMessage": "{count, plural, other{Denne gjerda er ustødd for ting av fylgjande slag: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, other{Denne gjerda er ustødd for ting av fylgjande slag: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -502,7 +510,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Slett desse albuma og deira ting?} other{Slett desse albuma og deira {count} ting?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Slett desse albuma og deira ting?} other{Slett desse albuma og deira {count} ting?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogHeight": "Høgd", "exportEntryDialogHeight": "Høgd",
@ -620,7 +630,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Slett dette albumet og tingen i det?} other{Slett dette albumet og dei {count} tinga i det?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Slett dette albumet og tingen i det?} other{Slett dette albumet og dei {count} tinga i det?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogFormat": "Format:", "exportEntryDialogFormat": "Format:",
@ -774,13 +786,17 @@
"collectionEditFailureFeedback": "{count, plural, other{Kunne ikkje brigde {count} ting}}", "collectionEditFailureFeedback": "{count, plural, other{Kunne ikkje brigde {count} ting}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, other{Flytte {count} ting}}", "collectionMoveSuccessFeedback": "{count, plural, other{Flytte {count} ting}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyFavourites": "Det du likar vert vist her", "collectionEmptyFavourites": "Det du likar vert vist her",
@ -962,13 +978,17 @@
"collectionMoveFailureFeedback": "{count, plural, other{Kunne ikkje flytta {count} ting}}", "collectionMoveFailureFeedback": "{count, plural, other{Kunne ikkje flytta {count} ting}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, other{Kunne ikkje byta namn på {count} ting}}", "collectionRenameFailureFeedback": "{count, plural, other{Kunne ikkje byta namn på {count} ting}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsAskEverytime": "Spør kvar gong", "settingsAskEverytime": "Spør kvar gong",
@ -1080,7 +1100,9 @@
"collectionCopySuccessFeedback": "{count, plural, other{Kopierte {count} ting}}", "collectionCopySuccessFeedback": "{count, plural, other{Kopierte {count} ting}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"drawerAboutButton": "Om", "drawerAboutButton": "Om",
@ -1182,19 +1204,25 @@
"collectionDeleteFailureFeedback": "{count, plural, other{Kunne ikkje slette {count} ting}}", "collectionDeleteFailureFeedback": "{count, plural, other{Kunne ikkje slette {count} ting}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopyFailureFeedback": "{count, plural, other{Kunne ikkje kopiera {count} ting}}", "collectionCopyFailureFeedback": "{count, plural, other{Kunne ikkje kopiera {count} ting}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, other{Brigda {count} ting}}", "collectionEditSuccessFeedback": "{count, plural, other{Brigda {count} ting}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"drawerSettingsButton": "Innstillingar", "drawerSettingsButton": "Innstillingar",
@ -1310,7 +1338,9 @@
"collectionRenameSuccessFeedback": "{count, plural, =1{Bytte namnet til 1 ting} other{Bytte namna til {count} ting}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Bytte namnet til 1 ting} other{Bytte namna til {count} ting}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"drawerCollectionPanoramas": "Panorama", "drawerCollectionPanoramas": "Panorama",
@ -1398,7 +1428,9 @@
"statsWithGps": "{count, plural, other{{count} ting med stadsetjing}}", "statsWithGps": "{count, plural, other{{count} ting med stadsetjing}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"mapAttributionOsmHot": "Fliser av [HOT](https://www.hotosm.org/) • Hust av [OSM France](https://openstreetmap.fr/)", "mapAttributionOsmHot": "Fliser av [HOT](https://www.hotosm.org/) • Hust av [OSM France](https://openstreetmap.fr/)",
@ -1408,7 +1440,9 @@
"columnCount": "{count, plural, =1{{count} kolonne} other{{count} kolonnar}}", "columnCount": "{count, plural, =1{{count} kolonne} other{{count} kolonnar}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"editEntryLocationDialogTitle": "Stadsetjing", "editEntryLocationDialogTitle": "Stadsetjing",
@ -1416,7 +1450,9 @@
"collectionExportFailureFeedback": "{count, plural, =1{Greidde ikkje å føra ut 1 side} other{Greidde ikkje å føra ut {count} sider}}", "collectionExportFailureFeedback": "{count, plural, =1{Greidde ikkje å føra ut 1 side} other{Greidde ikkje å føra ut {count} sider}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"albumGroupNone": "Ikkje hop", "albumGroupNone": "Ikkje hop",

View file

@ -232,13 +232,17 @@
"itemCount": "{count, plural, =1{{count} element} few{{count} elementy} other{{count} elelmentów}}", "itemCount": "{count, plural, =1{{count} element} few{{count} elementy} other{{count} elelmentów}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"columnCount": "{count, plural, =1{{count} rząd} few{{count} rzędy} other{{count} rzędów}}", "columnCount": "{count, plural, =1{{count} rząd} few{{count} rzędy} other{{count} rzędów}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, =1{{count} sekunda} few{{count} sekundy} other{{count} sekund}}", "timeSeconds": "{count, plural, =1{{count} sekunda} few{{count} sekundy} other{{count} sekund}}",
@ -388,7 +392,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Ta operacja nie jest obsługiwana dla elementów następującego typu: {types}.} other{Ta operacja nie jest obsługiwana dla elementów następujących typów: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Ta operacja nie jest obsługiwana dla elementów następującego typu: {types}.} other{Ta operacja nie jest obsługiwana dla elementów następujących typów: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -476,13 +482,17 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Przenieść ten element do Kosza?} other{Przenieść te elementy {count} do Kosza?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Przenieść ten element do Kosza?} other{Przenieść te elementy {count} do Kosza?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Usunąć ten element?} other{Usunąć te elementy {count}?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Usunąć ten element?} other{Usunąć te elementy {count}?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"moveUndatedConfirmationDialogMessage": "Zapisać daty elementów przed kontynuacją?", "moveUndatedConfirmationDialogMessage": "Zapisać daty elementów przed kontynuacją?",
@ -538,7 +548,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Usunąć ten album i jego element?} few{Usunąć ten album i jego {count} elementy?} other{Usunąć ten album i jego {count} elementów?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Usunąć ten album i jego element?} few{Usunąć ten album i jego {count} elementy?} other{Usunąć ten album i jego {count} elementów?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"editEntryDateDialogShift": "Zmiana", "editEntryDateDialogShift": "Zmiana",
@ -594,13 +606,17 @@
"collectionCopySuccessFeedback": "{count, plural, =1{Skopiowano 1 element} few{Skopiowano {count} elementy} other{Skopiowano {count} elementów}}", "collectionCopySuccessFeedback": "{count, plural, =1{Skopiowano 1 element} few{Skopiowano {count} elementy} other{Skopiowano {count} elementów}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{Wyedytowano 1 element} few{Wyedytowano {count} elementy} other{Wyedytowano {count} elementów}}", "collectionEditSuccessFeedback": "{count, plural, =1{Wyedytowano 1 element} few{Wyedytowano {count} elementy} other{Wyedytowano {count} elementów}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyFavourites": "Brak ulubionych", "collectionEmptyFavourites": "Brak ulubionych",
@ -682,7 +698,9 @@
"collectionRenameSuccessFeedback": "{count, plural, =1{Zmieniono nazwę 1 elementowi} other{Zmieniono nazwę {count} elementom}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Zmieniono nazwę 1 elementowi} other{Zmieniono nazwę {count} elementom}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyImages": "Brak obrazów", "collectionEmptyImages": "Brak obrazów",
@ -740,7 +758,9 @@
"collectionEditFailureFeedback": "{count, plural, =1{Nie udało się wyedytować 1 elementu} other{Nie udało się wyedytować {count} elementów}}", "collectionEditFailureFeedback": "{count, plural, =1{Nie udało się wyedytować 1 elementu} other{Nie udało się wyedytować {count} elementów}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"drawerCollectionAnimated": "Animacje", "drawerCollectionAnimated": "Animacje",
@ -804,7 +824,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Usunąć te albumy i ich element?} few{Usunąć te albumy i ich {count} elementy?} other{Usunąć te albumy i ich {count} elementów?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Usunąć te albumy i ich element?} few{Usunąć te albumy i ich {count} elementy?} other{Usunąć te albumy i ich {count} elementów?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"renameAlbumDialogLabelAlreadyExistsHelper": "Katalog już istnieje", "renameAlbumDialogLabelAlreadyExistsHelper": "Katalog już istnieje",
@ -860,25 +882,33 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Nie udało się usunąć 1 elementu} other{Nie udało się usunąć {count} elementów}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Nie udało się usunąć 1 elementu} other{Nie udało się usunąć {count} elementów}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopyFailureFeedback": "{count, plural, =1{Nie udało się skopiować 1 elementu} other{Nie udało się skopiować {count} elementów}}", "collectionCopyFailureFeedback": "{count, plural, =1{Nie udało się skopiować 1 elementu} other{Nie udało się skopiować {count} elementów}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveFailureFeedback": "{count, plural, =1{Nie udało się przenieść 1 elementu} other{Nie udało się przenieść {count} elementów}}", "collectionMoveFailureFeedback": "{count, plural, =1{Nie udało się przenieść 1 elementu} other{Nie udało się przenieść {count} elementów}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{Nie udało się zmienić nazwy 1 elementowi} other{Nie udało się zmienić nazwy {count} elementom}}", "collectionRenameFailureFeedback": "{count, plural, =1{Nie udało się zmienić nazwy 1 elementowi} other{Nie udało się zmienić nazwy {count} elementom}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"albumScreenRecordings": "Nagrania ekranu", "albumScreenRecordings": "Nagrania ekranu",
@ -886,13 +916,17 @@
"collectionExportFailureFeedback": "{count, plural, =1{Nie udało się wyeksportować 1 strony} other{Nie udało się wyeksportować{count} stron}}", "collectionExportFailureFeedback": "{count, plural, =1{Nie udało się wyeksportować 1 strony} other{Nie udało się wyeksportować{count} stron}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, =1{Przeniesiono 1 element} few{Przeniesiono {count} elementy} other{Przeniesiono {count} elementów}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Przeniesiono 1 element} few{Przeniesiono {count} elementy} other{Przeniesiono {count} elementów}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"drawerCollectionAll": "Wszystkie kolekcje", "drawerCollectionAll": "Wszystkie kolekcje",
@ -1300,7 +1334,9 @@
"statsWithGps": "{count, plural, =1{1 element z położeniem} few{{count} elementy z położeniem} other{{count} elementów z położeniem}}", "statsWithGps": "{count, plural, =1{1 element z położeniem} few{{count} elementy z położeniem} other{{count} elementów z położeniem}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"viewerInfoLabelDescription": "Opis", "viewerInfoLabelDescription": "Opis",

View file

@ -1200,7 +1200,9 @@
"columnCount": "{count, plural, =1{{count} coluna} other{{count} colunas}}", "columnCount": "{count, plural, =1{{count} coluna} other{{count} colunas}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsDisablingBinWarningDialogMessage": "Os itens na lixeira serão excluídos para sempre.", "settingsDisablingBinWarningDialogMessage": "Os itens na lixeira serão excluídos para sempre.",

View file

@ -362,13 +362,17 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Mutați acest articol în coșul de reciclare?} other{Mutați aceste {count} articole în coșul de reciclare?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Mutați acest articol în coșul de reciclare?} other{Mutați aceste {count} articole în coșul de reciclare?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Ștergeți acest articol?} other{Ștergeți aceste {count} articole?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Ștergeți acest articol?} other{Ștergeți aceste {count} articole?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"moveUndatedConfirmationDialogMessage": "Salvați datele articolului înainte de a continua?", "moveUndatedConfirmationDialogMessage": "Salvați datele articolului înainte de a continua?",
@ -423,13 +427,17 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Ștergi acest album și articolul din el?} other{Ștergi acest album și {count} articolele din el?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Ștergi acest album și articolul din el?} other{Ștergi acest album și {count} articolele din el?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Ștergi aceste albume și articolul din ele?} other{Ștergi aceste albume și {count} articolele din ele?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Ștergi aceste albume și articolul din ele?} other{Ștergi aceste albume și {count} articolele din ele?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogFormat": "Format:", "exportEntryDialogFormat": "Format:",
@ -621,19 +629,25 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{A eșuat ștergerea unui element} other{A eșuat ștergerea a {count} elemente}}", "collectionDeleteFailureFeedback": "{count, plural, =1{A eșuat ștergerea unui element} other{A eșuat ștergerea a {count} elemente}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopyFailureFeedback": "{count, plural, =1{Eșuat la copierea unui articol} other{Eșuat la copierea {count} articole}}", "collectionCopyFailureFeedback": "{count, plural, =1{Eșuat la copierea unui articol} other{Eșuat la copierea {count} articole}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveFailureFeedback": "{count, plural, =1{Nu s-au mutat 1 articol} other{Nu s-au mutat {count} articole}}", "collectionMoveFailureFeedback": "{count, plural, =1{Nu s-au mutat 1 articol} other{Nu s-au mutat {count} articole}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"appName": "Aves", "appName": "Aves",
@ -641,7 +655,9 @@
"itemCount": "{count, plural, =1{{count} element} other{{count} elemente}}", "itemCount": "{count, plural, =1{{count} element} other{{count} elemente}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"restrictedAccessDialogMessage": "Această aplicație nu are permisiunea de a modifica fișiere din {directory} „{volume}”.\n\nUtilizați un manager de fișiere preinstalat sau o aplicație de galerie pentru a muta elementele într-un alt director.", "restrictedAccessDialogMessage": "Această aplicație nu are permisiunea de a modifica fișiere din {directory} „{volume}”.\n\nUtilizați un manager de fișiere preinstalat sau o aplicație de galerie pentru a muta elementele într-un alt director.",
@ -691,7 +707,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Această operațiune nu este acceptată pentru articole de următorul tip: {types}.} other{Această operațiune nu este acceptată pentru articole de următoarele tipuri: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Această operațiune nu este acceptată pentru articole de următorul tip: {types}.} other{Această operațiune nu este acceptată pentru articole de următoarele tipuri: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -1044,7 +1062,9 @@
"collectionMoveSuccessFeedback": "{count, plural, =1{S-a mutat 1 articol} other{S-au mutat {count} articole}}", "collectionMoveSuccessFeedback": "{count, plural, =1{S-a mutat 1 articol} other{S-au mutat {count} articole}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyVideos": "Fără videoclipuri", "collectionEmptyVideos": "Fără videoclipuri",
@ -1058,13 +1078,17 @@
"collectionRenameSuccessFeedback": "{count, plural, =1{Sa renumit 1 articol} other{S-au renumit {count} articole}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Sa renumit 1 articol} other{S-au renumit {count} articole}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{S-a editat 1 articol} other{S-au editat {count} articole}}", "collectionEditSuccessFeedback": "{count, plural, =1{S-a editat 1 articol} other{S-au editat {count} articole}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyImages": "Fără imagini", "collectionEmptyImages": "Fără imagini",
@ -1162,7 +1186,9 @@
"statsWithGps": "{count, plural, =1{1 articol cu locație} other{{count} articole cu locație}}", "statsWithGps": "{count, plural, =1{1 articol cu locație} other{{count} articole cu locație}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsScreenSaverPageTitle": "Economizor de ecran", "settingsScreenSaverPageTitle": "Economizor de ecran",
@ -1190,25 +1216,33 @@
"collectionRenameFailureFeedback": "{count, plural, =1{A eșuat redenumirea unui element} other{A eșuat redenumirea a {count} elemente}}", "collectionRenameFailureFeedback": "{count, plural, =1{A eșuat redenumirea unui element} other{A eșuat redenumirea a {count} elemente}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditFailureFeedback": "{count, plural, =1{A eșuat editarea unui element} other{A eșuat editarea a {count} elemente}}", "collectionEditFailureFeedback": "{count, plural, =1{A eșuat editarea unui element} other{A eșuat editarea a {count} elemente}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionExportFailureFeedback": "{count, plural, =1{A eșuat exportarea unei pagini} other{A eșuat exportarea a {count} pagini}}", "collectionExportFailureFeedback": "{count, plural, =1{A eșuat exportarea unei pagini} other{A eșuat exportarea a {count} pagini}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopySuccessFeedback": "{count, plural, =1{S-a copiat 1 articol} other{S-au copiat {count} articole}}", "collectionCopySuccessFeedback": "{count, plural, =1{S-a copiat 1 articol} other{S-au copiat {count} articole}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"sortOrderLargestFirst": "Cele mai mari întâi", "sortOrderLargestFirst": "Cele mai mari întâi",
@ -1314,7 +1348,9 @@
"columnCount": "{count, plural, =1{{count} coloană} other{{count} coloane}}", "columnCount": "{count, plural, =1{{count} coloană} other{{count} coloane}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"entryActionShareImageOnly": "Distribuie doar imaginea", "entryActionShareImageOnly": "Distribuie doar imaginea",

View file

@ -573,7 +573,7 @@
"@collectionCopyFailureFeedback": {}, "@collectionCopyFailureFeedback": {},
"collectionMoveFailureFeedback": "{count, plural, =1{Не удалось переместить 1 объект} few{Не удалось переместить {count} объекта} other{Не удалось переместить {count} объектов}}", "collectionMoveFailureFeedback": "{count, plural, =1{Не удалось переместить 1 объект} few{Не удалось переместить {count} объекта} other{Не удалось переместить {count} объектов}}",
"@collectionMoveFailureFeedback": {}, "@collectionMoveFailureFeedback": {},
"collectionRenameFailureFeedback": "{count, plural, =1{Не удалось переименовать 1 объект} few{Не удалось переименовать (count) объекта} other{Не удалось переименовать (count) объектов}}", "collectionRenameFailureFeedback": "{count, plural, =1{Не удалось переименовать 1 объект} few{Не удалось переименовать {count} объекта} other{Не удалось переименовать {count} объектов}}",
"@collectionRenameFailureFeedback": {}, "@collectionRenameFailureFeedback": {},
"collectionEditFailureFeedback": "{count, plural, =1{Не удалось изменить 1 объект} few{Не удалось изменить {count} объекта} other{Не удалось изменить {count} объектов}}", "collectionEditFailureFeedback": "{count, plural, =1{Не удалось изменить 1 объект} few{Не удалось изменить {count} объекта} other{Не удалось изменить {count} объектов}}",
"@collectionEditFailureFeedback": {}, "@collectionEditFailureFeedback": {},
@ -1162,7 +1162,9 @@
"columnCount": "{count, plural, =1{{count} столбец} few{{count} столбца} other{{count} столбцов}}", "columnCount": "{count, plural, =1{{count} столбец} few{{count} столбца} other{{count} столбцов}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"entryInfoActionRemoveLocation": "Удалить местоположение", "entryInfoActionRemoveLocation": "Удалить местоположение",

View file

@ -493,7 +493,9 @@
"collectionMoveSuccessFeedback": "{count, plural, =1{Položka bola presunutá} other{Bolo presunutých {count} položiek}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Položka bola presunutá} other{Bolo presunutých {count} položiek}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"drawerCountryPage": "Krajiny", "drawerCountryPage": "Krajiny",
@ -535,19 +537,25 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Nepodarilo sa odstrániť položku} other{Nepodarilo sa odstrániť {count} položiek} few{Nepodarilo sa odstrániť {count} položky}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Nepodarilo sa odstrániť položku} other{Nepodarilo sa odstrániť {count} položiek} few{Nepodarilo sa odstrániť {count} položky}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopySuccessFeedback": "{count, plural, =1{Položka bola skopírovaná} other{Bolo skopírovaných {count} položiek}}", "collectionCopySuccessFeedback": "{count, plural, =1{Položka bola skopírovaná} other{Bolo skopírovaných {count} položiek}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{Položka bola upravená} other{Bolo upravených {count} položiek}}", "collectionEditSuccessFeedback": "{count, plural, =1{Položka bola upravená} other{Bolo upravených {count} položiek}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyFavourites": "Žiadne obľúbené", "collectionEmptyFavourites": "Žiadne obľúbené",
@ -561,7 +569,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Odstrániť túto položku?} other{Odstrániť týchto {count} položiek?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Odstrániť túto položku?} other{Odstrániť týchto {count} položiek?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogWriteMetadata": "Zapísať metadáta", "exportEntryDialogWriteMetadata": "Zapísať metadáta",
@ -605,7 +615,9 @@
"collectionEditFailureFeedback": "{count, plural, =1{Nepodarilo sa upraviť položku} few{Nepodarilo sa upraviť {count} položky} other{Nepodarilo sa upraviť {count} položiek}}", "collectionEditFailureFeedback": "{count, plural, =1{Nepodarilo sa upraviť položku} few{Nepodarilo sa upraviť {count} položky} other{Nepodarilo sa upraviť {count} položiek}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyImages": "Žiadne obrázky", "collectionEmptyImages": "Žiadne obrázky",
@ -631,13 +643,17 @@
"itemCount": "{count, plural, =1{{count} položka} other{{count} položiek}}", "itemCount": "{count, plural, =1{{count} položka} other{{count} položiek}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"columnCount": "{count, plural, =1{{count} stĺpec} other{{count} stĺpcov}}", "columnCount": "{count, plural, =1{{count} stĺpec} other{{count} stĺpcov}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, =1{{count} sekunda} other{{count} sekúnd}}", "timeSeconds": "{count, plural, =1{{count} sekunda} other{{count} sekúnd}}",
@ -715,7 +731,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Odstrániť tento album a položku v ňom?} other{Odstrániť tento album a {count} položiek v ňom?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Odstrániť tento album a položku v ňom?} other{Odstrániť tento album a {count} položiek v ňom?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"removeEntryMetadataDialogTitle": "Odstránenie metadát", "removeEntryMetadataDialogTitle": "Odstránenie metadát",
@ -743,13 +761,17 @@
"collectionMoveFailureFeedback": "{count, plural, =1{Nepodarilo sa presunúť položku} few{Nepodarilo sa presunúť {count} položky} other{Nepodarilo sa presunúť {count} položiek}}", "collectionMoveFailureFeedback": "{count, plural, =1{Nepodarilo sa presunúť položku} few{Nepodarilo sa presunúť {count} položky} other{Nepodarilo sa presunúť {count} položiek}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{Nepodarilo sa premenovať položku} few{Nepodarilo sa premenovať {count} položky} other{Nepodarilo sa premenovať {count} položiek}}", "collectionRenameFailureFeedback": "{count, plural, =1{Nepodarilo sa premenovať položku} few{Nepodarilo sa premenovať {count} položky} other{Nepodarilo sa premenovať {count} položiek}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"lengthUnitPixel": "px", "lengthUnitPixel": "px",
@ -781,7 +803,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Odstrániť tieto albumy a položku v nich?} other{Odstrániť tieto albumy a {count} položiek v nich?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Odstrániť tieto albumy a položku v nich?} other{Odstrániť tieto albumy a {count} položiek v nich?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"aboutTranslatorsSectionTitle": "Prekladatelia", "aboutTranslatorsSectionTitle": "Prekladatelia",
@ -803,19 +827,25 @@
"collectionCopyFailureFeedback": "{count, plural, =1{Nepodarilo sa kopírovať položku} few{Nepodarilo sa kopírovať {count} položky} other{Nepodarilo sa kopírovať {count} položiek}}", "collectionCopyFailureFeedback": "{count, plural, =1{Nepodarilo sa kopírovať položku} few{Nepodarilo sa kopírovať {count} položky} other{Nepodarilo sa kopírovať {count} položiek}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionExportFailureFeedback": "{count, plural, =1{Nepodarilo sa exportovať stránku} other{Nepodarilo sa exportovať {count} stránok}}", "collectionExportFailureFeedback": "{count, plural, =1{Nepodarilo sa exportovať stránku} other{Nepodarilo sa exportovať {count} stránok}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameSuccessFeedback": "{count, plural, =1{Položka bola premenovaná} other{Bolo premenovaných {count} položiek}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Položka bola premenovaná} other{Bolo premenovaných {count} položiek}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionSelectSectionTooltip": "Označiť sekciu", "collectionSelectSectionTooltip": "Označiť sekciu",
@ -847,7 +877,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Presunúť túto položku do koša?} other{Presunúť týchto {count} položiek do koša?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Presunúť túto položku do koša?} other{Presunúť týchto {count} položiek do koša?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"patternDialogEnter": "Nastavenie vzoru", "patternDialogEnter": "Nastavenie vzoru",
@ -947,7 +979,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Táto operácia neni podporovaná pre {types} súbor.} other{Táto operácia neni podporovaná pre {types} súbory.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Táto operácia neni podporovaná pre {types} súbor.} other{Táto operácia neni podporovaná pre {types} súbory.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -1332,7 +1366,9 @@
"statsWithGps": "{count, plural, =1{1 položka s polohou} other{{count} položiek s polohami}}", "statsWithGps": "{count, plural, =1{1 položka s polohou} other{{count} položiek s polohami}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoResumptionModeDialogTitle": "Pokračovanie prehrávania", "settingsVideoResumptionModeDialogTitle": "Pokračovanie prehrávania",

View file

@ -99,13 +99,17 @@
"itemCount": "{count, plural, other{{count} objekt}}", "itemCount": "{count, plural, other{{count} objekt}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"columnCount": "{count, plural, =1{{count} kolumn} other{{count} kolumner}}", "columnCount": "{count, plural, =1{{count} kolumn} other{{count} kolumner}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, =1{{count} sekund} other{{count} sekunder}}", "timeSeconds": "{count, plural, =1{{count} sekund} other{{count} sekunder}}",
@ -703,25 +707,33 @@
"collectionDeleteFailureFeedback": "{count, plural, other{Misslyckades med att ta bort {count} objekt}}", "collectionDeleteFailureFeedback": "{count, plural, other{Misslyckades med att ta bort {count} objekt}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopyFailureFeedback": "{count, plural, =1{Misslyckades med att kopiera 1 objekt} other{Misslyckades med att kopiera {count} objekt}}", "collectionCopyFailureFeedback": "{count, plural, =1{Misslyckades med att kopiera 1 objekt} other{Misslyckades med att kopiera {count} objekt}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveFailureFeedback": "{count, plural, =1{Misslyckades med att flytta 1 objekt} other{Misslyckades med att flytta {count} objekt}}", "collectionMoveFailureFeedback": "{count, plural, =1{Misslyckades med att flytta 1 objekt} other{Misslyckades med att flytta {count} objekt}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameFailureFeedback": "{count, plural, =1{Misslyckades med att byta namn på 1 objekt} other{Misslyckades med att byta namn på {count} objekt}}", "collectionRenameFailureFeedback": "{count, plural, =1{Misslyckades med att byta namn på 1 objekt} other{Misslyckades med att byta namn på {count} objekt}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyFavourites": "Inga favoriter", "collectionEmptyFavourites": "Inga favoriter",
@ -875,7 +887,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Denna åtgärd stöds ej för filer av denna typ: {types}.} other{Denna åtgärd stöds ej för följande typer av filer: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Denna åtgärd stöds ej för filer av denna typ: {types}.} other{Denna åtgärd stöds ej för följande typer av filer: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -905,6 +919,7 @@
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -921,6 +936,7 @@
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -939,6 +955,7 @@
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -947,6 +964,7 @@
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -963,6 +981,7 @@
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -971,6 +990,7 @@
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1011,6 +1031,7 @@
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1019,6 +1040,7 @@
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1027,6 +1049,7 @@
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1059,6 +1082,7 @@
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1467,6 +1491,7 @@
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -189,6 +189,7 @@
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -197,6 +198,7 @@
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -205,6 +207,7 @@
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -213,6 +216,7 @@
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -221,6 +225,7 @@
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -229,6 +234,7 @@
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -237,6 +243,7 @@
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -708,6 +715,7 @@
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -732,6 +740,7 @@
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -740,6 +749,7 @@
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -748,6 +758,7 @@
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -756,6 +767,7 @@
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -764,6 +776,7 @@
"@timeSeconds": { "@timeSeconds": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -772,6 +785,7 @@
"@timeMinutes": { "@timeMinutes": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -780,6 +794,7 @@
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -790,6 +805,7 @@
"@timeDays": { "@timeDays": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1220,7 +1236,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{இந்தச் செயல்பாடு பின்வரும் வகையின் உருப்படிகளுக்கு ஆதரிக்கப்படவில்லை: {types}.} other{இந்தச் செயல்பாடு பின்வரும் வகைகளின் உருப்படிகளுக்கு ஆதரிக்கப்படவில்லை: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{இந்தச் செயல்பாடு பின்வரும் வகையின் உருப்படிகளுக்கு ஆதரிக்கப்படவில்லை: {types}.} other{இந்தச் செயல்பாடு பின்வரும் வகைகளின் உருப்படிகளுக்கு ஆதரிக்கப்படவில்லை: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -1236,6 +1254,7 @@
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1244,6 +1263,7 @@
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1317,6 +1337,7 @@
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }
@ -1325,6 +1346,7 @@
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": { "count": {
"type": "int",
"format": "decimalPattern" "format": "decimalPattern"
} }
} }

View file

@ -571,7 +571,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{ลบอัลบั้มเหล่านี้และรายการในอัลบั้มทั้งหมด?} other{ลบอัลบั้มเหล่านี้และ {count} รายการในอัลบั้ม?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{ลบอัลบั้มเหล่านี้และรายการในอัลบั้มทั้งหมด?} other{ลบอัลบั้มเหล่านี้และ {count} รายการในอัลบั้ม?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"entryActionShareVideoOnly": "แชร์วิดีโอเท่านั้น", "entryActionShareVideoOnly": "แชร์วิดีโอเท่านั้น",
@ -610,19 +612,25 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{ย้ายรายการนี้ไปยังถังขยะ?} other{ย้าย {count} รายการนี้ไปยังถังขยะ?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{ย้ายรายการนี้ไปยังถังขยะ?} other{ย้าย {count} รายการนี้ไปยังถังขยะ?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{ลบรายการนี้?} other{ลบ {count} รายการนี้?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{ลบรายการนี้?} other{ลบ {count} รายการนี้?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{ลบอัลบั้มนี้และรายการในอัลบั้มทั้งหมด?} other{ลบอัลบั้มนี้และ {count} รายการในอัลบั้ม?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{ลบอัลบั้มนี้และรายการในอัลบั้มทั้งหมด?} other{ลบอัลบั้มนี้และ {count} รายการในอัลบั้ม?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"entryActionShareImageOnly": "แชร์รูปภาพเท่านั้น", "entryActionShareImageOnly": "แชร์รูปภาพเท่านั้น",
@ -632,7 +640,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{การดำเนินการนี้ไม่รองรับรายการประเภทต่อไปนี้: {types}.} other{การดำเนินการนี้ไม่รองรับรายการประเภทต่อไปนี้: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{การดำเนินการนี้ไม่รองรับรายการประเภทต่อไปนี้: {types}.} other{การดำเนินการนี้ไม่รองรับรายการประเภทต่อไปนี้: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",

View file

@ -1166,7 +1166,9 @@
"columnCount": "{count, plural, other{{count} sütun}}", "columnCount": "{count, plural, other{{count} sütun}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsAccessibilityShowPinchGestureAlternatives": "Çoklu dokunma hareketi alternatiflerini göster", "settingsAccessibilityShowPinchGestureAlternatives": "Çoklu dokunma hareketi alternatiflerini göster",

View file

@ -304,7 +304,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Ця операція не підтримується для об'єктів такого формату: {types}.} other{Ця операція не підтримується для об'єктів таких форматів {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Ця операція не підтримується для об'єктів такого формату: {types}.} other{Ця операція не підтримується для об'єктів таких форматів {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -526,43 +528,57 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Не вдалося видалити 1 елемент} few{Не вдалося видалити {count} елементи} other{Не вдалося видалити {count} елементів}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Не вдалося видалити 1 елемент} few{Не вдалося видалити {count} елементи} other{Не вдалося видалити {count} елементів}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopyFailureFeedback": "{count, plural, =1{Не вдалося скопіювати 1 елемент} few{Не вдалося скопіювати {count} елементи} other{Не вдалося скопіювати {count} елементів}}", "collectionCopyFailureFeedback": "{count, plural, =1{Не вдалося скопіювати 1 елемент} few{Не вдалося скопіювати {count} елементи} other{Не вдалося скопіювати {count} елементів}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveFailureFeedback": "{count, plural, =1{Не вдалося перенести 1 елемент} few{Не вдалося перенести {count} елементи} other{Не вдалося перенести {count} елементів}}", "collectionMoveFailureFeedback": "{count, plural, =1{Не вдалося перенести 1 елемент} few{Не вдалося перенести {count} елементи} other{Не вдалося перенести {count} елементів}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditFailureFeedback": "{count, plural, =1{Не вдалося відредагувати 1 елемент} few{Не вдалося відредагувати {count} елементи} other{Не вдалося відредагувати {count} елементів}}", "collectionEditFailureFeedback": "{count, plural, =1{Не вдалося відредагувати 1 елемент} few{Не вдалося відредагувати {count} елементи} other{Не вдалося відредагувати {count} елементів}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopySuccessFeedback": "{count, plural, =1{Скопійовано 1 елемент} few{Скопійовано {count} елементи} other{Скопійовано {count} елементів}}", "collectionCopySuccessFeedback": "{count, plural, =1{Скопійовано 1 елемент} few{Скопійовано {count} елементи} other{Скопійовано {count} елементів}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameSuccessFeedback": "{count, plural, =1{Перейменовано 1 елемент} few{Перейменовано {count} елементи} other{Перейменовано {count} елементів}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Перейменовано 1 елемент} few{Перейменовано {count} елементи} other{Перейменовано {count} елементів}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, =1{Відредаговано 1 елемент} few{Відредаговано {count} елементи} other{Відредаговано {count} елементів}}", "collectionEditSuccessFeedback": "{count, plural, =1{Відредаговано 1 елемент} few{Відредаговано {count} елементи} other{Відредаговано {count} елементів}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyFavourites": "Немає обраних", "collectionEmptyFavourites": "Немає обраних",
@ -632,7 +648,9 @@
"itemCount": "{count, plural, =1{{count} елемент} few{{count} елементи} other{{count} елементів}}", "itemCount": "{count, plural, =1{{count} елемент} few{{count} елементи} other{{count} елементів}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeSeconds": "{count, plural, =1{{count} секунда} few{{count} секунди} other{{count} секунд}}", "timeSeconds": "{count, plural, =1{{count} секунда} few{{count} секунди} other{{count} секунд}}",
@ -764,7 +782,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Перемістити цей елемент у кошик?} few{Перемістити ці {count} елементи у кошик?} other{Перемістити ці {count} елементів у кошик?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Перемістити цей елемент у кошик?} few{Перемістити ці {count} елементи у кошик?} other{Перемістити ці {count} елементів у кошик?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoStartOverButtonLabel": "ВІДТВОРИТИ СПОЧАТКУ", "videoStartOverButtonLabel": "ВІДТВОРИТИ СПОЧАТКУ",
@ -780,13 +800,17 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Видалити цей елемент?} few{Видалити ці {count} елементи?} other{Видалити ці {count} елементів?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Видалити цей елемент?} few{Видалити ці {count} елементи?} other{Видалити ці {count} елементів?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Видалити цей альбом і елемент у ньому?} few{Видалити цей альбом і {count} елементи у ньому?} other{Видалити цей альбом і {count} елементів у ньому?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Видалити цей альбом і елемент у ньому?} few{Видалити цей альбом і {count} елементи у ньому?} other{Видалити цей альбом і {count} елементів у ньому?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"nameConflictDialogSingleSourceMessage": "Деякі файли в теці призначення мають одну й ту саму назву.", "nameConflictDialogSingleSourceMessage": "Деякі файли в теці призначення мають одну й ту саму назву.",
@ -794,7 +818,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Видалити ці альбоми та елемент в них?} few{Видалити ці альбоми та {count} елементи в них?} other{Видалити ці альбоми та {count} елементів в них?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Видалити ці альбоми та елемент в них?} few{Видалити ці альбоми та {count} елементи в них?} other{Видалити ці альбоми та {count} елементів в них?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"editEntryLocationDialogLongitude": "Довгота", "editEntryLocationDialogLongitude": "Довгота",
@ -824,7 +850,9 @@
"collectionRenameFailureFeedback": "{count, plural, =1{Не вдалося перейменувати 1 елемент} few{Не вдалося перейменувати {count} елементи} other{Не вдалося перейменувати {count} елементів}}", "collectionRenameFailureFeedback": "{count, plural, =1{Не вдалося перейменувати 1 елемент} few{Не вдалося перейменувати {count} елементи} other{Не вдалося перейменувати {count} елементів}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"albumScreenshots": "Скріншоти", "albumScreenshots": "Скріншоти",
@ -832,7 +860,9 @@
"collectionExportFailureFeedback": "{count, plural, =1{Не вдалося експортувати 1 сторінку} few{Не вдалося експортувати {count} сторіноки} other{Не вдалося експортувати {count} сторінок}}", "collectionExportFailureFeedback": "{count, plural, =1{Не вдалося експортувати 1 сторінку} few{Не вдалося експортувати {count} сторіноки} other{Не вдалося експортувати {count} сторінок}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"drawerCollectionPanoramas": "Панорами", "drawerCollectionPanoramas": "Панорами",
@ -840,7 +870,9 @@
"collectionMoveSuccessFeedback": "{count, plural, =1{Переміщено 1 елемент} few{Переміщено {count} елементи} other{Переміщено {count} елементів}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Переміщено 1 елемент} few{Переміщено {count} елементи} other{Переміщено {count} елементів}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"drawerAboutButton": "Про нас", "drawerAboutButton": "Про нас",
@ -1312,7 +1344,9 @@
"statsWithGps": "{count, plural, =1{1 елемент з місцезнаходженням} few{{count} елементи з місцезнаходженням} other{{count} елементів з місцезнаходженням}}", "statsWithGps": "{count, plural, =1{1 елемент з місцезнаходженням} few{{count} елементи з місцезнаходженням} other{{count} елементів з місцезнаходженням}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsDisplayRefreshRateModeDialogTitle": "Частота оновлення", "settingsDisplayRefreshRateModeDialogTitle": "Частота оновлення",
@ -1330,7 +1364,9 @@
"columnCount": "{count, plural, =1{{count} стовпець} few{{count} стовпці} other{{count} стовпців}}", "columnCount": "{count, plural, =1{{count} стовпець} few{{count} стовпці} other{{count} стовпців}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsViewerShowDescription": "Показати опис", "settingsViewerShowDescription": "Показати опис",

View file

@ -214,7 +214,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{Chuyển vào thùng rác?} other{Chuyển {count} mục vào thùng rác?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{Chuyển vào thùng rác?} other{Chuyển {count} mục vào thùng rác?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsNavigationDrawerAddAlbum": "Thêm bộ sưu tập", "settingsNavigationDrawerAddAlbum": "Thêm bộ sưu tập",
@ -242,7 +244,9 @@
"collectionExportFailureFeedback": "{count, plural, =1{Lỗi khi xuất tệp} other{Lỗi khi xuất {count} tệp}}", "collectionExportFailureFeedback": "{count, plural, =1{Lỗi khi xuất tệp} other{Lỗi khi xuất {count} tệp}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"vaultDialogLockModeWhenScreenOff": "Khóa khi màn hình tắt", "vaultDialogLockModeWhenScreenOff": "Khóa khi màn hình tắt",
@ -348,7 +352,9 @@
"collectionMoveFailureFeedback": "{count, plural, =1{Lỗi khi di chuyển tệp} other{Lỗi khi di chuyển {count} tệp}}", "collectionMoveFailureFeedback": "{count, plural, =1{Lỗi khi di chuyển tệp} other{Lỗi khi di chuyển {count} tệp}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoLoopModeAlways": "Luôn luôn", "videoLoopModeAlways": "Luôn luôn",
@ -448,7 +454,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Xóa mục này? } other{Xóa{count} mục?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{Xóa mục này? } other{Xóa{count} mục?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsViewerShowInformation": "Hiển thị thông tin", "settingsViewerShowInformation": "Hiển thị thông tin",
@ -534,7 +542,9 @@
"collectionRenameFailureFeedback": "{count, plural, =1{Lỗi khi đặt lại tên tệp} other{Lỗi khi đặt lại tên {count} tệp}}", "collectionRenameFailureFeedback": "{count, plural, =1{Lỗi khi đặt lại tên tệp} other{Lỗi khi đặt lại tên {count} tệp}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoResumptionModeAlways": "Luôn luôn", "videoResumptionModeAlways": "Luôn luôn",
@ -544,7 +554,9 @@
"collectionEditSuccessFeedback": "{count, plural, =1{Đã chỉnh sửa} other{Đã chỉnh sửa {count} mục}}", "collectionEditSuccessFeedback": "{count, plural, =1{Đã chỉnh sửa} other{Đã chỉnh sửa {count} mục}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"wallpaperTargetLock": "Màn hình khóa", "wallpaperTargetLock": "Màn hình khóa",
@ -600,7 +612,9 @@
"collectionCopyFailureFeedback": "{count, plural, =1{Lỗi khi sao chép tệp} other{Lỗi khi sao chép {count} tệp}}", "collectionCopyFailureFeedback": "{count, plural, =1{Lỗi khi sao chép tệp} other{Lỗi khi sao chép {count} tệp}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsDisabled": "Vô hiệu hóa", "settingsDisabled": "Vô hiệu hóa",
@ -650,7 +664,9 @@
"collectionMoveSuccessFeedback": "{count, plural, =1{Đã di chuyển} other{Đã di chuyển {count} mục}}", "collectionMoveSuccessFeedback": "{count, plural, =1{Đã di chuyển} other{Đã di chuyển {count} mục}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextAlignmentLeft": "Trái", "settingsSubtitleThemeTextAlignmentLeft": "Trái",
@ -750,7 +766,9 @@
"collectionEditFailureFeedback": "{count, plural, =1{Lỗi khi chỉnh sửa tệp} other{Lỗi khi chỉnh sửa {count} tệp}}", "collectionEditFailureFeedback": "{count, plural, =1{Lỗi khi chỉnh sửa tệp} other{Lỗi khi chỉnh sửa {count} tệp}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"noMatchingAppDialogMessage": "Không có ứng dụng nào có thể xử lý việc này.", "noMatchingAppDialogMessage": "Không có ứng dụng nào có thể xử lý việc này.",
@ -802,7 +820,9 @@
"collectionRenameSuccessFeedback": "{count, plural, =1{Đã đặt lại tên} other{Đã thay tên {count} mục}}", "collectionRenameSuccessFeedback": "{count, plural, =1{Đã đặt lại tên} other{Đã thay tên {count} mục}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoStreamSelectionDialogTrack": "Bài hát", "videoStreamSelectionDialogTrack": "Bài hát",
@ -883,7 +903,9 @@
"unsupportedTypeDialogMessage": "{count, plural, =1{Thao tác này không hỗ trợ cho kiểu tệp: {types}.} other{Thao tác này không hỗ trợ cho kiểu tệp: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, =1{Thao tác này không hỗ trợ cho kiểu tệp: {types}.} other{Thao tác này không hỗ trợ cho kiểu tệp: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -904,7 +926,9 @@
"statsWithGps": "{count, plural, =1{1 mục với thông tin vị trí} other{{count}mục với thông tin vị trí}}", "statsWithGps": "{count, plural, =1{1 mục với thông tin vị trí} other{{count}mục với thông tin vị trí}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoResumptionModeDialogTitle": "Quay lại playback", "settingsVideoResumptionModeDialogTitle": "Quay lại playback",
@ -940,7 +964,9 @@
"columnCount": "{count, plural, other{{count} cột}}", "columnCount": "{count, plural, other{{count} cột}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"viewerTransitionNone": "Không có", "viewerTransitionNone": "Không có",
@ -996,7 +1022,9 @@
"itemCount": "{count, plural, other{{count} mục}}", "itemCount": "{count, plural, other{{count} mục}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"widgetTapUpdateWidget": "Cập nhật widget", "widgetTapUpdateWidget": "Cập nhật widget",
@ -1178,7 +1206,9 @@
"collectionCopySuccessFeedback": "{count, plural, =1{Đã sao chép} other{Đã sao chép {count} mục}}", "collectionCopySuccessFeedback": "{count, plural, =1{Đã sao chép} other{Đã sao chép {count} mục}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsNavigationDrawerBanner": "Nhấn và giữ để di chuyển và sắp xếp lại các mục menu.", "settingsNavigationDrawerBanner": "Nhấn và giữ để di chuyển và sắp xếp lại các mục menu.",
@ -1436,7 +1466,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Xóa các Album này và các mục bên trong} other{Xóa các Album này với {count} mục bên trong?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Xóa các Album này và các mục bên trong} other{Xóa các Album này với {count} mục bên trong?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsSubtitleThemeTextSize": "Kích thước văn bản", "settingsSubtitleThemeTextSize": "Kích thước văn bản",
@ -1452,7 +1484,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Xóa bộ sưu tập này và các mục bên trong} other{Xóa bộ sưu tập này với {count} mục bên trong?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Xóa bộ sưu tập này và các mục bên trong} other{Xóa bộ sưu tập này với {count} mục bên trong?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsThemeColorHighlights": "Màu sắc nổi bật", "settingsThemeColorHighlights": "Màu sắc nổi bật",
@ -1466,7 +1500,9 @@
"collectionDeleteFailureFeedback": "{count, plural, =1{Lỗi khi xóa tệp} other{Lỗi khi xóa {count} tệp}}", "collectionDeleteFailureFeedback": "{count, plural, =1{Lỗi khi xóa tệp} other{Lỗi khi xóa {count} tệp}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoButtonsTile": "Nút", "settingsVideoButtonsTile": "Nút",

View file

@ -1156,7 +1156,9 @@
"columnCount": "{count, plural, other{{count} 列}}", "columnCount": "{count, plural, other{{count} 列}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"entryActionShareImageOnly": "仅分享图片", "entryActionShareImageOnly": "仅分享图片",

View file

@ -10,7 +10,9 @@
"itemCount": "{count, plural, other{{count} 項}}", "itemCount": "{count, plural, other{{count} 項}}",
"@itemCount": { "@itemCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"timeDays": "{count, plural, other{{count} 天}}", "timeDays": "{count, plural, other{{count} 天}}",
@ -308,7 +310,9 @@
"deleteEntriesConfirmationDialogMessage": "{count, plural, =1{刪除這個項目?} other{刪除這 {count} 項目?}}", "deleteEntriesConfirmationDialogMessage": "{count, plural, =1{刪除這個項目?} other{刪除這 {count} 項目?}}",
"@deleteEntriesConfirmationDialogMessage": { "@deleteEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoStartOverButtonLabel": "重新播放", "videoStartOverButtonLabel": "重新播放",
@ -346,7 +350,9 @@
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{刪除這些相簿及其內部的項目?} other{刪除這些相簿及其中的{count}個項目?}}", "deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{刪除這些相簿及其內部的項目?} other{刪除這些相簿及其中的{count}個項目?}}",
"@deleteMultiAlbumConfirmationDialogMessage": { "@deleteMultiAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogFormat": "格式:", "exportEntryDialogFormat": "格式:",
@ -498,31 +504,41 @@
"collectionRenameFailureFeedback": "{count, plural, other{改名 {count} 項目失敗}}", "collectionRenameFailureFeedback": "{count, plural, other{改名 {count} 項目失敗}}",
"@collectionRenameFailureFeedback": { "@collectionRenameFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditFailureFeedback": "{count, plural, other{編輯 {count} 項目失敗}}", "collectionEditFailureFeedback": "{count, plural, other{編輯 {count} 項目失敗}}",
"@collectionEditFailureFeedback": { "@collectionEditFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopySuccessFeedback": "{count, plural, other{複製 {count} 項目}}", "collectionCopySuccessFeedback": "{count, plural, other{複製 {count} 項目}}",
"@collectionCopySuccessFeedback": { "@collectionCopySuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionRenameSuccessFeedback": "{count, plural, other{改名 {count} 項目}}", "collectionRenameSuccessFeedback": "{count, plural, other{改名 {count} 項目}}",
"@collectionRenameSuccessFeedback": { "@collectionRenameSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEditSuccessFeedback": "{count, plural, other{編輯 {count} 項目}}", "collectionEditSuccessFeedback": "{count, plural, other{編輯 {count} 項目}}",
"@collectionEditSuccessFeedback": { "@collectionEditSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionEmptyFavourites": "沒有我的最愛", "collectionEmptyFavourites": "沒有我的最愛",
@ -1055,7 +1071,9 @@
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{刪除此相簿及其中的項目?} other{刪除此相簿及其中的{count}個項目?}}", "deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{刪除此相簿及其中的項目?} other{刪除此相簿及其中的{count}個項目?}}",
"@deleteSingleAlbumConfirmationDialogMessage": { "@deleteSingleAlbumConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"exportEntryDialogWidth": "寬度", "exportEntryDialogWidth": "寬度",
@ -1135,31 +1153,41 @@
"collectionDeleteFailureFeedback": "{count, plural, other{刪除 {count} 項目失敗}}", "collectionDeleteFailureFeedback": "{count, plural, other{刪除 {count} 項目失敗}}",
"@collectionDeleteFailureFeedback": { "@collectionDeleteFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionCopyFailureFeedback": "{count, plural, other{複製 {count} 項目失敗}}", "collectionCopyFailureFeedback": "{count, plural, other{複製 {count} 項目失敗}}",
"@collectionCopyFailureFeedback": { "@collectionCopyFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionExportFailureFeedback": "{count, plural, other{匯出 {count} 頁}}", "collectionExportFailureFeedback": "{count, plural, other{匯出 {count} 頁}}",
"@collectionExportFailureFeedback": { "@collectionExportFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveSuccessFeedback": "{count, plural, other{移動 {count} 項目}}", "collectionMoveSuccessFeedback": "{count, plural, other{移動 {count} 項目}}",
"@collectionMoveSuccessFeedback": { "@collectionMoveSuccessFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"collectionMoveFailureFeedback": "{count, plural, other{移動 {count} 項目失敗}}", "collectionMoveFailureFeedback": "{count, plural, other{移動 {count} 項目失敗}}",
"@collectionMoveFailureFeedback": { "@collectionMoveFailureFeedback": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"albumPickPageTitleCopy": "複製到相簿", "albumPickPageTitleCopy": "複製到相簿",
@ -1181,7 +1209,9 @@
"unsupportedTypeDialogMessage": "{count, plural, other{此操作不支援以下類型的項目: {types}.}}", "unsupportedTypeDialogMessage": "{count, plural, other{此操作不支援以下類型的項目: {types}.}}",
"@unsupportedTypeDialogMessage": { "@unsupportedTypeDialogMessage": {
"placeholders": { "placeholders": {
"count": {}, "count": {
"type": "int"
},
"types": { "types": {
"type": "String", "type": "String",
"example": "GIF, TIFF, MP4", "example": "GIF, TIFF, MP4",
@ -1192,7 +1222,9 @@
"binEntriesConfirmationDialogMessage": "{count, plural, =1{移動這個項目到資源回收桶?} other{移動這 {count} 項目到資源回收桶?}}", "binEntriesConfirmationDialogMessage": "{count, plural, =1{移動這個項目到資源回收桶?} other{移動這 {count} 項目到資源回收桶?}}",
"@binEntriesConfirmationDialogMessage": { "@binEntriesConfirmationDialogMessage": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"videoStreamSelectionDialogNoSelection": "沒有其他音軌.", "videoStreamSelectionDialogNoSelection": "沒有其他音軌.",
@ -1248,7 +1280,9 @@
"statsWithGps": "{count, plural, =1{1條座標資訊} other{{count}條座標資訊}}", "statsWithGps": "{count, plural, =1{1條座標資訊} other{{count}條座標資訊}}",
"@statsWithGps": { "@statsWithGps": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"statsTopAlbumsSectionTitle": "熱門相簿", "statsTopAlbumsSectionTitle": "熱門相簿",
@ -1404,7 +1438,9 @@
"columnCount": "{count, plural, other{{count} 列}}", "columnCount": "{count, plural, other{{count} 列}}",
"@columnCount": { "@columnCount": {
"placeholders": { "placeholders": {
"count": {} "count": {
"type": "int"
}
} }
}, },
"settingsVideoBackgroundModeDialogTitle": "後臺模式", "settingsVideoBackgroundModeDialogTitle": "後臺模式",

View file

@ -1 +1 @@
export 'package:flutter_gen/gen_l10n/app_localizations.dart'; export 'package:aves/l10ngen/app_localizations.dart';

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Some files were not shown because too many files have changed in this diff Show more