You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/l10n/locale/de.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ export default {
40
40
'View Information about the API\'s and the Plugin itself.': 'Schau dir mehr Informationen über die APIs und die Erweiterung an.',
41
41
'More Info': 'Mehr Infos',
42
42
'Donate': 'Spenden',
43
-
'If you like this Plugin, consider donating to support continued development:': 'Wenn du die Erweiterung hilfreich findest, kannst du hier etwas spenden um die weitere Entwicklung zu unterstützen:',
43
+
'If you found this plugin helpful, consider donating to support continued development.': 'Wenn du die Erweiterung hilfreich findest, kannst du hier etwas spenden um die weitere Entwicklung zu unterstützen:',
44
44
'Local Dictionary Folder': 'Ordner für das Lokale Wörterbuch',
45
45
'Specify a Folder, where all new Notes created by the Dictionary are placed. Please note that this Folder needs to already exist.': 'Gebe einen Ordner an, in dem alle vom Wörterbuch erstellten neuen Notizen abgelegt werden. Bitte beachte, dass dieser Ordner bereits vorhanden sein muss.',
Copy file name to clipboardExpand all lines: src/l10n/locale/en.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ export default {
40
40
'View Information about the API\'s and the Plugin itself.': 'View Information about the API\'s and the Plugin itself.',
41
41
'More Info': 'More Info',
42
42
'Donate': 'Donate',
43
-
'If you like this Plugin, consider donating to support continued development:': 'If you like this Plugin, consider donating to support continued development:',
43
+
'If you found this plugin helpful, consider donating to support continued development.': 'If you found this plugin helpful, consider donating to support continued development.',
'Specify a Folder, where all new Notes created by the Dictionary are placed. Please note that this Folder needs to already exist.': 'Specify a Folder, where all new Notes created by the Dictionary are placed. Please note that this Folder needs to already exist.',
Copy file name to clipboardExpand all lines: src/l10n/locale/zh-cn.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ export default {
37
37
'View Information about the API\'s and the Plugin itself.': '了解关于插件以及 API 的信息',
38
38
'More Info': '更多信息',
39
39
'Donate': '捐赠',
40
-
'If you like this Plugin, consider donating to support continued development:': '如果你喜欢该插件,可以考虑打赏支持:',
40
+
'If you found this plugin helpful, consider donating to support continued development.': '如果你喜欢该插件,可以考虑打赏支持:',
41
41
'Local Dictionary Folder': '本地词典文件夹',
42
42
'Specify a Folder, where all new Notes created by the Dictionary are placed. Please note that this Folder needs to already exist.': '指定词典创建的新笔记所存放的位置,注意文件夹需要存在',
.setDesc(t('Enable custom Context Menu with options to search for synonyms (only if the auto suggestions are disabled) and to look up a full definition in the Sidebar. Warning: This will override Obsidian\'s default Context Menu.'))
.setDesc(t('View Information about the API\'s and the Plugin itself.'))
249
-
.setClass("extra")
250
-
.addButton((bt)=>{
251
-
bt.setButtonText(t('More Info'))
252
-
bt.onClick((_)=>{
253
-
newInfoModal(plugin).open();
254
-
});
255
-
});
256
33
newSetting(containerEl)
257
34
.setName(t('Donate'))
258
-
.setDesc(t('If you like this Plugin, consider donating to support continued development:'))
35
+
.setDesc(t('If you found this plugin helpful, consider donating to support continued development.'))
259
36
.setClass("extra")
260
37
.addButton((bt)=>{
261
-
bt.buttonEl.outerHTML=`<a href="https://www.buymeacoffee.com/phibr0"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=phibr0&button_colour=5F7FFF&font_colour=ffffff&font_family=Inter&outline_colour=000000&coffee_colour=FFDD00"></a>`;
38
+
bt.buttonEl.outerHTML=`<a href="https://www.buymeacoffee.com/arpitbhayani"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=arpitbhayani&button_colour=5F7FFF&font_colour=ffffff&font_family=Inter&outline_colour=000000&coffee_colour=FFDD00"></a>`;
0 commit comments