Skip to content

Commit 282df79

Browse files
committed
working on next release already
1 parent 673bedc commit 282df79

File tree

11 files changed

+363
-206
lines changed

11 files changed

+363
-206
lines changed

data/io.github.ellie_commons.jorts.metainfo.xml.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@
7474
<value key="x-appcenter-suggested-price">1</value>
7575
</custom>
7676
<releases>
77+
<release version="2.1.2" date="2025-03-02">
78+
<description>
79+
<p>2.1.2 The unrippable jorts</p>
80+
<ul>
81+
<li>More translations!</li>
82+
<li>Ctrl+Scroll to change zoom</li>
83+
<li>Lighter and yet more resilient theming system</li>
84+
<li>Bugfix: Title in multitasking not set correctly</li>
85+
</ul>
86+
</description>
87+
</release>
7788
<release version="2.1.1" date="2025-03-02">
7889
<description>
7990
<p>2.1.1 Fresh out of the laundry! (2: electric boogaloo)</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name our project
22
project('io.github.ellie_commons.jorts', ['vala', 'c'],
3-
version: '2.1.1'
3+
version: '2.1.2'
44
)
55

66
gnome = import('gnome')

po/de.po

Lines changed: 48 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: io.github.ellie_commons.jorts\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-03-02 12:59+0100\n"
11+
"POT-Creation-Date: 2025-03-02 18:44+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -79,19 +79,19 @@ msgstr ""
7979
msgid "ZOOM%"
8080
msgstr ""
8181

82-
#: src/MainWindow.vala:136
82+
#: src/MainWindow.vala:133
8383
msgid "Edit title"
8484
msgstr "Titel bearbeiten"
8585

86-
#: src/MainWindow.vala:156 data/io.github.ellie_commons.jorts.desktop.in:17
86+
#: src/MainWindow.vala:153 data/io.github.ellie_commons.jorts.desktop.in:17
8787
msgid "New sticky note"
8888
msgstr "Neue Haftnotiz"
8989

90-
#: src/MainWindow.vala:170
90+
#: src/MainWindow.vala:167
9191
msgid "Delete sticky note "
9292
msgstr "Haftnotiz Löschen"
9393

94-
#: src/MainWindow.vala:186
94+
#: src/MainWindow.vala:183
9595
msgid "Settings"
9696
msgstr "Einstellungen"
9797

@@ -323,101 +323,122 @@ msgid "You can unzoom so hard you could do ascii art"
323323
msgstr ""
324324

325325
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:79
326-
msgid "2.1.1 Fresh out of the laundry! (2: electric boogaloo)"
326+
msgid "2.1.2 The unrippable jorts"
327327
msgstr ""
328328

329329
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:81
330+
#, fuzzy
331+
msgid "More translations!"
332+
msgstr "Einige erste Übersetzungen :3"
333+
334+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:82
335+
msgid "Ctrl+Scroll to change zoom"
336+
msgstr ""
337+
338+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:83
339+
msgid "Lighter and yet more resilient theming system"
340+
msgstr ""
341+
342+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:84
343+
msgid "Bugfix: Title in multitasking not set correctly"
344+
msgstr ""
345+
346+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:90
347+
msgid "2.1.1 Fresh out of the laundry! (2: electric boogaloo)"
348+
msgstr ""
349+
350+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:92
330351
msgid "Clearer appmenu description"
331352
msgstr ""
332353

333-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:82
354+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:93
334355
msgid "More consistent theming"
335356
msgstr ""
336357

337-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:83
358+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:94
338359
msgid "Bugfix: screenshot not showing"
339360
msgstr ""
340361

341-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:89
362+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:100
342363
msgid "2.1.0 Fresh out of the laundry!"
343364
msgstr ""
344365

345-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:91
366+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:102
346367
msgid "Includes a per-note zoom! So you can get bigger or smaller text"
347368
msgstr ""
348369

349-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:92
370+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:103
350371
msgid ""
351372
"Latest set zoom, aka what is most comfortable to you, stays as default for "
352373
"new notes"
353374
msgstr ""
354375

355-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:93
376+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:104
356377
msgid "Better readability (WCAG AA or AAA depending on theme)"
357378
msgstr ""
358379

359-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:94
380+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:105
360381
msgid "Also slightly better looking theme. Yes even more :)"
361382
msgstr ""
362383

363-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:95
384+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:106
364385
#, fuzzy
365386
msgid "Improved translations"
366387
msgstr "Einige erste Übersetzungen :3"
367388

368-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:96
389+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:107
369390
msgid "Better shortcut and tooltips"
370391
msgstr ""
371392

372-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:97
393+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:108
373394
msgid "Fixed a bug where Jorts stayed on light system theme"
374395
msgstr ""
375396

376-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:103
397+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:114
377398
msgid "2.0.1 Appcenter release"
378399
msgstr "2.0.1 Appcenter-Veröffentlichung"
379400

380-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:108
401+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:119
381402
#, fuzzy
382403
msgid "2.0.0 Release: Slate And Bubblegum"
383404
msgstr "2.0.0-Version: Schiefer und Bubblegum"
384405

385-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:110
406+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:121
386407
msgid "Revival of an ancient but well loved version of Notejot"
387408
msgstr "Wiederbelebung einer alten, aber beliebten Version von Notejot"
388409

389-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:111
410+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:122
390411
msgid "The app is now named Jorts. You however cannot wear it"
391412
msgstr "Die App heißt jetzt Jorts. Man kann sie aber nicht tragen"
392413

393-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:112
414+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:123
394415
msgid "10 lovely little colours"
395416
msgstr "10 liebliche kleine Farben"
396417

397-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:113
418+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:124
398419
msgid "Built atop of modern Linux technologies and packaging formats"
399420
msgstr "Erstellt auf Basis moderner Linux-Technologien und Paketformate"
400421

401-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:114
422+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:125
402423
msgid "Smooth transition when changing theme"
403424
msgstr "Fließender Übergang beim Wechsel des Themes"
404425

405-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:115
426+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:126
406427
#, fuzzy
407428
msgid "New stickies have a random fun little title and colour"
408429
msgstr "Neue Haftnotizen haben einen zufälligen, lustigen kleinen Titel"
409430

410-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:116
431+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:127
411432
msgid "A few initial translations included, and more to come"
412433
msgstr "Ein paar erste Übersetzungen sind enthalten, und weitere sind geplant."
413434

414-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:117
435+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:128
415436
msgid "Email and links are clickable! Ctrl+Click to open in mail or browser"
416437
msgstr ""
417438
"E-Mail und Links sind anklickbar! Strg+Klick, um in E-Mail oder Browser zu "
418439
"öffnen"
419440

420-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:118
441+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:129
421442
msgid "Text supports undo, redo, and you can use emojis :)"
422443
msgstr ""
423444
"Text unterstützt Rückgängig und Wiederherstellen und Sie können Emojis "

po/es.po

Lines changed: 48 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: io.github.ellie_commons.jorts\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-03-02 12:59+0100\n"
11+
"POT-Creation-Date: 2025-03-02 18:44+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -79,19 +79,19 @@ msgstr ""
7979
msgid "ZOOM%"
8080
msgstr ""
8181

82-
#: src/MainWindow.vala:136
82+
#: src/MainWindow.vala:133
8383
msgid "Edit title"
8484
msgstr "Editar título"
8585

86-
#: src/MainWindow.vala:156 data/io.github.ellie_commons.jorts.desktop.in:17
86+
#: src/MainWindow.vala:153 data/io.github.ellie_commons.jorts.desktop.in:17
8787
msgid "New sticky note"
8888
msgstr "Nueva nota adhesiva"
8989

90-
#: src/MainWindow.vala:170
90+
#: src/MainWindow.vala:167
9191
msgid "Delete sticky note "
9292
msgstr "Eliminar nota adhesiva"
9393

94-
#: src/MainWindow.vala:186
94+
#: src/MainWindow.vala:183
9595
msgid "Settings"
9696
msgstr "Configuración"
9797

@@ -322,101 +322,122 @@ msgid "You can unzoom so hard you could do ascii art"
322322
msgstr ""
323323

324324
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:79
325-
msgid "2.1.1 Fresh out of the laundry! (2: electric boogaloo)"
325+
msgid "2.1.2 The unrippable jorts"
326326
msgstr ""
327327

328328
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:81
329+
#, fuzzy
330+
msgid "More translations!"
331+
msgstr "Algunas traducciones iniciales :3"
332+
333+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:82
334+
msgid "Ctrl+Scroll to change zoom"
335+
msgstr ""
336+
337+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:83
338+
msgid "Lighter and yet more resilient theming system"
339+
msgstr ""
340+
341+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:84
342+
msgid "Bugfix: Title in multitasking not set correctly"
343+
msgstr ""
344+
345+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:90
346+
msgid "2.1.1 Fresh out of the laundry! (2: electric boogaloo)"
347+
msgstr ""
348+
349+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:92
329350
msgid "Clearer appmenu description"
330351
msgstr ""
331352

332-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:82
353+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:93
333354
msgid "More consistent theming"
334355
msgstr ""
335356

336-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:83
357+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:94
337358
msgid "Bugfix: screenshot not showing"
338359
msgstr ""
339360

340-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:89
361+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:100
341362
msgid "2.1.0 Fresh out of the laundry!"
342363
msgstr ""
343364

344-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:91
365+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:102
345366
msgid "Includes a per-note zoom! So you can get bigger or smaller text"
346367
msgstr ""
347368

348-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:92
369+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:103
349370
msgid ""
350371
"Latest set zoom, aka what is most comfortable to you, stays as default for "
351372
"new notes"
352373
msgstr ""
353374

354-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:93
375+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:104
355376
msgid "Better readability (WCAG AA or AAA depending on theme)"
356377
msgstr ""
357378

358-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:94
379+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:105
359380
msgid "Also slightly better looking theme. Yes even more :)"
360381
msgstr ""
361382

362-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:95
383+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:106
363384
#, fuzzy
364385
msgid "Improved translations"
365386
msgstr "Algunas traducciones iniciales :3"
366387

367-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:96
388+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:107
368389
msgid "Better shortcut and tooltips"
369390
msgstr ""
370391

371-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:97
392+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:108
372393
msgid "Fixed a bug where Jorts stayed on light system theme"
373394
msgstr ""
374395

375-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:103
396+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:114
376397
msgid "2.0.1 Appcenter release"
377398
msgstr "Versión Appcenter 2.0.1"
378399

379-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:108
400+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:119
380401
#, fuzzy
381402
msgid "2.0.0 Release: Slate And Bubblegum"
382403
msgstr "Lanzamiento 2.0.0: Pizarra y Chicle"
383404

384-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:110
405+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:121
385406
msgid "Revival of an ancient but well loved version of Notejot"
386407
msgstr "Renacimiento de una versión antigua pero muy popular de Notejot"
387408

388-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:111
409+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:122
389410
msgid "The app is now named Jorts. You however cannot wear it"
390411
msgstr "La aplicación se llama ahora Jorts. Sin embargo, no te la puedes poner"
391412

392-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:112
413+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:123
393414
msgid "10 lovely little colours"
394415
msgstr "10 encantadores colores"
395416

396-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:113
417+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:124
397418
msgid "Built atop of modern Linux technologies and packaging formats"
398419
msgstr "Creado con tecnologías Linux modernas y formatos de empaquetado"
399420

400-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:114
421+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:125
401422
msgid "Smooth transition when changing theme"
402423
msgstr "Transición suave al cambiar de tema"
403424

404-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:115
425+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:126
405426
#, fuzzy
406427
msgid "New stickies have a random fun little title and colour"
407428
msgstr "Las nuevas notas adhesivas tienen un título aleatorio y divertido"
408429

409-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:116
430+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:127
410431
msgid "A few initial translations included, and more to come"
411432
msgstr "Se incluyen algunas traducciones iniciales, y habrá más próximamente."
412433

413-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:117
434+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:128
414435
msgid "Email and links are clickable! Ctrl+Click to open in mail or browser"
415436
msgstr ""
416437
"¡Se puede hacer clic en el correo electrónico y en los enlaces! Ctrl+Clic "
417438
"para abrir en el correo o en el navegador"
418439

419-
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:118
440+
#: data/io.github.ellie_commons.jorts.metainfo.xml.in:129
420441
msgid "Text supports undo, redo, and you can use emojis :)"
421442
msgstr "El texto admite deshacer, rehacer y puedes usar emojis :)"
422443

0 commit comments

Comments
 (0)