Skip to content

Commit 4986d16

Browse files
authored
feature-8880: Change Sponsors to Supporters (#9040)
1 parent bedd612 commit 4986d16

File tree

28 files changed

+227
-227
lines changed

28 files changed

+227
-227
lines changed

app/components/forms/wizard/sponsors-step.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ export default Component.extend(FormMixin, EventWizardMixin, {
1515
rules: [
1616
{
1717
type : 'empty',
18-
prompt : this.l10n.t('Please give your sponsor a name')
18+
prompt : this.l10n.t('Please give your supporter a name')
1919
}
2020
]
2121
},
2222
image_upload: {
2323
rules: [
2424
{
2525
type : 'empty',
26-
prompt : this.l10n.t('Please upload sponsor\'s logo.')
26+
prompt : this.l10n.t('Please upload supporter\'s logo.')
2727
}
2828
]
2929
}
@@ -42,7 +42,7 @@ export default Component.extend(FormMixin, EventWizardMixin, {
4242
return (!sponsor.get('name'));
4343
});
4444
if (incorrect_sponsors.length > 0) {
45-
this.notify.error(this.l10n.t('Please fill the required fields for existing sponsor items'), {
45+
this.notify.error(this.l10n.t('Please fill the required fields for existing supporter items'), {
4646
id: 'req_field_sponsor'
4747
});
4848
this.set('isLoading', false);

app/templates/components/events/view/overview/general-info.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
</tr>
6363
<tr>
6464
<td><strong>{{t 'No. of Supporters'}}</strong></td>
65-
<td>{{if this.data.event.isSponsorsEnabled this.data.statistics.sponsors (t 'No Sponsor added yet.')}}</td>
65+
<td>{{if this.data.event.isSponsorsEnabled this.data.statistics.sponsors (t 'No supporter added yet.')}}</td>
6666
</tr>
6767
</tbody>
6868
</table>

app/templates/components/forms/wizard/sponsors-step.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<div class="ui section divider"></div>
8484
{{/if}}
8585
{{/each}}
86-
<button type="button" class="ui primary {{if this.device.isMobile 'small'}} button" {{action 'addSponsor'}}>{{if this.sponsors.length (t 'Add another sponsor') (t 'Add sponsor')}}</button>
86+
<button type="button" class="ui primary {{if this.device.isMobile 'small'}} button" {{action 'addSponsor'}}>{{if this.sponsors.length (t 'Add another supporter') (t 'Add supporter')}}</button>
8787
<div class="spacer-50"></div>
8888
{{else}}
8989
<div class="spacer-50"></div>

app/templates/components/ui-table/cell/cell-sponsor-options.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<UiPopup @content={{t "Edit"}} @click={{action this.props.actions.editSponsor}} @class="ui icon button" @position="left center">
33
<i class="edit icon"></i>
44
</UiPopup>
5-
<UiPopup @content={{t "Delete"}} @click={{action (confirm (t "Are you sure you would like to delete this Sponsor?") (action this.props.actions.deleteSponsor this.record))}} @class="ui icon button" @position="left center">
5+
<UiPopup @content={{t "Delete"}} @click={{action (confirm (t "Are you sure you would like to delete this Supporter?") (action this.props.actions.deleteSponsor this.record))}} @class="ui icon button" @position="left center">
66
<i class="trash icon"></i>
77
</UiPopup>
88
</div>

app/templates/pricing.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<td><i class="check icon"></i></td>
154154
</tr>
155155
<tr class="center aligned">
156-
<td>{{t 'Sponsor listing on public event page'}}</td>
156+
<td>{{t 'supporter listing on public event page'}}</td>
157157
<td><i class="check icon"></i></td>
158158
</tr>
159159
<tr class="center aligned">

translations/ar.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,15 +1965,15 @@ msgstr ""
19651965
"الاختراق أو المناقشة."
19661966

19671967
#: app/components/forms/wizard/sponsors-step.js:18:23
1968-
msgid "Please give your sponsor a name"
1968+
msgid "Please give your supporter a name"
19691969
msgstr "يرجى إعطاء اسم الراعي الخاص بك"
19701970

19711971
#: app/components/forms/wizard/sponsors-step.js:26:23
1972-
msgid "Please upload sponsor's logo."
1972+
msgid "Please upload supporter's logo."
19731973
msgstr "الرجاء تحميل شعار الراعي."
19741974

19751975
#: app/components/forms/wizard/sponsors-step.js:45:26
1976-
msgid "Please fill the required fields for existing sponsor items"
1976+
msgid "Please fill the required fields for existing supporter items"
19771977
msgstr "يرجى ملء الحقول المطلوبة لعناصر الراعي الحالية"
19781978

19791979
#: app/components/forms/wizard/wizard-footer.hbs:9:8
@@ -5923,7 +5923,7 @@ msgid "No. of Supporters"
59235923
msgstr "عدد الرعاة"
59245924

59255925
#: app/templates/components/events/view/overview/general-info.hbs:65:81
5926-
msgid "No Sponsor added yet."
5926+
msgid "No supporter added yet."
59275927
msgstr "لم تتم إضافة أي راعي حتى الآن."
59285928

59295929
#: app/templates/components/events/view/overview/manage-roles.hbs:2:22
@@ -8099,15 +8099,15 @@ msgid "Collect Session Details"
80998099
msgstr "اجمع تفاصيل الجلسة"
81008100

81018101
#: app/templates/components/forms/wizard/sponsors-step.hbs:27:8
8102-
msgid "Sponsor"
8102+
msgid "Supporter"
81038103
msgstr "راعي"
81048104

81058105
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:138
8106-
msgid "Add another sponsor"
8106+
msgid "Add another supporter"
81078107
msgstr "أضف راعيًا آخر"
81088108

81098109
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:164
8110-
msgid "Add sponsor"
8110+
msgid "Add supporter"
81118111
msgstr "إضافة الراعي"
81128112

81138113
#: app/templates/components/group-card.hbs:16:39 app/templates/public.hbs:86:76
@@ -9060,7 +9060,7 @@ msgid "No Speaker Added Yet"
90609060
msgstr "لم تتم إضافة مكبر صوت حتى الآن"
90619061

90629062
#: app/templates/components/ui-table/cell/cell-sponsor-options.hbs:5:60
9063-
msgid "Are you sure you would like to delete this Sponsor?"
9063+
msgid "Are you sure you would like to delete this Supporter?"
90649064
msgstr "هل أنت متأكد أنك تريد حذف هذا الراعي؟"
90659065

90669066
#: app/templates/components/ui-table/cell/cell-tickets.hbs:6:9
@@ -10037,7 +10037,7 @@ msgid "Search engine listing"
1003710037
msgstr "قائمة محرك البحث"
1003810038

1003910039
#: app/templates/pricing.hbs:156:12
10040-
msgid "Sponsor listing on public event page"
10040+
msgid "Supporter listing on public event page"
1004110041
msgstr "قائمة الراعي على صفحة الحدث العام"
1004210042

1004310043
#: app/templates/pricing.hbs:160:12

translations/bn.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,15 +1892,15 @@ msgid "If you hide this microlocation you will not be able to schedule sessions
18921892
msgstr ""
18931893

18941894
#: app/components/forms/wizard/sponsors-step.js:18:23
1895-
msgid "Please give your sponsor a name"
1895+
msgid "Please give your supporter a name"
18961896
msgstr ""
18971897

18981898
#: app/components/forms/wizard/sponsors-step.js:26:23
1899-
msgid "Please upload sponsor's logo."
1899+
msgid "Please upload supporter's logo."
19001900
msgstr ""
19011901

19021902
#: app/components/forms/wizard/sponsors-step.js:45:26
1903-
msgid "Please fill the required fields for existing sponsor items"
1903+
msgid "Please fill the required fields for existing supporter items"
19041904
msgstr ""
19051905

19061906
#: app/components/forms/wizard/wizard-footer.hbs:9:8
@@ -5691,7 +5691,7 @@ msgid "No. of Supporters"
56915691
msgstr ""
56925692

56935693
#: app/templates/components/events/view/overview/general-info.hbs:65:81
5694-
msgid "No Sponsor added yet."
5694+
msgid "No Supporter added yet."
56955695
msgstr ""
56965696

56975697
#: app/templates/components/events/view/overview/manage-roles.hbs:2:22
@@ -7755,15 +7755,15 @@ msgid "Collect Session Details"
77557755
msgstr ""
77567756

77577757
#: app/templates/components/forms/wizard/sponsors-step.hbs:27:8
7758-
msgid "Sponsor"
7758+
msgid "Supporter"
77597759
msgstr ""
77607760

77617761
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:138
7762-
msgid "Add another sponsor"
7762+
msgid "Add another supporter"
77637763
msgstr ""
77647764

77657765
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:164
7766-
msgid "Add sponsor"
7766+
msgid "Add supporter"
77677767
msgstr ""
77687768

77697769
#: app/templates/components/group-card.hbs:16:39 app/templates/public.hbs:86:76
@@ -8673,7 +8673,7 @@ msgid "No Speaker Added Yet"
86738673
msgstr ""
86748674

86758675
#: app/templates/components/ui-table/cell/cell-sponsor-options.hbs:5:60
8676-
msgid "Are you sure you would like to delete this Sponsor?"
8676+
msgid "Are you sure you would like to delete this Supporter?"
86778677
msgstr ""
86788678

86798679
#: app/templates/components/ui-table/cell/cell-tickets.hbs:6:9
@@ -9600,7 +9600,7 @@ msgid "Search engine listing"
96009600
msgstr ""
96019601

96029602
#: app/templates/pricing.hbs:156:12
9603-
msgid "Sponsor listing on public event page"
9603+
msgid "Supporter listing on public event page"
96049604
msgstr ""
96059605

96069606
#: app/templates/pricing.hbs:160:12

translations/ca.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,15 +1930,15 @@ msgid ""
19301930
msgstr ""
19311931

19321932
#: app/components/forms/wizard/sponsors-step.js:18:23
1933-
msgid "Please give your sponsor a name"
1933+
msgid "Please give your supporter a name"
19341934
msgstr ""
19351935

19361936
#: app/components/forms/wizard/sponsors-step.js:26:23
1937-
msgid "Please upload sponsor's logo."
1937+
msgid "Please upload supporter's logo."
19381938
msgstr ""
19391939

19401940
#: app/components/forms/wizard/sponsors-step.js:45:26
1941-
msgid "Please fill the required fields for existing sponsor items"
1941+
msgid "Please fill the required fields for existing supporter items"
19421942
msgstr ""
19431943

19441944
#: app/components/forms/wizard/wizard-footer.hbs:9:8
@@ -5811,7 +5811,7 @@ msgid "No. of Supporters"
58115811
msgstr ""
58125812

58135813
#: app/templates/components/events/view/overview/general-info.hbs:65:81
5814-
msgid "No Sponsor added yet."
5814+
msgid "No Supporter added yet."
58155815
msgstr ""
58165816

58175817
#: app/templates/components/events/view/overview/manage-roles.hbs:2:22
@@ -7936,15 +7936,15 @@ msgid "Collect Session Details"
79367936
msgstr ""
79377937

79387938
#: app/templates/components/forms/wizard/sponsors-step.hbs:27:8
7939-
msgid "Sponsor"
7939+
msgid "Supporter"
79407940
msgstr ""
79417941

79427942
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:138
7943-
msgid "Add another sponsor"
7943+
msgid "Add another supporter"
79447944
msgstr ""
79457945

79467946
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:164
7947-
msgid "Add sponsor"
7947+
msgid "Add supporter"
79487948
msgstr ""
79497949

79507950
#: app/templates/components/group-card.hbs:16:39 app/templates/public.hbs:86:76
@@ -8877,7 +8877,7 @@ msgid "No Speaker Added Yet"
88778877
msgstr ""
88788878

88798879
#: app/templates/components/ui-table/cell/cell-sponsor-options.hbs:5:60
8880-
msgid "Are you sure you would like to delete this Sponsor?"
8880+
msgid "Are you sure you would like to delete this Supporter?"
88818881
msgstr ""
88828882

88838883
#: app/templates/components/ui-table/cell/cell-tickets.hbs:6:9
@@ -9836,7 +9836,7 @@ msgid "Search engine listing"
98369836
msgstr ""
98379837

98389838
#: app/templates/pricing.hbs:156:12
9839-
msgid "Sponsor listing on public event page"
9839+
msgid "Supporter listing on public event page"
98409840
msgstr ""
98419841

98429842
#: app/templates/pricing.hbs:160:12

translations/de.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,15 +1966,15 @@ msgstr ""
19661966
"Sitzungen zur Verfügung, z. B. für Breakout- oder Diskussionsräume."
19671967

19681968
#: app/components/forms/wizard/sponsors-step.js:18:23
1969-
msgid "Please give your sponsor a name"
1969+
msgid "Please give your supporter a name"
19701970
msgstr "Bitte den Sponsornamen eingeben"
19711971

19721972
#: app/components/forms/wizard/sponsors-step.js:26:23
1973-
msgid "Please upload sponsor's logo."
1973+
msgid "Please upload supporter's logo."
19741974
msgstr "Bitte laden das Sponsorenlogo hochladen."
19751975

19761976
#: app/components/forms/wizard/sponsors-step.js:45:26
1977-
msgid "Please fill the required fields for existing sponsor items"
1977+
msgid "Please fill the required fields for existing supporter items"
19781978
msgstr "Bitte die erforderlichen Felder für vorhandene Sponsoren ausfüllen"
19791979

19801980
#: app/components/forms/wizard/wizard-footer.hbs:9:8
@@ -5913,8 +5913,8 @@ msgid "No. of Supporters"
59135913
msgstr "Anzahl der Sponsoren"
59145914

59155915
#: app/templates/components/events/view/overview/general-info.hbs:65:81
5916-
msgid "No Sponsor added yet."
5917-
msgstr "Es wurde noch kein Sponsor hinzugefügt."
5916+
msgid "No supporter added yet."
5917+
msgstr "Es wurde noch kein Supporter hinzugefügt."
59185918

59195919
#: app/templates/components/events/view/overview/manage-roles.hbs:2:22
59205920
#: app/templates/components/group-card.hbs:45:30
@@ -8067,15 +8067,15 @@ msgid "Collect Session Details"
80678067
msgstr "Sitzungsdetails sammeln"
80688068

80698069
#: app/templates/components/forms/wizard/sponsors-step.hbs:27:8
8070-
msgid "Sponsor"
8070+
msgid "Supporter"
80718071
msgstr "Unterstützer"
80728072

80738073
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:138
8074-
msgid "Add another sponsor"
8075-
msgstr "Fügen Sie einen weiteren Sponsor hinzu"
8074+
msgid "Add another supporter"
8075+
msgstr "Fügen Sie einen weiteren Supporter hinzu"
80768076

80778077
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:164
8078-
msgid "Add sponsor"
8078+
msgid "Add supporter"
80798079
msgstr "Unterstützer hinzufügen"
80808080

80818081
#: app/templates/components/group-card.hbs:16:39 app/templates/public.hbs:86:76
@@ -9050,8 +9050,8 @@ msgid "No Speaker Added Yet"
90509050
msgstr "Noch kein Sprecher hinzugefügt"
90519051

90529052
#: app/templates/components/ui-table/cell/cell-sponsor-options.hbs:5:60
9053-
msgid "Are you sure you would like to delete this Sponsor?"
9054-
msgstr "Diesen Sponsor wirklich löschen?"
9053+
msgid "Are you sure you would like to delete this Supporter?"
9054+
msgstr "Diesen Supporter wirklich löschen?"
90559055

90569056
#: app/templates/components/ui-table/cell/cell-tickets.hbs:6:9
90579057
#: app/templates/events/view/tickets/index.hbs:25:34
@@ -10018,7 +10018,7 @@ msgid "Search engine listing"
1001810018
msgstr "Auflistung in Suchmaschinen"
1001910019

1002010020
#: app/templates/pricing.hbs:156:12
10021-
msgid "Sponsor listing on public event page"
10021+
msgid "Supporter listing on public event page"
1002210022
msgstr "Sponsorenliste öffentlicher Veranstaltungsseite"
1002310023

1002410024
#: app/templates/pricing.hbs:160:12

translations/de_DIVEO.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,15 +1895,15 @@ msgid "If you hide this microlocation you will not be able to schedule sessions
18951895
msgstr ""
18961896

18971897
#: app/components/forms/wizard/sponsors-step.js:18:23
1898-
msgid "Please give your sponsor a name"
1898+
msgid "Please give your supporter a name"
18991899
msgstr ""
19001900

19011901
#: app/components/forms/wizard/sponsors-step.js:26:23
1902-
msgid "Please upload sponsor's logo."
1902+
msgid "Please upload supporter's logo."
19031903
msgstr ""
19041904

19051905
#: app/components/forms/wizard/sponsors-step.js:45:26
1906-
msgid "Please fill the required fields for existing sponsor items"
1906+
msgid "Please fill the required fields for existing supporter items"
19071907
msgstr ""
19081908

19091909
#: app/components/forms/wizard/wizard-footer.hbs:9:8
@@ -5694,7 +5694,7 @@ msgid "No. of Supporters"
56945694
msgstr ""
56955695

56965696
#: app/templates/components/events/view/overview/general-info.hbs:65:81
5697-
msgid "No Sponsor added yet."
5697+
msgid "No Supporter added yet."
56985698
msgstr ""
56995699

57005700
#: app/templates/components/events/view/overview/manage-roles.hbs:2:22
@@ -7758,15 +7758,15 @@ msgid "Collect Session Details"
77587758
msgstr ""
77597759

77607760
#: app/templates/components/forms/wizard/sponsors-step.hbs:27:8
7761-
msgid "Sponsor"
7761+
msgid "Supporter"
77627762
msgstr ""
77637763

77647764
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:138
7765-
msgid "Add another sponsor"
7765+
msgid "Add another supporter"
77667766
msgstr ""
77677767

77687768
#: app/templates/components/forms/wizard/sponsors-step.hbs:86:164
7769-
msgid "Add sponsor"
7769+
msgid "Add supporter"
77707770
msgstr ""
77717771

77727772
#: app/templates/components/group-card.hbs:16:39 app/templates/public.hbs:86:76
@@ -8676,7 +8676,7 @@ msgid "No Speaker Added Yet"
86768676
msgstr ""
86778677

86788678
#: app/templates/components/ui-table/cell/cell-sponsor-options.hbs:5:60
8679-
msgid "Are you sure you would like to delete this Sponsor?"
8679+
msgid "Are you sure you would like to delete this Supporter?"
86808680
msgstr ""
86818681

86828682
#: app/templates/components/ui-table/cell/cell-tickets.hbs:6:9
@@ -9603,7 +9603,7 @@ msgid "Search engine listing"
96039603
msgstr ""
96049604

96059605
#: app/templates/pricing.hbs:156:12
9606-
msgid "Sponsor listing on public event page"
9606+
msgid "Supporter listing on public event page"
96079607
msgstr ""
96089608

96099609
#: app/templates/pricing.hbs:160:12

0 commit comments

Comments
 (0)