Skip to content

Commit ad4b975

Browse files
committed
fix(i18n): restore notes.words and notes.symbols keys
These keys are used in NotesEditorPane but were incorrectly removed during the restructure. Added back to all 17 locales.
1 parent 87eff2a commit ad4b975

17 files changed

Lines changed: 34 additions & 0 deletions

File tree

src/main/i18n/locales/cs_CZ/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

src/main/i18n/locales/de_DE/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

src/main/i18n/locales/el_GR/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

src/main/i18n/locales/en_US/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

src/main/i18n/locales/es_ES/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

src/main/i18n/locales/fa_IR/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

src/main/i18n/locales/fr_FR/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

src/main/i18n/locales/ja_JP/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

src/main/i18n/locales/pl_PL/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

src/main/i18n/locales/pt_BR/ui.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"notes": {
4646
"untitled": "Untitled note",
4747
"plural": "Notes",
48+
"words": "Words",
49+
"symbols": "Symbols",
4850
"selectedMultiple": "{{count}} Notes Selected",
4951
"noSelected": "No Note Selected"
5052
},

0 commit comments

Comments
 (0)