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