@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/nl.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"group.delete.title": "Groep verwijderd",
|
|
25
25
|
"group.onboarding.attendance.text": "Wie is beschikbaar voor de repetitie? 😍 Ontdek het via eenvoudige aanwezigheidslijsten 🙋♀️",
|
|
26
26
|
"group.onboarding.attendance.title": "📅 {string:group.0.displayName}",
|
|
27
|
-
"group.onboarding.dashboard.text": "Op
|
|
27
|
+
"group.onboarding.dashboard.text": "Op Glissandoo kun je je groep eenvoudig organiseren: repetities, concerten, repertoire en nog veel meer. 🎶",
|
|
28
28
|
"group.onboarding.dashboard.title": "Heb je ons webdashboard al bezocht? 💻",
|
|
29
29
|
"group.onboarding.engagement.text": "De sleutel tot effectieve communicatie is een duidelijke agenda. Je doet het tot nu toe geweldig – blijf je repetities en concerten toevoegen! 👏",
|
|
30
30
|
"group.onboarding.engagement.title": "Stimuleer betrokkenheid van muzikanten 📅",
|
|
@@ -63,157 +63,178 @@
|
|
|
63
63
|
"group.questions.default2.confirmed.title": "Zal je iets onverwachts hebben?",
|
|
64
64
|
"groupPlayer.switchInstruments.byAdmin.text": "Een beheerder heeft je toegewezen instrumenten bijgewerkt",
|
|
65
65
|
"groupPlayer.switchInstruments.byAdmin.title": "🔧 Instrument gewijzigd",
|
|
66
|
-
"instruments.accordion": "Accordeon",
|
|
67
|
-
"instruments.agogo": "Agogô",
|
|
68
|
-
"instruments.altoClarinet": "Altklarinet",
|
|
69
|
-
"instruments.altoSaxophone": "Altsaxofoon",
|
|
66
|
+
"instruments.accordion": "{count, plural, one {Accordeon} other {Accordeons}}",
|
|
67
|
+
"instruments.agogo": "{count, plural, one {Agogô} other {Agogô''s}}",
|
|
68
|
+
"instruments.altoClarinet": "{count, plural, one {Altklarinet} other {Altklarinetten}}",
|
|
69
|
+
"instruments.altoSaxophone": "{count, plural, one {Altsaxofoon} other {Altsaxofoons}}",
|
|
70
70
|
"instruments.altoSaxophone-1": "Altsaxofoon 1",
|
|
71
71
|
"instruments.altoSaxophone-2": "Altsaxofoon 2",
|
|
72
|
-
"instruments.auxiliar": "
|
|
73
|
-
"instruments.bagpipes": "Doedelzak",
|
|
74
|
-
"instruments.bandurria": "Bandurria",
|
|
75
|
-
"instruments.banjo": "Banjo",
|
|
76
|
-
"instruments.baritone": "Bariton",
|
|
77
|
-
"instruments.baritoneSax": "Baritonsaxofoon",
|
|
78
|
-
"instruments.bass-choir": "Bas",
|
|
79
|
-
"instruments.bass-drum": "Basdrum",
|
|
80
|
-
"instruments.bass": "Elektrische bas",
|
|
81
|
-
"instruments.bassClarinet": "Basklarinet",
|
|
82
|
-
"instruments.bassoon": "Fagot",
|
|
72
|
+
"instruments.auxiliar": "{count, plural, one {Hulpinstrument} other {Hulpinstrumenten}}",
|
|
73
|
+
"instruments.bagpipes": "{count, plural, one {Doedelzak} other {Doedelzakken}}",
|
|
74
|
+
"instruments.bandurria": "{count, plural, one {Bandurria} other {Bandurria''s}}",
|
|
75
|
+
"instruments.banjo": "{count, plural, one {Banjo} other {Banjo''s}}",
|
|
76
|
+
"instruments.baritone": "{count, plural, one {Bariton} other {Baritons}}",
|
|
77
|
+
"instruments.baritoneSax": "{count, plural, one {Baritonsaxofoon} other {Baritonsaxofoons}}",
|
|
78
|
+
"instruments.bass-choir": "{count, plural, one {Bas} other {Bassen}}",
|
|
79
|
+
"instruments.bass-drum": "{count, plural, one {Basdrum} other {Basdrums}}",
|
|
80
|
+
"instruments.bass": "{count, plural, one {Elektrische bas} other {Elektrische bassen}}",
|
|
81
|
+
"instruments.bassClarinet": "{count, plural, one {Basklarinet} other {Basklarinetten}}",
|
|
82
|
+
"instruments.bassoon": "{count, plural, one {Fagot} other {Fagotten}}",
|
|
83
83
|
"instruments.bassoon-1": "Fagot 1",
|
|
84
84
|
"instruments.bassoon-2": "Fagot 2",
|
|
85
|
-
"instruments.cajon": "Cajón",
|
|
86
|
-
"instruments.castanets": "Castagnetten",
|
|
87
|
-
"instruments.cello": "Cello",
|
|
85
|
+
"instruments.cajon": "{count, plural, one {Cajón} other {Cajóns}}",
|
|
86
|
+
"instruments.castanets": "{count, plural, one {Castagnet} other {Castagnetten}}",
|
|
87
|
+
"instruments.cello": "{count, plural, one {Cello} other {Cello''s}}",
|
|
88
88
|
"instruments.cello-1": "Cello 1",
|
|
89
89
|
"instruments.cello-2": "Cello 2",
|
|
90
|
-
"instruments.chocalho": "Chocalho",
|
|
91
|
-
"instruments.choir": "Koor",
|
|
92
|
-
"instruments.clarinet": "Klarinet",
|
|
90
|
+
"instruments.chocalho": "{count, plural, one {Chocalho} other {Chocalho''s}}",
|
|
91
|
+
"instruments.choir": "{count, plural, one {Koor} other {Koren}}",
|
|
92
|
+
"instruments.clarinet": "{count, plural, one {Klarinet} other {Klarinetten}}",
|
|
93
93
|
"instruments.clarinet-1": "Klarinet 1",
|
|
94
94
|
"instruments.clarinet-2": "Klarinet 2",
|
|
95
95
|
"instruments.clarinet-3": "Klarinet 3",
|
|
96
96
|
"instruments.principalClarinet": "Soloklarinet",
|
|
97
|
-
"instruments.contraAlto": "Contra-alt",
|
|
97
|
+
"instruments.contraAlto": "{count, plural, one {Contra-alt} other {Contra-alten}}",
|
|
98
98
|
"instruments.concertino": "Concertmeester",
|
|
99
99
|
"instruments.contrabass-bugle": "Contrabasbugel",
|
|
100
|
-
"instruments.contraBass": "Contrafagot",
|
|
101
|
-
"instruments.contrabassClarinet": "Contrabasklarinet",
|
|
102
|
-
"instruments.cornet": "Cornet",
|
|
100
|
+
"instruments.contraBass": "{count, plural, one {Contrafagot} other {Contrafagotten}}",
|
|
101
|
+
"instruments.contrabassClarinet": "{count, plural, one {Contrabasklarinet} other {Contrabasklarinetten}}",
|
|
102
|
+
"instruments.cornet": "{count, plural, one {Cornet} other {Cornetten}}",
|
|
103
103
|
"instruments.highCornet": "Hoge cornet",
|
|
104
104
|
"instruments.lowCornet": "Lage cornet",
|
|
105
|
-
"instruments.counterTenor": "Contratenor",
|
|
106
|
-
"instruments.cymbals": "Bekken",
|
|
107
|
-
"instruments.dj": "DJ",
|
|
108
|
-
"instruments.
|
|
105
|
+
"instruments.counterTenor": "{count, plural, one {Contratenor} other {Contratenoren}}",
|
|
106
|
+
"instruments.cymbals": "{count, plural, one {Bekken} other {Bekkens}}",
|
|
107
|
+
"instruments.dj": "{count, plural, one {DJ} other {DJ''s}}",
|
|
108
|
+
"instruments.electronics": "{count, plural, one {Elektronica} other {Elektronica}}",
|
|
109
|
+
"instruments.doubleBass": "{count, plural, one {Contrabas} other {Contrabassen}}",
|
|
109
110
|
"instruments.doubleBass-1": "Contrabas 1",
|
|
110
111
|
"instruments.doubleBass-2": "Contrabas 2",
|
|
111
|
-
"instruments.drumSet": "Drumstel",
|
|
112
|
-
"instruments.dulzaina-fa": "Dulzaina in fa",
|
|
113
|
-
"instruments.dulzaina": "Dulzaina",
|
|
114
|
-
"instruments.electricGuitar": "Elektrische gitaar",
|
|
115
|
-
"instruments.englishHorn": "Engelse hoorn",
|
|
112
|
+
"instruments.drumSet": "{count, plural, one {Drumstel} other {Drumstellen}}",
|
|
113
|
+
"instruments.dulzaina-fa": "{count, plural, one {Dulzaina in fa} other {Dulzaina''s in fa}}",
|
|
114
|
+
"instruments.dulzaina": "{count, plural, one {Dulzaina} other {Dulzaina''s}}",
|
|
115
|
+
"instruments.electricGuitar": "{count, plural, one {Elektrische gitaar} other {Elektrische gitaren}}",
|
|
116
|
+
"instruments.englishHorn": "{count, plural, one {Engelse hoorn} other {Engelse hoorns}}",
|
|
116
117
|
"instruments.escort": "Escorte",
|
|
117
|
-
"instruments.euphonium": "Eufonium",
|
|
118
|
+
"instruments.euphonium": "{count, plural, one {Eufonium} other {Eufoniums}}",
|
|
118
119
|
"instruments.euphonium-1": "Eufonium 1",
|
|
119
120
|
"instruments.euphonium-2": "Eufonium 2",
|
|
120
|
-
"instruments.flabiol": "Flabiol",
|
|
121
|
-
"instruments.flagBearer": "Vaandeldrager",
|
|
122
|
-
"instruments.flugelhorn": "Bugel",
|
|
123
|
-
"instruments.flute": "Fluit",
|
|
121
|
+
"instruments.flabiol": "{count, plural, one {Flabiol} other {Flabiols}}",
|
|
122
|
+
"instruments.flagBearer": "{count, plural, one {Vaandeldrager} other {Vaandeldragers}}",
|
|
123
|
+
"instruments.flugelhorn": "{count, plural, one {Bugel} other {Bugels}}",
|
|
124
|
+
"instruments.flute": "{count, plural, one {Fluit} other {Fluiten}}",
|
|
124
125
|
"instruments.flute-1": "Fluit 1",
|
|
125
126
|
"instruments.flute-2": "Fluit 2",
|
|
126
|
-
"instruments.frenchHorn": "Hoorn",
|
|
127
|
+
"instruments.frenchHorn": "{count, plural, one {Hoorn} other {Hoorns}}",
|
|
127
128
|
"instruments.frenchHorn-1": "Hoorn 1",
|
|
128
129
|
"instruments.frenchHorn-2": "Hoorn 2",
|
|
129
130
|
"instruments.frenchHorn-3": "Hoorn 3",
|
|
130
131
|
"instruments.frenchHorn-4": "Hoorn 4",
|
|
131
132
|
"instruments.glockenspiel": "Klokkenspel",
|
|
132
|
-
"instruments.guitar": "Gitaar",
|
|
133
|
-
"instruments.harmonica": "Mondharmonica",
|
|
134
|
-
"instruments.harp": "Harp",
|
|
135
|
-
"instruments.harpsichord": "Klavecimbel",
|
|
136
|
-
"instruments.highTrombone": "
|
|
137
|
-
"instruments.keyboard": "
|
|
138
|
-
"instruments.littleClarinet": "Kleine klarinet",
|
|
139
|
-
"instruments.low-flute": "Lage fluit",
|
|
140
|
-
"instruments.lowSaxophone": "Lage saxofoon",
|
|
141
|
-
"instruments.lowTrombone": "Lage trombone",
|
|
142
|
-
"instruments.lowTrumpet": "Lage trompet",
|
|
143
|
-
"instruments.lute": "Luit",
|
|
144
|
-
"instruments.mallets": "
|
|
145
|
-
"instruments.mandoline": "Mandoline",
|
|
146
|
-
"instruments.maracas": "
|
|
147
|
-
"instruments.marchingToms": "Marcherende toms",
|
|
148
|
-
"instruments.melodica": "Melodica",
|
|
133
|
+
"instruments.guitar": "{count, plural, one {Gitaar} other {Gitaren}}",
|
|
134
|
+
"instruments.harmonica": "{count, plural, one {Mondharmonica} other {Mondharmonica''s}}",
|
|
135
|
+
"instruments.harp": "{count, plural, one {Harp} other {Harpen}}",
|
|
136
|
+
"instruments.harpsichord": "{count, plural, one {Klavecimbel} other {Klavecimbels}}",
|
|
137
|
+
"instruments.highTrombone": "{count, plural, one {Hoge trombone} other {Hoge trombones}}",
|
|
138
|
+
"instruments.keyboard": "{count, plural, one {Keyboard} other {Keyboards}}",
|
|
139
|
+
"instruments.littleClarinet": "{count, plural, one {Kleine klarinet} other {Kleine klarinetten}}",
|
|
140
|
+
"instruments.low-flute": "{count, plural, one {Lage fluit} other {Lage fluiten}}",
|
|
141
|
+
"instruments.lowSaxophone": "{count, plural, one {Lage saxofoon} other {Lage saxofoons}}",
|
|
142
|
+
"instruments.lowTrombone": "{count, plural, one {Lage trombone} other {Lage trombones}}",
|
|
143
|
+
"instruments.lowTrumpet": "{count, plural, one {Lage trompet} other {Lage trompetten}}",
|
|
144
|
+
"instruments.lute": "{count, plural, one {Luit} other {Luiten}}",
|
|
145
|
+
"instruments.mallets": "{count, plural, one {Malletinstrument} other {Malletinstrumenten}}",
|
|
146
|
+
"instruments.mandoline": "{count, plural, one {Mandoline} other {Mandolines}}",
|
|
147
|
+
"instruments.maracas": "{count, plural, one {Maraca} other {Maraca''s}}",
|
|
148
|
+
"instruments.marchingToms": "{count, plural, one {Marcherende tom} other {Marcherende toms}}",
|
|
149
|
+
"instruments.melodica": "{count, plural, one {Melodica} other {Melodica''s}}",
|
|
149
150
|
"instruments.marching-baritone": "Marsbariton",
|
|
150
151
|
"instruments.marimba": "Marimba",
|
|
151
152
|
"instruments.mellophone": "Mellofoon",
|
|
152
153
|
"instruments.mellophone-1": "Mellofoon 1",
|
|
153
154
|
"instruments.mellophone-2": "Mellofoon 2",
|
|
154
|
-
"instruments.
|
|
155
|
-
"instruments.musicConductor": "
|
|
156
|
-
"instruments.
|
|
155
|
+
"instruments.mezzosoproano": "{count, plural, one {Mezzosopraan} other {Mezzosopranen}}",
|
|
156
|
+
"instruments.musicConductor": "{count, plural, one {Dirigent} other {Dirigenten}}",
|
|
157
|
+
"instruments.narrator": "{count, plural, one {Verteller} other {Vertellers}}",
|
|
158
|
+
"instruments.oboe": "{count, plural, one {Hobo} other {Hobo''s}}",
|
|
157
159
|
"instruments.oboe-1": "Hobo 1",
|
|
158
160
|
"instruments.oboe-2": "Hobo 2",
|
|
159
|
-
"instruments.peak-flute": "Blokfluit",
|
|
160
|
-
"instruments.percussion": "Percussie",
|
|
161
|
+
"instruments.peak-flute": "{count, plural, one {Blokfluit} other {Blokfluiten}}",
|
|
162
|
+
"instruments.percussion": "{count, plural, one {Percussie-instrument} other {Percussie-instrumenten}}",
|
|
161
163
|
"instruments.multipercussion": "Multipercussie",
|
|
162
|
-
"instruments.piano": "Piano",
|
|
163
|
-
"instruments.piccolo": "Piccolo",
|
|
164
|
-
"instruments.piccoloTrumpet": "
|
|
165
|
-
"instruments.repique": "Repique",
|
|
166
|
-
"instruments.silbote": "Silbote",
|
|
167
|
-
"instruments.singer": "Zanger",
|
|
168
|
-
"instruments.snareDrum": "
|
|
169
|
-
"instruments.soprano": "Sopraan",
|
|
164
|
+
"instruments.piano": "{count, plural, one {Piano} other {Piano''s}}",
|
|
165
|
+
"instruments.piccolo": "{count, plural, one {Piccolo} other {Piccolo''s}}",
|
|
166
|
+
"instruments.piccoloTrumpet": "{count, plural, one {Piccolotrompet} other {Piccolotrompetten}}",
|
|
167
|
+
"instruments.repique": "{count, plural, one {Repique} other {Repiques}}",
|
|
168
|
+
"instruments.silbote": "{count, plural, one {Silbote} other {Silbotes}}",
|
|
169
|
+
"instruments.singer": "{count, plural, one {Zanger} other {Zangers}}",
|
|
170
|
+
"instruments.snareDrum": "{count, plural, one {Kleine trom} other {Kleine trommen}}",
|
|
171
|
+
"instruments.soprano": "{count, plural, one {Sopraan} other {Sopranen}}",
|
|
170
172
|
"instruments.sousaphone": "Sousafoon",
|
|
171
|
-
"instruments.sopranoSaxophone": "Sopraansaxofoon",
|
|
172
|
-
"instruments.surdo": "Surdo",
|
|
173
|
-
"instruments.tabal": "
|
|
174
|
-
"instruments.tambourine": "Tamboerijn",
|
|
175
|
-
"instruments.tambourineBrazilian": "Tamborim",
|
|
176
|
-
"instruments.tarota": "Tarota",
|
|
177
|
-
"instruments.tenor": "Tenor",
|
|
178
|
-
"instruments.tenorSax": "Tenorsaxofoon",
|
|
173
|
+
"instruments.sopranoSaxophone": "{count, plural, one {Sopraansaxofoon} other {Sopraansaxofoons}}",
|
|
174
|
+
"instruments.surdo": "{count, plural, one {Surdo} other {Surdo''s}}",
|
|
175
|
+
"instruments.tabal": "{count, plural, one {Tabal} other {Tabals}}",
|
|
176
|
+
"instruments.tambourine": "{count, plural, one {Tamboerijn} other {Tamboerijnen}}",
|
|
177
|
+
"instruments.tambourineBrazilian": "{count, plural, one {Tamborim} other {Tamborims}}",
|
|
178
|
+
"instruments.tarota": "{count, plural, one {Tarota} other {Tarota''s}}",
|
|
179
|
+
"instruments.tenor": "{count, plural, one {Tenor} other {Tenoren}}",
|
|
180
|
+
"instruments.tenorSax": "{count, plural, one {Tenorsaxofoon} other {Tenorsaxofoons}}",
|
|
179
181
|
"instruments.tenorSax-1": "Tenorsaxofoon 1",
|
|
180
182
|
"instruments.tenorSax-2": "Tenorsaxofoon 2",
|
|
181
|
-
"instruments.timbalBrazilian": "Timbal",
|
|
182
|
-
"instruments.timpani": "
|
|
183
|
-
"instruments.trombone": "Trombone",
|
|
183
|
+
"instruments.timbalBrazilian": "{count, plural, one {Timbal} other {Timbals}}",
|
|
184
|
+
"instruments.timpani": "{count, plural, one {Pauk} other {Pauken}}",
|
|
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": "Trompet",
|
|
189
|
+
"instruments.trumpet": "{count, plural, one {Trompet} other {Trompetten}}",
|
|
188
190
|
"instruments.trumpet-1": "Trompet 1",
|
|
189
191
|
"instruments.trumpet-2": "Trompet 2",
|
|
190
192
|
"instruments.trumpet-3": "Trompet 3",
|
|
191
|
-
"instruments.tuba-wagnerian": "
|
|
192
|
-
"instruments.tuba": "Tuba",
|
|
193
|
+
"instruments.tuba-wagnerian": "{count, plural, one {Wagnertuba} other {Wagnertuba''s}}",
|
|
194
|
+
"instruments.tuba": "{count, plural, one {Tuba} other {Tuba''s}}",
|
|
193
195
|
"instruments.tuba-1": "Tuba 1",
|
|
194
196
|
"instruments.tuba-2": "Tuba 2",
|
|
195
|
-
"instruments.txistu": "Txistu",
|
|
196
|
-
"instruments.ukelele": "Ukelele",
|
|
197
|
-
"instruments.unknown": "Onbekend instrument",
|
|
198
|
-
"instruments.viola": "Altviool",
|
|
197
|
+
"instruments.txistu": "{count, plural, one {Txistu} other {Txistu''s}}",
|
|
198
|
+
"instruments.ukelele": "{count, plural, one {Ukelele} other {Ukeleles}}",
|
|
199
|
+
"instruments.unknown": "{count, plural, one {Onbekend instrument} other {Onbekende instrumenten}}",
|
|
200
|
+
"instruments.viola": "{count, plural, one {Altviool} other {Altviolen}}",
|
|
199
201
|
"instruments.viola-1": "Altviool 1",
|
|
200
202
|
"instruments.viola-2": "Altviool 2",
|
|
201
203
|
"instruments.vibraphone": "Vibrafoon",
|
|
202
|
-
"instruments.violin": "Viool",
|
|
204
|
+
"instruments.violin": "{count, plural, one {Viool} other {Violen}}",
|
|
203
205
|
"instruments.violin-1": "Viool 1",
|
|
204
206
|
"instruments.violin-2": "Viool 2",
|
|
205
207
|
"instruments.xylophone": "Xylofoon",
|
|
206
208
|
"musicStyles.agrupacion-musical": "Muzikale groep",
|
|
207
209
|
"musicStyles.banda-cornetas-y-tambores": "Cornet- en trommelband",
|
|
210
|
+
"musicStyles.banda-de-gaitas": "Doedelzakband",
|
|
208
211
|
"musicStyles.banda-de-musica": "Muziekband",
|
|
209
212
|
"musicStyles.batucada": "Batucada",
|
|
210
213
|
"musicStyles.big-band": "Bigband",
|
|
214
|
+
"musicStyles.brass-band": "Brassband",
|
|
211
215
|
"musicStyles.charanga": "Charanga",
|
|
216
|
+
"musicStyles.cobla": "Cobla",
|
|
212
217
|
"musicStyles.colla": "Colla",
|
|
213
218
|
"musicStyles.coro": "Koor",
|
|
219
|
+
"musicStyles.cuarteto-clarinetes": "Klarinettenwartet",
|
|
220
|
+
"musicStyles.cuarteto-cuerda": "Strijkkwartet",
|
|
221
|
+
"musicStyles.cuarteto-saxofones": "Saxofoonkwartet",
|
|
222
|
+
"musicStyles.ensemble-cuerda": "Strijkersensemble",
|
|
223
|
+
"musicStyles.ensemble-madera": "Houtblazersensemble",
|
|
224
|
+
"musicStyles.ensemble-metales": "Koperensemble",
|
|
225
|
+
"musicStyles.ensemble-percusion": "Slagwerkensemble",
|
|
226
|
+
"musicStyles.flex-band": "Flexband",
|
|
227
|
+
"musicStyles.solista": "Solist/en",
|
|
228
|
+
"musicStyles.grupo-de-camara": "Kamerorkest",
|
|
229
|
+
"musicStyles.grupo-rock-pop": "Rock/popgroep",
|
|
214
230
|
"musicStyles.jazz-band": "Jazzband",
|
|
231
|
+
"musicStyles.jazz-combo": "Jazzcombo",
|
|
215
232
|
"musicStyles.marching-band": "Marchingband",
|
|
216
233
|
"musicStyles.orquesta-sinfonica": "Symfonieorkest",
|
|
234
|
+
"musicStyles.quinteto-cuerda": "Strijkkwintet",
|
|
235
|
+
"musicStyles.quinteto-metales": "Koperkwintet",
|
|
236
|
+
"musicStyles.quinteto-viento": "Houtblazerskwintet",
|
|
237
|
+
"musicStyles.rondalla": "Rondalla",
|
|
217
238
|
"musicStyles.txistularis": "Txistularisband",
|
|
218
239
|
"offer.alarm.text": "Er is een nieuwe vacature voor {instrument:extra.[instrumentId,customInstrumentName]} bij {string:group.0.displayName}. Kijk er eens naar!",
|
|
219
240
|
"offer.alarm.title": "🔔 Nieuwe vacature",
|
|
@@ -457,5 +478,218 @@
|
|
|
457
478
|
"theme.claim.new.text": "{string:user.0.displayName} heeft bladmuziek aangevraagd voor {instrument:extra.[instrumentId,customInstrumentName]} in het stuk \"{string:extra.title}\".",
|
|
458
479
|
"theme.claim.new.title": "📒 Bladmuziek aangevraagd",
|
|
459
480
|
"theme.claim.update.text": "De bladmuziek voor {instrument:extra.[instrumentId,customInstrumentName]} in het stuk \"{string:extra.title}\" is nu beschikbaar.",
|
|
460
|
-
"theme.claim.update.title": "📥 Nieuwe bladmuziek voor {instrument:extra.[instrumentId,customInstrumentName]}"
|
|
481
|
+
"theme.claim.update.title": "📥 Nieuwe bladmuziek voor {instrument:extra.[instrumentId,customInstrumentName]}",
|
|
482
|
+
"composition.list.filter.soloistOffstageParts": "Solisten en offstage-partijen",
|
|
483
|
+
"composition.list.filter.soloistOffstageParts.include": "Werken met een van de volgende solisten opnemen:",
|
|
484
|
+
"composition.list.filter.soloistOffstageParts.includeShort": "In",
|
|
485
|
+
"composition.list.filter.soloistOffstageParts.exclude": "Werken met een van de volgende solisten uitsluiten:",
|
|
486
|
+
"composition.list.filter.soloistOffstageParts.excludeShort": "Uit",
|
|
487
|
+
"composition.list.filter.soloistOffstageParts.placeholder": "Selecteer solisten of offstage-partijen",
|
|
488
|
+
"composition.list.filter.soloistOffstageParts.includeTag": "Bevat {label}",
|
|
489
|
+
"composition.list.filter.soloistOffstageParts.excludeTag": "Sluit {label} uit",
|
|
490
|
+
"composition.soloistOffstageParts.label": "Solisten en offstage-partijen",
|
|
491
|
+
"composition.soloistOffstageParts.help": "Voeg alleen solisten of offstage-partijen toe. De volledige bezetting hoort bij instrumentatie en partijen.",
|
|
492
|
+
"composition.soloistOffstageParts.part": "Partij",
|
|
493
|
+
"composition.soloistOffstageParts.partPlaceholder": "Selecteer een partij",
|
|
494
|
+
"composition.soloistOffstageParts.quantity": "Aantal",
|
|
495
|
+
"composition.soloistOffstageParts.soloist": "Solist",
|
|
496
|
+
"composition.soloistOffstageParts.offstage": "Offstage",
|
|
497
|
+
"composition.soloistOffstageParts.add": "Partij toevoegen",
|
|
498
|
+
"composition.soloistOffstageParts.update": "Partij bijwerken",
|
|
499
|
+
"composition.soloistOffstageParts.duplicate": "Deze partij bestaat al. Bewerk in plaats daarvan de bestaande tag.",
|
|
500
|
+
"composition.soloistOffstageParts.oppositeDuplicate": "Deze partij staat al in het tegenovergestelde filter. Verwijder die daar eerst.",
|
|
501
|
+
"composition.soloistOffstageParts.quantityError": "Het aantal moet tussen 1 en 99 liggen.",
|
|
502
|
+
"composition.soloistOffstageParts.label.soloist": "{count, plural, =0 {Geen {part} solist} one {{part} solist} other {# {part} solisten}}",
|
|
503
|
+
"composition.soloistOffstageParts.label.offstage": "{count, plural, =0 {Geen {part} offstage} one {{part} offstage} other {# {part} offstage}}",
|
|
504
|
+
"composition.instrumentationGroup.soloistOffstageParts.label": "Solisten en offstage-partijen",
|
|
505
|
+
"composition.soloistOffstageParts.type.soloist": "Solist/en",
|
|
506
|
+
"composition.soloistOffstageParts.type.offstage": "Offstage",
|
|
507
|
+
"composition.soloistOffstageParts.edit": "Partij bewerken",
|
|
508
|
+
"composition.soloistOffstageParts.delete": "Partij verwijderen",
|
|
509
|
+
"composition.list.filter.soloistOffstageParts.toggleMode": "Insluiten/uitsluiten wisselen",
|
|
510
|
+
"composition.soloistOffstageParts.remove": "Partij verwijderen",
|
|
511
|
+
"compositionGenres.festive": "Feest- en volksmuziek",
|
|
512
|
+
"compositionGenres.festive.pasodoble": "Pasodobles",
|
|
513
|
+
"compositionGenres.festive.pasodoble.concert": "Concert pasodoble",
|
|
514
|
+
"compositionGenres.festive.pasodoble.fallero": "Fallero pasodoble",
|
|
515
|
+
"compositionGenres.festive.pasodoble.foguerer": "Foguerer pasodoble",
|
|
516
|
+
"compositionGenres.festive.pasodoble.taurino": "Stierenvecht pasodoble",
|
|
517
|
+
"compositionGenres.festive.pasodoble.regional": "Regionale pasodoble",
|
|
518
|
+
"compositionGenres.festive.pasodoble.festero": "Feest pasodoble",
|
|
519
|
+
"compositionGenres.festive.pasodoble.dianero": "Dianero pasodoble",
|
|
520
|
+
"compositionGenres.festive.pasodoble.contrabandista": "Smokkelaar pasodoble",
|
|
521
|
+
"compositionGenres.festive.pasodoble.march": "Mars-pasodoble",
|
|
522
|
+
"compositionGenres.festive.pasodoble.other": "Andere pasodobles",
|
|
523
|
+
"compositionGenres.festive.moors_christians": "Moren en christenen",
|
|
524
|
+
"compositionGenres.festive.moors_christians.moor_march": "Moorse mars",
|
|
525
|
+
"compositionGenres.festive.moors_christians.christian_marches": "Christelijke marsen",
|
|
526
|
+
"compositionGenres.festive.moors_christians.christian_march": "Christelijke mars",
|
|
527
|
+
"compositionGenres.festive.moors_christians.paso_masero": "Paso Masero",
|
|
528
|
+
"compositionGenres.festive.moors_christians.christian_other": "Andere christelijke marsen",
|
|
529
|
+
"compositionGenres.festive.moors_christians.boato": "Praalmu ziek",
|
|
530
|
+
"compositionGenres.festive.moors_christians.ballet": "Feestballet",
|
|
531
|
+
"compositionGenres.festive.moors_christians.fanfare": "Feestfanfare",
|
|
532
|
+
"compositionGenres.festive.moors_christians.incidental": "Incidentele/ambientmuziek",
|
|
533
|
+
"compositionGenres.festive.moors_christians.boato_other": "Andere praalmuziek",
|
|
534
|
+
"compositionGenres.festive.anthems": "Hymnes",
|
|
535
|
+
"compositionGenres.festive.anthems.regional": "Regionaal/lokaal volkslied",
|
|
536
|
+
"compositionGenres.festive.anthems.festero": "Feest/groepshymne",
|
|
537
|
+
"compositionGenres.festive.anthems.national": "Nationaal volkslied",
|
|
538
|
+
"compositionGenres.festive.processional": "Processie marsen",
|
|
539
|
+
"compositionGenres.festive.processional.march": "Processionele mars",
|
|
540
|
+
"compositionGenres.festive.processional.funeral": "Rouwmars (Goede Week)",
|
|
541
|
+
"compositionGenres.festive.processional.other": "Andere processionele marsen",
|
|
542
|
+
"compositionGenres.festive.marches_parades": "Marsen en parades",
|
|
543
|
+
"compositionGenres.festive.marches_parades.military": "Militaire mars",
|
|
544
|
+
"compositionGenres.festive.marches_parades.parade": "Parademars (Amerikaans/show)",
|
|
545
|
+
"compositionGenres.festive.marches_parades.symphonic": "Symfonische mars (Italiaans)",
|
|
546
|
+
"compositionGenres.festive.marches_parades.circus": "Circusmars (screamer)",
|
|
547
|
+
"compositionGenres.festive.marches_parades.concert": "Concertmars (Duits/Brits)",
|
|
548
|
+
"compositionGenres.festive.folklore": "Folklore en wortels",
|
|
549
|
+
"compositionGenres.festive.folklore.celtic": "Keltische muziek",
|
|
550
|
+
"compositionGenres.festive.folklore.klezmer": "Klezmer/Jiddisch",
|
|
551
|
+
"compositionGenres.festive.folklore.american": "Noord-Amerikaanse folk",
|
|
552
|
+
"compositionGenres.festive.folklore.native": "Inheemse/native muziek",
|
|
553
|
+
"compositionGenres.festive.folklore.african": "Afrikaanse folk",
|
|
554
|
+
"compositionGenres.festive.folklore.oceania": "Oceanische/Australische folk",
|
|
555
|
+
"compositionGenres.festive.folklore.slavic": "Slavische/Balkan folk",
|
|
556
|
+
"compositionGenres.festive.folklore.latin": "Latijns-Amerikaanse folk",
|
|
557
|
+
"compositionGenres.festive.folklore.asian": "Aziatisch traditioneel",
|
|
558
|
+
"compositionGenres.festive.folklore.sardana": "Sardana",
|
|
559
|
+
"compositionGenres.festive.folklore.jota": "Jota",
|
|
560
|
+
"compositionGenres.festive.folklore.muineira": "Muñeira",
|
|
561
|
+
"compositionGenres.festive.folklore.txistu": "Txistu repertoire",
|
|
562
|
+
"compositionGenres.festive.folklore.cercavila": "Cercavila/reuzen",
|
|
563
|
+
"compositionGenres.festive.folklore.dances": "Volksdansen",
|
|
564
|
+
"compositionGenres.festive.folklore.charanga": "Charanga repertoire",
|
|
565
|
+
"compositionGenres.festive.folklore.other": "Andere volksmuziek",
|
|
566
|
+
"compositionGenres.festive.other": "Andere feest-/volksmuziek",
|
|
567
|
+
"compositionGenres.symphonic": "Symfonische/instrumentale muziek",
|
|
568
|
+
"compositionGenres.symphonic.symphony": "Symfonie",
|
|
569
|
+
"compositionGenres.symphonic.overture": "Ouverture/openingsfanfare",
|
|
570
|
+
"compositionGenres.symphonic.poem": "Symfonisch gedicht",
|
|
571
|
+
"compositionGenres.symphonic.suite": "Suite/Serenade/Divertimento",
|
|
572
|
+
"compositionGenres.symphonic.concerto": "Concert (solist)",
|
|
573
|
+
"compositionGenres.symphonic.chamber": "Kamermuziek",
|
|
574
|
+
"compositionGenres.symphonic.sonata": "Sonate",
|
|
575
|
+
"compositionGenres.symphonic.variations": "Variaties",
|
|
576
|
+
"compositionGenres.symphonic.free_form": "Vrij werk/fantasie/rapsodie",
|
|
577
|
+
"compositionGenres.symphonic.miniature": "Miniatuur/intermezzo",
|
|
578
|
+
"compositionGenres.symphonic.dance": "Concert- en salondansen",
|
|
579
|
+
"compositionGenres.symphonic.dance.waltz": "Wals",
|
|
580
|
+
"compositionGenres.symphonic.dance.polka": "Polka",
|
|
581
|
+
"compositionGenres.symphonic.dance.mazurka": "Mazurka",
|
|
582
|
+
"compositionGenres.symphonic.dance.landler": "Ländler",
|
|
583
|
+
"compositionGenres.symphonic.dance.tarantella": "Tarantella",
|
|
584
|
+
"compositionGenres.symphonic.dance.ragtime": "Ragtime",
|
|
585
|
+
"compositionGenres.symphonic.dance.habanera": "Habanera (instrumentaal)",
|
|
586
|
+
"compositionGenres.symphonic.dance.tango": "Tango",
|
|
587
|
+
"compositionGenres.symphonic.dance.ancient": "Oude dansen",
|
|
588
|
+
"compositionGenres.symphonic.other": "Andere symfonische/instrumentale muziek",
|
|
589
|
+
"compositionGenres.stage": "Theatermuziek",
|
|
590
|
+
"compositionGenres.stage.opera": "Opera",
|
|
591
|
+
"compositionGenres.stage.opera.complete": "Opera (compleet)",
|
|
592
|
+
"compositionGenres.stage.opera.selection": "Opera selectie/fantasie",
|
|
593
|
+
"compositionGenres.stage.opera.fragment": "Opera aria/duet/koor",
|
|
594
|
+
"compositionGenres.stage.opera.other": "Andere opera",
|
|
595
|
+
"compositionGenres.stage.zarzuela": "Zarzuela",
|
|
596
|
+
"compositionGenres.stage.zarzuela.complete": "Zarzuela (compleet)",
|
|
597
|
+
"compositionGenres.stage.zarzuela.selection": "Zarzuela selectie",
|
|
598
|
+
"compositionGenres.stage.zarzuela.prelude": "Zarzuela prelude/interlude",
|
|
599
|
+
"compositionGenres.stage.zarzuela.romanza": "Zarzuela romance/duet",
|
|
600
|
+
"compositionGenres.stage.zarzuela.other": "Andere zarzuela",
|
|
601
|
+
"compositionGenres.stage.operetta": "Operette",
|
|
602
|
+
"compositionGenres.stage.operetta.complete": "Operette (compleet)",
|
|
603
|
+
"compositionGenres.stage.operetta.selection": "Operette selectie",
|
|
604
|
+
"compositionGenres.stage.operetta.other": "Andere operette",
|
|
605
|
+
"compositionGenres.stage.musical": "Muziektheater",
|
|
606
|
+
"compositionGenres.stage.musical.complete": "Musical (compleet)",
|
|
607
|
+
"compositionGenres.stage.musical.selection": "Musical selectie",
|
|
608
|
+
"compositionGenres.stage.musical.song": "Musical lied/nummer",
|
|
609
|
+
"compositionGenres.stage.musical.other": "Andere muziektheater",
|
|
610
|
+
"compositionGenres.stage.ballet": "Klassiek ballet",
|
|
611
|
+
"compositionGenres.stage.ballet.complete": "Ballet (compleet)",
|
|
612
|
+
"compositionGenres.stage.ballet.suite": "Ballet suite",
|
|
613
|
+
"compositionGenres.stage.ballet.other": "Ander ballet",
|
|
614
|
+
"compositionGenres.stage.other": "Andere theatermuziek",
|
|
615
|
+
"compositionGenres.modern": "Moderne muziek",
|
|
616
|
+
"compositionGenres.modern.soundtrack": "Film- en TV-soundtracks",
|
|
617
|
+
"compositionGenres.modern.jazz": "Jazz en afgeleiden",
|
|
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": "Videogamemuziek",
|
|
626
|
+
"compositionGenres.modern.other": "Andere moderne muziek",
|
|
627
|
+
"compositionGenres.percussion": "Percussie",
|
|
628
|
+
"compositionGenres.percussion.ethnic": "Etnische ritmes",
|
|
629
|
+
"compositionGenres.percussion.contemporary": "Hedendaagse percussie",
|
|
630
|
+
"compositionGenres.percussion.other": "Andere percussie",
|
|
631
|
+
"compositionGenres.vocal": "Koor en vocaal",
|
|
632
|
+
"compositionGenres.vocal.sacred": "Sacrale muziek",
|
|
633
|
+
"compositionGenres.vocal.sacred.mass": "Mis en delen",
|
|
634
|
+
"compositionGenres.vocal.sacred.mass.complete": "Mis/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": "Oratorium/Passie",
|
|
642
|
+
"compositionGenres.vocal.sacred.cantata": "Sacrale cantate",
|
|
643
|
+
"compositionGenres.vocal.sacred.motet": "Motet/antifoon/psalm",
|
|
644
|
+
"compositionGenres.vocal.sacred.chorale": "Koraal/religieus hymne",
|
|
645
|
+
"compositionGenres.vocal.sacred.tedeum": "Te Deum/Magnificat/Stabat Mater",
|
|
646
|
+
"compositionGenres.vocal.sacred.gospel": "Gospel/spiritual",
|
|
647
|
+
"compositionGenres.vocal.sacred.procession": "Vocale processionele mars",
|
|
648
|
+
"compositionGenres.vocal.sacred.other": "Andere sacrale muziek",
|
|
649
|
+
"compositionGenres.vocal.secular": "Seculiere/burgerlijke muziek",
|
|
650
|
+
"compositionGenres.vocal.secular.cantata": "Seculiere cantate",
|
|
651
|
+
"compositionGenres.vocal.secular.madrigal": "Madrigaal/chanson",
|
|
652
|
+
"compositionGenres.vocal.secular.concert_work": "Concert koorwerk",
|
|
653
|
+
"compositionGenres.vocal.secular.pop_arrangement": "Populair koor arrangement",
|
|
654
|
+
"compositionGenres.vocal.secular.anthem": "Niet-religieus hymne",
|
|
655
|
+
"compositionGenres.vocal.secular.other": "Andere seculiere muziek",
|
|
656
|
+
"compositionGenres.vocal.solo": "Solo stem repertoire",
|
|
657
|
+
"compositionGenres.vocal.solo.lied": "Lied/melodie/kunstlied",
|
|
658
|
+
"compositionGenres.vocal.solo.aria": "Concert aria",
|
|
659
|
+
"compositionGenres.vocal.carols": "Kerstmis/kerstliederen",
|
|
660
|
+
"compositionGenres.vocal.habanera": "Habanera (vocaal/koor)",
|
|
661
|
+
"compositionGenres.educational": "Educatief",
|
|
662
|
+
"compositionGenres.educational.method": "Methoden/techniek",
|
|
663
|
+
"compositionGenres.educational.didactic": "Didactische werken",
|
|
664
|
+
"compositionGenres.educational.flex_band": "Flex-band",
|
|
665
|
+
"compositionStyles.group.historical": "Historische periodes",
|
|
666
|
+
"compositionStyles.group.jazz_blues": "Jazz en blues stijlen",
|
|
667
|
+
"compositionStyles.group.world_pop": "Populair en wereld",
|
|
668
|
+
"compositionStyles.group.character": "Karakter en functie",
|
|
669
|
+
"compositionStyles.historical.renaissance": "Renaissance",
|
|
670
|
+
"compositionStyles.historical.baroque": "Barok",
|
|
671
|
+
"compositionStyles.historical.classicism": "Classicisme",
|
|
672
|
+
"compositionStyles.historical.romanticism": "Romantiek",
|
|
673
|
+
"compositionStyles.historical.post_romanticism": "Post-romantiek/nationalisme",
|
|
674
|
+
"compositionStyles.historical.20th_century": "20e eeuw",
|
|
675
|
+
"compositionStyles.historical.contemporary": "Hedendaags/avant-garde",
|
|
676
|
+
"compositionStyles.historical.minimalism": "Minimalisme",
|
|
677
|
+
"compositionStyles.jazz.swing": "Swing/big band (klassiek jaren '30-'40)",
|
|
678
|
+
"compositionStyles.jazz.dixieland": "Dixieland/traditioneel/ragtime",
|
|
679
|
+
"compositionStyles.jazz.bebop": "Bebop/moderne jazz",
|
|
680
|
+
"compositionStyles.jazz.fusion": "Jazz fusion/elektrisch",
|
|
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/Andalusisch",
|
|
687
|
+
"compositionStyles.world.celtic": "Keltisch/folk",
|
|
688
|
+
"compositionStyles.world.latin": "Latijns/Caribisch",
|
|
689
|
+
"compositionStyles.world.african": "Afrikaans/tribaal",
|
|
690
|
+
"compositionStyles.world.oriental": "Oosters/Aziatisch",
|
|
691
|
+
"compositionStyles.character.epic": "Episch/filmisch",
|
|
692
|
+
"compositionStyles.character.sacred": "Religieus/sacraal karakter",
|
|
693
|
+
"compositionStyles.character.humorous": "Humoristisch/beschrijvend karakter",
|
|
694
|
+
"compositionStyles.character.solemn": "Plechtig/martiaal karakter"
|
|
461
695
|
}
|