Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEV]: Option to send developer logging to file instead of console.log #1042

Draft
wants to merge 118 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
0b5f775
Initial fix, added much debug output
ronzulu Dec 29, 2023
1887bbc
Removed debug code
ronzulu Dec 30, 2023
1ea94ea
Reverted some variable name changes etc
ronzulu Dec 30, 2023
00b53b9
Fixed incorrect condition identified by https://github.com/karimodm
ronzulu Jan 1, 2024
4ada044
Merge remote-tracking branch 'upstream/master' into bug-424-auto-revi…
ronzulu Jan 2, 2024
b17c300
Updated change log, npx prettier
ronzulu Jan 2, 2024
0a5847a
Updated code and language files
ronzulu Jan 12, 2024
92b6cef
pnpm format & lint
ronzulu Jan 12, 2024
3dec603
Partial implementation
ronzulu Jan 14, 2024
36b8531
Merge remote-tracking branch 'upstream/master' into bug-424-auto-revi…
ronzulu Jan 15, 2024
3134bba
Merge branch 'bug-670-label-customisation'
ronzulu Jan 15, 2024
027f82a
Progressed implementation
ronzulu Jan 17, 2024
235c9cf
Alternative to needing the "Advanced" tab
ronzulu Jan 18, 2024
96e6d2a
Perhaps half way towards implementation; doesn't build yet
ronzulu Feb 19, 2024
14cc9c8
Implemented 70%; doesn't build
ronzulu Feb 21, 2024
4c14127
Progress
ronzulu Feb 21, 2024
614c4f2
Progress
ronzulu Feb 22, 2024
f40967f
Progress
ronzulu Feb 22, 2024
2db8cf0
11 of the 19 existing test suites pass
ronzulu Feb 23, 2024
10d55a0
12 of the 19 existing test suites pass
ronzulu Feb 23, 2024
1242a29
14 of the 19 existing test suites pass
ronzulu Feb 24, 2024
a54ffaf
Progress
ronzulu Feb 24, 2024
335ba58
15 of the 19 existing test suites pass
ronzulu Feb 24, 2024
8977647
All nineteen existing test suites pass
ronzulu Feb 25, 2024
4be2553
Minor fixes
ronzulu Feb 28, 2024
381d119
More refactoring; doesn't build
ronzulu Feb 28, 2024
778985e
Progress, doesn't build
ronzulu Feb 29, 2024
4b8540c
Builds and all existing unit tests pass
ronzulu Feb 29, 2024
f181a7b
Progress
ronzulu Mar 3, 2024
b6bd619
Merge remote-tracking branch 'upstream/master'
ronzulu Mar 10, 2024
6aff45a
Merge remote-tracking branch 'upstream/master' into feat-878-support-…
ronzulu Mar 11, 2024
5f85b46
Merge remote-tracking branch 'upstream/master'; due to conflicts fair…
ronzulu Mar 11, 2024
37f7085
Merge remote-tracking branch 'upstream/master' into feat-878-support-…
ronzulu Mar 11, 2024
a914204
Merge remote-tracking branch 'upstream/master'
ronzulu Mar 11, 2024
ccf0b67
Continued fixing post #495 integration
ronzulu Mar 12, 2024
3a86db9
Added some test cases for OsrCore
ronzulu Mar 13, 2024
447fcc1
Added unit test support code
ronzulu Mar 16, 2024
3bf2034
Added more test files
ronzulu Mar 20, 2024
dab4e1e
Merge remote-tracking branch 'upstream/master'
ronzulu Mar 22, 2024
41f0a78
Merge remote-tracking branch 'upstream/master'
ronzulu Mar 28, 2024
61c52f9
Added test case, fixed code issues
ronzulu May 2, 2024
abfe2b3
Updated tests
ronzulu May 8, 2024
f104cee
Small refactor
ronzulu May 8, 2024
ca85290
!!GitHub_Desktop<feat-878-support-multiple-schedule-methods>
ronzulu May 8, 2024
ce1640c
Fixes post merge stash
ronzulu May 8, 2024
8d7d9c1
Added tests
ronzulu May 9, 2024
8e1c20b
More refactoring
ronzulu May 20, 2024
a2fa8d1
Improved test coverage
ronzulu May 21, 2024
d2d9c5e
Improved unit test code coverage
ronzulu May 22, 2024
4e80ed5
Use obsidians funtion to extractFrontmatter
4Source May 23, 2024
d825c31
Fix line pos shift
4Source May 23, 2024
d71c7ae
Merge branch 'st3v3nmw:master' into bug_967
4Source May 24, 2024
8d79dcd
Stop using obsidian function because of UnitTest
4Source May 24, 2024
0b4ac9e
Add UnitTest for Frontmatter and Horizontal line
4Source May 24, 2024
0d27150
Fix linting
4Source May 24, 2024
6487b49
Starting testing of plugin within Obsidian
ronzulu Jun 1, 2024
2a571c7
Bug fixes
ronzulu Jun 1, 2024
27fbc55
add translation: zh-cn
artefaritaKuniklo Jun 4, 2024
07d8a2d
FEAT-990 Mobile landscape mode and functional size sliders
annappropriate Jun 16, 2024
d162d56
Merge remote-tracking branch 'upstream/master' into feat-839-split-op…
ronzulu Jun 20, 2024
81a9494
Fixed broken test cases
ronzulu Jun 22, 2024
b4e6a4c
Added test case for global coverage
ronzulu Jun 22, 2024
6503dc9
fix #1000 sidebar indent
Newdea Jun 22, 2024
3e8ee76
Merge remote-tracking branch 'upstream/master' into feat-878-support-…
ronzulu Jun 23, 2024
9adfecc
A few merge fixes
ronzulu Jun 23, 2024
9d1c298
Version ready for beta testing
ronzulu Jun 25, 2024
66ec28b
Format and lint
ronzulu Jun 25, 2024
aeef00e
Updated actions/checkout@v3 to node 20
ronzulu Jun 25, 2024
e75c4b6
Lets make lint happy!
ronzulu Jun 25, 2024
05c0806
Previously the pnpm format added a blank line in a test markdown file…
ronzulu Jun 25, 2024
237209f
Slightly reduced jest code coverage threshold to writing a number of …
ronzulu Jun 26, 2024
ec9b4af
Merge remote-tracking branch 'upstream/master'
ronzulu Jun 27, 2024
0f7e21a
Create manifest-beta.json
ronzulu Jun 27, 2024
247104e
Node version 20
ronzulu Jun 27, 2024
e2727b8
Release
ronzulu Jun 27, 2024
51ae4e8
Update
ronzulu Jun 28, 2024
cc51c7d
Update
ronzulu Jul 1, 2024
2a6fc62
Update
ronzulu Jul 1, 2024
20ee92d
Update
ronzulu Jul 1, 2024
0b54b70
Update
ronzulu Jul 1, 2024
00e6c47
Update
ronzulu Jul 1, 2024
28963a8
Update
ronzulu Jul 1, 2024
57a4656
Squashed commit of the following:
ronzulu Jul 1, 2024
f3f6819
Merged #335
ronzulu Jul 1, 2024
ed061a1
Merge remote-tracking branch 'osrr/fix/sidebarIndent'
ronzulu Jul 3, 2024
8ceb3da
Update
ronzulu Jul 3, 2024
712ec01
Update
ronzulu Jul 3, 2024
2497bb6
Merge remote-tracking branch 'artefaritaKuniklo/master' https://githu…
ronzulu Jul 3, 2024
6296a75
Merge remote-tracking branch 'annappropriate/feat-990-mobile-css-full…
ronzulu Jul 3, 2024
15f5fb7
Update
ronzulu Jul 3, 2024
8d3310f
Merge branch 'feat-878-support-multiple-schedule-methods' https://git…
ronzulu Jul 4, 2024
e1d7066
Fixed bug where note frontmatter interval/ease set to null (app speci…
ronzulu Jul 4, 2024
4371e4a
Merge branch 'feat-878-support-multiple-schedule-methods' (post bug fix)
ronzulu Jul 4, 2024
c533ea7
Merge remote-tracking branch '4source/bug_967'
ronzulu Jul 4, 2024
ef42f50
Squashed commit of the following:
ronzulu Jul 4, 2024
c424225
Update changelog.md
ronzulu Jul 4, 2024
0f50c66
Fixed some note review queue bugs (previously introduced in branch #878)
ronzulu Jul 9, 2024
ed2c831
Merge branch 'feat-878-support-multiple-schedule-methods'
ronzulu Jul 9, 2024
22e8ca1
(1) Squashed commit of the following: https://github.com/st3v3nmw/obs…
ronzulu Jul 10, 2024
c3bc74b
Minor fix
ronzulu Jul 10, 2024
438365b
[FIX] Folder ignore sorts all folder starting with string
ronzulu Jul 16, 2024
938bd97
Fixed bug preventing card stats being shown (previously introduced in…
ronzulu Jul 16, 2024
a770393
[FIX] Not scroll back to top after review
ronzulu Jul 16, 2024
f6bb04f
Version number
ronzulu Jul 16, 2024
965c394
Added missing css
ronzulu Jul 19, 2024
82b94e0
Squashed commit of the following: https://github.com/st3v3nmw/obsidia…
ronzulu Jul 19, 2024
d056c0d
Updated messages for non-English languages
ronzulu Jul 19, 2024
c0119b1
Format & lint
ronzulu Jul 19, 2024
0bc337e
Merge branch 'feat-839-split-options-into-tabs' (format & lint)
ronzulu Jul 19, 2024
70b06c3
changelog update
ronzulu Jul 19, 2024
d56c41f
changelog.md
ronzulu Jul 19, 2024
cdb8abe
Merge branch 'feat-839-split-options-into-tabs' (change log)
ronzulu Jul 19, 2024
fd2e75d
Implementation
ronzulu Aug 5, 2024
26934d1
Added new text to non-English resources
ronzulu Aug 5, 2024
36ca05d
Format & lint
ronzulu Aug 5, 2024
56ac26a
Update error handling for sync()
ronzulu Aug 6, 2024
eabdc3c
path.dirname not present on some mobiles
ronzulu Aug 6, 2024
dd14089
Minor
ronzulu Aug 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated messages for non-English languages
  • Loading branch information
ronzulu committed Jul 19, 2024
commit d056c0de462ec3324a4852365a68cccfaed990d0
9 changes: 8 additions & 1 deletion src/lang/locale/ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,16 @@ export default {
// settings.ts
SETTINGS_HEADER: "Spaced Repetition Plugin - Settings",
CHECK_WIKI: '.<a href="${wiki_url}">wiki</a> لمزيد من المعلومات ، تحقق من',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "مجلدات لتجاهلها",
FOLDERS_TO_IGNORE_DESC:
"Templates Meta/Scripts : أدخل مسارات المجلد مفصولة بواسطة سطور جديدة,مثال",
`Templates Meta/Scripts.
Note that this setting is common to both Flashcards and Notes. : أدخل مسارات المجلد مفصولة بواسطة سطور جديدة,مثال`,
FLASHCARDS: "البطاقات",
FLASHCARD_EASY_LABEL: "نص الزر سهل",
FLASHCARD_GOOD_LABEL: "نص الزر جيد",
Expand Down
11 changes: 9 additions & 2 deletions src/lang/locale/cz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,18 @@ export default {
YEARS_STR_IVL_MOBILE: "${interval}r",

// settings.ts
SETTINGS_HEADER: "Spaced Repetition Plugin - Nastavení",
SETTINGS_HEADER: "Spaced Repetition - Nastavení",
CHECK_WIKI: 'Pro více informací jděte na <a href="${wiki_url}">wiki</a>.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "Ignorované složky",
FOLDERS_TO_IGNORE_DESC:
"Zadejte cesty ke složkám oddělené odřádkováním napříkad. Šablony Meta/Scripts",
`Zadejte cesty ke složkám oddělené odřádkováním napříkad. Šablony Meta/Scripts.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "Kartičky",
FLASHCARD_EASY_LABEL: "Easy Button Text",
FLASHCARD_GOOD_LABEL: "Good Button Text",
Expand Down
11 changes: 9 additions & 2 deletions src/lang/locale/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,18 @@ export default {
YEARS_STR_IVL_MOBILE: "${interval}j",

// settings.ts
SETTINGS_HEADER: "Spaced Repetition Plugin - Einstellungen",
SETTINGS_HEADER: "Spaced Repetition - Einstellungen",
CHECK_WIKI: 'Weitere Informationen gibt es im <a href="${wiki_url}">Wiki</a> (english).',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "Ausgeschlossene Ordner",
FOLDERS_TO_IGNORE_DESC:
"Mehrere Ordner mit Zeilenumbrüchen getrennt angeben. Bsp. OrdnerA[Zeilenumbruch]OrdnerB/Unterordner",
`Mehrere Ordner mit Zeilenumbrüchen getrennt angeben. Bsp. OrdnerA[Zeilenumbruch]OrdnerB/Unterordner.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "Lernkarten",
FLASHCARD_EASY_LABEL: "Einfach Knopf Text",
FLASHCARD_GOOD_LABEL: "Gut Knopf Text",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/locale/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
YEARS_STR_IVL_MOBILE: "${interval}y",

// settings.ts
SETTINGS_HEADER: "Spaced Repetition Plugin - Settings",
SETTINGS_HEADER: "Spaced Repetition - Settings",
CHECK_WIKI: 'For more information, check the <a href="${wiki_url}">wiki</a>.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
Expand Down
9 changes: 8 additions & 1 deletion src/lang/locale/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,16 @@ export default {
// settings.ts
SETTINGS_HEADER: "Extensión de Repetición Espaciada - Ajustes",
CHECK_WIKI: 'Para más información revisa la <a href="${wiki_url}">wiki</a>.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "Directorios a ignorar",
FOLDERS_TO_IGNORE_DESC:
"Escriba las rutas de los directorios separadas por saltos de línea, por ejemplo, Plantillas Extra/Guiones",
`Escriba las rutas de los directorios separadas por saltos de línea, por ejemplo, Plantillas Extra/Guiones.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "Tarjetas de Memorización",
FLASHCARD_EASY_LABEL: "Texto del botón: Fácil",
FLASHCARD_GOOD_LABEL: "Texto del botón: Bien",
Expand Down
9 changes: 8 additions & 1 deletion src/lang/locale/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,16 @@ export default {
// settings.ts
SETTINGS_HEADER: "Plugin per ripetizione spaziata - Impostazioni",
CHECK_WIKI: 'Per maggiori informazioni, rivolgersi alla <a href="${wiki_url}">wiki</a>.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "Cartelle da ignorare",
FOLDERS_TO_IGNORE_DESC:
"Inserisci i percorsi delle cartelle separati da a capo, per esempio, Templates Meta/Scripts",
`Inserisci i percorsi delle cartelle separati da a capo, per esempio, Templates Meta/Scripts.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "Schede",
FLASHCARD_EASY_LABEL: "Testo del bottone facile",
FLASHCARD_GOOD_LABEL: "Testo del bottone buono",
Expand Down
11 changes: 9 additions & 2 deletions src/lang/locale/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,18 @@ export default {
YEARS_STR_IVL_MOBILE: "${interval}y",

// settings.ts
SETTINGS_HEADER: "Spaced Repetition Plugin - 設定",
SETTINGS_HEADER: "Spaced Repetition - 設定",
CHECK_WIKI: '詳細については<a href="${wiki_url}">wiki</a>を確認してください。',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "無視するフォルダ",
FOLDERS_TO_IGNORE_DESC:
'フォルダパスを改行で区切って入力してください。"Templates Meta/Scripts" のようなスペースによる区切りでの書き方は無効です。',
`フォルダパスを改行で区切って入力してください。"Templates Meta/Scripts" のようなスペースによる区切りでの書き方は無効です。.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "フラッシュカード",
FLASHCARD_EASY_LABEL: "Easy Button Text",
FLASHCARD_GOOD_LABEL: "Good Button Text",
Expand Down
11 changes: 9 additions & 2 deletions src/lang/locale/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,18 @@ export default {
YEARS_STR_IVL_MOBILE: "${interval}y",

// settings.ts
SETTINGS_HEADER: "Spaced Repetition Plugin - 설정",
SETTINGS_HEADER: "Spaced Repetition - 설정",
CHECK_WIKI: '더 많은 정보를 원하시면, <a href="${wiki_url}">wiki</a>를 확인해주세요.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "무시할 폴더들",
FOLDERS_TO_IGNORE_DESC:
"폴더 경로를 빈 줄로 구분해서 입력해주세요. 'Templates Meta/Scripts' 와 같이 입력하는 것은 유효하지 않습니다.",
`폴더 경로를 빈 줄로 구분해서 입력해주세요. 'Templates Meta/Scripts' 와 같이 입력하는 것은 유효하지 않습니다.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "플래시카드",
FLASHCARD_EASY_LABEL: "Easy Button Text",
FLASHCARD_GOOD_LABEL: "Good Button Text",
Expand Down
9 changes: 8 additions & 1 deletion src/lang/locale/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,16 @@ export default {
// settings.ts
SETTINGS_HEADER: "Spaced Repetition - Ustawienia",
CHECK_WIKI: 'Aby uzyskać więcej informacji, sprawdź <a href="${wiki_url}">wiki</a>.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "Foldery do zignorowania",
FOLDERS_TO_IGNORE_DESC:
"Wprowadź ścieżki folderów oddzielone nowymi liniami, np. Szablony Meta/Scripts",
`Wprowadź ścieżki folderów oddzielone nowymi liniami, np. Szablony Meta/Scripts.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "Fiszki",
FLASHCARD_EASY_LABEL: "Tekst przycisku Łatwe",
FLASHCARD_GOOD_LABEL: "Tekst przycisku Średnio trudne",
Expand Down
11 changes: 9 additions & 2 deletions src/lang/locale/pt-br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,18 @@ export default {
YEARS_STR_IVL_MOBILE: "${interval}a",

// settings.ts
SETTINGS_HEADER: "Plugin Spaced Repetition - Configuração",
SETTINGS_HEADER: "Spaced Repetition - Configuração",
CHECK_WIKI: 'Para mais informações, cheque a <a href="${wiki_url}">wiki</a>.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "Pastas para ignorar",
FOLDERS_TO_IGNORE_DESC:
"Insira o caminho das pastas separado por quebras de linha ex: Templates Meta/Scripts",
`Insira o caminho das pastas separado por quebras de linha ex: Templates Meta/Scripts.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "Flashcards",
FLASHCARD_EASY_LABEL: "Texto do Botão de Fácil",
FLASHCARD_GOOD_LABEL: "Texto do Botão de OK",
Expand Down
9 changes: 8 additions & 1 deletion src/lang/locale/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,16 @@ export default {
// settings.ts
SETTINGS_HEADER: "Плагин Spaced Repetition - Настройки",
CHECK_WIKI: 'Для дополнительной информации посетите: <a href="${wiki_url}">wiki</a>.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "Игнорируемые папки",
FOLDERS_TO_IGNORE_DESC:
"Укажите пути папок, каждый на своей строке, например: Templates Meta/Scripts",
`Укажите пути папок, каждый на своей строке, например: Templates Meta/Scripts.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "Карточки",
FLASHCARD_EASY_LABEL: 'Текст кнопки "Легко"',
FLASHCARD_GOOD_LABEL: 'Текст кнопки "Нормально"',
Expand Down
9 changes: 8 additions & 1 deletion src/lang/locale/zh-cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,15 @@ export default {
// settings.ts
SETTINGS_HEADER: "间隔重复插件 - 设置",
CHECK_WIKI: '了解更多, 请点击<a href="${wiki_url}">wiki</a>.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "忽略此文件夹",
FOLDERS_TO_IGNORE_DESC: "输入文件夹路径,用新建行分隔,例如:Templates Meta/Scripts",
FOLDERS_TO_IGNORE_DESC: `输入文件夹路径,用新建行分隔,例如:Templates Meta/Scripts.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "卡片",
FLASHCARD_EASY_LABEL: "“简单”按钮文本",
FLASHCARD_GOOD_LABEL: "“记得”按钮文本",
Expand Down
9 changes: 8 additions & 1 deletion src/lang/locale/zh-tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,15 @@ export default {
// settings.ts
SETTINGS_HEADER: "間隔重複外掛 - 設定",
CHECK_WIKI: '瞭解更多, 請點選<a href="${wiki_url}">wiki</a>.',
GITHUB_DISCUSSIONS: 'Visit the <a href="${discussions_url}">discussions</a> section for Q&A help, feedback, and general discussion.',
GITHUB_ISSUES: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report.',
GITHUB_SOURCE_CODE: 'Project source code available on <a href="${github_project_url}">GitHub</a>',
CODE_CONTRIBUTION_INFO: 'Information on <a href="${code_contribution_url}">code contributions</a>',
TRANSLATION_CONTRIBUTION_INFO: 'Information on <a href="${translation_contribution_url}">translating the plugin</a> to your language',
PROJECT_CONTRIBUTIONS: 'Raise an issue <a href="${issues_url}">here</a> if you have a feature request or a bug-report',
FOLDERS_TO_IGNORE: "忽略此資料夾",
FOLDERS_TO_IGNORE_DESC: "輸入資料夾路徑(用換行字元分隔),例如:Templates Meta/Scripts",
FOLDERS_TO_IGNORE_DESC: `輸入資料夾路徑(用換行字元分隔),例如:Templates Meta/Scripts.
Note that this setting is common to both Flashcards and Notes.`,
FLASHCARDS: "卡片",
FLASHCARD_EASY_LABEL: "簡單按鈕文字",
FLASHCARD_GOOD_LABEL: "記得按鈕文字",
Expand Down
Loading