Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
134 commits
Select commit Hold shift + click to select a range
12a8d7f
chore: start from scratch
antonreshetov Feb 7, 2025
ab0bfca
feat(db): implement db schema and migration from JSON to SQLite (#504)
antonreshetov Feb 20, 2025
0f09c4a
feat(api): add snippets, folders & tags CRUDs, API client (#505)
antonreshetov Feb 24, 2025
27fa42c
chore(build): disable hardened runtime and set identity to null
antonreshetov Feb 24, 2025
a083963
feat: add base 3 column layout with gutter resizer (#506)
antonreshetov Feb 24, 2025
f26ba4c
Merge branch 'v4' of github.com:massCodeIO/massCode into v4
antonreshetov Feb 24, 2025
f6ee6d9
feat: add fodler tree, sidebar (#508)
antonreshetov Feb 27, 2025
7f441b5
feat: add snippet list and search functionality (#509)
antonreshetov Feb 28, 2025
9f4df53
feat: add dark mode, update color tokens (#511)
antonreshetov Mar 2, 2025
c6bb6e0
feat(ui): add context menu (#513)
antonreshetov Mar 3, 2025
5d9387c
refactor: move folder tree into sidebar, use app for highlighted stat…
antonreshetov Mar 3, 2025
6bdb1f0
feat(snippets): add filter support with inbox, favorites, all, and tr…
antonreshetov Mar 3, 2025
3677a62
feat: add editor (#517)
antonreshetov Mar 10, 2025
e17361c
fix(api): remove duplicates in contents (#518)
antonreshetov Mar 11, 2025
ac2fc9a
style(ui): adjust footer layout and button styling
antonreshetov Mar 11, 2025
e4d2b83
feat(editor): add context menu and inline editing for tabs (#519)
antonreshetov Mar 11, 2025
4133ac3
fix(snippet): show 'Inbox' label
antonreshetov Mar 13, 2025
3aeaa1e
feat: add i18n (#520)
antonreshetov Mar 13, 2025
5b55a1f
fix(api): snippet search
antonreshetov Mar 13, 2025
797bb33
fix(snippets): selected snippet
antonreshetov Mar 14, 2025
05f5c21
fix(snippets): update snippet retrieval to include search query
antonreshetov Mar 14, 2025
fd4d691
feat(editor): add empty state
antonreshetov Mar 14, 2025
b56e903
fix(editor): ensure value and language are set correctly on snippet s…
antonreshetov Mar 14, 2025
3cdd048
fix(snippets): improve snippet selection handling via search
antonreshetov Mar 17, 2025
2da89fa
fix(editor): prevent unnecessary updates during programmatic changes
antonreshetov Mar 17, 2025
d51d310
feat(snippets): create, delete & duplicate (#521)
antonreshetov Mar 17, 2025
bb23dc3
fix(snippets): ensure first snippet is selected only when deleted sni…
antonreshetov Mar 17, 2025
00cd5bb
style(ui): add focus-visible outline to ScrollAreaViewport and active…
antonreshetov Mar 18, 2025
4b1e5e4
feat(snippets): add drag & drop for move snippets into folder (#522)
antonreshetov Mar 18, 2025
641a4c5
refactor: add useFolders composable for folder management
antonreshetov Mar 18, 2025
28ec484
feat: add scrolling to selected folder and snippet on initialization
antonreshetov Mar 18, 2025
197e9da
feat(folders): add CRUD (#523)
antonreshetov Mar 19, 2025
bb74985
fix(snippets): display correct folder/library name
antonreshetov Mar 19, 2025
f67afde
refactor(api): improve error handling
antonreshetov Mar 19, 2025
0e7f020
fix(snippets): use soft delete
antonreshetov Mar 19, 2025
9a88393
feat(snippets): delete snippet by condition
antonreshetov Mar 19, 2025
8bc71e4
feat(snippets): add multi delete (#524)
antonreshetov Mar 19, 2025
6d218d4
refactor(api): use PATCH method to update snippets & folders (#525)
antonreshetov Mar 19, 2025
ea79809
build: optimize dev start, copy locales
antonreshetov Mar 19, 2025
ce5c0d0
feat(dialog): add useDialog composable for dialog management (#527)
antonreshetov Mar 21, 2025
e5c69c8
feat(snippets): add confirm dialog for delete actions (#528)
antonreshetov Mar 21, 2025
71d6727
fix(dialog): conditionally render dialog description in useDialog com…
antonreshetov Mar 21, 2025
57768aa
fix(snippets): update dialog property name from description to content
antonreshetov Mar 21, 2025
fd61de6
feat(snippets): add empty trash (#529)
antonreshetov Mar 21, 2025
f99de79
build: fix refresh electron
antonreshetov Mar 25, 2025
298585b
chore: update document title to massCode
antonreshetov Mar 25, 2025
369b471
feat(ui): add textarea component
antonreshetov Mar 25, 2025
a5789e6
feat(ui): replace input with textarea in Description component
antonreshetov Mar 25, 2025
7661d9a
feat(ui): use perfect scrollbar in textarea
antonreshetov Mar 26, 2025
f71a1b6
feat(ui): replace ScrollArea with PerfectScrollbar and update scrollb…
antonreshetov Mar 28, 2025
c4c9046
feat(folders): add confirm to delete folder
antonreshetov Mar 28, 2025
a959ba8
chore(locales): update delete confirmation messages to include perman…
antonreshetov Mar 28, 2025
f09dc86
feat(snippets): add/remove snippets from favorites in context menu
antonreshetov Mar 28, 2025
04be095
feat(snippets): reset selected library to 'All' when creating snippet…
antonreshetov Mar 28, 2025
c7eb314
feat: add tags (#531)
antonreshetov Mar 30, 2025
74b0e71
feat: add gutter horizontal mode (#532)
antonreshetov Mar 30, 2025
7a78aed
feat: move tags into library (#533)
antonreshetov Mar 31, 2025
cf9b7b2
chore: update .gitignore
antonreshetov Mar 31, 2025
e3c2b86
fix: add tags when duplicating snippet
antonreshetov Mar 31, 2025
0e7deec
fix: tag deletion
antonreshetov Mar 31, 2025
7847a9d
fix: show add snippet button only when not searching
antonreshetov Mar 31, 2025
feea48f
style: adjust padding for EditorHeaderTags and SnippetItem components
antonreshetov Mar 31, 2025
9031884
refactor: unify state management in app (#534)
antonreshetov Apr 1, 2025
ec7a5cd
refactor: scroll for folders & tags
antonreshetov Apr 1, 2025
94a6f0d
fix: handle loading state when fetching tags
antonreshetov Apr 1, 2025
98884fe
feat: restore deleted snippets when dropping into folder
antonreshetov Apr 1, 2025
f4ead07
feat: add restore functionality for deleted snippets
antonreshetov Apr 1, 2025
ee6782d
feat: trunacte snppet name in editor header
antonreshetov Apr 1, 2025
66ee2dd
style: adjust padding for folders
antonreshetov Apr 1, 2025
befe1d9
feat: add storage preferences (#535)
antonreshetov Apr 3, 2025
4a26d72
types(db): import types for better type handling
antonreshetov Apr 5, 2025
59dbd32
refactor(i18n): new file structure (#538)
antonreshetov Apr 7, 2025
7f3955f
feat(preferences): add language section (#539)
antonreshetov Apr 7, 2025
6c9d22c
feat(preferences): add appearance, theme selection (#540)
antonreshetov Apr 7, 2025
8562627
feat(preferences): add editor section (#541)
antonreshetov Apr 8, 2025
dce22e1
feat(menu): add edit & window menus
antonreshetov Apr 8, 2025
d9532ed
feat(editor): add prettier to format (#542)
antonreshetov Apr 8, 2025
447fe66
fix(menu): reorder help menu
antonreshetov Apr 8, 2025
686d41e
fix(types): correct import path for EditorSettings
antonreshetov Apr 8, 2025
5ddf829
fix(tsconfig): remove rootDir option for cleaner configuration
antonreshetov Apr 8, 2025
6843312
fix: include prettier in build
antonreshetov Apr 8, 2025
dbd7368
feat(menu): add file menu and actions (#543)
antonreshetov Apr 8, 2025
f8c9870
fix(types): add EditorSettings interface and update tsconfig
antonreshetov Apr 8, 2025
e2ef749
fix(prettier): convert tabSize to number for consistent formatting
antonreshetov Apr 10, 2025
4076f69
feat(menu): add font size adjustment actions to editor menu
antonreshetov Apr 10, 2025
469e715
feat(constants): add default editor settings to constants
antonreshetov Apr 10, 2025
396e8ad
feat(menu): add copy snippet action to editor menu
antonreshetov Apr 10, 2025
76b85e4
feat(folders): add default language selection to folder context menu
antonreshetov Apr 10, 2025
d9173cf
feat(editor): add markdown with syntax highlighting & mermaid (#544)
antonreshetov Apr 12, 2025
035c59a
feat: add placeholders (#545)
antonreshetov Apr 12, 2025
3d8df48
fix(snippets): initialize selectedSnippetIds with state snippetId
antonreshetov Apr 16, 2025
038da20
feat: add markdown & mindmap viewer (#546)
antonreshetov Apr 16, 2025
9ebe844
chore: merge
antonreshetov Apr 16, 2025
0630d45
Merge branch 'v4' of github.com:massCodeIO/massCode into v4
antonreshetov Apr 16, 2025
d7871aa
fix(editor): update mindmap styles for better usability
antonreshetov Apr 16, 2025
b12ae39
feat(menu): add mindmap preview option to main menu
antonreshetov Apr 18, 2025
281769e
fix(mindmap): disable double-click to zoom
antonreshetov Apr 19, 2025
a88ae13
feat(editor): add simple sandbox for html, css & js (#549)
antonreshetov Apr 27, 2025
b7fc638
fix(editor): correct visibility toggle for editor component
antonreshetov Apr 28, 2025
1f99414
chore(editor): update Tool and Mindmap components for improved layout
antonreshetov Apr 28, 2025
df06fe1
style(editor): update download button to use new icon and improve layout
antonreshetov Apr 28, 2025
81f8f89
feat(editor): add code image (#550)
antonreshetov May 2, 2025
0f5b770
feat(editor): add markdown presentaion mode (#552)
antonreshetov May 21, 2025
1b2a170
refactor(router): replace string literals with RouterName constants f…
antonreshetov May 22, 2025
d04cd16
feat(menu): add presentation mode to main menu
antonreshetov May 22, 2025
60947c6
feat(markdown): add laser pointer to presentation mode (#553)
antonreshetov May 23, 2025
146dba1
feat: add devtools (#556)
antonreshetov May 30, 2025
114f322
feat(markdown): add embedding image (#561)
antonreshetov Jun 12, 2025
e58744e
refactor(editor): reorganize grammars
antonreshetov Jun 12, 2025
24e0935
feat: add snippet link via deep link (#564)
antonreshetov Jun 18, 2025
34724e9
fix: open parent folders if selected nested folder
antonreshetov Jun 18, 2025
19760ae
feat: add support notification (#566)
antonreshetov Jun 23, 2025
2d26bd6
feat: check for updates (#567)
antonreshetov Jun 23, 2025
cbaf99f
chore: update version to 4.0.0-beta.1 in package.json
antonreshetov Jul 3, 2025
f46212c
fix: update titleBarStyle for cross-platform compatibility
antonreshetov Jul 3, 2025
9ac6811
fix(db): if folder index is missing, set to 0 during migration (#571)
antonreshetov Jul 4, 2025
7b0a5c2
fix(main): destroy window in windows & linux #570 (#572)
antonreshetov Jul 4, 2025
dbf7ce2
build: release v4.0.0-beta.2
antonreshetov Jul 4, 2025
4b25e91
fix: select first menu item when going to settings
antonreshetov Jul 4, 2025
92ff9ff
refactor(preferences): replace Checkbox with Switch for better UI con…
antonreshetov Jul 4, 2025
eb7af86
polish: add minScrollbarLength option to PerfectScrollbar components
antonreshetov Jul 4, 2025
bb364f5
fix: focus to search field via shortcut (#573)
antonreshetov Jul 4, 2025
38b1131
fix: select first folder after deletion and scroll to it
antonreshetov Jul 4, 2025
9daf798
fix: show nested folder name in confirm deletion
antonreshetov Jul 4, 2025
6023749
chore: clean
antonreshetov Jul 5, 2025
597e0f2
feat: add backup functionality (#578)
antonreshetov Jul 9, 2025
2cf49e4
fix: move & open backup storage (#579)
antonreshetov Jul 9, 2025
9fbeb21
fix(markdown): adjust close button position in Presentation component
antonreshetov Jul 10, 2025
446d97a
feat: add brand new logo
antonreshetov Sep 27, 2025
c7a2a67
feat: add keyboard navigation for search results
antonreshetov Sep 27, 2025
6254f45
fix: add custom scroll into code image preview
antonreshetov Sep 27, 2025
7e97bf7
fix: show empty state if stored snipped not found
antonreshetov Sep 27, 2025
df6df85
chore: update README
antonreshetov Sep 27, 2025
d0da73f
Merge branch 'master' into v4
antonreshetov Sep 27, 2025
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
feat(snippets): add confirm dialog for delete actions (#528)
* feat(snippets): add confirm dialog for delete actions

* feat(locales): update locales
  • Loading branch information
antonreshetov authored Mar 21, 2025
commit e5c69c8533084ec5b958c9d533ddf7a1b32902bb
1 change: 1 addition & 0 deletions src/main/i18n/locales/cs/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"defaultLanguage": "Výchozí jazyk",
"removeFromFavorites": "Odebrat z oblíbených",
"emptyTrash": "Vyprázdnit koš",
"moveToTrash": "Přesunout do koše",
"close": "Zavřít",
"folder": {
"untitled": "Nepojmenovaná složka",
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/cs/dialog.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"deleteConfirm": "Opravdu chcete trvale smazat {{name}}?",
"deleteConfirm": "Opravdu chcete trvale smazat \"{{name}}\"?",
"deleteConfirmMultipleSnippets": "Opravdu chcete trvale smazat {{count}} vybraných snippetů?",
"deleteConfirmMultipleSnippets_few": "Opravdu chcete trvale smazat {{count}} vybrané snippety?",
"noUndo": "Tuto akci nelze vrátit zpět.",
"allSnippetsMoveToTrash": "Všechny snippety v této složce budou přesunuty do koše.",
"deleteTag": "Tímto také odeberete štítek ze všech snippetů.",
"emptyTrash": "Opravdu chcete trvale odstranit všechny snippety v Koši?",
"migrateConfirm": [
"Opravdu chcete migrovat z {{name}}?",
"Opravdu chcete migrovat z \"{{name}}\"?",
"Současná knihovna bude v průběhu migrace přepsána."
],
"createDb": "Zvolte jinou složku, prosím"
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/locales/de_DE/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"defaultLanguage": "Standard Sprache",
"removeFromFavorites": "Von Favoriten entfernen",
"emptyTrash": "Papierkorb leeren",
"moveToTrash": "In den Papierkorb verschieben",
"close": "Schließen",
"folder": {
"untitled": "Unbenannter Ordner",
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/de_DE/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "Soll {{name}} wirklich permanent gelöscht werden?",
"deleteConfirm": "Soll \"{{name}}\" wirklich permanent gelöscht werden?",
"deleteConfirmMultipleSnippets": "Sollen {{count}} ausgewählte Snippets gelöscht werden?",
"noUndo": "Dieser Vorgang kann nicht rückgängig gemacht werden.",
"allSnippetsMoveToTrash": "Alle Snippets in diesem Ordner werden in den Papierkorb verschoben.",
"deleteTag": "Hiermit werden alle Tags von den Snippets entfernt.",
"emptyTrash": "Sicher das alle Snippets permanent aus dem Papierkorb gelöscht werden sollen?",
"migrateConfirm": [
"Möchten Sie wirklich von {{name}} migrieren?",
"Möchten Sie wirklich von \"{{name}}\" migrieren?",
"Während der Migration wird die aktuelle Bibliothek überschrieben."
],
"createDb": "Bitte anderen Ordner auswählen."
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/locales/el/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"defaultLanguage": "Προεπιλεγμένη Γλώσσα",
"removeFromFavorites": "Αφαίρεση από τα Αγαπημένα",
"emptyTrash": "Άδειασμα Κάδου",
"moveToTrash": "Μετακίνηση στον κάδο",
"close": "Κλείσιμο",
"folder": {
"untitled": "Άτιτλος φάκελος",
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/el/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "Είστε σίγουροι ότι θέλετε να διαγράψετε οριστικά το {{name}};",
"deleteConfirm": "Είστε σίγουροι ότι θέλετε να διαγράψετε οριστικά το \"{{name}}\";",
"deleteConfirmMultipleSnippets": "Είστε σίγουροι ότι θέλετε να διαγράψετε οριστικά {{count}} επιλεγμένα αποσπάσματα;",
"noUndo": "Δεν μπορείτε να αναιρέσετε αυτήν την ενέργεια.",
"allSnippetsMoveToTrash": "Όλα τα αποσπάσματα σε αυτόν τον φάκελο θα μετακινηθούν στον Κάδο.",
"deleteTag": "Αυτό θα προκαλέσει επίσης την αφαίρεση αυτής της ετικέτας από όλα τα αποσπάσματα.",
"emptyTrash": "Είστε σίγουροι ότι θέλετε να διαγράψετε οριστικά όλα τα αποσπάσματα στον Κάδο;",
"migrateConfirm": [
"Θέλετε σίγουρα να μεταφέρετε από το {{name}};",
"Θέλετε σίγουρα να μεταφέρετε από το \"{{name}}\";",
"Κατά την μεταφορά, η παρούσα βιβλιοθήκη θα αντικατασταθεί."
],
"createDb": "Παρακαλούμε επιλέξτε άλλο φάκελο"
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"defaultLanguage": "Default Language",
"removeFromFavorites": "Remove from Favorites",
"emptyTrash": "Empty Trash",
"moveToTrash": "Move to Trash",
"close": "Close",
"folder": {
"untitled": "Untitled folder",
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/en/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "Are you sure you want to permanently delete {{name}}?",
"deleteConfirm": "Are you sure you want to permanently delete \"{{name}}\"?",
"deleteConfirmMultipleSnippets": "Are you sure you want to permanently delete {{count}} selected snippets?",
"noUndo": "You cannot undo this action.",
"allSnippetsMoveToTrash": "All snippets in this folder will be moved to trash.",
"deleteTag": "This will also cause all snippets to have that tag removed.",
"emptyTrash": "Are you sure you want to permanently delete all snippets in Trash?",
"migrateConfirm": [
"Are you sure you want to migrate from {{name}}?",
"Are you sure you want to migrate from \"{{name}}\"?",
"During migrate, the current library will be overwritten."
],
"createDb": "Please select another folder"
Expand Down
2 changes: 1 addition & 1 deletion src/main/i18n/locales/en/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"label": "massCode",
"preferences": "Preferences",
"update": {
"label": "Check for Updates....",
"label": "Check for Updates...",
"message": "Version {{newVersion}} is now available for download.\nYour version is {{oldVersion}}.",
"button": ["Go to Download", "OK"],
"noUpdate": "There are currently no updates available."
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/locales/es_ES/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"defaultLanguage": "Language Predeterminado",
"removeFromFavorites": "Eliminar de Favoritos",
"emptyTrash": "Vaciar Papelera",
"moveToTrash": "Mover a la papelera",
"close": "Cerrar",
"folder": {
"untitled": "Sin nombre",
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/es_ES/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "¿Estas seguro que quieres eliminar de forma permanente {{name}}?",
"deleteConfirm": "¿Estas seguro que quieres eliminar de forma permanente \"{{name}}\"?",
"deleteConfirmMultipleSnippets": "¿Estas seguro de que quieres eliminar de forma permanente los {{count}} snippets seleccionados?",
"noUndo": "Esta acción no se puede deshacer.",
"allSnippetsMoveToTrash": "Todos los snippets en esta carpeta se enviarán a la papelera.",
"deleteTag": "Esto también causará que todos los snippets pierdan sus etiquetas.",
"emptyTrash": "¿Estás seguro que quieres eliminar todas los snippets de la Papelera?",
"migrateConfirm": [
"¿Estás seguro que quieres migrar desde {{name}}?",
"¿Estás seguro que quieres migrar desde \"{{name}}\"?",
"Durante la migración se sobrescribirá la librería actual."
]
}
1 change: 1 addition & 0 deletions src/main/i18n/locales/fa_IR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"defaultLanguage": "زبان پیش‌فرض",
"removeFromFavorites": "حذف از علاقه‌مندی‌ها",
"emptyTrash": "پاک‌سازی زباله‌دان",
"moveToTrash": "انتقال به سطل زباله",
"close": "بستن",
"folder": {
"untitled": "پوشه بدون نام",
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/fa_IR/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "آیا مطمئنید که می‌خواهید {{name}} را برای همیشه حذف کنید؟",
"deleteConfirm": "آیا مطمئنید که می‌خواهید \"{{name}}\" را برای همیشه حذف کنید؟",
"deleteConfirmMultipleSnippets": "آیا مطمئنید که می‌خواهید {{count}} اسنیپت انتخاب‌شده را برای همیشه حذف کنید؟",
"noUndo": "شما نمی‌توانید این کنش را واگرد کنید.",
"allSnippetsMoveToTrash": "همه اسنیپت‌های این پوشه به زباله‌دان منتقل می‌شوند.",
"deleteTag": "این هم‌چنین باعث می‌شود که تمام اسنیپت‌هایی که آن برچسب را دارند نیز حذف شوند.",
"emptyTrash": "آیا مطمئنید که می‌خواهید همه اسنیپت‌ها در زباله‌دان را برای همیشه حذف کنید؟",
"migrateConfirm": [
"آیا مطمئنید که می‌خواهید از {{name}} مهاجرت کنید؟",
"آیا مطمئنید که می‌خواهید از \"{{name}}\" مهاجرت کنید؟",
"در هنگام انتقال، کتابخانه فعلی رونویسی خواهد شد."
],
"createDb": "لطفا پوشه دیگری را انتخاب کنید"
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/locales/fr_FR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"defaultLanguage": "Langage par défaut",
"removeFromFavorites": "Enlever des favoris",
"emptyTrash": "vider la poubelle",
"moveToTrash": "Déplacer vers la corbeille",
"close": "Fermer",
"folder": {
"untitled": "Dossier sans titre",
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/fr_FR/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "Etes-vous sûr de vouloir effacer de façon permanente {{name}}?",
"deleteConfirm": "Etes-vous sûr de vouloir effacer de façon permanente \"{{name}}\"?",
"deleteConfirmMultipleSnippets": "Etes-vous sûr de vouloir effacer de façon permanente {{count}} extraits sélectionnés ?",
"noUndo": "vous ne pouvez pas annuler cette action.",
"allSnippetsMoveToTrash": "Tous les extraits de ce dossier seront déplacés vers la corbeille.",
"deleteTag": "Cette étiquette sera également supprimée de tous les extraits.",
"emptyTrash": "Êtes-vous sûr de vouloir supprimer définitivement tous les extraits dans la corbeille ?",
"migrateConfirm": [
"Êtes-vous sûr de vouloir migrer de {{name}}?",
"Êtes-vous sûr de vouloir migrer de \"{{name}}\"?",
"Lors de la migration, la bibliothèque actuelle sera écrasée."
],
"createDb": "Veuillez sélectionner un autre dossier"
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/locales/ja_JP/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"defaultLanguage": "標準の言語",
"removeFromFavorites": "お気に入りから削除",
"emptyTrash": "ゴミ箱を空に",
"moveToTrash": "ゴミ箱に移動",
"close": "閉じる",
"folder": {
"untitled": "名称未設定フォルダ",
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/ja_JP/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "{{name}} を完全に削除してよろしいですか?",
"deleteConfirm": "\"{{name}}\" を完全に削除してよろしいですか?",
"deleteConfirmMultipleSnippets": "選択している {{count}} 個のスニペットを完全に削除してよろしいですか?",
"noUndo": "この操作は復元できません。",
"allSnippetsMoveToTrash": "このフォルダー内のスニペットはすべてゴミ箱に移動されます。",
"deleteTag": "すべてのスニペットからこのタグが削除されます。",
"emptyTrash": "ゴミ箱に入っている全てのスニペットが完全に削除されます。よろしいですか?",
"migrateConfirm": [
"{{name}} からデータが移行されます。よろしいですか?",
"\"{{name}}\" からデータが移行されます。よろしいですか?",
"現在のライブラリは全て上書きされます。"
],
"createDb": "別のフォルダを選択してください。"
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/locales/pl/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"defaultLanguage": "Domyślny język",
"removeFromFavorites": "Usuń z Ulubionych",
"emptyTrash": "Opróżnij kosz",
"moveToTrash": "Przenieś do kosza",
"close": "Zamknij",
"folder": {
"untitled": "Bez tytułu",
Expand Down
6 changes: 3 additions & 3 deletions src/main/i18n/locales/pl/dialog.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"deleteConfirm": "Czy na pewno chcesz trwale usunąć {{name}}?",
"deleteConfirm": "Czy na pewno chcesz trwale usunąć \"{{name}}\"?",
"deleteConfirmMultipleSnippets": "Czy na pewno chcesz trwale usunąć {{count}} wybrane fragmenty kodu?",
"noUndo": "Nie można cofnąć tej czynności.",
"allSnippetsMoveToTrash": "Wszystkie fragmenty kodu w tym folderze zostaną przeniesione do kosza.",
"deleteTag": "Spowoduje to także usunięcie tagu we wszystkich fragmentach kodu.",
"emptyTrash": "Czy na pewno chcesz trwale usunąć wszystkie fragmenty kodu w koszu?",
"migrateConfirm": [
"Czy na pewno chcesz przeprowadzić migrację z {{name}}?",
"Czy na pewno chcesz przeprowadzić migrację z \"{{name}}\"?",
"Podczas migracji bieżąca biblioteka zostanie nadpisana."
],
"createDb": "Proszę wybrać inny folder"
}
}
3 changes: 2 additions & 1 deletion src/main/i18n/locales/pt_BR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"defaultLanguage": "Linguagem padrão",
"removeFromFavorites": "Remover dos favoritos",
"emptyTrash": "Esvaziar lixeira",
"moveToTrash": "Mover para a lixeira",
"close": "Fechar",
"folder": {
"untitled": "Pasta sem título",
Expand Down Expand Up @@ -62,4 +63,4 @@
"restore": "Restaurar",
"copy-snippet-link": "Copiar link deste snippet",
"set-custom-icon": "Definir ícone personalizado"
}
}
6 changes: 3 additions & 3 deletions src/main/i18n/locales/pt_BR/dialog.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"deleteConfirm": "Tem certeza de que deseja excluir permanentemente {{name}}?",
"deleteConfirm": "Tem certeza de que deseja excluir permanentemente \"{{name}}\"?",
"deleteConfirmMultipleSnippets": "Tem certeza de que deseja excluir permanentemente {{count}} snippets?",
"noUndo": "Você não pode desfazer esta ação.",
"allSnippetsMoveToTrash": "Todos os snippets nesta pasta serão movidos para a lixeira.",
"deleteTag": "Isso também fará com que todos os snippets tenham essa etiqueta removida.",
"emptyTrash": "Tem certeza de que deseja excluir permanentemente todos os snippets da Lixeira?",
"migrateConfirm": [
"Tem certeza de que deseja migrar de {{name}}?",
"Tem certeza de que deseja migrar de \"{{name}}\"?",
"Durante a migração, a biblioteca atual será substituída."
],
"createDb": "Por favor escolha outra pasta"
}
}
55 changes: 28 additions & 27 deletions src/main/i18n/locales/ro_RO/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,39 +25,40 @@
"defaultLanguage": "Limba implicită",
"removeFromFavorites": "Elimină din favorite",
"emptyTrash": "Golește coșul de gunoi",
"moveToTrash": "Mută la coș",
"close": "Închide",
"folder": {
"untitled": "Folder fără titlu",
"plural": "Foldere"
},
"snippet": {
"untitled": "Fragment fără titlu",
"plural": "Fragmente",
"emptyName": "Introduceți numele fragmentului",
"selectedMultiple": "{{count}} fragmente selectate",
"noSelected": "Niciun fragment selectat"
},
"fragment": "Fragment",
"search": "Căutare",
"line": "Linie",
"column": "Coloană",
"sidebar": {
"inbox": "Inbox",
"favorites": "Favorite",
"allSnippets": "Toate fragmentele",
"trash": "Coș de gunoi",
"untitled": "Folder fără titlu",
"folders": "Foldere",
"library": "Bibliotecă",
"tags": "Etichete"
},
"darkMode": "Mod întunecat",
"background": "Fundal",
"restartApp": "Repornește massCode",
"updateAvailable": "Actualizare disponibilă",
"hide": "Ascunde",
"show": "Arătă",
"collapse-all": "Restrânge tot",
"untitled": "Fragment fără titlu",
"plural": "Fragmente",
"emptyName": "Introduceți numele fragmentului",
"selectedMultiple": "{{count}} fragmente selectate",
"noSelected": "Niciun fragment selectat"
},
"fragment": "Fragment",
"search": "Căutare",
"line": "Linie",
"column": "Coloană",
"sidebar": {
"inbox": "Inbox",
"favorites": "Favorite",
"allSnippets": "Toate fragmentele",
"trash": "Coș de gunoi",
"untitled": "Folder fără titlu",
"folders": "Foldere",
"library": "Bibliotecă",
"tags": "Etichete"
},
"darkMode": "Mod întunecat",
"background": "Fundal",
"restartApp": "Repornește massCode",
"updateAvailable": "Actualizare disponibilă",
"hide": "Ascunde",
"show": "Arătă",
"collapse-all": "Restrânge tot",
"expand-all": "Extinde All",
"restore": "Restaurează",
"copy-snippet-link": "Copiați link-ul fragmentului"
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/ro_RO/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "Sigur dorești să ștergi permanent {{name}}?",
"deleteConfirm": "Sigur dorești să ștergi permanent \"{{name}}\"?",
"deleteConfirmMultipleSnippets": "Sigur dorești să ștergi permanent {{count}} fragmente selectate?",
"noUndo": "Nu poți anula această acțiune.",
"allSnippetsMoveToTrash": "Toate fragmentele din acest folder vor fi mutate în coșul de gunoi.",
"deleteTag": "Acest lucru va provoca, de asemenea, eliminarea etichetei din toate fragmentele.",
"emptyTrash": "Sigur dorești să ștergi permanent toate fragmentele din Coșul de gunoi?",
"migrateConfirm": [
"Sigur dorești să migrați din {{name}}?",
"Sigur dorești să migrați din \"{{name}}\"?",
"În timpul migrației, biblioteca curentă va fi suprascrisă."
],
"createDb": "Vă rugăm să selectați un alt folder"
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/locales/ru/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"defaultLanguage": "Языка по умолчанию ",
"removeFromFavorites": "Удалить из избранного",
"emptyTrash": "Очисть корзину",
"moveToTrash": "Переместить в корзину",
"close": "Закрыть",
"folder": {
"untitled": "Новая папка",
Expand Down
4 changes: 2 additions & 2 deletions src/main/i18n/locales/ru/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "Вы уверены что хотите безвозвратно удалить {{name}}?",
"deleteConfirm": "Вы уверены что хотите безвозвратно удалить \"{{name}}\"?",
"deleteConfirmMultipleSnippets": "Вы уверены что хотите безвозвратно удалить {{count}} выбранные сиппеты?",
"noUndo": "Это действие нельзя отменить.",
"allSnippetsMoveToTrash": "Все сниппеты в этой папки будут перемещены в корзину.",
"deleteTag": "Это так же коснется всех сниппетов, которые содержат этот тег.",
"emptyTrash": "Вы уверены что хотите безвозвратно очистить Корзину?",
"migrateConfirm": [
"Вы уверены что хотите мигрировать {{name}}?",
"Вы уверены что хотите мигрировать \"{{name}}\"?",
"Во время миграции, текущая библиотека буде перезаписана."
],
"createDb": "Пожалуйста выберите другую папку"
Expand Down
3 changes: 2 additions & 1 deletion src/main/i18n/locales/tr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"defaultLanguage": "Varsayılan Dil",
"removeFromFavorites": "Favorilerden Kaldır",
"emptyTrash": "Çöp Kutusunu Boşalt",
"moveToTrash": "Çöp kutusuna taşı",
"close": "Kapat",
"folder": {
"untitled": "Başlıksız Klasör",
Expand Down Expand Up @@ -68,4 +69,4 @@
"restore": "Geri Yükle",
"copy-snippet-link": "Kod Parçası Bağlantısını Kopyala",
"set-custom-icon": "Özel Simge Ayarla"
}
}
4 changes: 2 additions & 2 deletions src/main/i18n/locales/tr/dialog.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"deleteConfirm": "{{name}} adlı öğeyi kalıcı olarak silmek istediğinizden emin misiniz?",
"deleteConfirm": "\"{{name}}\" adlı öğeyi kalıcı olarak silmek istediğinizden emin misiniz?",
"deleteConfirmMultipleSnippets": "{{count}} seçili kod parçasını kalıcı olarak silmek istediğinizden emin misiniz?",
"noUndo": "Bu işlemi geri alamazsınız.",
"allSnippetsMoveToTrash": "Bu klasördeki tüm kod parçaları çöp kutusuna taşınacaktır.",
"deleteTag": "Bu aynı zamanda tüm kod parçalarının bu etiketin kaldırılmasına neden olacaktır.",
"emptyTrash": "Çöp kutusundaki tüm kod parçalarını kalıcı olarak silmek istediğinizden emin misiniz?",
"migrateConfirm": [
"{{name}} adından geçiş yapmak istediğinizden emin misiniz?",
"\"{{name}}\" adından geçiş yapmak istediğinizden emin misiniz?",
"Geçiş sırasında mevcut kütüphane üzerine yazılacaktır."
],
"createDb": "Lütfen başka bir klasör seçin."
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/locales/uk_UA/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"defaultLanguage": "Мова за замовчуванням",
"removeFromFavorites": "Видалити з обраних",
"emptyTrash": "Очистити Смітник",
"moveToTrash": "Перемістити до Смітник",
"close": "Закрити",
"folder": {
"untitled": "Нова папка",
Expand Down
Loading