@glissandoo/lib 1.123.3 → 1.124.0-dev.219.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/functions/auth.d.ts +3 -1
- package/functions/composer.d.ts +13 -0
- package/functions/composerComposition.d.ts +102 -0
- package/functions/composerNotification.d.ts +38 -0
- package/functions/composerPayout.d.ts +20 -0
- package/functions/customer.d.ts +4 -0
- package/functions/event.js +1 -1
- package/functions/eventPlayer.js +1 -1
- package/functions/eventRepertory.d.ts +2 -0
- package/functions/eventRepertory.js +1 -1
- package/functions/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 +71 -2
- package/helpers/currencyConversion.d.ts +45 -0
- package/helpers/currencyConversion.js +119 -0
- package/helpers/dataStructures/trees/index.d.ts +12 -0
- package/helpers/dataStructures/trees/index.js +71 -0
- package/helpers/dataStructures/trees/types.d.ts +14 -0
- package/helpers/dataStructures/trees/types.js +5 -0
- package/helpers/dlinks.js +1 -1
- package/helpers/errors.d.ts +1 -0
- package/helpers/errors.js +2 -1
- package/helpers/externalUrls.d.ts +12 -0
- package/helpers/externalUrls.js +40 -0
- package/helpers/instruments/index.d.ts +17 -0
- package/helpers/instruments/index.js +5 -1
- package/helpers/instruments/lists.d.ts +3 -3
- package/helpers/instruments/lists.js +5 -5
- package/helpers/musicStyles/index.d.ts +22 -4
- package/helpers/musicStyles/index.js +114 -35
- package/helpers/notifications/index.js +1 -1
- package/helpers/objects.d.ts +5 -1
- package/helpers/objects.js +7 -6
- package/helpers/paymentForecast.js +1 -2
- package/helpers/payoutRules.js +3 -4
- package/helpers/plans.js +2 -2
- package/helpers/rates.d.ts +1 -1
- package/helpers/slate.d.ts +64 -5
- package/helpers/slate.js +7 -1
- package/helpers/ts-extras/array-includes.js +1 -2
- package/helpers/ts-extras/as-mutable.js +1 -2
- package/helpers/ts-extras/assert-error.js +1 -2
- package/helpers/ts-extras/index.js +1 -1
- package/helpers/ts-extras/is-defined.js +1 -2
- package/helpers/ts-extras/is-empty.js +1 -2
- package/helpers/ts-extras/is-infinite.js +1 -2
- package/helpers/ts-extras/is-present.js +1 -2
- package/helpers/ts-extras/object-entries.d.ts +1 -1
- package/helpers/ts-extras/object-from-entries.d.ts +1 -1
- package/helpers/ts-extras/object-has-own.js +1 -2
- package/helpers/ts-extras/object-keys.d.ts +1 -1
- package/helpers/ts-extras/object-keys.js +0 -1
- package/helpers/ts-extras/set-has.js +1 -2
- package/helpers/types.d.ts +26 -0
- package/helpers/types.js +26 -6
- package/lang/ca.json +325 -91
- package/lang/de.json +325 -91
- package/lang/en.json +325 -91
- package/lang/es.json +325 -91
- package/lang/eu.json +325 -91
- package/lang/fr.json +325 -91
- package/lang/gl.json +325 -91
- package/lang/index.js +3 -2
- package/lang/it.json +325 -91
- package/lang/nl.json +325 -91
- package/lang/pt.json +325 -91
- package/models/Communication/types.d.ts +0 -16
- package/models/Communication/types.js +3 -9
- package/models/CompositionGenre/index.d.ts +9 -0
- package/models/CompositionGenre/index.js +16 -0
- package/models/CompositionStyle/index.d.ts +9 -0
- package/models/CompositionStyle/index.js +16 -0
- package/models/Counters/Group/Analytics/types.js +1 -1
- package/models/Customer/index.d.ts +1 -1
- package/models/Customer/index.js +3 -3
- package/models/Customer/types.js +1 -1
- package/models/Evento/Player/types.js +3 -3
- package/models/Evento/Repertory/types.d.ts +2 -1
- package/models/Evento/index.d.ts +3 -2
- package/models/Evento/index.js +5 -4
- package/models/Evento/types.d.ts +3 -34
- package/models/Evento/types.js +9 -41
- package/models/Federation/index.d.ts +1 -1
- package/models/Federation/index.js +3 -3
- package/models/Group/Analytics/types.js +1 -1
- package/models/Group/Payment/supabase.js +3 -3
- package/models/Group/Payment/types.js +5 -5
- package/models/Group/Player/types.js +1 -1
- package/models/Group/Repertory/File/Section/index.d.ts +3 -3
- package/models/Group/Repertory/File/Section/index.js +3 -2
- package/models/Group/Repertory/File/Section/types.d.ts +7 -0
- package/models/Group/Repertory/File/Section/types.js +1 -1
- package/models/Group/Repertory/File/index.d.ts +4 -2
- package/models/Group/Repertory/File/index.js +4 -4
- package/models/Group/Repertory/FilePath/index.d.ts +3 -4
- package/models/Group/Repertory/index.d.ts +12 -4
- package/models/Group/Repertory/index.js +9 -0
- package/models/Group/Repertory/types.d.ts +21 -32
- package/models/Group/Repertory/types.js +8 -18
- package/models/Group/index.d.ts +7 -2
- package/models/Group/index.js +14 -0
- package/models/Group/types.d.ts +2 -21
- package/models/Group/types.js +14 -33
- package/models/Instrument/fromRecord.d.ts +11 -0
- package/models/Instrument/fromRecord.js +33 -0
- package/models/Instrument/index.d.ts +2 -0
- package/models/Instrument/index.js +38 -1
- package/models/Inventory/Item/types.js +2 -2
- package/models/Inventory/types.js +1 -1
- package/models/Notification/types.js +2 -2
- package/models/Offer/types.d.ts +0 -12
- package/models/Offer/types.js +2 -15
- package/models/Partnership/Communication/supabase.js +2 -2
- package/models/Partnership/Group/index.d.ts +2 -1
- package/models/Partnership/Group/index.js +15 -3
- package/models/Partnership/Group/supabase.js +2 -2
- package/models/Partnership/Partner/supabase.js +2 -2
- package/models/Partnership/Partner/types.js +1 -1
- package/models/Partnership/Payment/supabase.js +3 -3
- package/models/Partnership/Payment/types.js +2 -2
- package/models/Partnership/Plan/supabase.js +2 -2
- package/models/Partnership/SepaPaymentGroup/supabase.js +2 -2
- package/models/Partnership/Subscription/supabase.js +2 -2
- package/models/Partnership/index.d.ts +1 -0
- package/models/Partnership/index.js +4 -0
- package/models/Partnership/types.js +1 -1
- package/models/Repertory/types.d.ts +12 -0
- package/models/Repertory/types.js +2 -2
- package/models/User/Group/index.js +1 -2
- package/models/User/index.d.ts +1 -1
- package/models/User/index.js +3 -3
- package/models/User/types.d.ts +2 -1
- package/models/User/types.js +8 -8
- package/models/WebhookEvent/types.js +1 -1
- package/models/supabase/Comm/index.d.ts +24 -0
- package/models/supabase/Comm/index.js +68 -0
- package/models/supabase/Comm/types.d.ts +6 -0
- package/models/supabase/CommHistory/index.d.ts +22 -0
- package/models/supabase/CommHistory/index.js +37 -0
- package/models/supabase/CommHistory/types.d.ts +11 -0
- package/models/supabase/CommHistory/types.js +9 -0
- package/models/supabase/Composer/Composition/Acquisition/index.d.ts +4 -0
- package/models/supabase/Composer/Composition/Acquisition/index.js +9 -0
- package/models/supabase/Composer/Composition/Acquisition/types.d.ts +36 -0
- package/models/supabase/Composer/Composition/Favorite/index.d.ts +4 -0
- package/models/supabase/Composer/Composition/Favorite/index.js +9 -0
- package/models/supabase/Composer/Composition/Favorite/types.d.ts +6 -0
- package/models/supabase/Composer/Composition/View/index.d.ts +4 -0
- package/models/supabase/Composer/Composition/View/index.js +9 -0
- package/models/supabase/Composer/Composition/View/types.d.ts +6 -0
- package/models/supabase/Composer/Composition/index.d.ts +5284 -0
- package/models/supabase/Composer/Composition/index.js +166 -0
- package/models/supabase/Composer/Composition/types.d.ts +96 -0
- package/models/supabase/Composer/Composition/types.js +32 -0
- package/models/supabase/Composer/Notification/index.d.ts +4 -0
- package/models/supabase/Composer/Notification/index.js +9 -0
- package/models/supabase/Composer/Notification/types.d.ts +39 -0
- package/models/supabase/Composer/Notification/types.js +27 -0
- package/models/supabase/Composer/Payout/index.d.ts +4 -0
- package/models/supabase/Composer/Payout/index.js +9 -0
- package/models/supabase/Composer/Payout/status.d.ts +1 -0
- package/models/supabase/Composer/Payout/types.d.ts +5 -0
- package/models/supabase/Composer/PerformanceAttendance/types.d.ts +4 -0
- package/models/supabase/Composer/index.d.ts +78 -0
- package/models/supabase/Composer/index.js +105 -0
- package/models/supabase/Composer/types.d.ts +6 -0
- package/models/supabase/Composer/types.js +2 -0
- package/models/supabase/EventHistory/index.d.ts +22 -0
- package/models/supabase/EventHistory/index.js +37 -0
- package/models/supabase/EventHistory/types.d.ts +39 -0
- package/models/supabase/EventHistory/types.js +37 -0
- package/models/supabase/GroupHistory/index.d.ts +21 -0
- package/models/supabase/GroupHistory/index.js +34 -0
- package/models/supabase/GroupHistory/types.d.ts +27 -0
- package/models/supabase/GroupHistory/types.js +25 -0
- package/models/supabase/Model/index.d.ts +10 -0
- package/models/supabase/Model/index.js +21 -0
- package/models/supabase/OfferHistory/index.d.ts +22 -0
- package/models/supabase/OfferHistory/index.js +37 -0
- package/models/supabase/OfferHistory/types.d.ts +18 -0
- package/models/supabase/OfferHistory/types.js +16 -0
- package/models/supabase/Repertoire/index.d.ts +16 -0
- package/models/supabase/Repertoire/index.js +43 -0
- package/models/supabase/Repertoire/types.d.ts +6 -0
- package/models/supabase/Repertoire/types.js +2 -0
- package/models/supabase/RepertoireHistory/index.d.ts +22 -0
- package/models/supabase/RepertoireHistory/index.js +37 -0
- package/models/supabase/RepertoireHistory/types.d.ts +21 -0
- package/models/supabase/RepertoireHistory/types.js +19 -0
- package/models/supabase/User/Group/index.d.ts +11 -0
- package/models/supabase/User/Group/index.js +30 -0
- package/models/supabase/User/Group/types.d.ts +6 -0
- package/models/supabase/User/Group/types.js +2 -0
- package/models/supabase/User/index.d.ts +13 -0
- package/models/supabase/User/index.js +37 -0
- package/models/supabase/User/types.d.ts +6 -0
- package/models/supabase/User/types.js +2 -0
- package/package.json +15 -13
- package/types/firestore.d.ts +0 -1
- package/types/firestore.js +1 -1
- package/types/payoutRule.js +3 -3
- package/types/supabase/catalog.d.ts +46 -0
- package/types/supabase/catalog.js +2 -0
- package/types/supabase/catalog.ts +67 -0
- package/types/supabase/composerMetrics.d.ts +27 -0
- package/types/supabase/composerMetrics.js +2 -0
- package/types/supabase/composerMetrics.ts +26 -0
- package/types/supabase/generated.d.ts +3518 -1055
- package/types/supabase/generated.js +9 -0
- package/types/supabase/generated.ts +3476 -1082
- package/types/supabase/index.d.ts +159 -19
- package/types/supabase/index.js +15 -0
- package/types/supabase/index.ts +292 -21
- package/types/supabase/overwrites/index.d.ts +1 -1
- package/types/supabase/overwrites/index.ts +1 -1
- package/types/supabase/overwrites/tables/comm/model.d.ts +4 -0
- package/types/supabase/overwrites/tables/comm/model.js +2 -0
- package/types/supabase/overwrites/tables/comm/model.ts +4 -0
- package/types/supabase/overwrites/tables/comm_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/comm_history/index.js +2 -0
- package/types/supabase/overwrites/tables/comm_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/comm_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/comm_history/model.js +2 -0
- package/types/supabase/overwrites/tables/comm_history/model.ts +13 -0
- package/types/supabase/overwrites/tables/common/index.js +2 -0
- package/types/supabase/overwrites/tables/composer/index.d.ts +9 -0
- package/types/supabase/overwrites/tables/composer/index.js +2 -0
- package/types/supabase/overwrites/tables/composer/index.ts +10 -0
- package/types/supabase/overwrites/tables/composer/model.d.ts +12 -0
- package/types/supabase/overwrites/tables/composer/model.js +2 -0
- package/types/supabase/overwrites/tables/composer/model.ts +15 -0
- package/types/supabase/overwrites/tables/composer/publicModel.d.ts +11 -0
- package/types/supabase/overwrites/tables/composer/publicModel.js +2 -0
- package/types/supabase/overwrites/tables/composer/publicModel.ts +15 -0
- package/types/supabase/overwrites/tables/composerComposition/index.d.ts +18 -0
- package/types/supabase/overwrites/tables/composerComposition/index.js +2 -0
- package/types/supabase/overwrites/tables/composerComposition/index.ts +24 -0
- package/types/supabase/overwrites/tables/composerComposition/model.d.ts +9 -0
- package/types/supabase/overwrites/tables/composerComposition/model.js +2 -0
- package/types/supabase/overwrites/tables/composerComposition/model.ts +26 -0
- package/types/supabase/overwrites/tables/composerComposition/publicModel.d.ts +9 -0
- package/types/supabase/overwrites/tables/composerComposition/publicModel.js +2 -0
- package/types/supabase/overwrites/tables/composerComposition/publicModel.ts +37 -0
- package/types/supabase/overwrites/tables/composerNotification/index.d.ts +19 -0
- package/types/supabase/overwrites/tables/composerNotification/index.js +2 -0
- package/types/supabase/overwrites/tables/composerNotification/index.ts +25 -0
- package/types/supabase/overwrites/tables/composerOwnedTransaction/model.d.ts +2 -0
- package/types/supabase/overwrites/tables/composerOwnedTransaction/model.js +2 -0
- package/types/supabase/overwrites/tables/composerOwnedTransaction/model.ts +3 -0
- package/types/supabase/overwrites/tables/composerPayout/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/composerPayout/index.js +2 -0
- package/types/supabase/overwrites/tables/composerPayout/index.ts +8 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/index.d.ts +4 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/index.js +2 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/index.ts +8 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/model.d.ts +6 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/model.js +2 -0
- package/types/supabase/overwrites/tables/compositionAcquisition/model.ts +11 -0
- package/types/supabase/overwrites/tables/compositionFavorite/index.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionFavorite/index.js +2 -0
- package/types/supabase/overwrites/tables/compositionFavorite/index.ts +2 -0
- package/types/supabase/overwrites/tables/compositionFavorite/model.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionFavorite/model.js +2 -0
- package/types/supabase/overwrites/tables/compositionFavorite/model.ts +1 -0
- package/types/supabase/overwrites/tables/compositionView/index.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionView/index.js +2 -0
- package/types/supabase/overwrites/tables/compositionView/index.ts +2 -0
- package/types/supabase/overwrites/tables/compositionView/model.d.ts +1 -0
- package/types/supabase/overwrites/tables/compositionView/model.js +2 -0
- package/types/supabase/overwrites/tables/compositionView/model.ts +1 -0
- package/types/supabase/overwrites/tables/currencyExchangeRate/index.d.ts +16 -0
- package/types/supabase/overwrites/tables/currencyExchangeRate/index.js +2 -0
- package/types/supabase/overwrites/tables/currencyExchangeRate/index.ts +18 -0
- package/types/supabase/overwrites/{event.d.ts → tables/event/index.d.ts} +1 -1
- package/types/supabase/overwrites/tables/event/index.js +2 -0
- package/types/supabase/overwrites/{event.ts → tables/event/index.ts} +1 -1
- package/types/supabase/overwrites/tables/event_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/event_history/index.js +2 -0
- package/types/supabase/overwrites/tables/event_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/event_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/event_history/model.js +2 -0
- package/types/supabase/overwrites/tables/event_history/model.ts +13 -0
- package/types/supabase/overwrites/{group.d.ts → tables/group/index.d.ts} +2 -5
- package/types/supabase/overwrites/tables/group/index.js +2 -0
- package/types/supabase/overwrites/{group.ts → tables/group/index.ts} +2 -6
- package/types/supabase/overwrites/tables/group_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/group_history/index.js +2 -0
- package/types/supabase/overwrites/tables/group_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/group_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/group_history/model.js +2 -0
- package/types/supabase/overwrites/tables/group_history/model.ts +13 -0
- package/types/supabase/overwrites/{offer.d.ts → tables/offer/index.d.ts} +6 -2
- package/types/supabase/overwrites/tables/offer/index.js +2 -0
- package/types/supabase/overwrites/{offer.ts → tables/offer/index.ts} +7 -2
- package/types/supabase/overwrites/tables/offer_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/offer_history/index.js +2 -0
- package/types/supabase/overwrites/tables/offer_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/offer_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/offer_history/model.js +2 -0
- package/types/supabase/overwrites/tables/offer_history/model.ts +13 -0
- package/types/supabase/overwrites/tables/repertoire/model.d.ts +7 -0
- package/types/supabase/overwrites/tables/repertoire/model.js +2 -0
- package/types/supabase/overwrites/tables/repertoire/model.ts +7 -0
- package/types/supabase/overwrites/tables/repertoire_history/index.d.ts +7 -0
- package/types/supabase/overwrites/tables/repertoire_history/index.js +2 -0
- package/types/supabase/overwrites/tables/repertoire_history/index.ts +9 -0
- package/types/supabase/overwrites/tables/repertoire_history/model.d.ts +10 -0
- package/types/supabase/overwrites/tables/repertoire_history/model.js +2 -0
- package/types/supabase/overwrites/tables/repertoire_history/model.ts +13 -0
- package/types/supabase/overwrites/tables/user/index.d.ts +11 -0
- package/types/supabase/overwrites/tables/user/index.js +2 -0
- package/types/supabase/overwrites/tables/user/index.ts +13 -0
- package/types/supabase/overwrites/comm.d.ts +0 -18
- package/types/supabase/overwrites/comm.ts +0 -18
- package/types/supabase/overwrites/comm_history.d.ts +0 -10
- package/types/supabase/overwrites/comm_history.ts +0 -10
- package/types/supabase/overwrites/event_history.d.ts +0 -10
- package/types/supabase/overwrites/event_history.ts +0 -10
- package/types/supabase/overwrites/group_history.d.ts +0 -9
- package/types/supabase/overwrites/group_history.ts +0 -9
- package/types/supabase/overwrites/offer_history.d.ts +0 -10
- package/types/supabase/overwrites/offer_history.ts +0 -10
- package/types/supabase/overwrites/repertoire.d.ts +0 -12
- package/types/supabase/overwrites/repertoire.ts +0 -12
- package/types/supabase/overwrites/repertoire_history.d.ts +0 -10
- package/types/supabase/overwrites/repertoire_history.ts +0 -10
- /package/{types/supabase/overwrites/comm.js → functions/composer.js} +0 -0
- /package/{types/supabase/overwrites/comm_history.js → functions/composerComposition.js} +0 -0
- /package/{types/supabase/overwrites/event.js → functions/composerNotification.js} +0 -0
- /package/{types/supabase/overwrites/event_history.js → functions/composerPayout.js} +0 -0
- /package/{types/supabase/overwrites/group.js → models/supabase/Comm/types.js} +0 -0
- /package/{types/supabase/overwrites/group_history.js → models/supabase/Composer/Composition/Acquisition/types.js} +0 -0
- /package/{types/supabase/overwrites/offer.js → models/supabase/Composer/Composition/Favorite/types.js} +0 -0
- /package/{types/supabase/overwrites/offer_history.js → models/supabase/Composer/Composition/View/types.js} +0 -0
- /package/{types/supabase/overwrites/repertoire.js → models/supabase/Composer/Payout/status.js} +0 -0
- /package/{types/supabase/overwrites/repertoire_history.js → models/supabase/Composer/Payout/types.js} +0 -0
- /package/{types/supabase/overwrites/utils.js → models/supabase/Composer/PerformanceAttendance/types.js} +0 -0
- /package/types/supabase/overwrites/{utils.d.ts → tables/common/index.d.ts} +0 -0
- /package/types/supabase/overwrites/{utils.ts → tables/common/index.ts} +0 -0
package/lang/eu.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"group.delete.title": "Taldea ezabatuta",
|
|
28
28
|
"group.onboarding.attendance.text": "Nork parte har dezake entseguan? 😍 Ezagutu erantzun sinpleekin 🙋♀️",
|
|
29
29
|
"group.onboarding.attendance.title": "📅 {string:group.0.displayName}",
|
|
30
|
-
"group.onboarding.dashboard.text": "
|
|
30
|
+
"group.onboarding.dashboard.text": "Glissandoo helbidean zure taldea erraz antola dezakezu: entseguak, kontzertuak, errepertorioa eta gehiago. 🎶",
|
|
31
31
|
"group.onboarding.dashboard.title": "Bisitatu al duzu gure web kontrol panela? 💻",
|
|
32
32
|
"group.onboarding.engagement.text": "Komunikazio eraginkorrerako gakoa egutegi argia da. Primeran ari zara — gehitzen jarraitu entseguak eta kontzertuak! 👏",
|
|
33
33
|
"group.onboarding.engagement.title": "Musikarien parte-hartzea sustatu 📅",
|
|
@@ -72,157 +72,178 @@
|
|
|
72
72
|
"group.questions.default2.confirmed.title": "Ezustekoren bat izango duzu?",
|
|
73
73
|
"groupPlayer.switchInstruments.byAdmin.text": "Administratzaile batek zure esleitutako instrumentuak eguneratu ditu",
|
|
74
74
|
"groupPlayer.switchInstruments.byAdmin.title": "🔧 Instrumentu aldaketa",
|
|
75
|
-
"instruments.accordion": "Akordeoia",
|
|
76
|
-
"instruments.agogo": "
|
|
77
|
-
"instruments.altoClarinet": "Klarinete
|
|
78
|
-
"instruments.altoSaxophone": "Saxofoi altua",
|
|
75
|
+
"instruments.accordion": "{count, plural, one {Akordeoia} other {Akordeoiak}}",
|
|
76
|
+
"instruments.agogo": "{count, plural, one {Agogoa} other {Agogoak}}",
|
|
77
|
+
"instruments.altoClarinet": "{count, plural, one {Klarinete altua} other {Klarinete altuak}}",
|
|
78
|
+
"instruments.altoSaxophone": "{count, plural, one {Saxofoi altua} other {Saxofoi altuak}}",
|
|
79
79
|
"instruments.altoSaxophone-1": "Saxofoi altua 1",
|
|
80
80
|
"instruments.altoSaxophone-2": "Saxofoi altua 2",
|
|
81
|
-
"instruments.auxiliar": "Laguntzailea",
|
|
82
|
-
"instruments.bagpipes": "Gaita",
|
|
83
|
-
"instruments.bandurria": "Bandurria",
|
|
84
|
-
"instruments.banjo": "Banjoa",
|
|
85
|
-
"instruments.baritone": "Baritonoa",
|
|
86
|
-
"instruments.baritoneSax": "Saxofoi baritonoa",
|
|
87
|
-
"instruments.bass-choir": "Baxua",
|
|
88
|
-
"instruments.bass-drum": "
|
|
89
|
-
"instruments.bass": "Baxu elektrikoa",
|
|
90
|
-
"instruments.bassClarinet": "Klarinete baxua",
|
|
91
|
-
"instruments.bassoon": "Fagota",
|
|
81
|
+
"instruments.auxiliar": "{count, plural, one {Laguntzailea} other {Laguntzaileak}}",
|
|
82
|
+
"instruments.bagpipes": "{count, plural, one {Gaita} other {Gaitak}}",
|
|
83
|
+
"instruments.bandurria": "{count, plural, one {Bandurria} other {Bandurriak}}",
|
|
84
|
+
"instruments.banjo": "{count, plural, one {Banjoa} other {Banjoak}}",
|
|
85
|
+
"instruments.baritone": "{count, plural, one {Baritonoa} other {Baritonoak}}",
|
|
86
|
+
"instruments.baritoneSax": "{count, plural, one {Saxofoi baritonoa} other {Saxofoi baritonoak}}",
|
|
87
|
+
"instruments.bass-choir": "{count, plural, one {Baxua} other {Baxuak}}",
|
|
88
|
+
"instruments.bass-drum": "{count, plural, one {Bonboa} other {Bonboak}}",
|
|
89
|
+
"instruments.bass": "{count, plural, one {Baxu elektrikoa} other {Baxu elektrikoak}}",
|
|
90
|
+
"instruments.bassClarinet": "{count, plural, one {Klarinete baxua} other {Klarinete baxuak}}",
|
|
91
|
+
"instruments.bassoon": "{count, plural, one {Fagota} other {Fagotak}}",
|
|
92
92
|
"instruments.bassoon-1": "Fagota 1",
|
|
93
93
|
"instruments.bassoon-2": "Fagota 2",
|
|
94
|
-
"instruments.cajon": "Kaxoia",
|
|
95
|
-
"instruments.castanets": "Kriskitinak",
|
|
96
|
-
"instruments.cello": "Biolontxeloa",
|
|
94
|
+
"instruments.cajon": "{count, plural, one {Kaxoia} other {Kaxoiak}}",
|
|
95
|
+
"instruments.castanets": "{count, plural, one {Kriskitina} other {Kriskitinak}}",
|
|
96
|
+
"instruments.cello": "{count, plural, one {Biolontxeloa} other {Biolontxeloak}}",
|
|
97
97
|
"instruments.cello-1": "Biolontxeloa 1",
|
|
98
98
|
"instruments.cello-2": "Biolontxeloa 2",
|
|
99
|
-
"instruments.chocalho": "
|
|
100
|
-
"instruments.choir": "Koroa",
|
|
101
|
-
"instruments.clarinet": "Klarinetea",
|
|
99
|
+
"instruments.chocalho": "{count, plural, one {Chocalhoa} other {Chocalhoak}}",
|
|
100
|
+
"instruments.choir": "{count, plural, one {Koroa} other {Koroak}}",
|
|
101
|
+
"instruments.clarinet": "{count, plural, one {Klarinetea} other {Klarineteak}}",
|
|
102
102
|
"instruments.clarinet-1": "Klarinetea 1",
|
|
103
103
|
"instruments.clarinet-2": "Klarinetea 2",
|
|
104
104
|
"instruments.clarinet-3": "Klarinetea 3",
|
|
105
105
|
"instruments.principalClarinet": "Klarinete nagusia",
|
|
106
|
-
"instruments.contraAlto": "Kontraltoa",
|
|
106
|
+
"instruments.contraAlto": "{count, plural, one {Kontraltoa} other {Kontraltoak}}",
|
|
107
107
|
"instruments.concertino": "Kontzertmaisua",
|
|
108
108
|
"instruments.contrabass-bugle": "Kontrabaxu buglea",
|
|
109
|
-
"instruments.contraBass": "Kontrafagota",
|
|
110
|
-
"instruments.contrabassClarinet": "Klarinete
|
|
111
|
-
"instruments.cornet": "Korneta",
|
|
109
|
+
"instruments.contraBass": "{count, plural, one {Kontrafagota} other {Kontrafagotak}}",
|
|
110
|
+
"instruments.contrabassClarinet": "{count, plural, one {Klarinete kontrabaxua} other {Klarinete kontrabaxuak}}",
|
|
111
|
+
"instruments.cornet": "{count, plural, one {Korneta} other {Kornetak}}",
|
|
112
112
|
"instruments.highCornet": "Tronpeta altua",
|
|
113
113
|
"instruments.lowCornet": "Tronpeta baxua",
|
|
114
|
-
"instruments.counterTenor": "Kontratenorra",
|
|
115
|
-
"instruments.cymbals": "Zinbalak",
|
|
116
|
-
"instruments.dj": "DJa",
|
|
117
|
-
"instruments.
|
|
114
|
+
"instruments.counterTenor": "{count, plural, one {Kontratenorra} other {Kontratenorrak}}",
|
|
115
|
+
"instruments.cymbals": "{count, plural, one {Zinbala} other {Zinbalak}}",
|
|
116
|
+
"instruments.dj": "{count, plural, one {DJa} other {DJak}}",
|
|
117
|
+
"instruments.electronics": "{count, plural, one {Elektronika} other {Elektronikak}}",
|
|
118
|
+
"instruments.doubleBass": "{count, plural, one {Kontrabaxua} other {Kontrabaxuak}}",
|
|
118
119
|
"instruments.doubleBass-1": "Kontrabaxua 1",
|
|
119
120
|
"instruments.doubleBass-2": "Kontrabaxua 2",
|
|
120
|
-
"instruments.drumSet": "Bateria",
|
|
121
|
-
"instruments.dulzaina-fa": "
|
|
122
|
-
"instruments.dulzaina": "Dultzaina",
|
|
123
|
-
"instruments.electricGuitar": "Gitarra elektrikoa",
|
|
124
|
-
"instruments.englishHorn": "
|
|
121
|
+
"instruments.drumSet": "{count, plural, one {Bateria} other {Bateriak}}",
|
|
122
|
+
"instruments.dulzaina-fa": "{count, plural, one {Fa dultzaina} other {Fa dultzainak}}",
|
|
123
|
+
"instruments.dulzaina": "{count, plural, one {Dultzaina} other {Dultzainak}}",
|
|
124
|
+
"instruments.electricGuitar": "{count, plural, one {Gitarra elektrikoa} other {Gitarra elektrikoak}}",
|
|
125
|
+
"instruments.englishHorn": "{count, plural, one {Korno ingelesa} other {Korno ingelesak}}",
|
|
125
126
|
"instruments.escort": "Eskolta",
|
|
126
|
-
"instruments.euphonium": "Bonbardinoa",
|
|
127
|
+
"instruments.euphonium": "{count, plural, one {Bonbardinoa} other {Bonbardinoak}}",
|
|
127
128
|
"instruments.euphonium-1": "Bonbardinoa 1",
|
|
128
129
|
"instruments.euphonium-2": "Bonbardinoa 2",
|
|
129
|
-
"instruments.flabiol": "
|
|
130
|
-
"instruments.flagBearer": "
|
|
131
|
-
"instruments.flugelhorn": "Fliskornoa",
|
|
132
|
-
"instruments.flute": "Txirula",
|
|
130
|
+
"instruments.flabiol": "{count, plural, one {Flabiola} other {Flabiolak}}",
|
|
131
|
+
"instruments.flagBearer": "{count, plural, one {Estandarte-eramailea} other {Estandarte-eramaileak}}",
|
|
132
|
+
"instruments.flugelhorn": "{count, plural, one {Fliskornoa} other {Fliskornoak}}",
|
|
133
|
+
"instruments.flute": "{count, plural, one {Txirula} other {Txirulak}}",
|
|
133
134
|
"instruments.flute-1": "Txirula 1",
|
|
134
135
|
"instruments.flute-2": "Txirula 2",
|
|
135
|
-
"instruments.frenchHorn": "
|
|
136
|
+
"instruments.frenchHorn": "{count, plural, one {Tronpa} other {Tronpak}}",
|
|
136
137
|
"instruments.frenchHorn-1": "Adar frantsesa 1",
|
|
137
138
|
"instruments.frenchHorn-2": "Adar frantsesa 2",
|
|
138
139
|
"instruments.frenchHorn-3": "Adar frantsesa 3",
|
|
139
140
|
"instruments.frenchHorn-4": "Adar frantsesa 4",
|
|
140
141
|
"instruments.glockenspiel": "Glockenspiel",
|
|
141
|
-
"instruments.guitar": "Gitarra",
|
|
142
|
-
"instruments.harmonica": "Harmonika",
|
|
143
|
-
"instruments.harp": "Harpa",
|
|
144
|
-
"instruments.harpsichord": "
|
|
145
|
-
"instruments.highTrombone": "Tronboi altua",
|
|
146
|
-
"instruments.keyboard": "Teklatua",
|
|
147
|
-
"instruments.littleClarinet": "Rekintoa",
|
|
148
|
-
"instruments.low-flute": "Flauta baxua",
|
|
149
|
-
"instruments.lowSaxophone": "Saxofoi baxua",
|
|
150
|
-
"instruments.lowTrombone": "Tronboi baxua",
|
|
151
|
-
"instruments.lowTrumpet": "Tronpeta baxua",
|
|
152
|
-
"instruments.lute": "Lautea",
|
|
153
|
-
"instruments.mallets": "
|
|
154
|
-
"instruments.mandoline": "Mandolina",
|
|
155
|
-
"instruments.maracas": "
|
|
156
|
-
"instruments.marchingToms": "Marching
|
|
157
|
-
"instruments.melodica": "
|
|
142
|
+
"instruments.guitar": "{count, plural, one {Gitarra} other {Gitarrak}}",
|
|
143
|
+
"instruments.harmonica": "{count, plural, one {Harmonika} other {Harmonikak}}",
|
|
144
|
+
"instruments.harp": "{count, plural, one {Harpa} other {Harpak}}",
|
|
145
|
+
"instruments.harpsichord": "{count, plural, one {Klabizenbaloa} other {Klabizenbaloak}}",
|
|
146
|
+
"instruments.highTrombone": "{count, plural, one {Tronboi altua} other {Tronboi altuak}}",
|
|
147
|
+
"instruments.keyboard": "{count, plural, one {Teklatua} other {Teklatuak}}",
|
|
148
|
+
"instruments.littleClarinet": "{count, plural, one {Rekintoa} other {Rekintoak}}",
|
|
149
|
+
"instruments.low-flute": "{count, plural, one {Flauta baxua} other {Flauta baxuak}}",
|
|
150
|
+
"instruments.lowSaxophone": "{count, plural, one {Saxofoi baxua} other {Saxofoi baxuak}}",
|
|
151
|
+
"instruments.lowTrombone": "{count, plural, one {Tronboi baxua} other {Tronboi baxuak}}",
|
|
152
|
+
"instruments.lowTrumpet": "{count, plural, one {Tronpeta baxua} other {Tronpeta baxuak}}",
|
|
153
|
+
"instruments.lute": "{count, plural, one {Lautea} other {Lauteak}}",
|
|
154
|
+
"instruments.mallets": "{count, plural, one {Lamina-instrumentua} other {Lamina-instrumentuak}}",
|
|
155
|
+
"instruments.mandoline": "{count, plural, one {Mandolina} other {Mandolinak}}",
|
|
156
|
+
"instruments.maracas": "{count, plural, one {Maraka} other {Marakak}}",
|
|
157
|
+
"instruments.marchingToms": "{count, plural, one {Marching tom-a} other {Marching tom-ak}}",
|
|
158
|
+
"instruments.melodica": "{count, plural, one {Melodika} other {Melodikak}}",
|
|
158
159
|
"instruments.marching-baritone": "Martxako baritonoa",
|
|
159
160
|
"instruments.marimba": "Marinba",
|
|
160
161
|
"instruments.mellophone": "Mellofonoa",
|
|
161
162
|
"instruments.mellophone-1": "Mellofonoa 1",
|
|
162
163
|
"instruments.mellophone-2": "Mellofonoa 2",
|
|
163
|
-
"instruments.mezzosoproano": "Mezzosopranoa",
|
|
164
|
-
"instruments.musicConductor": "
|
|
165
|
-
"instruments.
|
|
164
|
+
"instruments.mezzosoproano": "{count, plural, one {Mezzosopranoa} other {Mezzosopranoak}}",
|
|
165
|
+
"instruments.musicConductor": "{count, plural, one {Zuzendaria} other {Zuzendariak}}",
|
|
166
|
+
"instruments.narrator": "{count, plural, one {Narratzailea} other {Narratzaileak}}",
|
|
167
|
+
"instruments.oboe": "{count, plural, one {Oboea} other {Oboeak}}",
|
|
166
168
|
"instruments.oboe-1": "Oboea 1",
|
|
167
169
|
"instruments.oboe-2": "Oboea 2",
|
|
168
|
-
"instruments.peak-flute": "Txirula eztia",
|
|
169
|
-
"instruments.percussion": "Perkusioa",
|
|
170
|
+
"instruments.peak-flute": "{count, plural, one {Txirula eztia} other {Txirula eztiak}}",
|
|
171
|
+
"instruments.percussion": "{count, plural, one {Perkusioa} other {Perkusioak}}",
|
|
170
172
|
"instruments.multipercussion": "Multiperkusioa",
|
|
171
|
-
"instruments.piano": "Pianoa",
|
|
172
|
-
"instruments.piccolo": "Piccoloa",
|
|
173
|
-
"instruments.piccoloTrumpet": "Tronpeta piccoloa",
|
|
174
|
-
"instruments.repique": "
|
|
175
|
-
"instruments.silbote": "Silbotea",
|
|
176
|
-
"instruments.singer": "Abeslaria",
|
|
177
|
-
"instruments.snareDrum": "
|
|
178
|
-
"instruments.soprano": "Sopranoa",
|
|
173
|
+
"instruments.piano": "{count, plural, one {Pianoa} other {Pianoak}}",
|
|
174
|
+
"instruments.piccolo": "{count, plural, one {Piccoloa} other {Piccoloak}}",
|
|
175
|
+
"instruments.piccoloTrumpet": "{count, plural, one {Tronpeta piccoloa} other {Tronpeta piccoloak}}",
|
|
176
|
+
"instruments.repique": "{count, plural, one {Repiquea} other {Repiqueak}}",
|
|
177
|
+
"instruments.silbote": "{count, plural, one {Silbotea} other {Silboteak}}",
|
|
178
|
+
"instruments.singer": "{count, plural, one {Abeslaria} other {Abeslariak}}",
|
|
179
|
+
"instruments.snareDrum": "{count, plural, one {Danbor txikia} other {Danbor txikiak}}",
|
|
180
|
+
"instruments.soprano": "{count, plural, one {Sopranoa} other {Sopranoak}}",
|
|
179
181
|
"instruments.sousaphone": "Sousafonoa",
|
|
180
|
-
"instruments.sopranoSaxophone": "Saxofoi sopranoa",
|
|
181
|
-
"instruments.surdo": "
|
|
182
|
-
"instruments.tabal": "
|
|
183
|
-
"instruments.tambourine": "
|
|
184
|
-
"instruments.tambourineBrazilian": "
|
|
185
|
-
"instruments.tarota": "Tarota",
|
|
186
|
-
"instruments.tenor": "Tenorra",
|
|
187
|
-
"instruments.tenorSax": "Saxofoi tenorra",
|
|
182
|
+
"instruments.sopranoSaxophone": "{count, plural, one {Saxofoi sopranoa} other {Saxofoi sopranoak}}",
|
|
183
|
+
"instruments.surdo": "{count, plural, one {Surdoa} other {Surdoak}}",
|
|
184
|
+
"instruments.tabal": "{count, plural, one {Tabala} other {Tabalak}}",
|
|
185
|
+
"instruments.tambourine": "{count, plural, one {Panderoa} other {Panderoak}}",
|
|
186
|
+
"instruments.tambourineBrazilian": "{count, plural, one {Tamborima} other {Tamborimak}}",
|
|
187
|
+
"instruments.tarota": "{count, plural, one {Tarota} other {Tarotak}}",
|
|
188
|
+
"instruments.tenor": "{count, plural, one {Tenorra} other {Tenorrak}}",
|
|
189
|
+
"instruments.tenorSax": "{count, plural, one {Saxofoi tenorra} other {Saxofoi tenorrak}}",
|
|
188
190
|
"instruments.tenorSax-1": "Saxofoi tenorra 1",
|
|
189
191
|
"instruments.tenorSax-2": "Saxofoi tenorra 2",
|
|
190
|
-
"instruments.timbalBrazilian": "
|
|
191
|
-
"instruments.timpani": "Tinbalak",
|
|
192
|
-
"instruments.trombone": "Tronboia",
|
|
192
|
+
"instruments.timbalBrazilian": "{count, plural, one {Timbaua} other {Timbauak}}",
|
|
193
|
+
"instruments.timpani": "{count, plural, one {Tinbala} other {Tinbalak}}",
|
|
194
|
+
"instruments.trombone": "{count, plural, one {Tronboia} other {Tronboiak}}",
|
|
193
195
|
"instruments.trombone-1": "Tronboia 1",
|
|
194
196
|
"instruments.trombone-2": "Tronboia 2",
|
|
195
197
|
"instruments.trombone-3": "Tronboia 3",
|
|
196
|
-
"instruments.trumpet": "Tronpeta",
|
|
198
|
+
"instruments.trumpet": "{count, plural, one {Tronpeta} other {Tronpetak}}",
|
|
197
199
|
"instruments.trumpet-1": "Tronpeta 1",
|
|
198
200
|
"instruments.trumpet-2": "Tronpeta 2",
|
|
199
201
|
"instruments.trumpet-3": "Tronpeta 3",
|
|
200
|
-
"instruments.tuba-wagnerian": "Tuba wagneriarra",
|
|
201
|
-
"instruments.tuba": "Tuba",
|
|
202
|
+
"instruments.tuba-wagnerian": "{count, plural, one {Tuba wagneriarra} other {Tuba wagneriarrak}}",
|
|
203
|
+
"instruments.tuba": "{count, plural, one {Tuba} other {Tubak}}",
|
|
202
204
|
"instruments.tuba-1": "Tuba 1",
|
|
203
205
|
"instruments.tuba-2": "Tuba 2",
|
|
204
|
-
"instruments.txistu": "Txistua",
|
|
205
|
-
"instruments.ukelele": "Ukelelea",
|
|
206
|
-
"instruments.unknown": "
|
|
207
|
-
"instruments.viola": "Biola",
|
|
206
|
+
"instruments.txistu": "{count, plural, one {Txistua} other {Txistuak}}",
|
|
207
|
+
"instruments.ukelele": "{count, plural, one {Ukelelea} other {Ukeleleak}}",
|
|
208
|
+
"instruments.unknown": "{count, plural, one {Instrumentu ezezaguna} other {Instrumentu ezezagunak}}",
|
|
209
|
+
"instruments.viola": "{count, plural, one {Biola} other {Biolak}}",
|
|
208
210
|
"instruments.viola-1": "Biola 1",
|
|
209
211
|
"instruments.viola-2": "Biola 2",
|
|
210
212
|
"instruments.vibraphone": "Bibrafonoa",
|
|
211
|
-
"instruments.violin": "Biolina",
|
|
213
|
+
"instruments.violin": "{count, plural, one {Biolina} other {Biolinak}}",
|
|
212
214
|
"instruments.violin-1": "Biolina 1",
|
|
213
215
|
"instruments.violin-2": "Biolina 2",
|
|
214
216
|
"instruments.xylophone": "Xilofonoa",
|
|
215
217
|
"musicStyles.agrupacion-musical": "Musika taldea",
|
|
216
218
|
"musicStyles.banda-cornetas-y-tambores": "Danbor eta korneta banda",
|
|
219
|
+
"musicStyles.banda-de-gaitas": "Gaita banda",
|
|
217
220
|
"musicStyles.banda-de-musica": "Musika banda",
|
|
218
221
|
"musicStyles.batucada": "Batukada",
|
|
219
222
|
"musicStyles.big-band": "Big band",
|
|
223
|
+
"musicStyles.brass-band": "Brass band",
|
|
220
224
|
"musicStyles.charanga": "Txaranga",
|
|
225
|
+
"musicStyles.cobla": "Kobla",
|
|
221
226
|
"musicStyles.colla": "Kolla",
|
|
222
227
|
"musicStyles.coro": "Koroa",
|
|
228
|
+
"musicStyles.cuarteto-clarinetes": "Klarinete laukotea",
|
|
229
|
+
"musicStyles.cuarteto-cuerda": "Hari laukotea",
|
|
230
|
+
"musicStyles.cuarteto-saxofones": "Saxofoi laukotea",
|
|
231
|
+
"musicStyles.ensemble-cuerda": "Hari multzoa",
|
|
232
|
+
"musicStyles.ensemble-madera": "Zur haize multzoa",
|
|
233
|
+
"musicStyles.ensemble-metales": "Metal multzoa",
|
|
234
|
+
"musicStyles.ensemble-percusion": "Perkusio multzoa",
|
|
235
|
+
"musicStyles.flex-band": "Flex band",
|
|
236
|
+
"musicStyles.solista": "Solista/s",
|
|
237
|
+
"musicStyles.grupo-de-camara": "Ganbera taldea",
|
|
238
|
+
"musicStyles.grupo-rock-pop": "Rock/Pop taldea",
|
|
223
239
|
"musicStyles.jazz-band": "Jazz band",
|
|
240
|
+
"musicStyles.jazz-combo": "Jazz combo",
|
|
224
241
|
"musicStyles.marching-band": "Marching band",
|
|
225
242
|
"musicStyles.orquesta-sinfonica": "Orkestra sinfonikoa",
|
|
243
|
+
"musicStyles.quinteto-cuerda": "Hari boskotea",
|
|
244
|
+
"musicStyles.quinteto-metales": "Metal boskotea",
|
|
245
|
+
"musicStyles.quinteto-viento": "Haize boskotea",
|
|
246
|
+
"musicStyles.rondalla": "Rondalla",
|
|
226
247
|
"musicStyles.txistularis": "Txistu banda",
|
|
227
248
|
"offer.alarm.text": "{instrument:extra.[instrumentId,customInstrumentName]}-rako lan eskaintza berria dago {string:group.0.displayName}-n. Begiratu ezazu!",
|
|
228
249
|
"offer.alarm.title": "🔔 Lan eskaintza berria",
|
|
@@ -466,5 +487,218 @@
|
|
|
466
487
|
"theme.claim.new.text": "{string:user.0.displayName}-k {instrument:extra.[instrumentId,customInstrumentName]} partitura eskatu du \"{string:extra.title}\" lanerako.",
|
|
467
488
|
"theme.claim.new.title": "📒 Partitura eskaera berria",
|
|
468
489
|
"theme.claim.update.text": "{instrument:extra.[instrumentId,customInstrumentName]} partitura eskuragarri dago \"{string:extra.title}\" lanerako.",
|
|
469
|
-
"theme.claim.update.title": "📥 {instrument:extra.[instrumentId,customInstrumentName]} partitura berria"
|
|
490
|
+
"theme.claim.update.title": "📥 {instrument:extra.[instrumentId,customInstrumentName]} partitura berria",
|
|
491
|
+
"composition.list.filter.soloistOffstageParts": "Bakarlariak eta eszenatik kanpoko zatiak",
|
|
492
|
+
"composition.list.filter.soloistOffstageParts.include": "Sartu honako bakarlarietakoren bat duten obrak:",
|
|
493
|
+
"composition.list.filter.soloistOffstageParts.includeShort": "Sar",
|
|
494
|
+
"composition.list.filter.soloistOffstageParts.exclude": "Baztertu honako bakarlarietakoren bat duten obrak:",
|
|
495
|
+
"composition.list.filter.soloistOffstageParts.excludeShort": "Baz",
|
|
496
|
+
"composition.list.filter.soloistOffstageParts.placeholder": "Hautatu bakarlariak edo eszenatik kanpoko zatiak",
|
|
497
|
+
"composition.list.filter.soloistOffstageParts.includeTag": "Barne hartzen du {label}",
|
|
498
|
+
"composition.list.filter.soloistOffstageParts.excludeTag": "Baztertzen du {label}",
|
|
499
|
+
"composition.soloistOffstageParts.label": "Bakarlariak eta eszenatik kanpoko zatiak",
|
|
500
|
+
"composition.soloistOffstageParts.help": "Gehitu bakarrik bakarlariak edo eszenatik kanpoko zatiak. Instrumentazio osoa instrumentazioan eta zatietan doa.",
|
|
501
|
+
"composition.soloistOffstageParts.part": "Zatia",
|
|
502
|
+
"composition.soloistOffstageParts.partPlaceholder": "Hautatu zati bat",
|
|
503
|
+
"composition.soloistOffstageParts.quantity": "Kopurua",
|
|
504
|
+
"composition.soloistOffstageParts.soloist": "Bakarlaria",
|
|
505
|
+
"composition.soloistOffstageParts.offstage": "Eszenatik kanpo",
|
|
506
|
+
"composition.soloistOffstageParts.add": "Gehitu zatia",
|
|
507
|
+
"composition.soloistOffstageParts.update": "Eguneratu zatia",
|
|
508
|
+
"composition.soloistOffstageParts.duplicate": "Zati hau badago lehendik. Editatu dagoen etiketa.",
|
|
509
|
+
"composition.soloistOffstageParts.oppositeDuplicate": "Zati hau dagoeneko kontrako iragazkian dago. Kendu handik lehenik.",
|
|
510
|
+
"composition.soloistOffstageParts.quantityError": "Kopurua 1 eta 99 artekoa izan behar da.",
|
|
511
|
+
"composition.soloistOffstageParts.label.soloist": "{count, plural, =0 {{part} bakarlaririk ez} one {{part} bakarlaria} other {# {part} bakarlari}}",
|
|
512
|
+
"composition.soloistOffstageParts.label.offstage": "{count, plural, =0 {{part} eszenatik kanpo ez} one {{part} eszenatik kanpo} other {# {part} eszenatik kanpo}}",
|
|
513
|
+
"composition.instrumentationGroup.soloistOffstageParts.label": "Bakarlariak eta eszenatik kanpoko zatiak",
|
|
514
|
+
"composition.soloistOffstageParts.type.soloist": "Bakarlaria/k",
|
|
515
|
+
"composition.soloistOffstageParts.type.offstage": "Eszenatik kanpo",
|
|
516
|
+
"composition.soloistOffstageParts.edit": "Editatu zatia",
|
|
517
|
+
"composition.soloistOffstageParts.delete": "Kendu zatia",
|
|
518
|
+
"composition.list.filter.soloistOffstageParts.toggleMode": "Txandakatu sartu/baztertu",
|
|
519
|
+
"composition.soloistOffstageParts.remove": "Kendu zatia",
|
|
520
|
+
"compositionGenres.festive": "Jaialdi eta musika tradizionala",
|
|
521
|
+
"compositionGenres.festive.pasodoble": "Pasadobleak",
|
|
522
|
+
"compositionGenres.festive.pasodoble.concert": "Kontzerturako pasadobleak",
|
|
523
|
+
"compositionGenres.festive.pasodoble.fallero": "Fallero pasadoblea",
|
|
524
|
+
"compositionGenres.festive.pasodoble.foguerer": "Foguerer pasadoblea",
|
|
525
|
+
"compositionGenres.festive.pasodoble.taurino": "Zezenetarako pasadobleak",
|
|
526
|
+
"compositionGenres.festive.pasodoble.regional": "Eskualdeko pasadobleak",
|
|
527
|
+
"compositionGenres.festive.pasodoble.festero": "Jaietarako pasadobleak",
|
|
528
|
+
"compositionGenres.festive.pasodoble.dianero": "Dianero pasadoblea",
|
|
529
|
+
"compositionGenres.festive.pasodoble.contrabandista": "Kontrabandistaren pasadoblea",
|
|
530
|
+
"compositionGenres.festive.pasodoble.march": "Martxa-pasadoblea",
|
|
531
|
+
"compositionGenres.festive.pasodoble.other": "Beste pasadobleak",
|
|
532
|
+
"compositionGenres.festive.moors_christians": "Moros eta kristauak",
|
|
533
|
+
"compositionGenres.festive.moors_christians.moor_march": "Martxa moroarra",
|
|
534
|
+
"compositionGenres.festive.moors_christians.christian_marches": "Martxa kristauak",
|
|
535
|
+
"compositionGenres.festive.moors_christians.christian_march": "Martxa kristaua",
|
|
536
|
+
"compositionGenres.festive.moors_christians.paso_masero": "Paso Masero",
|
|
537
|
+
"compositionGenres.festive.moors_christians.christian_other": "Beste martxa kristauak",
|
|
538
|
+
"compositionGenres.festive.moors_christians.boato": "Pomparako musika",
|
|
539
|
+
"compositionGenres.festive.moors_christians.ballet": "Jai-baleta",
|
|
540
|
+
"compositionGenres.festive.moors_christians.fanfare": "Jai-fanfarrea",
|
|
541
|
+
"compositionGenres.festive.moors_christians.incidental": "Musika intzidentala/ingurugiroa",
|
|
542
|
+
"compositionGenres.festive.moors_christians.boato_other": "Beste pomparako musika",
|
|
543
|
+
"compositionGenres.festive.anthems": "Ereseriak",
|
|
544
|
+
"compositionGenres.festive.anthems.regional": "Eskualdeko/tokiko ereserkia",
|
|
545
|
+
"compositionGenres.festive.anthems.festero": "Jaietako/taldeko ereserkia",
|
|
546
|
+
"compositionGenres.festive.anthems.national": "Estatu ereserkia",
|
|
547
|
+
"compositionGenres.festive.processional": "Prozesio martxak",
|
|
548
|
+
"compositionGenres.festive.processional.march": "Prozesio martxa",
|
|
549
|
+
"compositionGenres.festive.processional.funeral": "Martxa funebrala (Aste Santua)",
|
|
550
|
+
"compositionGenres.festive.processional.other": "Beste prozesio martxak",
|
|
551
|
+
"compositionGenres.festive.marches_parades": "Martxak eta desfileak",
|
|
552
|
+
"compositionGenres.festive.marches_parades.military": "Martxa militarra",
|
|
553
|
+
"compositionGenres.festive.marches_parades.parade": "Desfileko martxa (amerikarra/erakustaldi)",
|
|
554
|
+
"compositionGenres.festive.marches_parades.symphonic": "Martxa sinfonikoa (italiarra)",
|
|
555
|
+
"compositionGenres.festive.marches_parades.circus": "Zirkoetako martxa (screamer)",
|
|
556
|
+
"compositionGenres.festive.marches_parades.concert": "Kontzerturako martxa (alemana/britainiarra)",
|
|
557
|
+
"compositionGenres.festive.folklore": "Folklorea eta erroak",
|
|
558
|
+
"compositionGenres.festive.folklore.celtic": "Musika zeltarra",
|
|
559
|
+
"compositionGenres.festive.folklore.klezmer": "Klezmer/yiddish",
|
|
560
|
+
"compositionGenres.festive.folklore.american": "Ipar Amerikako folk-a",
|
|
561
|
+
"compositionGenres.festive.folklore.native": "Jatorrizko/natibo musika",
|
|
562
|
+
"compositionGenres.festive.folklore.african": "Afrikako folk-a",
|
|
563
|
+
"compositionGenres.festive.folklore.oceania": "Ozeanoko/australiarra folk-a",
|
|
564
|
+
"compositionGenres.festive.folklore.slavic": "Eslabiarra/Balkanak folk-a",
|
|
565
|
+
"compositionGenres.festive.folklore.latin": "Latinoamerikako folk-a",
|
|
566
|
+
"compositionGenres.festive.folklore.asian": "Asiako tradizionala",
|
|
567
|
+
"compositionGenres.festive.folklore.sardana": "Sardana",
|
|
568
|
+
"compositionGenres.festive.folklore.jota": "Jota",
|
|
569
|
+
"compositionGenres.festive.folklore.muineira": "Muñeira",
|
|
570
|
+
"compositionGenres.festive.folklore.txistu": "Txisturen errepetorioa",
|
|
571
|
+
"compositionGenres.festive.folklore.cercavila": "Cercavila/erraldoiak",
|
|
572
|
+
"compositionGenres.festive.folklore.dances": "Herri dantzak",
|
|
573
|
+
"compositionGenres.festive.folklore.charanga": "Txarangaren errepetorioa",
|
|
574
|
+
"compositionGenres.festive.folklore.other": "Beste folk musika",
|
|
575
|
+
"compositionGenres.festive.other": "Beste jaialdi/musika tradizionala",
|
|
576
|
+
"compositionGenres.symphonic": "Musika sinfonikoa/instrumentala",
|
|
577
|
+
"compositionGenres.symphonic.symphony": "Sinfonia",
|
|
578
|
+
"compositionGenres.symphonic.overture": "Obertura/irekierako fanfarrea",
|
|
579
|
+
"compositionGenres.symphonic.poem": "Poema sinfonikoa",
|
|
580
|
+
"compositionGenres.symphonic.suite": "Suite/Serenada/Divertimento",
|
|
581
|
+
"compositionGenres.symphonic.concerto": "Kontzertuak (solistarako)",
|
|
582
|
+
"compositionGenres.symphonic.chamber": "Ganbera musika",
|
|
583
|
+
"compositionGenres.symphonic.sonata": "Sonata",
|
|
584
|
+
"compositionGenres.symphonic.variations": "Aldaerak",
|
|
585
|
+
"compositionGenres.symphonic.free_form": "Lan librea/fantasia/rapsodia",
|
|
586
|
+
"compositionGenres.symphonic.miniature": "Miniatura/intermezzo",
|
|
587
|
+
"compositionGenres.symphonic.dance": "Kontzertuetako eta saloietako dantzak",
|
|
588
|
+
"compositionGenres.symphonic.dance.waltz": "Waltza",
|
|
589
|
+
"compositionGenres.symphonic.dance.polka": "Polka",
|
|
590
|
+
"compositionGenres.symphonic.dance.mazurka": "Mazurka",
|
|
591
|
+
"compositionGenres.symphonic.dance.landler": "Ländler",
|
|
592
|
+
"compositionGenres.symphonic.dance.tarantella": "Tarantela",
|
|
593
|
+
"compositionGenres.symphonic.dance.ragtime": "Ragtime",
|
|
594
|
+
"compositionGenres.symphonic.dance.habanera": "Habanera (instrumentala)",
|
|
595
|
+
"compositionGenres.symphonic.dance.tango": "Tango",
|
|
596
|
+
"compositionGenres.symphonic.dance.ancient": "Antzinako dantzak",
|
|
597
|
+
"compositionGenres.symphonic.other": "Beste musika sinfonikoa/instrumentala",
|
|
598
|
+
"compositionGenres.stage": "Musika eszenikoa",
|
|
599
|
+
"compositionGenres.stage.opera": "Opera",
|
|
600
|
+
"compositionGenres.stage.opera.complete": "Opera (osoa)",
|
|
601
|
+
"compositionGenres.stage.opera.selection": "Operaren hautaketa/fantasia",
|
|
602
|
+
"compositionGenres.stage.opera.fragment": "Operako aria/bikoitza/abesbatza",
|
|
603
|
+
"compositionGenres.stage.opera.other": "Beste opera",
|
|
604
|
+
"compositionGenres.stage.zarzuela": "Zarzuela",
|
|
605
|
+
"compositionGenres.stage.zarzuela.complete": "Zarzuela (osoa)",
|
|
606
|
+
"compositionGenres.stage.zarzuela.selection": "Zarzuelaren hautaketa",
|
|
607
|
+
"compositionGenres.stage.zarzuela.prelude": "Zarzuelaren preludioa/interludioa",
|
|
608
|
+
"compositionGenres.stage.zarzuela.romanza": "Zarzuelaren erromantza/bikoitza",
|
|
609
|
+
"compositionGenres.stage.zarzuela.other": "Beste zarzuela",
|
|
610
|
+
"compositionGenres.stage.operetta": "Opereta",
|
|
611
|
+
"compositionGenres.stage.operetta.complete": "Opereta (osoa)",
|
|
612
|
+
"compositionGenres.stage.operetta.selection": "Operetaren hautaketa",
|
|
613
|
+
"compositionGenres.stage.operetta.other": "Beste opereta",
|
|
614
|
+
"compositionGenres.stage.musical": "Antzoki musikala",
|
|
615
|
+
"compositionGenres.stage.musical.complete": "Musikala (osoa)",
|
|
616
|
+
"compositionGenres.stage.musical.selection": "Musikalaren hautaketa",
|
|
617
|
+
"compositionGenres.stage.musical.song": "Musikaleko abesti/zenbakia",
|
|
618
|
+
"compositionGenres.stage.musical.other": "Beste antzoki musikala",
|
|
619
|
+
"compositionGenres.stage.ballet": "Balet klasikoa",
|
|
620
|
+
"compositionGenres.stage.ballet.complete": "Baleta (osoa)",
|
|
621
|
+
"compositionGenres.stage.ballet.suite": "Baletaren suitea",
|
|
622
|
+
"compositionGenres.stage.ballet.other": "Beste balet",
|
|
623
|
+
"compositionGenres.stage.other": "Beste musika eszenikoa",
|
|
624
|
+
"compositionGenres.modern": "Musika modernoa",
|
|
625
|
+
"compositionGenres.modern.soundtrack": "Zinema eta TBko soinu-bandak",
|
|
626
|
+
"compositionGenres.modern.jazz": "Jazz eta deribatuak",
|
|
627
|
+
"compositionGenres.modern.jazz.swing": "Jazz/swing/big band",
|
|
628
|
+
"compositionGenres.modern.jazz.dixieland": "Dixieland/New Orleans",
|
|
629
|
+
"compositionGenres.modern.jazz.blues": "Blues/soul",
|
|
630
|
+
"compositionGenres.modern.jazz.latin": "Latin jazz",
|
|
631
|
+
"compositionGenres.modern.pop_rock": "Pop/rock",
|
|
632
|
+
"compositionGenres.modern.latin": "Latino/salsa/merengue",
|
|
633
|
+
"compositionGenres.modern.funk": "Funk/R&B",
|
|
634
|
+
"compositionGenres.modern.videogames": "Bideojokoen musika",
|
|
635
|
+
"compositionGenres.modern.other": "Beste musika modernoa",
|
|
636
|
+
"compositionGenres.percussion": "Perkusioa",
|
|
637
|
+
"compositionGenres.percussion.ethnic": "Erritmo etnikoak",
|
|
638
|
+
"compositionGenres.percussion.contemporary": "Perkusio garaikidea",
|
|
639
|
+
"compositionGenres.percussion.other": "Beste perkusio",
|
|
640
|
+
"compositionGenres.vocal": "Abesbatzak eta ahotsekoak",
|
|
641
|
+
"compositionGenres.vocal.sacred": "Musika sakratua",
|
|
642
|
+
"compositionGenres.vocal.sacred.mass": "Meza eta zatiak",
|
|
643
|
+
"compositionGenres.vocal.sacred.mass.complete": "Meza/Missa Brevis",
|
|
644
|
+
"compositionGenres.vocal.sacred.mass.kyrie": "Kyrie",
|
|
645
|
+
"compositionGenres.vocal.sacred.mass.gloria": "Gloria",
|
|
646
|
+
"compositionGenres.vocal.sacred.mass.credo": "Credo",
|
|
647
|
+
"compositionGenres.vocal.sacred.mass.sanctus": "Sanctus/Benedictus",
|
|
648
|
+
"compositionGenres.vocal.sacred.mass.agnus": "Agnus Dei",
|
|
649
|
+
"compositionGenres.vocal.sacred.requiem": "Requiem",
|
|
650
|
+
"compositionGenres.vocal.sacred.oratorio": "Oratorio/Pasioa",
|
|
651
|
+
"compositionGenres.vocal.sacred.cantata": "Kantata sakratua",
|
|
652
|
+
"compositionGenres.vocal.sacred.motet": "Motete/antifona/salmoa",
|
|
653
|
+
"compositionGenres.vocal.sacred.chorale": "Korala/erlijio-himnoa",
|
|
654
|
+
"compositionGenres.vocal.sacred.tedeum": "Te Deum/Magnificat/Stabat Mater",
|
|
655
|
+
"compositionGenres.vocal.sacred.gospel": "Gospel/espirituala",
|
|
656
|
+
"compositionGenres.vocal.sacred.procession": "Prozesio martxa bokala",
|
|
657
|
+
"compositionGenres.vocal.sacred.other": "Beste musika sakratua",
|
|
658
|
+
"compositionGenres.vocal.secular": "Musika sekularra/zibila",
|
|
659
|
+
"compositionGenres.vocal.secular.cantata": "Kantata profanoa",
|
|
660
|
+
"compositionGenres.vocal.secular.madrigal": "Madrigala/chanson",
|
|
661
|
+
"compositionGenres.vocal.secular.concert_work": "Kontzerturako lan korala",
|
|
662
|
+
"compositionGenres.vocal.secular.pop_arrangement": "Koru-antolaketa herrikoiak",
|
|
663
|
+
"compositionGenres.vocal.secular.anthem": "Himno ez-erlijiosoa",
|
|
664
|
+
"compositionGenres.vocal.secular.other": "Beste musika sekularra",
|
|
665
|
+
"compositionGenres.vocal.solo": "Bakarrizko ahotsaren errepetorioa",
|
|
666
|
+
"compositionGenres.vocal.solo.lied": "Lied/melodia/arte-abestia",
|
|
667
|
+
"compositionGenres.vocal.solo.aria": "Kontzerturako aria",
|
|
668
|
+
"compositionGenres.vocal.carols": "Gabon/gabonetako kantak",
|
|
669
|
+
"compositionGenres.vocal.habanera": "Habanera (bokala/korala)",
|
|
670
|
+
"compositionGenres.educational": "Hezigarria",
|
|
671
|
+
"compositionGenres.educational.method": "Metodoak/teknika",
|
|
672
|
+
"compositionGenres.educational.didactic": "Lan didaktikoak",
|
|
673
|
+
"compositionGenres.educational.flex_band": "Flex-band",
|
|
674
|
+
"compositionStyles.group.historical": "Aldi historikoak",
|
|
675
|
+
"compositionStyles.group.jazz_blues": "Jazz eta blues estiloak",
|
|
676
|
+
"compositionStyles.group.world_pop": "Herrikoia eta mundukoa",
|
|
677
|
+
"compositionStyles.group.character": "Izaera eta funtzioa",
|
|
678
|
+
"compositionStyles.historical.renaissance": "Errenazimendua",
|
|
679
|
+
"compositionStyles.historical.baroque": "Barrokoa",
|
|
680
|
+
"compositionStyles.historical.classicism": "Klasizismoa",
|
|
681
|
+
"compositionStyles.historical.romanticism": "Erromantizismoa",
|
|
682
|
+
"compositionStyles.historical.post_romanticism": "Post-erromantizismoa/nazionalismoa",
|
|
683
|
+
"compositionStyles.historical.20th_century": "XX. mendea",
|
|
684
|
+
"compositionStyles.historical.contemporary": "Garaikidea/abangoardia",
|
|
685
|
+
"compositionStyles.historical.minimalism": "Minimalismoa",
|
|
686
|
+
"compositionStyles.jazz.swing": "Swing/big band (klasikoa 30-40 urteak)",
|
|
687
|
+
"compositionStyles.jazz.dixieland": "Dixieland/tradizionala/ragtime",
|
|
688
|
+
"compositionStyles.jazz.bebop": "Bebop/jazz modernoa",
|
|
689
|
+
"compositionStyles.jazz.fusion": "Jazz fusion/elektrikoa",
|
|
690
|
+
"compositionStyles.jazz.blues": "Blues/slow",
|
|
691
|
+
"compositionStyles.jazz.bossa": "Bossa nova/samba",
|
|
692
|
+
"compositionStyles.world.pop": "Pop/balada",
|
|
693
|
+
"compositionStyles.world.rock": "Rock/heavy",
|
|
694
|
+
"compositionStyles.world.funk": "Funk/disco",
|
|
695
|
+
"compositionStyles.world.flamenco": "Flamenkoa/andaluziarra",
|
|
696
|
+
"compositionStyles.world.celtic": "Zeltarra/folk",
|
|
697
|
+
"compositionStyles.world.latin": "Latinoa/karibetarra",
|
|
698
|
+
"compositionStyles.world.african": "Afrikarra/tribala",
|
|
699
|
+
"compositionStyles.world.oriental": "Orientala/asiatikoa",
|
|
700
|
+
"compositionStyles.character.epic": "Epikoa/zinematografikoa",
|
|
701
|
+
"compositionStyles.character.sacred": "Izaera erlijiosoa/sakratua",
|
|
702
|
+
"compositionStyles.character.humorous": "Izaera umoretsua/deskribatzailea",
|
|
703
|
+
"compositionStyles.character.solemn": "Izaera solemne/militarra"
|
|
470
704
|
}
|