Skip to content

Commit

Permalink
Fix typo in macro command (Fixes #389) (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
thermosflasche authored Jul 15, 2024
1 parent f7bbfae commit 3972b14
Show file tree
Hide file tree
Showing 37 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/bn.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions locales/da_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@
"tip1": {
"title": "You can also use the following characters to specify the range:",
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"dotCommaDollarD": "Fra den nuværende linje til slutningen af filen",
"dotCommaOneD": "Fra den nuværende linje til begyndelsen af filen",
"tenCommaOneD": "Fra den 10. linje til begyndelsen af filen"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/eo.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/es_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "Desde la línea actual al final del archivo",
"dotCommaOneD": "Desde la línea actual al inicio del archivo",
"tenCommaDollarD": "Desde la décima línea al inicio del archivo"
"tenCommaOneD": "Desde la décima línea al inicio del archivo"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/fa_ir.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "Nykyiseltä riviltä tiedoston loppuun",
"dotCommaOneD": "Nykyiseltä riviltä tiedoston alkuun",
"tenCommaDollarD": "Kymmenenneltä rivilä tiedoston alkuun"
"tenCommaOneD": "Kymmenenneltä rivilä tiedoston alkuun"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/fr_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "Od trenutnog reda do kraja datoteke",
"dotCommaOneD": "Od trenutnog reda do početka datoteke",
"tenCommaDollarD": "Od 10. reda do početka datoteke"
"tenCommaOneD": "Od 10. reda do početka datoteke"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/hu_hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "Az aktuális sortól a fájl végéig",
"dotCommaOneD": "Az aktuális sortól a fájl elejéig",
"tenCommaDollarD": "A 10. sortól a fájl elejéig"
"tenCommaOneD": "A 10. sortól a fájl elejéig"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "현재 행 부터 끝까지",
"dotCommaOneD": "현재 행 부터 처음까지",
"tenCommaDollarD": "10 번째 행 부터 처음까지"
"tenCommaOneD": "10 번째 행 부터 처음까지"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/my.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/nl_nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/no_nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/pl_pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "Od obecnej linii do końca pliku",
"dotCommaOneD": "Od obecnej linii do początku pliku",
"tenCommaDollarD": "Od 10 linii do początku pliku"
"tenCommaOneD": "Od 10 linii do początku pliku"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/pt_br.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"commands": {
"dotCommaDollarD": "Da linha atual até o final do arquivo",
"dotCommaOneD": "Da linha atual até o início do arquivo",
"tenCommaDollarD": "Da 10ª linha até o final do arquivo"
"tenCommaOneD": "Da 10ª linha até o final do arquivo"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/pt_pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/si_lk.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/vi_vn.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "From the current line to the end of the file",
"dotCommaOneD": "From the current line to the beginning of the file",
"tenCommaDollarD": "From the 10th line to the beginning of the file"
"tenCommaOneD": "From the 10th line to the beginning of the file"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"commands": {
"dotCommaDollarD": "从当前行到文件末尾",
"dotCommaOneD": "从当前行到文件开头",
"tenCommaDollarD": "第 10 行到文件末尾"
"tenCommaOneD": "第 10 行到文件末尾"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion locales/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"commands": {
"dotCommaDollarD": "從當前行到檔案結束",
"dotCommaOneD": "從當前行到檔案開始",
"tenCommaDollarD": "從第10行到檔案開始"
"tenCommaOneD": "從第10行到檔案開始"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion views/partials/sheet.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
<p>
<kbd>:.,$d</kbd> - {{__ 'cutAndPaste.tip1.commands.dotCommaDollarD'}} <br>
<kbd>:.,1d</kbd> - {{__ 'cutAndPaste.tip1.commands.dotCommaOneD'}} <br>
<kbd>:10,$d</kbd> - {{__ 'cutAndPaste.tip1.commands.tenCommaDollarD'}} <br>
<kbd>:10,1d</kbd> - {{__ 'cutAndPaste.tip1.commands.tenCommaOneD'}} <br>
</p>
</div>
<ul>
Expand Down

0 comments on commit 3972b14

Please sign in to comment.