Skip to content

Commit 3021fe9

Browse files
committed
Updated shared data
1 parent 5ec6c06 commit 3021fe9

File tree

4 files changed

+23
-18
lines changed

4 files changed

+23
-18
lines changed

res/main/i18n/default/messages.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"1": "The '{@meta_pkg_full_name}' is non-commercial project and needs financial support for the further development.",
3434
"2": "You may help the open source collection of plugins to grow by visiting the following link and submitting donations to the project:",
3535
"3": "Remember that subscription and regular small donations will give more benefits to the project than one-time donations.",
36-
"4": "To not to be very annoying, this dialog will be shown only after each version update of plugins.",
37-
"5": "Thanks in advance.",
38-
"6": "IMPORTANT!",
39-
"7": "According to sanctions against Russian Federation, any foreign currency payments are blocked.",
40-
"8": "The project accepts cryptocurrency dontations only. We hope that all other type of donations will be back soon.",
41-
"9": "The LSP Plugins Project is speaking out against any armored conflicts."
36+
"4": "IMPORTANT!",
37+
"5": "According to sanctions against Russian Federation, any foreign currency payments are blocked.",
38+
"6": "The project accepts cryptocurrency dontations only. We hope that all other type of donations will be back soon.",
39+
"7": "The LSP Plugins Project is speaking out against any armored conflicts.",
40+
"8": "To not to be very annoying, this dialog will be shown only after each version update of plugins.",
41+
"9": "Thanks in advance."
4242
},
4343

4444
"postscript": "{@meta_pkg_full_name}",

res/main/i18n/ru/messages.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"1": "Проект \"{@meta_pkg_full_name}\" является некоммерческим и нуждается в финансовой поддержке для дальнейшего развития.",
3434
"2": "Вы можете помочь росту набора плагинов с открытым исходным кодом, посетив ссылку ниже и отправив пожертвование проекту:",
3535
"3": "Помните, что подписка и регулярные небольшие пожертвования работают эффективнее, чем однократные большие пожертвования.",
36-
"4": "Чтобы не быть слишком назойливым, это диалоговое окно будет показываться только после каждого обновления версии плагинов.",
37-
"5": "Заранее спасибо.",
38-
"6": "ВАЖНО!",
39-
"7": "Согласно санкциям в отношении Российской Федерации, любой платёж в иностранной валюте блокируется.",
40-
"8": "Проект поддерживает только платежи в криптовалюте. Мы надеемся, что другие виды пожертвований скоро снова станут доступны.",
41-
"9": "Проект LSP Plugins выступает против любых вооружённых конфликтов."
36+
"4": "ВАЖНО!",
37+
"5": "Согласно санкциям в отношении Российской Федерации, любой платёж в иностранной валюте блокируется.",
38+
"6": "Проект поддерживает только платежи в криптовалюте. Мы надеемся, что другие виды пожертвований скоро снова станут доступны.",
39+
"7": "Проект LSP Plugins выступает против любых вооружённых конфликтов.",
40+
"8": "Чтобы не быть слишком назойливым, это диалоговое окно будет показываться только после каждого обновления версии плагинов.",
41+
"9": "Заранее спасибо."
4242
},
4343

4444
"postscript": "{@meta_pkg_full_name}",

res/main/i18n/us/messages.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@
3333
"1": "The '{@meta_pkg_full_name}' is non-commercial project and needs financial support for the further development.",
3434
"2": "You may help the open source collection of plugins to grow by visiting the following link and submitting donations to the project:",
3535
"3": "Remember that subscription and regular small donations will give more benefits to the project than one-time donations.",
36-
"4": "To not to be very annoying, this dialog will be shown only after each version update of plugins.",
37-
"5": "Thanks in advance."
36+
"4": "IMPORTANT!",
37+
"5": "According to sanctions against Russian Federation, any foreign currency payments are blocked.",
38+
"6": "The project accepts cryptocurrency dontations only. We hope that all other type of donations will be back soon.",
39+
"7": "The LSP Plugins Project is speaking out against any armored conflicts.",
40+
"8": "To not to be very annoying, this dialog will be shown only after each version update of plugins.",
41+
"9": "Thanks in advance."
3842
},
3943

4044
"postscript": "{@meta_pkg_full_name}",

res/main/ui/greeting.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<label ui:inject="GreetingDialog::Text" text="messages.greetings.1" text.meta="true" />
88
<label ui:inject="GreetingDialog::Text" text="messages.greetings.2" text.meta="true" />
99

10-
<ui:for id="i" first="0" count="5">
10+
<ui:for id="i" first="0" count="3">
1111
<hlink ui:inject="GreetingDialog::Hlink"
1212
text="project.donations.${i}"
1313
url="project.donations.${i}"
@@ -16,10 +16,11 @@
1616
/>
1717
</ui:for>
1818

19-
<label ui:inject="GreetingDialog::Text" text="messages.greetings.3" text.meta="true" />
20-
<label ui:inject="GreetingDialog::Text" text="messages.greetings.4" text.meta="true" />
19+
<ui:for id="i" first="3" last="8">
20+
<label ui:inject="GreetingDialog::Text" text="messages.greetings.${i}" text.meta="true" />
21+
</ui:for>
2122

22-
<label ui:inject="GreetingDialog::Postscript" text="messages.greetings.5" text.meta="true" />
23+
<label ui:inject="GreetingDialog::Postscript" text="messages.greetings.9" text.meta="true" />
2324
<label ui:inject="GreetingDialog::Postscript" text="messages.postscript" text.meta="true" />
2425
<hlink ui:inject="GreetingDialog::PostscriptHlink" text="messages.site" url="messages.site"
2526
text.meta="true"

0 commit comments

Comments
 (0)