@glissandoo/lib 1.114.0 → 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 -17
- 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/en.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"group.delete.title": "Group deleted",
|
|
25
25
|
"group.onboarding.attendance.text": "Who's available for rehearsal? 😍 Find out through simple attendance lists 🙋♀️",
|
|
26
26
|
"group.onboarding.attendance.title": "📅 {string:group.0.displayName}",
|
|
27
|
-
"group.onboarding.dashboard.text": "At
|
|
27
|
+
"group.onboarding.dashboard.text": "At Glissandoo, you can easily organize your group: rehearsals, concerts, repertoire, and much more. 🎶",
|
|
28
28
|
"group.onboarding.dashboard.title": "Have you visited our web dashboard? 💻",
|
|
29
29
|
"group.onboarding.engagement.text": "The key to effective communication is a clear calendar. You're doing great so far—keep adding your rehearsals and concerts! 👏",
|
|
30
30
|
"group.onboarding.engagement.title": "Encourage musician engagement 📅",
|
|
@@ -63,157 +63,178 @@
|
|
|
63
63
|
"group.questions.default2.confirmed.title": "Will there be any unforeseen issues?",
|
|
64
64
|
"groupPlayer.switchInstruments.byAdmin.text": "An administrator has updated your assigned instruments",
|
|
65
65
|
"groupPlayer.switchInstruments.byAdmin.title": "🔧 Instrument change",
|
|
66
|
-
"instruments.accordion": "Accordion",
|
|
67
|
-
"instruments.agogo": "Agogo",
|
|
68
|
-
"instruments.altoClarinet": "Alto Clarinet",
|
|
69
|
-
"instruments.altoSaxophone": "Alto Saxophone",
|
|
66
|
+
"instruments.accordion": "{count, plural, one {Accordion} other {Accordions}}",
|
|
67
|
+
"instruments.agogo": "{count, plural, one {Agogo} other {Agogos}}",
|
|
68
|
+
"instruments.altoClarinet": "{count, plural, one {Alto Clarinet} other {Alto Clarinets}}",
|
|
69
|
+
"instruments.altoSaxophone": "{count, plural, one {Alto Saxophone} other {Alto Saxophones}}",
|
|
70
70
|
"instruments.altoSaxophone-1": "Alto Saxophone 1",
|
|
71
71
|
"instruments.altoSaxophone-2": "Alto Saxophone 2",
|
|
72
|
-
"instruments.auxiliar": "
|
|
73
|
-
"instruments.bagpipes": "Bagpipes",
|
|
74
|
-
"instruments.bandurria": "Bandurria",
|
|
75
|
-
"instruments.banjo": "Banjo",
|
|
76
|
-
"instruments.baritone": "Baritone",
|
|
77
|
-
"instruments.baritoneSax": "Baritone Saxophone",
|
|
78
|
-
"instruments.bass-choir": "Bass",
|
|
79
|
-
"instruments.bass-drum": "Drum
|
|
80
|
-
"instruments.bass": "Bass
|
|
81
|
-
"instruments.bassClarinet": "Bass Clarinet",
|
|
82
|
-
"instruments.bassoon": "Bassoon",
|
|
72
|
+
"instruments.auxiliar": "{count, plural, one {Auxiliary} other {Auxiliaries}}",
|
|
73
|
+
"instruments.bagpipes": "{count, plural, one {Bagpipes} other {Bagpipes}}",
|
|
74
|
+
"instruments.bandurria": "{count, plural, one {Bandurria} other {Bandurrias}}",
|
|
75
|
+
"instruments.banjo": "{count, plural, one {Banjo} other {Banjos}}",
|
|
76
|
+
"instruments.baritone": "{count, plural, one {Baritone} other {Baritones}}",
|
|
77
|
+
"instruments.baritoneSax": "{count, plural, one {Baritone Saxophone} other {Baritone Saxophones}}",
|
|
78
|
+
"instruments.bass-choir": "{count, plural, one {Bass} other {Basses}}",
|
|
79
|
+
"instruments.bass-drum": "{count, plural, one {Bass Drum} other {Bass Drums}}",
|
|
80
|
+
"instruments.bass": "{count, plural, one {Bass Guitar} other {Bass Guitars}}",
|
|
81
|
+
"instruments.bassClarinet": "{count, plural, one {Bass Clarinet} other {Bass Clarinets}}",
|
|
82
|
+
"instruments.bassoon": "{count, plural, one {Bassoon} other {Bassoons}}",
|
|
83
83
|
"instruments.bassoon-1": "Bassoon 1",
|
|
84
84
|
"instruments.bassoon-2": "Bassoon 2",
|
|
85
|
-
"instruments.cajon": "Cajon",
|
|
86
|
-
"instruments.castanets": "Castanets",
|
|
87
|
-
"instruments.cello": "
|
|
85
|
+
"instruments.cajon": "{count, plural, one {Cajon} other {Cajons}}",
|
|
86
|
+
"instruments.castanets": "{count, plural, one {Castanets} other {Castanets}}",
|
|
87
|
+
"instruments.cello": "{count, plural, one {Cello} other {Cellos}}",
|
|
88
88
|
"instruments.cello-1": "Violoncello 1",
|
|
89
89
|
"instruments.cello-2": "Violoncello 2",
|
|
90
|
-
"instruments.chocalho": "Chocalho",
|
|
91
|
-
"instruments.choir": "Choir",
|
|
92
|
-
"instruments.clarinet": "Clarinet",
|
|
90
|
+
"instruments.chocalho": "{count, plural, one {Chocalho} other {Chocalhos}}",
|
|
91
|
+
"instruments.choir": "{count, plural, one {Choir} other {Choirs}}",
|
|
92
|
+
"instruments.clarinet": "{count, plural, one {Clarinet} other {Clarinets}}",
|
|
93
93
|
"instruments.clarinet-1": "Clarinet 1",
|
|
94
94
|
"instruments.clarinet-2": "Clarinet 2",
|
|
95
95
|
"instruments.clarinet-3": "Clarinet 3",
|
|
96
96
|
"instruments.principalClarinet": "Principal Clarinet",
|
|
97
|
-
"instruments.contraAlto": "Contralto",
|
|
97
|
+
"instruments.contraAlto": "{count, plural, one {Contralto} other {Contraltos}}",
|
|
98
98
|
"instruments.concertino": "Concertmaster",
|
|
99
99
|
"instruments.contrabass-bugle": "Contrabass Bugle",
|
|
100
|
-
"instruments.contraBass": "Contrabassoon",
|
|
101
|
-
"instruments.contrabassClarinet": "Contrabass Clarinet",
|
|
102
|
-
"instruments.cornet": "Cornet",
|
|
100
|
+
"instruments.contraBass": "{count, plural, one {Contrabassoon} other {Contrabassoons}}",
|
|
101
|
+
"instruments.contrabassClarinet": "{count, plural, one {Contrabass Clarinet} other {Contrabass Clarinets}}",
|
|
102
|
+
"instruments.cornet": "{count, plural, one {Cornet} other {Cornets}}",
|
|
103
103
|
"instruments.highCornet": "High Cornet",
|
|
104
104
|
"instruments.lowCornet": "Low Cornet",
|
|
105
|
-
"instruments.counterTenor": "Countertenor",
|
|
106
|
-
"instruments.cymbals": "Cymbals",
|
|
107
|
-
"instruments.dj": "DJ",
|
|
108
|
-
"instruments.
|
|
105
|
+
"instruments.counterTenor": "{count, plural, one {Countertenor} other {Countertenors}}",
|
|
106
|
+
"instruments.cymbals": "{count, plural, one {Cymbals} other {Cymbals}}",
|
|
107
|
+
"instruments.dj": "{count, plural, one {DJ} other {DJs}}",
|
|
108
|
+
"instruments.electronics": "{count, plural, one {Electronics} other {Electronics}}",
|
|
109
|
+
"instruments.doubleBass": "{count, plural, one {Double Bass} other {Double Basses}}",
|
|
109
110
|
"instruments.doubleBass-1": "Doublebass 1",
|
|
110
111
|
"instruments.doubleBass-2": "Doublebass 2",
|
|
111
|
-
"instruments.drumSet": "Drum Set",
|
|
112
|
-
"instruments.dulzaina-fa": "Dulzaina F",
|
|
113
|
-
"instruments.dulzaina": "Dulzaina",
|
|
114
|
-
"instruments.electricGuitar": "Electric Guitar",
|
|
115
|
-
"instruments.englishHorn": "English Horn",
|
|
112
|
+
"instruments.drumSet": "{count, plural, one {Drum Set} other {Drum Sets}}",
|
|
113
|
+
"instruments.dulzaina-fa": "{count, plural, one {Dulzaina in F} other {Dulzainas in F}}",
|
|
114
|
+
"instruments.dulzaina": "{count, plural, one {Dulzaina} other {Dulzainas}}",
|
|
115
|
+
"instruments.electricGuitar": "{count, plural, one {Electric Guitar} other {Electric Guitars}}",
|
|
116
|
+
"instruments.englishHorn": "{count, plural, one {English Horn} other {English Horns}}",
|
|
116
117
|
"instruments.escort": "Escort",
|
|
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": "Flag
|
|
122
|
-
"instruments.flugelhorn": "Flugelhorn",
|
|
123
|
-
"instruments.flute": "Flute",
|
|
121
|
+
"instruments.flabiol": "{count, plural, one {Flabiol} other {Flabiols}}",
|
|
122
|
+
"instruments.flagBearer": "{count, plural, one {Flag Bearer} other {Flag Bearers}}",
|
|
123
|
+
"instruments.flugelhorn": "{count, plural, one {Flugelhorn} other {Flugelhorns}}",
|
|
124
|
+
"instruments.flute": "{count, plural, one {Flute} other {Flutes}}",
|
|
124
125
|
"instruments.flute-1": "Flute 1",
|
|
125
126
|
"instruments.flute-2": "Flute 2",
|
|
126
|
-
"instruments.frenchHorn": "French Horn",
|
|
127
|
+
"instruments.frenchHorn": "{count, plural, one {French Horn} other {French Horns}}",
|
|
127
128
|
"instruments.frenchHorn-1": "French Horn 1",
|
|
128
129
|
"instruments.frenchHorn-2": "French Horn 2",
|
|
129
130
|
"instruments.frenchHorn-3": "French Horn 3",
|
|
130
131
|
"instruments.frenchHorn-4": "French Horn 4",
|
|
131
132
|
"instruments.glockenspiel": "Glockenspiel",
|
|
132
|
-
"instruments.guitar": "Guitar",
|
|
133
|
-
"instruments.harmonica": "Harmonica",
|
|
134
|
-
"instruments.harp": "Harp",
|
|
135
|
-
"instruments.harpsichord": "Harpsichord",
|
|
136
|
-
"instruments.highTrombone": "Alto Trombone",
|
|
137
|
-
"instruments.keyboard": "Keyboard",
|
|
138
|
-
"instruments.littleClarinet": "Piccolo Clarinet",
|
|
139
|
-
"instruments.low-flute": "Bass Flute",
|
|
140
|
-
"instruments.lowSaxophone": "Bass Saxophone",
|
|
141
|
-
"instruments.lowTrombone": "Bass Trombone",
|
|
142
|
-
"instruments.lowTrumpet": "Bass Trumpet",
|
|
143
|
-
"instruments.lute": "Lute",
|
|
144
|
-
"instruments.mallets": "Mallets",
|
|
145
|
-
"instruments.mandoline": "
|
|
146
|
-
"instruments.maracas": "Maracas",
|
|
147
|
-
"instruments.marchingToms": "Marching
|
|
148
|
-
"instruments.melodica": "Melodica",
|
|
133
|
+
"instruments.guitar": "{count, plural, one {Guitar} other {Guitars}}",
|
|
134
|
+
"instruments.harmonica": "{count, plural, one {Harmonica} other {Harmonicas}}",
|
|
135
|
+
"instruments.harp": "{count, plural, one {Harp} other {Harps}}",
|
|
136
|
+
"instruments.harpsichord": "{count, plural, one {Harpsichord} other {Harpsichords}}",
|
|
137
|
+
"instruments.highTrombone": "{count, plural, one {Alto Trombone} other {Alto Trombones}}",
|
|
138
|
+
"instruments.keyboard": "{count, plural, one {Keyboard} other {Keyboards}}",
|
|
139
|
+
"instruments.littleClarinet": "{count, plural, one {Piccolo Clarinet} other {Piccolo Clarinets}}",
|
|
140
|
+
"instruments.low-flute": "{count, plural, one {Bass Flute} other {Bass Flutes}}",
|
|
141
|
+
"instruments.lowSaxophone": "{count, plural, one {Bass Saxophone} other {Bass Saxophones}}",
|
|
142
|
+
"instruments.lowTrombone": "{count, plural, one {Bass Trombone} other {Bass Trombones}}",
|
|
143
|
+
"instruments.lowTrumpet": "{count, plural, one {Bass Trumpet} other {Bass Trumpets}}",
|
|
144
|
+
"instruments.lute": "{count, plural, one {Lute} other {Lutes}}",
|
|
145
|
+
"instruments.mallets": "{count, plural, one {Mallets} other {Mallets}}",
|
|
146
|
+
"instruments.mandoline": "{count, plural, one {Mandolin} other {Mandolins}}",
|
|
147
|
+
"instruments.maracas": "{count, plural, one {Maracas} other {Maracas}}",
|
|
148
|
+
"instruments.marchingToms": "{count, plural, one {Marching Tom} other {Marching Toms}}",
|
|
149
|
+
"instruments.melodica": "{count, plural, one {Melodica} other {Melodicas}}",
|
|
149
150
|
"instruments.marching-baritone": "Marching Baritone",
|
|
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.mezzosoproano": "
|
|
155
|
-
"instruments.musicConductor": "Conductor",
|
|
156
|
-
"instruments.
|
|
155
|
+
"instruments.mezzosoproano": "{count, plural, one {Mezzo-soprano} other {Mezzo-sopranos}}",
|
|
156
|
+
"instruments.musicConductor": "{count, plural, one {Conductor} other {Conductors}}",
|
|
157
|
+
"instruments.narrator": "{count, plural, one {Narrator} other {Narrators}}",
|
|
158
|
+
"instruments.oboe": "{count, plural, one {Oboe} other {Oboes}}",
|
|
157
159
|
"instruments.oboe-1": "Oboe 1",
|
|
158
160
|
"instruments.oboe-2": "Oboe 2",
|
|
159
|
-
"instruments.peak-flute": "
|
|
160
|
-
"instruments.percussion": "Percussion",
|
|
161
|
+
"instruments.peak-flute": "{count, plural, one {Recorder} other {Recorders}}",
|
|
162
|
+
"instruments.percussion": "{count, plural, one {Percussion} other {Percussion}}",
|
|
161
163
|
"instruments.multipercussion": "Multi-percussion",
|
|
162
|
-
"instruments.piano": "Piano",
|
|
163
|
-
"instruments.piccolo": "Piccolo",
|
|
164
|
-
"instruments.piccoloTrumpet": "Piccolo Trumpet",
|
|
165
|
-
"instruments.repique": "Repique",
|
|
166
|
-
"instruments.silbote": "Silbote",
|
|
167
|
-
"instruments.singer": "Singer",
|
|
168
|
-
"instruments.snareDrum": "Snare
|
|
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 {Piccolo Trumpet} other {Piccolo Trumpets}}",
|
|
167
|
+
"instruments.repique": "{count, plural, one {Repique} other {Repiques}}",
|
|
168
|
+
"instruments.silbote": "{count, plural, one {Silbote} other {Silbotes}}",
|
|
169
|
+
"instruments.singer": "{count, plural, one {Singer} other {Singers}}",
|
|
170
|
+
"instruments.snareDrum": "{count, plural, one {Snare Drum} other {Snare Drums}}",
|
|
171
|
+
"instruments.soprano": "{count, plural, one {Soprano} other {Sopranos}}",
|
|
170
172
|
"instruments.sousaphone": "Sousaphone",
|
|
171
|
-
"instruments.sopranoSaxophone": "Soprano Saxophone",
|
|
172
|
-
"instruments.surdo": "Surdo",
|
|
173
|
-
"instruments.tabal": "
|
|
174
|
-
"instruments.tambourine": "Tambourine",
|
|
175
|
-
"instruments.tambourineBrazilian": "Brazilian
|
|
176
|
-
"instruments.tarota": "Tarota",
|
|
177
|
-
"instruments.tenor": "Tenor",
|
|
178
|
-
"instruments.tenorSax": "Tenor Saxophone",
|
|
173
|
+
"instruments.sopranoSaxophone": "{count, plural, one {Soprano Saxophone} other {Soprano Saxophones}}",
|
|
174
|
+
"instruments.surdo": "{count, plural, one {Surdo} other {Surdos}}",
|
|
175
|
+
"instruments.tabal": "{count, plural, one {Tabal} other {Tabals}}",
|
|
176
|
+
"instruments.tambourine": "{count, plural, one {Tambourine} other {Tambourines}}",
|
|
177
|
+
"instruments.tambourineBrazilian": "{count, plural, one {Brazilian Tambourine} other {Brazilian Tambourines}}",
|
|
178
|
+
"instruments.tarota": "{count, plural, one {Tarota} other {Tarotas}}",
|
|
179
|
+
"instruments.tenor": "{count, plural, one {Tenor} other {Tenors}}",
|
|
180
|
+
"instruments.tenorSax": "{count, plural, one {Tenor Saxophone} other {Tenor Saxophones}}",
|
|
179
181
|
"instruments.tenorSax-1": "Tenor Saxophone 1",
|
|
180
182
|
"instruments.tenorSax-2": "Tenor Saxophone 2",
|
|
181
|
-
"instruments.timbalBrazilian": "Timbal",
|
|
182
|
-
"instruments.timpani": "Timpani",
|
|
183
|
-
"instruments.trombone": "Trombone",
|
|
183
|
+
"instruments.timbalBrazilian": "{count, plural, one {Timbal} other {Timbals}}",
|
|
184
|
+
"instruments.timpani": "{count, plural, one {Timpani} other {Timpani}}",
|
|
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": "Trumpet",
|
|
189
|
+
"instruments.trumpet": "{count, plural, one {Trumpet} other {Trumpets}}",
|
|
188
190
|
"instruments.trumpet-1": "Trumpet 1",
|
|
189
191
|
"instruments.trumpet-2": "Trumpet 2",
|
|
190
192
|
"instruments.trumpet-3": "Trumpet 3",
|
|
191
|
-
"instruments.tuba-wagnerian": "Wagnerian Tuba",
|
|
192
|
-
"instruments.tuba": "Tuba",
|
|
193
|
+
"instruments.tuba-wagnerian": "{count, plural, one {Wagnerian Tuba} other {Wagnerian Tubas}}",
|
|
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": "
|
|
197
|
-
"instruments.unknown": "Unknown
|
|
198
|
-
"instruments.viola": "Viola",
|
|
197
|
+
"instruments.txistu": "{count, plural, one {Txistu} other {Txistus}}",
|
|
198
|
+
"instruments.ukelele": "{count, plural, one {Ukulele} other {Ukuleles}}",
|
|
199
|
+
"instruments.unknown": "{count, plural, one {Unknown Instrument} other {Unknown Instruments}}",
|
|
200
|
+
"instruments.viola": "{count, plural, one {Viola} other {Violas}}",
|
|
199
201
|
"instruments.viola-1": "Viola 1",
|
|
200
202
|
"instruments.viola-2": "Viola 2",
|
|
201
203
|
"instruments.vibraphone": "Vibraphone",
|
|
202
|
-
"instruments.violin": "Violin",
|
|
204
|
+
"instruments.violin": "{count, plural, one {Violin} other {Violins}}",
|
|
203
205
|
"instruments.violin-1": "Violin 1",
|
|
204
206
|
"instruments.violin-2": "Violin 2",
|
|
205
207
|
"instruments.xylophone": "Xylophone",
|
|
206
208
|
"musicStyles.agrupacion-musical": "Musical group",
|
|
207
209
|
"musicStyles.banda-cornetas-y-tambores": "Drums and winds band",
|
|
210
|
+
"musicStyles.banda-de-gaitas": "Bagpipe band",
|
|
208
211
|
"musicStyles.banda-de-musica": "Concert band",
|
|
209
212
|
"musicStyles.batucada": "Batucada",
|
|
210
213
|
"musicStyles.big-band": "Big band",
|
|
214
|
+
"musicStyles.brass-band": "Brass band",
|
|
211
215
|
"musicStyles.charanga": "Street brass band",
|
|
216
|
+
"musicStyles.cobla": "Cobla",
|
|
212
217
|
"musicStyles.colla": "Colla",
|
|
213
218
|
"musicStyles.coro": "Choir",
|
|
219
|
+
"musicStyles.cuarteto-clarinetes": "Clarinet quartet",
|
|
220
|
+
"musicStyles.cuarteto-cuerda": "String quartet",
|
|
221
|
+
"musicStyles.cuarteto-saxofones": "Saxophone quartet",
|
|
222
|
+
"musicStyles.ensemble-cuerda": "String ensemble",
|
|
223
|
+
"musicStyles.ensemble-madera": "Woodwind ensemble",
|
|
224
|
+
"musicStyles.ensemble-metales": "Brass ensemble",
|
|
225
|
+
"musicStyles.ensemble-percusion": "Percussion ensemble",
|
|
226
|
+
"musicStyles.flex-band": "Flex band",
|
|
227
|
+
"musicStyles.solista": "Soloist/s",
|
|
228
|
+
"musicStyles.grupo-de-camara": "Chamber group",
|
|
229
|
+
"musicStyles.grupo-rock-pop": "Rock/Pop band",
|
|
214
230
|
"musicStyles.jazz-band": "Jazz band",
|
|
231
|
+
"musicStyles.jazz-combo": "Jazz combo",
|
|
215
232
|
"musicStyles.marching-band": "Marching band",
|
|
216
233
|
"musicStyles.orquesta-sinfonica": "Symphony orchestra",
|
|
234
|
+
"musicStyles.quinteto-cuerda": "String quintet",
|
|
235
|
+
"musicStyles.quinteto-metales": "Brass quintet",
|
|
236
|
+
"musicStyles.quinteto-viento": "Woodwind quintet",
|
|
237
|
+
"musicStyles.rondalla": "Rondalla",
|
|
217
238
|
"musicStyles.txistularis": "Txistus band",
|
|
218
239
|
"offer.alarm.text": "There is a new vacancy for {instrument:extra.[instrumentId,customInstrumentName]} in {string:group.0.displayName}. Check it out!",
|
|
219
240
|
"offer.alarm.title": "🔔 New vacancy",
|
|
@@ -457,5 +478,218 @@
|
|
|
457
478
|
"theme.claim.new.text": "{string:user.0.displayName} has requested the sheet music for {instrument:extra.[instrumentId,customInstrumentName]} in the piece \"{string:extra.title}\".",
|
|
458
479
|
"theme.claim.new.title": "📒 Sheet music requested",
|
|
459
480
|
"theme.claim.update.text": "The sheet music for {instrument:extra.[instrumentId,customInstrumentName]} in the piece \"{string:extra.title}\" is now available.",
|
|
460
|
-
"theme.claim.update.title": "📥 New sheet music for {instrument:extra.[instrumentId,customInstrumentName]}"
|
|
481
|
+
"theme.claim.update.title": "📥 New sheet music for {instrument:extra.[instrumentId,customInstrumentName]}",
|
|
482
|
+
"composition.list.filter.soloistOffstageParts": "Soloists & offstage parts",
|
|
483
|
+
"composition.list.filter.soloistOffstageParts.include": "Include works with any of the following soloists:",
|
|
484
|
+
"composition.list.filter.soloistOffstageParts.includeShort": "Incl",
|
|
485
|
+
"composition.list.filter.soloistOffstageParts.exclude": "Exclude works with any of the following soloists:",
|
|
486
|
+
"composition.list.filter.soloistOffstageParts.excludeShort": "Excl",
|
|
487
|
+
"composition.list.filter.soloistOffstageParts.placeholder": "Select soloists or offstage parts",
|
|
488
|
+
"composition.list.filter.soloistOffstageParts.includeTag": "Includes {label}",
|
|
489
|
+
"composition.list.filter.soloistOffstageParts.excludeTag": "Excludes {label}",
|
|
490
|
+
"composition.soloistOffstageParts.label": "Soloists & offstage parts",
|
|
491
|
+
"composition.soloistOffstageParts.help": "Add only soloists or offstage parts. Full instrumentation belongs in instrumentation and parts.",
|
|
492
|
+
"composition.soloistOffstageParts.part": "Part",
|
|
493
|
+
"composition.soloistOffstageParts.partPlaceholder": "Select a part",
|
|
494
|
+
"composition.soloistOffstageParts.quantity": "Quantity",
|
|
495
|
+
"composition.soloistOffstageParts.soloist": "Soloist",
|
|
496
|
+
"composition.soloistOffstageParts.offstage": "Offstage",
|
|
497
|
+
"composition.soloistOffstageParts.add": "Add part",
|
|
498
|
+
"composition.soloistOffstageParts.update": "Update part",
|
|
499
|
+
"composition.soloistOffstageParts.duplicate": "This part already exists. Edit the existing tag instead.",
|
|
500
|
+
"composition.soloistOffstageParts.oppositeDuplicate": "This part is already in the opposite filter. Remove it there first.",
|
|
501
|
+
"composition.soloistOffstageParts.quantityError": "Quantity must be between 1 and 99.",
|
|
502
|
+
"composition.soloistOffstageParts.label.soloist": "{count, plural, =0 {No {part} soloists} one {{part} soloist} other {# {part} soloists}}",
|
|
503
|
+
"composition.soloistOffstageParts.label.offstage": "{count, plural, =0 {No {part} offstage} one {{part} offstage} other {# {part} offstage}}",
|
|
504
|
+
"composition.instrumentationGroup.soloistOffstageParts.label": "Soloists & offstage parts",
|
|
505
|
+
"composition.soloistOffstageParts.type.soloist": "Soloist/s",
|
|
506
|
+
"composition.soloistOffstageParts.type.offstage": "Offstage",
|
|
507
|
+
"composition.soloistOffstageParts.edit": "Edit part",
|
|
508
|
+
"composition.soloistOffstageParts.delete": "Remove part",
|
|
509
|
+
"composition.list.filter.soloistOffstageParts.toggleMode": "Toggle include/exclude",
|
|
510
|
+
"composition.soloistOffstageParts.remove": "Remove part",
|
|
511
|
+
"compositionGenres.festive": "Festival and Traditional Music",
|
|
512
|
+
"compositionGenres.festive.pasodoble": "Pasodobles",
|
|
513
|
+
"compositionGenres.festive.pasodoble.concert": "Concert Pasodoble",
|
|
514
|
+
"compositionGenres.festive.pasodoble.fallero": "Fallas Pasodoble",
|
|
515
|
+
"compositionGenres.festive.pasodoble.foguerer": "Bonfires Pasodoble",
|
|
516
|
+
"compositionGenres.festive.pasodoble.taurino": "Bullfighting Pasodoble",
|
|
517
|
+
"compositionGenres.festive.pasodoble.regional": "Regional Pasodoble",
|
|
518
|
+
"compositionGenres.festive.pasodoble.festero": "Festival Pasodoble",
|
|
519
|
+
"compositionGenres.festive.pasodoble.dianero": "Diana Pasodoble",
|
|
520
|
+
"compositionGenres.festive.pasodoble.contrabandista": "Smuggler Pasodoble",
|
|
521
|
+
"compositionGenres.festive.pasodoble.march": "March-Pasodoble",
|
|
522
|
+
"compositionGenres.festive.pasodoble.other": "Other Pasodobles",
|
|
523
|
+
"compositionGenres.festive.moors_christians": "Moors and Christians",
|
|
524
|
+
"compositionGenres.festive.moors_christians.moor_march": "Moorish March",
|
|
525
|
+
"compositionGenres.festive.moors_christians.christian_marches": "Christian Marches",
|
|
526
|
+
"compositionGenres.festive.moors_christians.christian_march": "Christian March",
|
|
527
|
+
"compositionGenres.festive.moors_christians.paso_masero": "Paso Masero",
|
|
528
|
+
"compositionGenres.festive.moors_christians.christian_other": "Other Christian Marches",
|
|
529
|
+
"compositionGenres.festive.moors_christians.boato": "Pageantry Music",
|
|
530
|
+
"compositionGenres.festive.moors_christians.ballet": "Festival Ballet",
|
|
531
|
+
"compositionGenres.festive.moors_christians.fanfare": "Festival Fanfare",
|
|
532
|
+
"compositionGenres.festive.moors_christians.incidental": "Incidental/Ambient Music",
|
|
533
|
+
"compositionGenres.festive.moors_christians.boato_other": "Other Pageantry Music",
|
|
534
|
+
"compositionGenres.festive.anthems": "Anthems",
|
|
535
|
+
"compositionGenres.festive.anthems.regional": "Regional/Local Anthem",
|
|
536
|
+
"compositionGenres.festive.anthems.festero": "Festival/Group Anthem",
|
|
537
|
+
"compositionGenres.festive.anthems.national": "National Anthem",
|
|
538
|
+
"compositionGenres.festive.processional": "Processional Marches",
|
|
539
|
+
"compositionGenres.festive.processional.march": "Procession March",
|
|
540
|
+
"compositionGenres.festive.processional.funeral": "Funeral March (Holy Week)",
|
|
541
|
+
"compositionGenres.festive.processional.other": "Other Processional Marches",
|
|
542
|
+
"compositionGenres.festive.marches_parades": "Marches and Parades",
|
|
543
|
+
"compositionGenres.festive.marches_parades.military": "Military March",
|
|
544
|
+
"compositionGenres.festive.marches_parades.parade": "Parade March (American/Show)",
|
|
545
|
+
"compositionGenres.festive.marches_parades.symphonic": "Symphonic March (Italian)",
|
|
546
|
+
"compositionGenres.festive.marches_parades.circus": "Circus March (Screamer)",
|
|
547
|
+
"compositionGenres.festive.marches_parades.concert": "Concert March (German/British)",
|
|
548
|
+
"compositionGenres.festive.folklore": "Folklore and Roots",
|
|
549
|
+
"compositionGenres.festive.folklore.celtic": "Celtic Music",
|
|
550
|
+
"compositionGenres.festive.folklore.klezmer": "Klezmer/Yiddish",
|
|
551
|
+
"compositionGenres.festive.folklore.american": "North American Folk",
|
|
552
|
+
"compositionGenres.festive.folklore.native": "Indigenous/Native Music",
|
|
553
|
+
"compositionGenres.festive.folklore.african": "African Folk",
|
|
554
|
+
"compositionGenres.festive.folklore.oceania": "Oceanian/Australian Folk",
|
|
555
|
+
"compositionGenres.festive.folklore.slavic": "Slavic/Balkan Folk",
|
|
556
|
+
"compositionGenres.festive.folklore.latin": "Latin American Folk",
|
|
557
|
+
"compositionGenres.festive.folklore.asian": "Asian Traditional",
|
|
558
|
+
"compositionGenres.festive.folklore.sardana": "Sardana",
|
|
559
|
+
"compositionGenres.festive.folklore.jota": "Jota",
|
|
560
|
+
"compositionGenres.festive.folklore.muineira": "Muineira",
|
|
561
|
+
"compositionGenres.festive.folklore.txistu": "Txistu Repertoire",
|
|
562
|
+
"compositionGenres.festive.folklore.cercavila": "Cercavila/Giants",
|
|
563
|
+
"compositionGenres.festive.folklore.dances": "Folk Dances",
|
|
564
|
+
"compositionGenres.festive.folklore.charanga": "Charanga Repertoire",
|
|
565
|
+
"compositionGenres.festive.folklore.other": "Other Folk Music",
|
|
566
|
+
"compositionGenres.festive.other": "Other Festival/Traditional",
|
|
567
|
+
"compositionGenres.symphonic": "Symphonic/Instrumental Music",
|
|
568
|
+
"compositionGenres.symphonic.symphony": "Symphony",
|
|
569
|
+
"compositionGenres.symphonic.overture": "Overture/Opening Fanfare",
|
|
570
|
+
"compositionGenres.symphonic.poem": "Symphonic Poem",
|
|
571
|
+
"compositionGenres.symphonic.suite": "Suite/Serenade/Divertimento",
|
|
572
|
+
"compositionGenres.symphonic.concerto": "Concerto (Soloist)",
|
|
573
|
+
"compositionGenres.symphonic.chamber": "Chamber Music",
|
|
574
|
+
"compositionGenres.symphonic.sonata": "Sonata",
|
|
575
|
+
"compositionGenres.symphonic.variations": "Variations",
|
|
576
|
+
"compositionGenres.symphonic.free_form": "Free Work/Fantasy/Rhapsody",
|
|
577
|
+
"compositionGenres.symphonic.miniature": "Miniature/Intermezzo",
|
|
578
|
+
"compositionGenres.symphonic.dance": "Concert and Salon Dances",
|
|
579
|
+
"compositionGenres.symphonic.dance.waltz": "Waltz",
|
|
580
|
+
"compositionGenres.symphonic.dance.polka": "Polka",
|
|
581
|
+
"compositionGenres.symphonic.dance.mazurka": "Mazurka",
|
|
582
|
+
"compositionGenres.symphonic.dance.landler": "Landler",
|
|
583
|
+
"compositionGenres.symphonic.dance.tarantella": "Tarantella",
|
|
584
|
+
"compositionGenres.symphonic.dance.ragtime": "Ragtime",
|
|
585
|
+
"compositionGenres.symphonic.dance.habanera": "Habanera (Instrumental)",
|
|
586
|
+
"compositionGenres.symphonic.dance.tango": "Tango",
|
|
587
|
+
"compositionGenres.symphonic.dance.ancient": "Ancient Dances",
|
|
588
|
+
"compositionGenres.symphonic.other": "Other Symphonic/Instrumental",
|
|
589
|
+
"compositionGenres.stage": "Stage Music",
|
|
590
|
+
"compositionGenres.stage.opera": "Opera",
|
|
591
|
+
"compositionGenres.stage.opera.complete": "Opera (Complete)",
|
|
592
|
+
"compositionGenres.stage.opera.selection": "Opera Selection/Fantasy",
|
|
593
|
+
"compositionGenres.stage.opera.fragment": "Opera Aria/Duet/Chorus",
|
|
594
|
+
"compositionGenres.stage.opera.other": "Other Opera",
|
|
595
|
+
"compositionGenres.stage.zarzuela": "Zarzuela",
|
|
596
|
+
"compositionGenres.stage.zarzuela.complete": "Zarzuela (Complete)",
|
|
597
|
+
"compositionGenres.stage.zarzuela.selection": "Zarzuela Selection",
|
|
598
|
+
"compositionGenres.stage.zarzuela.prelude": "Zarzuela Prelude/Interlude",
|
|
599
|
+
"compositionGenres.stage.zarzuela.romanza": "Zarzuela Romanza/Duet",
|
|
600
|
+
"compositionGenres.stage.zarzuela.other": "Other Zarzuela",
|
|
601
|
+
"compositionGenres.stage.operetta": "Operetta",
|
|
602
|
+
"compositionGenres.stage.operetta.complete": "Operetta (Complete)",
|
|
603
|
+
"compositionGenres.stage.operetta.selection": "Operetta Selection",
|
|
604
|
+
"compositionGenres.stage.operetta.other": "Other Operetta",
|
|
605
|
+
"compositionGenres.stage.musical": "Musical Theatre",
|
|
606
|
+
"compositionGenres.stage.musical.complete": "Musical (Complete)",
|
|
607
|
+
"compositionGenres.stage.musical.selection": "Musical Selection",
|
|
608
|
+
"compositionGenres.stage.musical.song": "Musical Song/Number",
|
|
609
|
+
"compositionGenres.stage.musical.other": "Other Musical Theatre",
|
|
610
|
+
"compositionGenres.stage.ballet": "Classical Ballet",
|
|
611
|
+
"compositionGenres.stage.ballet.complete": "Ballet (Complete)",
|
|
612
|
+
"compositionGenres.stage.ballet.suite": "Ballet Suite",
|
|
613
|
+
"compositionGenres.stage.ballet.other": "Other Ballet",
|
|
614
|
+
"compositionGenres.stage.other": "Other Stage Music",
|
|
615
|
+
"compositionGenres.modern": "Modern Music",
|
|
616
|
+
"compositionGenres.modern.soundtrack": "Film and TV Soundtracks",
|
|
617
|
+
"compositionGenres.modern.jazz": "Jazz and Derivatives",
|
|
618
|
+
"compositionGenres.modern.jazz.swing": "Jazz/Swing/Big Band",
|
|
619
|
+
"compositionGenres.modern.jazz.dixieland": "Dixieland/New Orleans",
|
|
620
|
+
"compositionGenres.modern.jazz.blues": "Blues/Soul",
|
|
621
|
+
"compositionGenres.modern.jazz.latin": "Latin Jazz",
|
|
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": "Video Game Music",
|
|
626
|
+
"compositionGenres.modern.other": "Other Modern Music",
|
|
627
|
+
"compositionGenres.percussion": "Percussion",
|
|
628
|
+
"compositionGenres.percussion.ethnic": "Ethnic Rhythms",
|
|
629
|
+
"compositionGenres.percussion.contemporary": "Contemporary Percussion",
|
|
630
|
+
"compositionGenres.percussion.other": "Other Percussion",
|
|
631
|
+
"compositionGenres.vocal": "Choral and Vocal",
|
|
632
|
+
"compositionGenres.vocal.sacred": "Sacred Music",
|
|
633
|
+
"compositionGenres.vocal.sacred.mass": "Mass and Parts",
|
|
634
|
+
"compositionGenres.vocal.sacred.mass.complete": "Mass/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": "Sacred Cantata",
|
|
643
|
+
"compositionGenres.vocal.sacred.motet": "Motet/Antiphon/Psalm",
|
|
644
|
+
"compositionGenres.vocal.sacred.chorale": "Chorale/Religious Hymn",
|
|
645
|
+
"compositionGenres.vocal.sacred.tedeum": "Te Deum/Magnificat/Stabat Mater",
|
|
646
|
+
"compositionGenres.vocal.sacred.gospel": "Gospel/Spiritual",
|
|
647
|
+
"compositionGenres.vocal.sacred.procession": "Vocal Procession March",
|
|
648
|
+
"compositionGenres.vocal.sacred.other": "Other Sacred Music",
|
|
649
|
+
"compositionGenres.vocal.secular": "Secular/Civil Music",
|
|
650
|
+
"compositionGenres.vocal.secular.cantata": "Secular Cantata",
|
|
651
|
+
"compositionGenres.vocal.secular.madrigal": "Madrigal/Chanson",
|
|
652
|
+
"compositionGenres.vocal.secular.concert_work": "Concert Choral Work",
|
|
653
|
+
"compositionGenres.vocal.secular.pop_arrangement": "Choral Popular Arrangement",
|
|
654
|
+
"compositionGenres.vocal.secular.anthem": "Non-Religious Hymn",
|
|
655
|
+
"compositionGenres.vocal.secular.other": "Other Secular Music",
|
|
656
|
+
"compositionGenres.vocal.solo": "Solo Voice Repertoire",
|
|
657
|
+
"compositionGenres.vocal.solo.lied": "Lied/Melodie/Art Song",
|
|
658
|
+
"compositionGenres.vocal.solo.aria": "Concert Aria",
|
|
659
|
+
"compositionGenres.vocal.carols": "Christmas/Carols",
|
|
660
|
+
"compositionGenres.vocal.habanera": "Habanera (Vocal/Choral)",
|
|
661
|
+
"compositionGenres.educational": "Educational",
|
|
662
|
+
"compositionGenres.educational.method": "Methods/Technique",
|
|
663
|
+
"compositionGenres.educational.didactic": "Didactic Works",
|
|
664
|
+
"compositionGenres.educational.flex_band": "Flex-band",
|
|
665
|
+
"compositionStyles.group.historical": "Historical Periods",
|
|
666
|
+
"compositionStyles.group.jazz_blues": "Jazz and Blues Styles",
|
|
667
|
+
"compositionStyles.group.world_pop": "Popular and World",
|
|
668
|
+
"compositionStyles.group.character": "Character and Function",
|
|
669
|
+
"compositionStyles.historical.renaissance": "Renaissance",
|
|
670
|
+
"compositionStyles.historical.baroque": "Baroque",
|
|
671
|
+
"compositionStyles.historical.classicism": "Classicism",
|
|
672
|
+
"compositionStyles.historical.romanticism": "Romanticism",
|
|
673
|
+
"compositionStyles.historical.post_romanticism": "Post-Romanticism/Nationalism",
|
|
674
|
+
"compositionStyles.historical.20th_century": "20th Century",
|
|
675
|
+
"compositionStyles.historical.contemporary": "Contemporary/Avant-garde",
|
|
676
|
+
"compositionStyles.historical.minimalism": "Minimalism",
|
|
677
|
+
"compositionStyles.jazz.swing": "Swing/Big Band (Classic 30s-40s)",
|
|
678
|
+
"compositionStyles.jazz.dixieland": "Dixieland/Traditional/Ragtime",
|
|
679
|
+
"compositionStyles.jazz.bebop": "Bebop/Modern Jazz",
|
|
680
|
+
"compositionStyles.jazz.fusion": "Jazz Fusion/Electric",
|
|
681
|
+
"compositionStyles.jazz.blues": "Blues/Slow",
|
|
682
|
+
"compositionStyles.jazz.bossa": "Bossa Nova/Samba",
|
|
683
|
+
"compositionStyles.world.pop": "Pop/Ballad",
|
|
684
|
+
"compositionStyles.world.rock": "Rock/Heavy",
|
|
685
|
+
"compositionStyles.world.funk": "Funk/Disco",
|
|
686
|
+
"compositionStyles.world.flamenco": "Flamenco/Andalusian",
|
|
687
|
+
"compositionStyles.world.celtic": "Celtic/Folk",
|
|
688
|
+
"compositionStyles.world.latin": "Latin/Caribbean",
|
|
689
|
+
"compositionStyles.world.african": "African/Tribal",
|
|
690
|
+
"compositionStyles.world.oriental": "Oriental/Asian",
|
|
691
|
+
"compositionStyles.character.epic": "Epic/Cinematic",
|
|
692
|
+
"compositionStyles.character.sacred": "Religious/Sacred Character",
|
|
693
|
+
"compositionStyles.character.humorous": "Humorous/Descriptive Character",
|
|
694
|
+
"compositionStyles.character.solemn": "Solemn/Martial Character"
|
|
461
695
|
}
|