Skip to content

Commit

Permalink
chore: add entry to Italian and Polish translation (st3v3nmw#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw authored Mar 10, 2024
1 parent 0ce08e0 commit 606046f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fight the forgetting curve & note aging by reviewing flashcards & notes using sp
- Check the [roadmap](https://github.com/st3v3nmw/obsidian-spaced-repetition/projects/3/) for upcoming features & fixes.
- Raise an issue [here](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/) if you have a feature request or a bug report.
- Visit the [discussions](https://github.com/st3v3nmw/obsidian-spaced-repetition/discussions/) section for Q&A help, feedback, and general discussion.
- The plugin has been translated into _Arabic / العربية, Chinese (Simplified) / 简体中文, Chinese (Traditional) / 繁體中文, Czech / čeština, German / Deutsch, Korean / 한국어, Japanese / 日本語, Portuguese (Brazil) / Português do Brasil, Spanish / Español, and Russian / русский_ by the Obsidian community 😄.
- The plugin has been translated into _Arabic / العربية, Chinese (Simplified) / 简体中文, Chinese (Traditional) / 繁體中文, Czech / čeština, German / Deutsch, Italian / Italiano, Korean / 한국어, Japanese / 日本語, Polish / Polski, Portuguese (Brazil) / Português do Brasil, Spanish / Español, and Russian / русский_ by the Obsidian community 😄.
- To help translate this plugin to your language, check the [translation guide here](https://www.stephenmwangi.com/obsidian-spaced-repetition/contributing/#translating_1).

## Features
Expand Down
15 changes: 7 additions & 8 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased]

- Command to open notes review panel [`#846`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/846)
- Gui refactored into separate views & rewrite of keydown handler into event handler [#873](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/873)
- Make reset button (flashcard review modal) enabled for both new and due cards https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/6
- chore: Update dependencies [`#845`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/845)
- [FEAT] Command to open notes review panel - #840. [`#846`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/846)
- Gui refactored into separate views | rewrite of keydown handler into event handler [`#873`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/873)
- Make reset button (flashcard review modal) enabled for both new and due cards [`#650`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/650)
- Support multi-deck cards #495, and multiple decks in a single note #705 [`#834`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/834)

#### [1.11.2](https://github.com/st3v3nmw/obsidian-spaced-repetition/compare/1.11.1...1.11.2)

- Bug 495 Obsidian SRS ignores more than one tag https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/834
- Fixes [BUG] Malformed card text during review, when multi-line card has space on Q/A separator line https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/853
- Fixes bug #815 HTML review comment deactivates block identifier https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/815
- Implementation of some little UI improvements https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/869
> 4 March 2024
- Bump version to v1.11.2 [`#893`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/893)
- Add polish translation [`#889`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/889)
- Add support for Italian [`#886`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/886)
- update dependencies [`#892`](https://github.com/st3v3nmw/obsidian-spaced-repetition/pull/892)
Expand Down
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Fight the forgetting curve & note aging by reviewing flashcards & notes using sp
- Check the [roadmap](https://github.com/st3v3nmw/obsidian-spaced-repetition/projects/2/) for upcoming features & fixes.
- Raise an issue [here](https://github.com/st3v3nmw/obsidian-spaced-repetition/issues/) if you have a feature request or a bug-report.
- Visit the [discussions](https://github.com/st3v3nmw/obsidian-spaced-repetition/discussions/) section for Q&A help, feedback, and general discussion.
- The plugin has been translated into _Arabic / العربية, Chinese (Simplified) / 简体中文, Chinese (Traditional) / 繁體中文, Czech / čeština, German / Deutsch, Korean / 한국어, Japanese / 日本語, Portuguese (Brazil) / Português do Brasil and Russian / русский_ by the Obsidian community 😄.
- The plugin has been translated into _Arabic / العربية, Chinese (Simplified) / 简体中文, Chinese (Traditional) / 繁體中文, Czech / čeština, German / Deutsch, Italian / Italiano, Korean / 한국어, Japanese / 日本語, Polish / Polski, Portuguese (Brazil) / Português do Brasil, Spanish / Español, and Russian / русский_ by the Obsidian community 😄.
- To help translate this plugin to your language, check the [translation guide here](https://www.stephenmwangi.com/obsidian-spaced-repetition/contributing/#translating_1).

## Quick Demo
Expand Down
1 change: 1 addition & 0 deletions src/lang/locale/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default {
REVIEW_CARDS_IN_NOTE: "Rivedi schede in questa nota",
CRAM_CARDS_IN_NOTE: "Memorizza schede in questa nota",
VIEW_STATS: "Vedi statistiche",
OPEN_REVIEW_QUEUE_VIEW: "Open Notes Review Queue in sidebar",
STATUS_BAR: "Da rivedere: ${dueNotesCount} scheda/e, ${dueFlashcardsCount} schede in ritardo",
SYNC_TIME_TAKEN: "Sincronizzato in ${t}ms",
NOTE_IN_IGNORED_FOLDER: "La nota è salvata in una cartella ignorata (rivedi le impostazioni).",
Expand Down
1 change: 1 addition & 0 deletions src/lang/locale/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default {
REVIEW_CARDS_IN_NOTE: "Przeglądaj fiszki w tej notatce",
CRAM_CARDS_IN_NOTE: "Intensywne uczenie fiszek w tej notatce",
VIEW_STATS: "Wyświetl statystyki",
OPEN_REVIEW_QUEUE_VIEW: "Open Notes Review Queue in sidebar",
STATUS_BAR: "Przeglądaj: ${dueNotesCount} notatek, ${dueFlashcardsCount} fiszek z terminem",
SYNC_TIME_TAKEN: "Synchronizacja zajęła ${t}ms",
NOTE_IN_IGNORED_FOLDER: "Notatka jest zapisana w folderze zignorowanym (sprawdź ustawienia).",
Expand Down

0 comments on commit 606046f

Please sign in to comment.