@glissandoo/lib 1.121.0 → 1.123.0-dev.210.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/functions/auth.d.ts +3 -1
- package/functions/composer.d.ts +13 -0
- package/functions/composerComposition.d.ts +102 -0
- package/functions/composerNotification.d.ts +38 -0
- package/functions/composerPayout.d.ts +20 -0
- package/functions/customer.d.ts +4 -0
- package/functions/event.js +1 -1
- package/functions/eventPlayer.js +1 -1
- package/functions/eventRepertory.d.ts +2 -0
- package/functions/eventRepertory.js +1 -1
- package/functions/eventoPayout.d.ts +15 -2
- package/functions/groupPayment.d.ts +6 -0
- package/functions/groupRepertory.d.ts +110 -0
- package/functions/index.d.ts +32 -0
- package/functions/index.js +33 -1
- package/functions/misc.d.ts +6 -0
- package/functions/regions.js +33 -1
- package/helpers/appScenes.js +1 -1
- package/helpers/auth.d.ts +2 -9
- package/helpers/auth.js +33 -14
- package/helpers/badges.js +1 -1
- package/helpers/catalogBridge.d.ts +121 -0
- package/helpers/catalogBridge.js +95 -0
- package/helpers/collections.js +2 -2
- package/helpers/communicationTemplate/index.d.ts +3 -2
- package/helpers/communicationTemplate/index.js +5 -5
- package/helpers/compositionCategories/genres.d.ts +922 -0
- package/helpers/compositionCategories/genres.js +940 -0
- package/helpers/compositionCategories/index.d.ts +2 -0
- package/helpers/compositionCategories/index.js +18 -0
- package/helpers/compositionCategories/styles.d.ts +181 -0
- package/helpers/compositionCategories/styles.js +197 -0
- package/helpers/compositionSoloistOffstageParts/index.d.ts +34 -0
- package/helpers/compositionSoloistOffstageParts/index.js +117 -0
- package/helpers/currency.d.ts +19 -0
- package/helpers/currency.js +71 -2
- package/helpers/currencyConversion.d.ts +45 -0
- package/helpers/currencyConversion.js +119 -0
- package/helpers/dataStructures/trees/index.d.ts +12 -0
- package/helpers/dataStructures/trees/index.js +71 -0
- package/helpers/dataStructures/trees/types.d.ts +14 -0
- package/helpers/dataStructures/trees/types.js +5 -0
- package/helpers/dlinks.js +1 -1
- package/helpers/errors.d.ts +1 -0
- package/helpers/errors.js +2 -1
- package/helpers/externalUrls.d.ts +12 -0
- package/helpers/externalUrls.js +40 -0
- package/helpers/instruments/index.d.ts +17 -0
- package/helpers/instruments/index.js +5 -1
- package/helpers/instruments/lists.d.ts +3 -3
- package/helpers/instruments/lists.js +5 -5
- package/helpers/musicStyles/index.d.ts +22 -4
- package/helpers/musicStyles/index.js +114 -35
- package/helpers/notifications/index.js +1 -1
- package/helpers/objects.d.ts +5 -1
- package/helpers/objects.js +7 -6
- package/helpers/paymentForecast.d.ts +15 -9
- package/helpers/paymentForecast.js +10 -11
- package/helpers/payoutRules.js +3 -4
- package/helpers/plans.js +2 -2
- package/helpers/rates.d.ts +1 -1
- package/helpers/slate.d.ts +64 -5
- package/helpers/slate.js +7 -1
- package/helpers/ts-extras/array-includes.js +1 -2
- package/helpers/ts-extras/as-mutable.js +1 -2
- package/helpers/ts-extras/assert-error.js +1 -2
- package/helpers/ts-extras/index.js +1 -1
- package/helpers/ts-extras/is-defined.js +1 -2
- package/helpers/ts-extras/is-empty.js +1 -2
- package/helpers/ts-extras/is-infinite.js +1 -2
- package/helpers/ts-extras/is-present.js +1 -2
- package/helpers/ts-extras/object-entries.d.ts +1 -1
- package/helpers/ts-extras/object-from-entries.d.ts +1 -1
- package/helpers/ts-extras/object-has-own.js +1 -2
- package/helpers/ts-extras/object-keys.d.ts +1 -1
- package/helpers/ts-extras/object-keys.js +0 -1
- package/helpers/ts-extras/set-has.js +1 -2
- package/helpers/types.d.ts +26 -0
- package/helpers/types.js +26 -6
- package/lang/ca.json +325 -91
- package/lang/de.json +325 -91
- package/lang/en.json +325 -91
- package/lang/es.json +325 -91
- package/lang/eu.json +325 -91
- package/lang/fr.json +325 -91
- package/lang/gl.json +325 -91
- package/lang/index.js +3 -2
- package/lang/it.json +325 -91
- package/lang/nl.json +325 -91
- package/lang/pt.json +325 -91
- package/models/Communication/types.d.ts +0 -16
- package/models/Communication/types.js +3 -9
- package/models/CompositionGenre/index.d.ts +9 -0
- package/models/CompositionGenre/index.js +16 -0
- package/models/CompositionStyle/index.d.ts +9 -0
- package/models/CompositionStyle/index.js +16 -0
- package/models/Counters/Group/Analytics/types.js +1 -1
- package/models/Customer/index.d.ts +1 -1
- package/models/Customer/index.js +3 -3
- package/models/Customer/types.js +1 -1
- package/models/Evento/Player/types.js +3 -3
- package/models/Evento/Repertory/types.d.ts +2 -1
- package/models/Evento/index.d.ts +3 -2
- package/models/Evento/index.js +5 -4
- package/models/Evento/types.d.ts +16 -35
- package/models/Evento/types.js +9 -41
- package/models/Federation/index.d.ts +1 -1
- package/models/Federation/index.js +3 -3
- package/models/Group/Analytics/types.js +1 -1
- package/models/Group/Payment/supabase.js +3 -3
- package/models/Group/Payment/types.d.ts +48 -0
- package/models/Group/Payment/types.js +17 -5
- package/models/Group/Player/types.js +1 -1
- package/models/Group/Repertory/File/Section/index.d.ts +3 -3
- package/models/Group/Repertory/File/Section/index.js +3 -2
- package/models/Group/Repertory/File/Section/types.d.ts +7 -0
- package/models/Group/Repertory/File/Section/types.js +1 -1
- package/models/Group/Repertory/File/index.d.ts +4 -2
- package/models/Group/Repertory/File/index.js +4 -4
- package/models/Group/Repertory/FilePath/index.d.ts +3 -4
- package/models/Group/Repertory/index.d.ts +12 -4
- package/models/Group/Repertory/index.js +9 -0
- package/models/Group/Repertory/types.d.ts +21 -32
- package/models/Group/Repertory/types.js +8 -18
- package/models/Group/index.d.ts +7 -2
- package/models/Group/index.js +30 -14
- package/models/Group/types.d.ts +2 -21
- package/models/Group/types.js +14 -33
- package/models/Instrument/fromRecord.d.ts +11 -0
- package/models/Instrument/fromRecord.js +33 -0
- package/models/Instrument/index.d.ts +2 -0
- package/models/Instrument/index.js +38 -1
- package/models/Inventory/Item/types.js +2 -2
- package/models/Inventory/types.js +1 -1
- package/models/Notification/types.js +2 -2
- package/models/Offer/types.d.ts +0 -12
- package/models/Offer/types.js +2 -15
- package/models/Partnership/Communication/supabase.js +2 -2
- package/models/Partnership/Group/index.d.ts +2 -1
- package/models/Partnership/Group/index.js +15 -3
- package/models/Partnership/Group/supabase.js +2 -2
- package/models/Partnership/Partner/supabase.js +2 -2
- package/models/Partnership/Partner/types.js +1 -1
- package/models/Partnership/Payment/supabase.js +3 -3
- package/models/Partnership/Payment/types.js +2 -2
- package/models/Partnership/Plan/supabase.js +2 -2
- package/models/Partnership/SepaPaymentGroup/supabase.js +2 -2
- package/models/Partnership/Subscription/supabase.js +2 -2
- package/models/Partnership/index.d.ts +1 -0
- package/models/Partnership/index.js +4 -0
- package/models/Partnership/types.js +1 -1
- package/models/Repertory/types.d.ts +12 -0
- package/models/Repertory/types.js +2 -2
- package/models/User/Group/index.js +1 -2
- package/models/User/index.d.ts +1 -1
- package/models/User/index.js +3 -3
- package/models/User/types.d.ts +2 -1
- package/models/User/types.js +7 -7
- package/models/WebhookEvent/types.js +1 -1
- package/models/supabase/Comm/index.d.ts +24 -0
- package/models/supabase/Comm/index.js +68 -0
- package/models/supabase/Comm/types.d.ts +6 -0
- package/models/supabase/CommHistory/index.d.ts +22 -0
- package/models/supabase/CommHistory/index.js +37 -0
- package/models/supabase/CommHistory/types.d.ts +11 -0
- package/models/supabase/CommHistory/types.js +9 -0
- package/models/supabase/Composer/Composition/Acquisition/index.d.ts +4 -0
- package/models/supabase/Composer/Composition/Acquisition/index.js +9 -0
- package/models/supabase/Composer/Composition/Acquisition/types.d.ts +36 -0
- package/models/supabase/Composer/Composition/Favorite/index.d.ts +4 -0
- package/models/supabase/Composer/Composition/Favorite/index.js +9 -0
- package/models/supabase/Composer/Composition/Favorite/types.d.ts +6 -0
- package/models/supabase/Composer/Composition/View/index.d.ts +4 -0
- package/models/supabase/Composer/Composition/View/index.js +9 -0
- package/models/supabase/Composer/Composition/View/types.d.ts +6 -0
- package/models/supabase/Composer/Composition/index.d.ts +5284 -0
- package/models/supabase/Composer/Composition/index.js +166 -0
- package/models/supabase/Composer/Composition/types.d.ts +96 -0
- package/models/supabase/Composer/Composition/types.js +32 -0
- package/models/supabase/Composer/Notification/index.d.ts +4 -0
- package/models/supabase/Composer/Notification/index.js +9 -0
- package/models/supabase/Composer/Notification/types.d.ts +39 -0
- package/models/supabase/Composer/Notification/types.js +27 -0
- package/models/supabase/Composer/Payout/index.d.ts +4 -0
- package/models/supabase/Composer/Payout/index.js +9 -0
- package/models/supabase/Composer/Payout/status.d.ts +1 -0
- package/models/supabase/Composer/Payout/types.d.ts +5 -0
- package/models/supabase/Composer/PerformanceAttendance/types.d.ts +4 -0
- package/models/supabase/Composer/index.d.ts +78 -0
- package/models/supabase/Composer/index.js +105 -0
- package/models/supabase/Composer/types.d.ts +6 -0
- package/models/supabase/Composer/types.js +2 -0
- package/models/supabase/EventHistory/index.d.ts +22 -0
- package/models/supabase/EventHistory/index.js +37 -0
- package/models/supabase/EventHistory/types.d.ts +39 -0
- package/models/supabase/EventHistory/types.js +37 -0
- package/models/supabase/GroupHistory/index.d.ts +21 -0
- package/models/supabase/GroupHistory/index.js +34 -0
- package/models/supabase/GroupHistory/types.d.ts +27 -0
- package/models/supabase/GroupHistory/types.js +25 -0
- package/models/supabase/Model/index.d.ts +10 -0
- package/models/supabase/Model/index.js +21 -0
- package/models/supabase/OfferHistory/index.d.ts +22 -0
- package/models/supabase/OfferHistory/index.js +37 -0
- package/models/supabase/OfferHistory/types.d.ts +18 -0
- package/models/supabase/OfferHistory/types.js +16 -0
- package/models/supabase/Repertoire/index.d.ts +16 -0
- package/models/supabase/Repertoire/index.js +43 -0
- package/models/supabase/Repertoire/types.d.ts +6 -0
- package/models/supabase/Repertoire/types.js +2 -0
- package/models/supabase/RepertoireHistory/index.d.ts +22 -0
- package/models/supabase/RepertoireHistory/index.js +37 -0
- package/models/supabase/RepertoireHistory/types.d.ts +21 -0
- package/models/supabase/RepertoireHistory/types.js +19 -0
- package/models/supabase/User/Group/index.d.ts +11 -0
- package/models/supabase/User/Group/index.js +30 -0
- package/models/supabase/User/Group/types.d.ts +6 -0
- package/models/supabase/User/Group/types.js +2 -0
- package/models/supabase/User/index.d.ts +13 -0
- package/models/supabase/User/index.js +37 -0
- package/models/supabase/User/types.d.ts +6 -0
- package/models/supabase/User/types.js +2 -0
- package/package.json +16 -13
- package/types/firestore.d.ts +0 -1
- package/types/firestore.js +1 -1
- package/types/payoutRule.js +3 -3
- package/types/supabase/catalog.d.ts +46 -0
- package/types/supabase/catalog.js +2 -0
- package/types/supabase/catalog.ts +67 -0
- package/types/supabase/composerMetrics.d.ts +27 -0
- package/types/supabase/composerMetrics.js +2 -0
- package/types/supabase/composerMetrics.ts +26 -0
- package/types/supabase/generated.d.ts +3488 -935
- package/types/supabase/generated.js +9 -0
- package/types/supabase/generated.ts +3468 -986
- package/types/supabase/index.d.ts +155 -19
- package/types/supabase/index.js +15 -0
- package/types/supabase/index.ts +288 -21
- package/types/supabase/overwrites/index.d.ts +1 -1
- package/types/supabase/overwrites/index.ts +1 -1
- package/types/supabase/overwrites/tables/comm/model.d.ts +4 -0
- package/types/supabase/overwrites/tables/comm/model.js +2 -0
- package/types/supabase/overwrites/tables/comm/model.ts +4 -0
- package/types/supabase/overwrites/tables/comm_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/comm_history/index.js +2 -0
- package/types/supabase/overwrites/tables/comm_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/comm_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/comm_history/model.js +2 -0
- package/types/supabase/overwrites/tables/comm_history/model.ts +13 -0
- package/types/supabase/overwrites/tables/common/index.js +2 -0
- package/types/supabase/overwrites/tables/composer/index.d.ts +9 -0
- package/types/supabase/overwrites/tables/composer/index.js +2 -0
- package/types/supabase/overwrites/tables/composer/index.ts +10 -0
- package/types/supabase/overwrites/tables/composer/model.d.ts +12 -0
- package/types/supabase/overwrites/tables/composer/model.js +2 -0
- package/types/supabase/overwrites/tables/composer/model.ts +15 -0
- package/types/supabase/overwrites/tables/composer/publicModel.d.ts +11 -0
- package/types/supabase/overwrites/tables/composer/publicModel.js +2 -0
- package/types/supabase/overwrites/tables/composer/publicModel.ts +15 -0
- package/types/supabase/overwrites/tables/composerComposition/index.d.ts +18 -0
- package/types/supabase/overwrites/tables/composerComposition/index.js +2 -0
- package/types/supabase/overwrites/tables/composerComposition/index.ts +24 -0
- package/types/supabase/overwrites/tables/composerComposition/model.d.ts +9 -0
- package/types/supabase/overwrites/tables/composerComposition/model.js +2 -0
- package/types/supabase/overwrites/tables/composerComposition/model.ts +26 -0
- package/types/supabase/overwrites/tables/composerComposition/publicModel.d.ts +9 -0
- package/types/supabase/overwrites/tables/composerComposition/publicModel.js +2 -0
- package/types/supabase/overwrites/tables/composerComposition/publicModel.ts +37 -0
- package/types/supabase/overwrites/tables/composerNotification/index.d.ts +19 -0
- package/types/supabase/overwrites/tables/composerNotification/index.js +2 -0
- package/types/supabase/overwrites/tables/composerNotification/index.ts +25 -0
- package/types/supabase/overwrites/tables/composerOwnedTransaction/model.d.ts +2 -0
- package/types/supabase/overwrites/tables/composerOwnedTransaction/model.js +2 -0
- package/types/supabase/overwrites/tables/composerOwnedTransaction/model.ts +3 -0
- package/types/supabase/overwrites/tables/composerPayout/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/composerPayout/index.js +2 -0
- package/types/supabase/overwrites/tables/composerPayout/index.ts +8 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/index.d.ts +4 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/index.js +2 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/index.ts +8 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/model.d.ts +6 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/model.js +2 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/model.ts +11 -0
- package/types/supabase/overwrites/tables/compositionFavorite/index.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionFavorite/index.js +2 -0
- package/types/supabase/overwrites/tables/compositionFavorite/index.ts +2 -0
- package/types/supabase/overwrites/tables/compositionFavorite/model.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionFavorite/model.js +2 -0
- package/types/supabase/overwrites/tables/compositionFavorite/model.ts +1 -0
- package/types/supabase/overwrites/tables/compositionView/index.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionView/index.js +2 -0
- package/types/supabase/overwrites/tables/compositionView/index.ts +2 -0
- package/types/supabase/overwrites/tables/compositionView/model.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionView/model.js +2 -0
- package/types/supabase/overwrites/tables/compositionView/model.ts +1 -0
- package/types/supabase/overwrites/tables/currencyExchangeRate/index.d.ts +16 -0
- package/types/supabase/overwrites/tables/currencyExchangeRate/index.js +2 -0
- package/types/supabase/overwrites/tables/currencyExchangeRate/index.ts +18 -0
- package/types/supabase/overwrites/{event.d.ts → tables/event/index.d.ts} +1 -1
- package/types/supabase/overwrites/tables/event/index.js +2 -0
- package/types/supabase/overwrites/{event.ts → tables/event/index.ts} +1 -1
- package/types/supabase/overwrites/tables/event_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/event_history/index.js +2 -0
- package/types/supabase/overwrites/tables/event_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/event_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/event_history/model.js +2 -0
- package/types/supabase/overwrites/tables/event_history/model.ts +13 -0
- package/types/supabase/overwrites/{group.d.ts → tables/group/index.d.ts} +2 -5
- package/types/supabase/overwrites/tables/group/index.js +2 -0
- package/types/supabase/overwrites/{group.ts → tables/group/index.ts} +2 -6
- package/types/supabase/overwrites/tables/group_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/group_history/index.js +2 -0
- package/types/supabase/overwrites/tables/group_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/group_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/group_history/model.js +2 -0
- package/types/supabase/overwrites/tables/group_history/model.ts +13 -0
- package/types/supabase/overwrites/{offer.d.ts → tables/offer/index.d.ts} +6 -2
- package/types/supabase/overwrites/tables/offer/index.js +2 -0
- package/types/supabase/overwrites/{offer.ts → tables/offer/index.ts} +7 -2
- package/types/supabase/overwrites/tables/offer_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/offer_history/index.js +2 -0
- package/types/supabase/overwrites/tables/offer_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/offer_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/offer_history/model.js +2 -0
- package/types/supabase/overwrites/tables/offer_history/model.ts +13 -0
- package/types/supabase/overwrites/tables/repertoire/model.d.ts +7 -0
- package/types/supabase/overwrites/tables/repertoire/model.js +2 -0
- package/types/supabase/overwrites/tables/repertoire/model.ts +7 -0
- package/types/supabase/overwrites/tables/repertoire_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/repertoire_history/index.js +2 -0
- package/types/supabase/overwrites/tables/repertoire_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/repertoire_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/repertoire_history/model.js +2 -0
- package/types/supabase/overwrites/tables/repertoire_history/model.ts +13 -0
- package/types/supabase/overwrites/tables/user/index.d.ts +11 -0
- package/types/supabase/overwrites/tables/user/index.js +2 -0
- package/types/supabase/overwrites/tables/user/index.ts +13 -0
- package/types/supabase/overwrites/comm.d.ts +0 -18
- package/types/supabase/overwrites/comm.ts +0 -18
- package/types/supabase/overwrites/comm_history.d.ts +0 -10
- package/types/supabase/overwrites/comm_history.ts +0 -10
- package/types/supabase/overwrites/event_history.d.ts +0 -10
- package/types/supabase/overwrites/event_history.ts +0 -10
- package/types/supabase/overwrites/group_history.d.ts +0 -9
- package/types/supabase/overwrites/group_history.ts +0 -9
- package/types/supabase/overwrites/offer_history.d.ts +0 -10
- package/types/supabase/overwrites/offer_history.ts +0 -10
- package/types/supabase/overwrites/repertoire.d.ts +0 -12
- package/types/supabase/overwrites/repertoire.ts +0 -12
- package/types/supabase/overwrites/repertoire_history.d.ts +0 -10
- package/types/supabase/overwrites/repertoire_history.ts +0 -10
- /package/{types/supabase/overwrites/comm.js → functions/composer.js} +0 -0
- /package/{types/supabase/overwrites/comm_history.js → functions/composerComposition.js} +0 -0
- /package/{types/supabase/overwrites/event.js → functions/composerNotification.js} +0 -0
- /package/{types/supabase/overwrites/event_history.js → functions/composerPayout.js} +0 -0
- /package/{types/supabase/overwrites/group.js → models/supabase/Comm/types.js} +0 -0
- /package/{types/supabase/overwrites/group_history.js → models/supabase/Composer/Composition/Acquisition/types.js} +0 -0
- /package/{types/supabase/overwrites/offer.js → models/supabase/Composer/Composition/Favorite/types.js} +0 -0
- /package/{types/supabase/overwrites/offer_history.js → models/supabase/Composer/Composition/View/types.js} +0 -0
- /package/{types/supabase/overwrites/repertoire.js → models/supabase/Composer/Payout/status.js} +0 -0
- /package/{types/supabase/overwrites/repertoire_history.js → models/supabase/Composer/Payout/types.js} +0 -0
- /package/{types/supabase/overwrites/utils.js → models/supabase/Composer/PerformanceAttendance/types.js} +0 -0
- /package/types/supabase/overwrites/{utils.d.ts → tables/common/index.d.ts} +0 -0
- /package/types/supabase/overwrites/{utils.ts → tables/common/index.ts} +0 -0
package/lang/fr.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"group.delete.title": "Groupe supprimé",
|
|
25
25
|
"group.onboarding.attendance.text": "Qui est disponible pour la répétition ? 😍 Découvrez-le grâce à des listes de présence simples 🙋♀️",
|
|
26
26
|
"group.onboarding.attendance.title": "📅 {string:group.0.displayName}",
|
|
27
|
-
"group.onboarding.dashboard.text": "Sur
|
|
27
|
+
"group.onboarding.dashboard.text": "Sur Glissandoo, vous pouvez facilement organiser votre groupe : répétitions, concerts, répertoire et bien plus encore. 🎶",
|
|
28
28
|
"group.onboarding.dashboard.title": "Avez-vous visité notre tableau de bord web ? 💻",
|
|
29
29
|
"group.onboarding.engagement.text": "La clé d’une communication efficace est un calendrier clair. Vous êtes sur la bonne voie — continuez à ajouter vos répétitions et concerts ! 👏",
|
|
30
30
|
"group.onboarding.engagement.title": "Encouragez l'engagement des musiciens 📅",
|
|
@@ -69,157 +69,178 @@
|
|
|
69
69
|
"group.questions.default2.confirmed.title": "Auras-tu un imprévu ?",
|
|
70
70
|
"groupPlayer.switchInstruments.byAdmin.text": "Un administrateur a mis à jour vos instruments assignés",
|
|
71
71
|
"groupPlayer.switchInstruments.byAdmin.title": "🔧 Changement d'instrument",
|
|
72
|
-
"instruments.accordion": "Accordéon",
|
|
73
|
-
"instruments.agogo": "Agogô",
|
|
74
|
-
"instruments.altoClarinet": "Clarinette alto",
|
|
75
|
-
"instruments.altoSaxophone": "Saxophone alto",
|
|
72
|
+
"instruments.accordion": "{count, plural, one {Accordéon} other {Accordéons}}",
|
|
73
|
+
"instruments.agogo": "{count, plural, one {Agogô} other {Agogôs}}",
|
|
74
|
+
"instruments.altoClarinet": "{count, plural, one {Clarinette alto} other {Clarinettes altos}}",
|
|
75
|
+
"instruments.altoSaxophone": "{count, plural, one {Saxophone alto} other {Saxophones altos}}",
|
|
76
76
|
"instruments.altoSaxophone-1": "Saxophone alto 1",
|
|
77
77
|
"instruments.altoSaxophone-2": "Saxophone alto 2",
|
|
78
|
-
"instruments.auxiliar": "Auxiliaire",
|
|
79
|
-
"instruments.bagpipes": "Cornemuse",
|
|
80
|
-
"instruments.bandurria": "Bandurria",
|
|
81
|
-
"instruments.banjo": "Banjo",
|
|
82
|
-
"instruments.baritone": "Baryton",
|
|
83
|
-
"instruments.baritoneSax": "Saxophone baryton",
|
|
84
|
-
"instruments.bass-choir": "Basse",
|
|
85
|
-
"instruments.bass-drum": "Grosse caisse",
|
|
86
|
-
"instruments.bass": "Basse électrique",
|
|
87
|
-
"instruments.bassClarinet": "Clarinette basse",
|
|
88
|
-
"instruments.bassoon": "Basson",
|
|
78
|
+
"instruments.auxiliar": "{count, plural, one {Auxiliaire} other {Auxiliaires}}",
|
|
79
|
+
"instruments.bagpipes": "{count, plural, one {Cornemuse} other {Cornemuses}}",
|
|
80
|
+
"instruments.bandurria": "{count, plural, one {Bandurria} other {Bandurrias}}",
|
|
81
|
+
"instruments.banjo": "{count, plural, one {Banjo} other {Banjos}}",
|
|
82
|
+
"instruments.baritone": "{count, plural, one {Baryton} other {Barytons}}",
|
|
83
|
+
"instruments.baritoneSax": "{count, plural, one {Saxophone baryton} other {Saxophones barytons}}",
|
|
84
|
+
"instruments.bass-choir": "{count, plural, one {Basse} other {Basses}}",
|
|
85
|
+
"instruments.bass-drum": "{count, plural, one {Grosse caisse} other {Grosses caisses}}",
|
|
86
|
+
"instruments.bass": "{count, plural, one {Basse électrique} other {Basses électriques}}",
|
|
87
|
+
"instruments.bassClarinet": "{count, plural, one {Clarinette basse} other {Clarinettes basses}}",
|
|
88
|
+
"instruments.bassoon": "{count, plural, one {Basson} other {Bassons}}",
|
|
89
89
|
"instruments.bassoon-1": "Basson 1",
|
|
90
90
|
"instruments.bassoon-2": "Basson 2",
|
|
91
|
-
"instruments.cajon": "Cajón",
|
|
92
|
-
"instruments.castanets": "Castagnettes",
|
|
93
|
-
"instruments.cello": "Violoncelle",
|
|
91
|
+
"instruments.cajon": "{count, plural, one {Cajón} other {Cajóns}}",
|
|
92
|
+
"instruments.castanets": "{count, plural, one {Castagnettes} other {Castagnettes}}",
|
|
93
|
+
"instruments.cello": "{count, plural, one {Violoncelle} other {Violoncelles}}",
|
|
94
94
|
"instruments.cello-1": "Violoncelle 1",
|
|
95
95
|
"instruments.cello-2": "Violoncelle 2",
|
|
96
|
-
"instruments.chocalho": "Chocalho",
|
|
97
|
-
"instruments.choir": "Chœur",
|
|
98
|
-
"instruments.clarinet": "Clarinette",
|
|
96
|
+
"instruments.chocalho": "{count, plural, one {Chocalho} other {Chocalhos}}",
|
|
97
|
+
"instruments.choir": "{count, plural, one {Chœur} other {Chœurs}}",
|
|
98
|
+
"instruments.clarinet": "{count, plural, one {Clarinette} other {Clarinettes}}",
|
|
99
99
|
"instruments.clarinet-1": "Clarinette 1",
|
|
100
100
|
"instruments.clarinet-2": "Clarinette 2",
|
|
101
101
|
"instruments.clarinet-3": "Clarinette 3",
|
|
102
102
|
"instruments.principalClarinet": "Clarinette solo",
|
|
103
|
-
"instruments.contraAlto": "Contre-alto",
|
|
103
|
+
"instruments.contraAlto": "{count, plural, one {Contre-alto} other {Contre-altos}}",
|
|
104
104
|
"instruments.concertino": "Premier violon",
|
|
105
105
|
"instruments.contrabass-bugle": "Bugle contrebasse",
|
|
106
|
-
"instruments.contraBass": "Contrebasson",
|
|
107
|
-
"instruments.contrabassClarinet": "Clarinette contrebasse",
|
|
108
|
-
"instruments.cornet": "Cornet",
|
|
106
|
+
"instruments.contraBass": "{count, plural, one {Contrebasson} other {Contrebassons}}",
|
|
107
|
+
"instruments.contrabassClarinet": "{count, plural, one {Clarinette contrebasse} other {Clarinettes contrebasses}}",
|
|
108
|
+
"instruments.cornet": "{count, plural, one {Cornet} other {Cornets}}",
|
|
109
109
|
"instruments.highCornet": "Cornet aigu",
|
|
110
110
|
"instruments.lowCornet": "Cornet grave",
|
|
111
|
-
"instruments.counterTenor": "Contre-ténor",
|
|
112
|
-
"instruments.cymbals": "Cymbales",
|
|
113
|
-
"instruments.dj": "DJ",
|
|
114
|
-
"instruments.
|
|
111
|
+
"instruments.counterTenor": "{count, plural, one {Contre-ténor} other {Contre-ténors}}",
|
|
112
|
+
"instruments.cymbals": "{count, plural, one {Cymbales} other {Cymbales}}",
|
|
113
|
+
"instruments.dj": "{count, plural, one {DJ} other {DJ}}",
|
|
114
|
+
"instruments.electronics": "{count, plural, one {Électronique} other {Électroniques}}",
|
|
115
|
+
"instruments.doubleBass": "{count, plural, one {Contrebasse} other {Contrebasses}}",
|
|
115
116
|
"instruments.doubleBass-1": "Contrebasse 1",
|
|
116
117
|
"instruments.doubleBass-2": "Contrebasse 2",
|
|
117
|
-
"instruments.drumSet": "Batterie",
|
|
118
|
-
"instruments.dulzaina-fa": "Dolçaina en fa",
|
|
119
|
-
"instruments.dulzaina": "Dolçaina",
|
|
120
|
-
"instruments.electricGuitar": "Guitare électrique",
|
|
121
|
-
"instruments.englishHorn": "Cor anglais",
|
|
118
|
+
"instruments.drumSet": "{count, plural, one {Batterie} other {Batteries}}",
|
|
119
|
+
"instruments.dulzaina-fa": "{count, plural, one {Dolçaina en fa} other {Dolçainas en fa}}",
|
|
120
|
+
"instruments.dulzaina": "{count, plural, one {Dolçaina} other {Dolçainas}}",
|
|
121
|
+
"instruments.electricGuitar": "{count, plural, one {Guitare électrique} other {Guitares électriques}}",
|
|
122
|
+
"instruments.englishHorn": "{count, plural, one {Cor anglais} other {Cors anglais}}",
|
|
122
123
|
"instruments.escort": "Escorte",
|
|
123
|
-
"instruments.euphonium": "Euphonium",
|
|
124
|
+
"instruments.euphonium": "{count, plural, one {Euphonium} other {Euphoniums}}",
|
|
124
125
|
"instruments.euphonium-1": "Euphonium 1",
|
|
125
126
|
"instruments.euphonium-2": "Euphonium 2",
|
|
126
|
-
"instruments.flabiol": "Flabiol",
|
|
127
|
-
"instruments.flagBearer": "Porte-drapeau",
|
|
128
|
-
"instruments.flugelhorn": "Bugle",
|
|
129
|
-
"instruments.flute": "Flûte",
|
|
127
|
+
"instruments.flabiol": "{count, plural, one {Flabiol} other {Flabiols}}",
|
|
128
|
+
"instruments.flagBearer": "{count, plural, one {Porte-drapeau} other {Porte-drapeaux}}",
|
|
129
|
+
"instruments.flugelhorn": "{count, plural, one {Bugle} other {Bugles}}",
|
|
130
|
+
"instruments.flute": "{count, plural, one {Flûte} other {Flûtes}}",
|
|
130
131
|
"instruments.flute-1": "Flûte 1",
|
|
131
132
|
"instruments.flute-2": "Flûte 2",
|
|
132
|
-
"instruments.frenchHorn": "Cor français",
|
|
133
|
+
"instruments.frenchHorn": "{count, plural, one {Cor français} other {Cors français}}",
|
|
133
134
|
"instruments.frenchHorn-1": "Cor français 1",
|
|
134
135
|
"instruments.frenchHorn-2": "Cor français 2",
|
|
135
136
|
"instruments.frenchHorn-3": "Cor français 3",
|
|
136
137
|
"instruments.frenchHorn-4": "Cor français 4",
|
|
137
138
|
"instruments.glockenspiel": "Glockenspiel",
|
|
138
|
-
"instruments.guitar": "Guitare",
|
|
139
|
-
"instruments.harmonica": "Harmonica",
|
|
140
|
-
"instruments.harp": "Harpe",
|
|
141
|
-
"instruments.harpsichord": "Clavecin",
|
|
142
|
-
"instruments.highTrombone": "Trombone alto",
|
|
143
|
-
"instruments.keyboard": "Claviers",
|
|
144
|
-
"instruments.littleClarinet": "Petite clarinette",
|
|
145
|
-
"instruments.low-flute": "Flûte basse",
|
|
146
|
-
"instruments.lowSaxophone": "Saxophone basse",
|
|
147
|
-
"instruments.lowTrombone": "Trombone basse",
|
|
148
|
-
"instruments.lowTrumpet": "Trompette basse",
|
|
149
|
-
"instruments.lute": "Luth",
|
|
150
|
-
"instruments.mallets": "Lames",
|
|
151
|
-
"instruments.mandoline": "Mandoline",
|
|
152
|
-
"instruments.maracas": "Maracas",
|
|
153
|
-
"instruments.marchingToms": "Toms de marche",
|
|
154
|
-
"instruments.melodica": "Mélodica",
|
|
139
|
+
"instruments.guitar": "{count, plural, one {Guitare} other {Guitares}}",
|
|
140
|
+
"instruments.harmonica": "{count, plural, one {Harmonica} other {Harmonicas}}",
|
|
141
|
+
"instruments.harp": "{count, plural, one {Harpe} other {Harpes}}",
|
|
142
|
+
"instruments.harpsichord": "{count, plural, one {Clavecin} other {Clavecins}}",
|
|
143
|
+
"instruments.highTrombone": "{count, plural, one {Trombone alto} other {Trombones altos}}",
|
|
144
|
+
"instruments.keyboard": "{count, plural, one {Clavier} other {Claviers}}",
|
|
145
|
+
"instruments.littleClarinet": "{count, plural, one {Petite clarinette} other {Petites clarinettes}}",
|
|
146
|
+
"instruments.low-flute": "{count, plural, one {Flûte basse} other {Flûtes basses}}",
|
|
147
|
+
"instruments.lowSaxophone": "{count, plural, one {Saxophone basse} other {Saxophones basses}}",
|
|
148
|
+
"instruments.lowTrombone": "{count, plural, one {Trombone basse} other {Trombones basses}}",
|
|
149
|
+
"instruments.lowTrumpet": "{count, plural, one {Trompette basse} other {Trompettes basses}}",
|
|
150
|
+
"instruments.lute": "{count, plural, one {Luth} other {Luths}}",
|
|
151
|
+
"instruments.mallets": "{count, plural, one {Lames} other {Lames}}",
|
|
152
|
+
"instruments.mandoline": "{count, plural, one {Mandoline} other {Mandolines}}",
|
|
153
|
+
"instruments.maracas": "{count, plural, one {Maracas} other {Maracas}}",
|
|
154
|
+
"instruments.marchingToms": "{count, plural, one {Tom de marche} other {Toms de marche}}",
|
|
155
|
+
"instruments.melodica": "{count, plural, one {Mélodica} other {Mélodicas}}",
|
|
155
156
|
"instruments.marching-baritone": "Baryton de marche",
|
|
156
157
|
"instruments.marimba": "Marimba",
|
|
157
158
|
"instruments.mellophone": "Mellophone",
|
|
158
159
|
"instruments.mellophone-1": "Mellophone 1",
|
|
159
160
|
"instruments.mellophone-2": "Mellophone 2",
|
|
160
|
-
"instruments.
|
|
161
|
-
"instruments.musicConductor": "Direction musicale",
|
|
162
|
-
"instruments.
|
|
161
|
+
"instruments.mezzosoproano": "{count, plural, one {Mezzo-soprano} other {Mezzo-sopranos}}",
|
|
162
|
+
"instruments.musicConductor": "{count, plural, one {Direction musicale} other {Directions musicales}}",
|
|
163
|
+
"instruments.narrator": "{count, plural, one {Récitant} other {Récitants}}",
|
|
164
|
+
"instruments.oboe": "{count, plural, one {Hautbois} other {Hautbois}}",
|
|
163
165
|
"instruments.oboe-1": "Hautbois 1",
|
|
164
166
|
"instruments.oboe-2": "Hautbois 2",
|
|
165
|
-
"instruments.peak-flute": "Flûte à bec",
|
|
166
|
-
"instruments.percussion": "Percussions",
|
|
167
|
+
"instruments.peak-flute": "{count, plural, one {Flûte à bec} other {Flûtes à bec}}",
|
|
168
|
+
"instruments.percussion": "{count, plural, one {Percussion} other {Percussions}}",
|
|
167
169
|
"instruments.multipercussion": "Multipercussion",
|
|
168
|
-
"instruments.piano": "Piano",
|
|
169
|
-
"instruments.piccolo": "Piccolo",
|
|
170
|
-
"instruments.piccoloTrumpet": "Trompette piccolo",
|
|
171
|
-
"instruments.repique": "Repique",
|
|
172
|
-
"instruments.silbote": "Silbote",
|
|
173
|
-
"instruments.singer": "Chanteur",
|
|
174
|
-
"instruments.snareDrum": "Caisse claire",
|
|
175
|
-
"instruments.soprano": "Soprano",
|
|
170
|
+
"instruments.piano": "{count, plural, one {Piano} other {Pianos}}",
|
|
171
|
+
"instruments.piccolo": "{count, plural, one {Piccolo} other {Piccolos}}",
|
|
172
|
+
"instruments.piccoloTrumpet": "{count, plural, one {Trompette piccolo} other {Trompettes piccolo}}",
|
|
173
|
+
"instruments.repique": "{count, plural, one {Repique} other {Repiques}}",
|
|
174
|
+
"instruments.silbote": "{count, plural, one {Silbote} other {Silbotes}}",
|
|
175
|
+
"instruments.singer": "{count, plural, one {Chanteur} other {Chanteurs}}",
|
|
176
|
+
"instruments.snareDrum": "{count, plural, one {Caisse claire} other {Caisses claires}}",
|
|
177
|
+
"instruments.soprano": "{count, plural, one {Soprano} other {Sopranos}}",
|
|
176
178
|
"instruments.sousaphone": "Sousaphone",
|
|
177
|
-
"instruments.sopranoSaxophone": "Saxophone soprano",
|
|
178
|
-
"instruments.surdo": "Surdo",
|
|
179
|
-
"instruments.tabal": "Tambour",
|
|
180
|
-
"instruments.tambourine": "Tambourin",
|
|
181
|
-
"instruments.tambourineBrazilian": "Tamborim",
|
|
182
|
-
"instruments.tarota": "Tarota",
|
|
183
|
-
"instruments.tenor": "Ténor",
|
|
184
|
-
"instruments.tenorSax": "Saxophone ténor",
|
|
179
|
+
"instruments.sopranoSaxophone": "{count, plural, one {Saxophone soprano} other {Saxophones sopranos}}",
|
|
180
|
+
"instruments.surdo": "{count, plural, one {Surdo} other {Surdos}}",
|
|
181
|
+
"instruments.tabal": "{count, plural, one {Tambour} other {Tambours}}",
|
|
182
|
+
"instruments.tambourine": "{count, plural, one {Tambourin} other {Tambourins}}",
|
|
183
|
+
"instruments.tambourineBrazilian": "{count, plural, one {Tamborim} other {Tamborims}}",
|
|
184
|
+
"instruments.tarota": "{count, plural, one {Tarota} other {Tarotas}}",
|
|
185
|
+
"instruments.tenor": "{count, plural, one {Ténor} other {Ténors}}",
|
|
186
|
+
"instruments.tenorSax": "{count, plural, one {Saxophone ténor} other {Saxophones ténors}}",
|
|
185
187
|
"instruments.tenorSax-1": "Saxophone ténor 1",
|
|
186
188
|
"instruments.tenorSax-2": "Saxophone ténor 2",
|
|
187
|
-
"instruments.timbalBrazilian": "Timbal brésilien",
|
|
188
|
-
"instruments.timpani": "Timbales",
|
|
189
|
-
"instruments.trombone": "Trombone",
|
|
189
|
+
"instruments.timbalBrazilian": "{count, plural, one {Timbal brésilien} other {Timbals brésiliens}}",
|
|
190
|
+
"instruments.timpani": "{count, plural, one {Timbales} other {Timbales}}",
|
|
191
|
+
"instruments.trombone": "{count, plural, one {Trombone} other {Trombones}}",
|
|
190
192
|
"instruments.trombone-1": "Trombone 1",
|
|
191
193
|
"instruments.trombone-2": "Trombone 2",
|
|
192
194
|
"instruments.trombone-3": "Trombone 3",
|
|
193
|
-
"instruments.trumpet": "Trompette",
|
|
195
|
+
"instruments.trumpet": "{count, plural, one {Trompette} other {Trompettes}}",
|
|
194
196
|
"instruments.trumpet-1": "Trompette 1",
|
|
195
197
|
"instruments.trumpet-2": "Trompette 2",
|
|
196
198
|
"instruments.trumpet-3": "Trompette 3",
|
|
197
|
-
"instruments.tuba-wagnerian": "Tuba
|
|
198
|
-
"instruments.tuba": "Tuba",
|
|
199
|
+
"instruments.tuba-wagnerian": "{count, plural, one {Tuba wagnérien} other {Tubas wagnériens}}",
|
|
200
|
+
"instruments.tuba": "{count, plural, one {Tuba} other {Tubas}}",
|
|
199
201
|
"instruments.tuba-1": "Tuba 1",
|
|
200
202
|
"instruments.tuba-2": "Tuba 2",
|
|
201
|
-
"instruments.txistu": "Txistu",
|
|
202
|
-
"instruments.ukelele": "Ukulélé",
|
|
203
|
-
"instruments.unknown": "Instrument inconnu",
|
|
204
|
-
"instruments.viola": "Alto",
|
|
203
|
+
"instruments.txistu": "{count, plural, one {Txistu} other {Txistus}}",
|
|
204
|
+
"instruments.ukelele": "{count, plural, one {Ukulélé} other {Ukulélés}}",
|
|
205
|
+
"instruments.unknown": "{count, plural, one {Instrument inconnu} other {Instruments inconnus}}",
|
|
206
|
+
"instruments.viola": "{count, plural, one {Alto} other {Altos}}",
|
|
205
207
|
"instruments.viola-1": "Alto 1",
|
|
206
208
|
"instruments.viola-2": "Alto 2",
|
|
207
209
|
"instruments.vibraphone": "Vibraphone",
|
|
208
|
-
"instruments.violin": "Violon",
|
|
210
|
+
"instruments.violin": "{count, plural, one {Violon} other {Violons}}",
|
|
209
211
|
"instruments.violin-1": "Violon 1",
|
|
210
212
|
"instruments.violin-2": "Violon 2",
|
|
211
213
|
"instruments.xylophone": "Xylophone",
|
|
212
214
|
"musicStyles.agrupacion-musical": "Ensemble musical",
|
|
213
215
|
"musicStyles.banda-cornetas-y-tambores": "Bande de cornets et tambours",
|
|
216
|
+
"musicStyles.banda-de-gaitas": "Bande de cornemuses",
|
|
214
217
|
"musicStyles.banda-de-musica": "Bande de musique",
|
|
215
218
|
"musicStyles.batucada": "Batucada",
|
|
216
219
|
"musicStyles.big-band": "Big band",
|
|
220
|
+
"musicStyles.brass-band": "Brass band",
|
|
217
221
|
"musicStyles.charanga": "Charanga",
|
|
222
|
+
"musicStyles.cobla": "Cobla",
|
|
218
223
|
"musicStyles.colla": "Colla",
|
|
219
224
|
"musicStyles.coro": "Chœur",
|
|
225
|
+
"musicStyles.cuarteto-clarinetes": "Quatuor de clarinettes",
|
|
226
|
+
"musicStyles.cuarteto-cuerda": "Quatuor à cordes",
|
|
227
|
+
"musicStyles.cuarteto-saxofones": "Quatuor de saxophones",
|
|
228
|
+
"musicStyles.ensemble-cuerda": "Ensemble à cordes",
|
|
229
|
+
"musicStyles.ensemble-madera": "Ensemble de bois",
|
|
230
|
+
"musicStyles.ensemble-metales": "Ensemble de cuivres",
|
|
231
|
+
"musicStyles.ensemble-percusion": "Ensemble de percussions",
|
|
232
|
+
"musicStyles.flex-band": "Flex band",
|
|
233
|
+
"musicStyles.solista": "Soliste/s",
|
|
234
|
+
"musicStyles.grupo-de-camara": "Groupe de chambre",
|
|
235
|
+
"musicStyles.grupo-rock-pop": "Groupe rock/pop",
|
|
220
236
|
"musicStyles.jazz-band": "Jazz band",
|
|
237
|
+
"musicStyles.jazz-combo": "Jazz combo",
|
|
221
238
|
"musicStyles.marching-band": "Fanfare",
|
|
222
239
|
"musicStyles.orquesta-sinfonica": "Orchestre symphonique",
|
|
240
|
+
"musicStyles.quinteto-cuerda": "Quintette à cordes",
|
|
241
|
+
"musicStyles.quinteto-metales": "Quintette de cuivres",
|
|
242
|
+
"musicStyles.quinteto-viento": "Quintette à vent",
|
|
243
|
+
"musicStyles.rondalla": "Rondalla",
|
|
223
244
|
"musicStyles.txistularis": "Bande de txistularis",
|
|
224
245
|
"offer.alarm.text": "Il y a une nouvelle offre pour {instrument:extra.[instrumentId,customInstrumentName]} dans {string:group.0.displayName}. Jetez-y un œil !",
|
|
225
246
|
"offer.alarm.title": "🔔 Nouvelle offre",
|
|
@@ -463,5 +484,218 @@
|
|
|
463
484
|
"theme.claim.new.text": "{string:user.0.displayName} a demandé la partition pour {instrument:extra.[instrumentId,customInstrumentName]} dans l'œuvre « {string:extra.title} ».",
|
|
464
485
|
"theme.claim.new.title": "📒 Partition demandée",
|
|
465
486
|
"theme.claim.update.text": "La partition pour {instrument:extra.[instrumentId,customInstrumentName]} dans l'œuvre « {string:extra.title} » est maintenant disponible.",
|
|
466
|
-
"theme.claim.update.title": "📥 Nouvelle partition disponible pour {instrument:extra.[instrumentId,customInstrumentName]}"
|
|
487
|
+
"theme.claim.update.title": "📥 Nouvelle partition disponible pour {instrument:extra.[instrumentId,customInstrumentName]}",
|
|
488
|
+
"composition.list.filter.soloistOffstageParts": "Solistes et parties hors scène",
|
|
489
|
+
"composition.list.filter.soloistOffstageParts.include": "Inclure les œuvres avec l’un des solistes suivants :",
|
|
490
|
+
"composition.list.filter.soloistOffstageParts.includeShort": "Incl",
|
|
491
|
+
"composition.list.filter.soloistOffstageParts.exclude": "Exclure les œuvres avec l’un des solistes suivants :",
|
|
492
|
+
"composition.list.filter.soloistOffstageParts.excludeShort": "Excl",
|
|
493
|
+
"composition.list.filter.soloistOffstageParts.placeholder": "Sélectionner des solistes ou parties hors scène",
|
|
494
|
+
"composition.list.filter.soloistOffstageParts.includeTag": "Inclut {label}",
|
|
495
|
+
"composition.list.filter.soloistOffstageParts.excludeTag": "Exclut {label}",
|
|
496
|
+
"composition.soloistOffstageParts.label": "Solistes et parties hors scène",
|
|
497
|
+
"composition.soloistOffstageParts.help": "Ajoutez uniquement des solistes ou des parties hors scène. L'instrumentation complète va dans instrumentation et parties.",
|
|
498
|
+
"composition.soloistOffstageParts.part": "Partie",
|
|
499
|
+
"composition.soloistOffstageParts.partPlaceholder": "Sélectionner une partie",
|
|
500
|
+
"composition.soloistOffstageParts.quantity": "Quantité",
|
|
501
|
+
"composition.soloistOffstageParts.soloist": "Soliste",
|
|
502
|
+
"composition.soloistOffstageParts.offstage": "Hors scène",
|
|
503
|
+
"composition.soloistOffstageParts.add": "Ajouter une partie",
|
|
504
|
+
"composition.soloistOffstageParts.update": "Mettre à jour la partie",
|
|
505
|
+
"composition.soloistOffstageParts.duplicate": "Cette partie existe déjà. Modifiez plutôt l'étiquette existante.",
|
|
506
|
+
"composition.soloistOffstageParts.oppositeDuplicate": "Cette partie est déjà dans le filtre opposé. Retirez-la d’abord de là.",
|
|
507
|
+
"composition.soloistOffstageParts.quantityError": "La quantité doit être comprise entre 1 et 99.",
|
|
508
|
+
"composition.soloistOffstageParts.label.soloist": "{count, plural, =0 {Aucun {part} soliste} one {{part} soliste} other {# {part} solistes}}",
|
|
509
|
+
"composition.soloistOffstageParts.label.offstage": "{count, plural, =0 {Aucune {part} hors scène} one {{part} hors scène} other {# {part} hors scène}}",
|
|
510
|
+
"composition.instrumentationGroup.soloistOffstageParts.label": "Solistes et parties hors scène",
|
|
511
|
+
"composition.soloistOffstageParts.type.soloist": "Soliste/s",
|
|
512
|
+
"composition.soloistOffstageParts.type.offstage": "Hors scène",
|
|
513
|
+
"composition.soloistOffstageParts.edit": "Modifier la partie",
|
|
514
|
+
"composition.soloistOffstageParts.delete": "Retirer la partie",
|
|
515
|
+
"composition.list.filter.soloistOffstageParts.toggleMode": "Basculer inclure/exclure",
|
|
516
|
+
"composition.soloistOffstageParts.remove": "Retirer la partie",
|
|
517
|
+
"compositionGenres.festive": "Musique festive et traditionnelle",
|
|
518
|
+
"compositionGenres.festive.pasodoble": "Pasodobles",
|
|
519
|
+
"compositionGenres.festive.pasodoble.concert": "Pasodoble de concert",
|
|
520
|
+
"compositionGenres.festive.pasodoble.fallero": "Pasodoble fallero",
|
|
521
|
+
"compositionGenres.festive.pasodoble.foguerer": "Pasodoble foguerer",
|
|
522
|
+
"compositionGenres.festive.pasodoble.taurino": "Pasodoble taurin",
|
|
523
|
+
"compositionGenres.festive.pasodoble.regional": "Pasodoble régional",
|
|
524
|
+
"compositionGenres.festive.pasodoble.festero": "Pasodoble festif",
|
|
525
|
+
"compositionGenres.festive.pasodoble.dianero": "Pasodoble dianero",
|
|
526
|
+
"compositionGenres.festive.pasodoble.contrabandista": "Pasodoble contrebandier",
|
|
527
|
+
"compositionGenres.festive.pasodoble.march": "Pasodoble-marche",
|
|
528
|
+
"compositionGenres.festive.pasodoble.other": "Autres pasodobles",
|
|
529
|
+
"compositionGenres.festive.moors_christians": "Maures et chrétiens",
|
|
530
|
+
"compositionGenres.festive.moors_christians.moor_march": "Marche maure",
|
|
531
|
+
"compositionGenres.festive.moors_christians.christian_marches": "Marches chrétiennes",
|
|
532
|
+
"compositionGenres.festive.moors_christians.christian_march": "Marche chrétienne",
|
|
533
|
+
"compositionGenres.festive.moors_christians.paso_masero": "Paso Masero",
|
|
534
|
+
"compositionGenres.festive.moors_christians.christian_other": "Autres marches chrétiennes",
|
|
535
|
+
"compositionGenres.festive.moors_christians.boato": "Musique de faste",
|
|
536
|
+
"compositionGenres.festive.moors_christians.ballet": "Ballet festif",
|
|
537
|
+
"compositionGenres.festive.moors_christians.fanfare": "Fanfare festive",
|
|
538
|
+
"compositionGenres.festive.moors_christians.incidental": "Musique incidente/d'ambiance",
|
|
539
|
+
"compositionGenres.festive.moors_christians.boato_other": "Autre musique de faste",
|
|
540
|
+
"compositionGenres.festive.anthems": "Hymnes",
|
|
541
|
+
"compositionGenres.festive.anthems.regional": "Hymne régional/local",
|
|
542
|
+
"compositionGenres.festive.anthems.festero": "Hymne festif/groupe",
|
|
543
|
+
"compositionGenres.festive.anthems.national": "Hymne national",
|
|
544
|
+
"compositionGenres.festive.processional": "Marches processionnelles",
|
|
545
|
+
"compositionGenres.festive.processional.march": "Marche de procession",
|
|
546
|
+
"compositionGenres.festive.processional.funeral": "Marche funèbre (Semaine sainte)",
|
|
547
|
+
"compositionGenres.festive.processional.other": "Autres marches processionnelles",
|
|
548
|
+
"compositionGenres.festive.marches_parades": "Marches et défilés",
|
|
549
|
+
"compositionGenres.festive.marches_parades.military": "Marche militaire",
|
|
550
|
+
"compositionGenres.festive.marches_parades.parade": "Marche de parade (américaine/show)",
|
|
551
|
+
"compositionGenres.festive.marches_parades.symphonic": "Marche symphonique (italienne)",
|
|
552
|
+
"compositionGenres.festive.marches_parades.circus": "Marche de cirque (screamer)",
|
|
553
|
+
"compositionGenres.festive.marches_parades.concert": "Marche de concert (allemande/britannique)",
|
|
554
|
+
"compositionGenres.festive.folklore": "Folklore et racines",
|
|
555
|
+
"compositionGenres.festive.folklore.celtic": "Musique celtique",
|
|
556
|
+
"compositionGenres.festive.folklore.klezmer": "Klezmer/yiddish",
|
|
557
|
+
"compositionGenres.festive.folklore.american": "Folk nord-américain",
|
|
558
|
+
"compositionGenres.festive.folklore.native": "Musique indigène/autochtone",
|
|
559
|
+
"compositionGenres.festive.folklore.african": "Folk africain",
|
|
560
|
+
"compositionGenres.festive.folklore.oceania": "Folk océanien/australien",
|
|
561
|
+
"compositionGenres.festive.folklore.slavic": "Folk slave/balkanique",
|
|
562
|
+
"compositionGenres.festive.folklore.latin": "Folk latino-américain",
|
|
563
|
+
"compositionGenres.festive.folklore.asian": "Traditionnel asiatique",
|
|
564
|
+
"compositionGenres.festive.folklore.sardana": "Sardane",
|
|
565
|
+
"compositionGenres.festive.folklore.jota": "Jota",
|
|
566
|
+
"compositionGenres.festive.folklore.muineira": "Muñeira",
|
|
567
|
+
"compositionGenres.festive.folklore.txistu": "Répertoire de txistu",
|
|
568
|
+
"compositionGenres.festive.folklore.cercavila": "Cercavila/géants",
|
|
569
|
+
"compositionGenres.festive.folklore.dances": "Danses populaires",
|
|
570
|
+
"compositionGenres.festive.folklore.charanga": "Répertoire de charanga",
|
|
571
|
+
"compositionGenres.festive.folklore.other": "Autre musique folk",
|
|
572
|
+
"compositionGenres.festive.other": "Autre musique festive/traditionnelle",
|
|
573
|
+
"compositionGenres.symphonic": "Musique symphonique/instrumentale",
|
|
574
|
+
"compositionGenres.symphonic.symphony": "Symphonie",
|
|
575
|
+
"compositionGenres.symphonic.overture": "Ouverture/fanfare d'ouverture",
|
|
576
|
+
"compositionGenres.symphonic.poem": "Poème symphonique",
|
|
577
|
+
"compositionGenres.symphonic.suite": "Suite/Sérénade/Divertimento",
|
|
578
|
+
"compositionGenres.symphonic.concerto": "Concerto (soliste)",
|
|
579
|
+
"compositionGenres.symphonic.chamber": "Musique de chambre",
|
|
580
|
+
"compositionGenres.symphonic.sonata": "Sonate",
|
|
581
|
+
"compositionGenres.symphonic.variations": "Variations",
|
|
582
|
+
"compositionGenres.symphonic.free_form": "Œuvre libre/fantaisie/rhapsodie",
|
|
583
|
+
"compositionGenres.symphonic.miniature": "Miniature/intermezzo",
|
|
584
|
+
"compositionGenres.symphonic.dance": "Danses de concert et de salon",
|
|
585
|
+
"compositionGenres.symphonic.dance.waltz": "Valse",
|
|
586
|
+
"compositionGenres.symphonic.dance.polka": "Polka",
|
|
587
|
+
"compositionGenres.symphonic.dance.mazurka": "Mazurka",
|
|
588
|
+
"compositionGenres.symphonic.dance.landler": "Ländler",
|
|
589
|
+
"compositionGenres.symphonic.dance.tarantella": "Tarentelle",
|
|
590
|
+
"compositionGenres.symphonic.dance.ragtime": "Ragtime",
|
|
591
|
+
"compositionGenres.symphonic.dance.habanera": "Habanera (instrumental)",
|
|
592
|
+
"compositionGenres.symphonic.dance.tango": "Tango",
|
|
593
|
+
"compositionGenres.symphonic.dance.ancient": "Danses anciennes",
|
|
594
|
+
"compositionGenres.symphonic.other": "Autre musique symphonique/instrumentale",
|
|
595
|
+
"compositionGenres.stage": "Musique scénique",
|
|
596
|
+
"compositionGenres.stage.opera": "Opéra",
|
|
597
|
+
"compositionGenres.stage.opera.complete": "Opéra (complet)",
|
|
598
|
+
"compositionGenres.stage.opera.selection": "Sélection/fantaisie d'opéra",
|
|
599
|
+
"compositionGenres.stage.opera.fragment": "Air/duo/chœur d'opéra",
|
|
600
|
+
"compositionGenres.stage.opera.other": "Autre opéra",
|
|
601
|
+
"compositionGenres.stage.zarzuela": "Zarzuela",
|
|
602
|
+
"compositionGenres.stage.zarzuela.complete": "Zarzuela (complète)",
|
|
603
|
+
"compositionGenres.stage.zarzuela.selection": "Sélection de zarzuela",
|
|
604
|
+
"compositionGenres.stage.zarzuela.prelude": "Prélude/interlude de zarzuela",
|
|
605
|
+
"compositionGenres.stage.zarzuela.romanza": "Romance/duo de zarzuela",
|
|
606
|
+
"compositionGenres.stage.zarzuela.other": "Autre zarzuela",
|
|
607
|
+
"compositionGenres.stage.operetta": "Opérette",
|
|
608
|
+
"compositionGenres.stage.operetta.complete": "Opérette (complète)",
|
|
609
|
+
"compositionGenres.stage.operetta.selection": "Sélection d'opérette",
|
|
610
|
+
"compositionGenres.stage.operetta.other": "Autre opérette",
|
|
611
|
+
"compositionGenres.stage.musical": "Théâtre musical",
|
|
612
|
+
"compositionGenres.stage.musical.complete": "Comédie musicale (complète)",
|
|
613
|
+
"compositionGenres.stage.musical.selection": "Sélection de comédie musicale",
|
|
614
|
+
"compositionGenres.stage.musical.song": "Chanson/numéro de comédie musicale",
|
|
615
|
+
"compositionGenres.stage.musical.other": "Autre théâtre musical",
|
|
616
|
+
"compositionGenres.stage.ballet": "Ballet classique",
|
|
617
|
+
"compositionGenres.stage.ballet.complete": "Ballet (complet)",
|
|
618
|
+
"compositionGenres.stage.ballet.suite": "Suite de ballet",
|
|
619
|
+
"compositionGenres.stage.ballet.other": "Autre ballet",
|
|
620
|
+
"compositionGenres.stage.other": "Autre musique scénique",
|
|
621
|
+
"compositionGenres.modern": "Musique moderne",
|
|
622
|
+
"compositionGenres.modern.soundtrack": "Bandes sonores de films et TV",
|
|
623
|
+
"compositionGenres.modern.jazz": "Jazz et dérivés",
|
|
624
|
+
"compositionGenres.modern.jazz.swing": "Jazz/swing/big band",
|
|
625
|
+
"compositionGenres.modern.jazz.dixieland": "Dixieland/La Nouvelle-Orléans",
|
|
626
|
+
"compositionGenres.modern.jazz.blues": "Blues/soul",
|
|
627
|
+
"compositionGenres.modern.jazz.latin": "Jazz latin",
|
|
628
|
+
"compositionGenres.modern.pop_rock": "Pop/rock",
|
|
629
|
+
"compositionGenres.modern.latin": "Latino/salsa/merengue",
|
|
630
|
+
"compositionGenres.modern.funk": "Funk/R&B",
|
|
631
|
+
"compositionGenres.modern.videogames": "Musique de jeux vidéo",
|
|
632
|
+
"compositionGenres.modern.other": "Autre musique moderne",
|
|
633
|
+
"compositionGenres.percussion": "Percussion",
|
|
634
|
+
"compositionGenres.percussion.ethnic": "Rythmes ethniques",
|
|
635
|
+
"compositionGenres.percussion.contemporary": "Percussion contemporaine",
|
|
636
|
+
"compositionGenres.percussion.other": "Autre percussion",
|
|
637
|
+
"compositionGenres.vocal": "Choral et vocal",
|
|
638
|
+
"compositionGenres.vocal.sacred": "Musique sacrée",
|
|
639
|
+
"compositionGenres.vocal.sacred.mass": "Messe et parties",
|
|
640
|
+
"compositionGenres.vocal.sacred.mass.complete": "Messe/Missa Brevis",
|
|
641
|
+
"compositionGenres.vocal.sacred.mass.kyrie": "Kyrie",
|
|
642
|
+
"compositionGenres.vocal.sacred.mass.gloria": "Gloria",
|
|
643
|
+
"compositionGenres.vocal.sacred.mass.credo": "Credo",
|
|
644
|
+
"compositionGenres.vocal.sacred.mass.sanctus": "Sanctus/Benedictus",
|
|
645
|
+
"compositionGenres.vocal.sacred.mass.agnus": "Agnus Dei",
|
|
646
|
+
"compositionGenres.vocal.sacred.requiem": "Requiem",
|
|
647
|
+
"compositionGenres.vocal.sacred.oratorio": "Oratorio/Passion",
|
|
648
|
+
"compositionGenres.vocal.sacred.cantata": "Cantate sacrée",
|
|
649
|
+
"compositionGenres.vocal.sacred.motet": "Motet/antienne/psaume",
|
|
650
|
+
"compositionGenres.vocal.sacred.chorale": "Choral/hymne religieux",
|
|
651
|
+
"compositionGenres.vocal.sacred.tedeum": "Te Deum/Magnificat/Stabat Mater",
|
|
652
|
+
"compositionGenres.vocal.sacred.gospel": "Gospel/spiritual",
|
|
653
|
+
"compositionGenres.vocal.sacred.procession": "Marche processionnelle vocale",
|
|
654
|
+
"compositionGenres.vocal.sacred.other": "Autre musique sacrée",
|
|
655
|
+
"compositionGenres.vocal.secular": "Musique séculaire/civile",
|
|
656
|
+
"compositionGenres.vocal.secular.cantata": "Cantate profane",
|
|
657
|
+
"compositionGenres.vocal.secular.madrigal": "Madrigal/chanson",
|
|
658
|
+
"compositionGenres.vocal.secular.concert_work": "Œuvre chorale de concert",
|
|
659
|
+
"compositionGenres.vocal.secular.pop_arrangement": "Arrangement choral populaire",
|
|
660
|
+
"compositionGenres.vocal.secular.anthem": "Hymne non religieux",
|
|
661
|
+
"compositionGenres.vocal.secular.other": "Autre musique séculaire",
|
|
662
|
+
"compositionGenres.vocal.solo": "Répertoire de voix solo",
|
|
663
|
+
"compositionGenres.vocal.solo.lied": "Lied/mélodie/chanson d'art",
|
|
664
|
+
"compositionGenres.vocal.solo.aria": "Air de concert",
|
|
665
|
+
"compositionGenres.vocal.carols": "Noël/chants de Noël",
|
|
666
|
+
"compositionGenres.vocal.habanera": "Habanera (vocal/choral)",
|
|
667
|
+
"compositionGenres.educational": "Éducatif",
|
|
668
|
+
"compositionGenres.educational.method": "Méthodes/technique",
|
|
669
|
+
"compositionGenres.educational.didactic": "Œuvres didactiques",
|
|
670
|
+
"compositionGenres.educational.flex_band": "Flex-band",
|
|
671
|
+
"compositionStyles.group.historical": "Périodes historiques",
|
|
672
|
+
"compositionStyles.group.jazz_blues": "Styles jazz et blues",
|
|
673
|
+
"compositionStyles.group.world_pop": "Populaire et mondial",
|
|
674
|
+
"compositionStyles.group.character": "Caractère et fonction",
|
|
675
|
+
"compositionStyles.historical.renaissance": "Renaissance",
|
|
676
|
+
"compositionStyles.historical.baroque": "Baroque",
|
|
677
|
+
"compositionStyles.historical.classicism": "Classicisme",
|
|
678
|
+
"compositionStyles.historical.romanticism": "Romantisme",
|
|
679
|
+
"compositionStyles.historical.post_romanticism": "Post-romantisme/nationalisme",
|
|
680
|
+
"compositionStyles.historical.20th_century": "XXe siècle",
|
|
681
|
+
"compositionStyles.historical.contemporary": "Contemporain/avant-garde",
|
|
682
|
+
"compositionStyles.historical.minimalism": "Minimalisme",
|
|
683
|
+
"compositionStyles.jazz.swing": "Swing/big band (classique années 30-40)",
|
|
684
|
+
"compositionStyles.jazz.dixieland": "Dixieland/traditionnel/ragtime",
|
|
685
|
+
"compositionStyles.jazz.bebop": "Bebop/jazz moderne",
|
|
686
|
+
"compositionStyles.jazz.fusion": "Jazz fusion/électrique",
|
|
687
|
+
"compositionStyles.jazz.blues": "Blues/slow",
|
|
688
|
+
"compositionStyles.jazz.bossa": "Bossa nova/samba",
|
|
689
|
+
"compositionStyles.world.pop": "Pop/ballade",
|
|
690
|
+
"compositionStyles.world.rock": "Rock/heavy",
|
|
691
|
+
"compositionStyles.world.funk": "Funk/disco",
|
|
692
|
+
"compositionStyles.world.flamenco": "Flamenco/andalou",
|
|
693
|
+
"compositionStyles.world.celtic": "Celtique/folk",
|
|
694
|
+
"compositionStyles.world.latin": "Latin/caraïbe",
|
|
695
|
+
"compositionStyles.world.african": "Africain/tribal",
|
|
696
|
+
"compositionStyles.world.oriental": "Oriental/asiatique",
|
|
697
|
+
"compositionStyles.character.epic": "Épique/cinématographique",
|
|
698
|
+
"compositionStyles.character.sacred": "Caractère religieux/sacré",
|
|
699
|
+
"compositionStyles.character.humorous": "Caractère humoristique/descriptif",
|
|
700
|
+
"compositionStyles.character.solemn": "Caractère solennel/martial"
|
|
467
701
|
}
|