From 83c6bd5120fc501e9e5a40b97140b6aed3ae4164 Mon Sep 17 00:00:00 2001 From: Thermosflasche <13393250+thermosflasche@users.noreply.github.com> Date: Mon, 1 Apr 2024 00:42:21 -0300 Subject: [PATCH] Fix typo in macro command (Fixes #389) --- locales/ar.json | 2 +- locales/bn.json | 2 +- locales/ca.json | 2 +- locales/cs.json | 2 +- locales/da_dk.json | 6 +++--- locales/de_de.json | 2 +- locales/en_us.json | 2 +- locales/eo.json | 2 +- locales/es_es.json | 2 +- locales/fa_ir.json | 2 +- locales/fi.json | 2 +- locales/fr_fr.json | 2 +- locales/he.json | 2 +- locales/hr.json | 2 +- locales/hu_hu.json | 2 +- locales/id.json | 2 +- locales/it.json | 2 +- locales/ja.json | 2 +- locales/ko.json | 2 +- locales/my.json | 2 +- locales/nl_nl.json | 2 +- locales/no_nb.json | 2 +- locales/pl_pl.json | 2 +- locales/pt_br.json | 2 +- locales/pt_pt.json | 2 +- locales/ro.json | 2 +- locales/ru.json | 2 +- locales/si_lk.json | 2 +- locales/sk.json | 2 +- locales/sv.json | 2 +- locales/th.json | 2 +- locales/tr.json | 2 +- locales/uk.json | 2 +- locales/vi_vn.json | 2 +- locales/zh_cn.json | 2 +- locales/zh_tw.json | 2 +- views/partials/sheet.hbs | 2 +- 37 files changed, 39 insertions(+), 39 deletions(-) diff --git a/locales/ar.json b/locales/ar.json index 93ea446..d022098 100644 --- a/locales/ar.json +++ b/locales/ar.json @@ -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" } } }, diff --git a/locales/bn.json b/locales/bn.json index bb9cc7f..1e52ee3 100644 --- a/locales/bn.json +++ b/locales/bn.json @@ -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" } } }, diff --git a/locales/ca.json b/locales/ca.json index 64c1be5..da92144 100644 --- a/locales/ca.json +++ b/locales/ca.json @@ -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" } } }, diff --git a/locales/cs.json b/locales/cs.json index df79be5..ae8158a 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -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" } } }, diff --git a/locales/da_dk.json b/locales/da_dk.json index 2714b1d..b2b4eae 100644 --- a/locales/da_dk.json +++ b/locales/da_dk.json @@ -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" } } }, diff --git a/locales/de_de.json b/locales/de_de.json index a8973ea..08be43b 100644 --- a/locales/de_de.json +++ b/locales/de_de.json @@ -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" } } }, diff --git a/locales/en_us.json b/locales/en_us.json index 2bf6c2c..cc7074e 100644 --- a/locales/en_us.json +++ b/locales/en_us.json @@ -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" } } }, diff --git a/locales/eo.json b/locales/eo.json index 1758aff..9f1a5dc 100644 --- a/locales/eo.json +++ b/locales/eo.json @@ -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" } } }, diff --git a/locales/es_es.json b/locales/es_es.json index 6f55b30..f510943 100644 --- a/locales/es_es.json +++ b/locales/es_es.json @@ -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" } } }, diff --git a/locales/fa_ir.json b/locales/fa_ir.json index 6092802..03757dd 100644 --- a/locales/fa_ir.json +++ b/locales/fa_ir.json @@ -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" } } }, diff --git a/locales/fi.json b/locales/fi.json index 885da36..7013cbe 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -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" } } }, diff --git a/locales/fr_fr.json b/locales/fr_fr.json index 98473fd..e7b47f1 100644 --- a/locales/fr_fr.json +++ b/locales/fr_fr.json @@ -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" } } }, diff --git a/locales/he.json b/locales/he.json index 9bb8929..b64e28b 100644 --- a/locales/he.json +++ b/locales/he.json @@ -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" } } }, diff --git a/locales/hr.json b/locales/hr.json index bbed20b..a3e7915 100644 --- a/locales/hr.json +++ b/locales/hr.json @@ -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" } } }, diff --git a/locales/hu_hu.json b/locales/hu_hu.json index 431b36f..aac8364 100644 --- a/locales/hu_hu.json +++ b/locales/hu_hu.json @@ -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" } } }, diff --git a/locales/id.json b/locales/id.json index b69c39c..4b4275b 100644 --- a/locales/id.json +++ b/locales/id.json @@ -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" } } }, diff --git a/locales/it.json b/locales/it.json index 0a569ff..06babc4 100644 --- a/locales/it.json +++ b/locales/it.json @@ -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" } } }, diff --git a/locales/ja.json b/locales/ja.json index dbe2e24..39dd242 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -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" } } }, diff --git a/locales/ko.json b/locales/ko.json index 00c08eb..4b2c2da 100644 --- a/locales/ko.json +++ b/locales/ko.json @@ -227,7 +227,7 @@ "commands": { "dotCommaDollarD": "현재 행 부터 끝까지", "dotCommaOneD": "현재 행 부터 처음까지", - "tenCommaDollarD": "10 번째 행 부터 처음까지" + "tenCommaOneD": "10 번째 행 부터 처음까지" } } }, diff --git a/locales/my.json b/locales/my.json index 80c588e..86b6d66 100644 --- a/locales/my.json +++ b/locales/my.json @@ -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" } } }, diff --git a/locales/nl_nl.json b/locales/nl_nl.json index 4048af4..12bcfa4 100644 --- a/locales/nl_nl.json +++ b/locales/nl_nl.json @@ -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" } } }, diff --git a/locales/no_nb.json b/locales/no_nb.json index 72235b3..d1af632 100644 --- a/locales/no_nb.json +++ b/locales/no_nb.json @@ -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" } } }, diff --git a/locales/pl_pl.json b/locales/pl_pl.json index 32013d4..8425616 100644 --- a/locales/pl_pl.json +++ b/locales/pl_pl.json @@ -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" } } }, diff --git a/locales/pt_br.json b/locales/pt_br.json index 89b43e4..6491e2d 100644 --- a/locales/pt_br.json +++ b/locales/pt_br.json @@ -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" } } }, diff --git a/locales/pt_pt.json b/locales/pt_pt.json index d0dabc3..8938050 100644 --- a/locales/pt_pt.json +++ b/locales/pt_pt.json @@ -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" } } }, diff --git a/locales/ro.json b/locales/ro.json index 8feb847..9ed3fbf 100644 --- a/locales/ro.json +++ b/locales/ro.json @@ -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" } } }, diff --git a/locales/ru.json b/locales/ru.json index 8df7dbe..f39b2c6 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -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" } } }, diff --git a/locales/si_lk.json b/locales/si_lk.json index 76aa327..2bea853 100644 --- a/locales/si_lk.json +++ b/locales/si_lk.json @@ -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" } } }, diff --git a/locales/sk.json b/locales/sk.json index a8f83ae..21c2d27 100644 --- a/locales/sk.json +++ b/locales/sk.json @@ -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" } } }, diff --git a/locales/sv.json b/locales/sv.json index 46efbf6..4fb4c14 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -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" } } }, diff --git a/locales/th.json b/locales/th.json index 7a6ebe1..227fb87 100644 --- a/locales/th.json +++ b/locales/th.json @@ -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" } } }, diff --git a/locales/tr.json b/locales/tr.json index 0ff9a03..d3b4af4 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -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" } } }, diff --git a/locales/uk.json b/locales/uk.json index 39fa208..f1d20f0 100644 --- a/locales/uk.json +++ b/locales/uk.json @@ -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" } } }, diff --git a/locales/vi_vn.json b/locales/vi_vn.json index 0bc125b..31070a6 100644 --- a/locales/vi_vn.json +++ b/locales/vi_vn.json @@ -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" } } }, diff --git a/locales/zh_cn.json b/locales/zh_cn.json index 081fae9..7e919ce 100644 --- a/locales/zh_cn.json +++ b/locales/zh_cn.json @@ -227,7 +227,7 @@ "commands": { "dotCommaDollarD": "从当前行到文件末尾", "dotCommaOneD": "从当前行到文件开头", - "tenCommaDollarD": "第 10 行到文件末尾" + "tenCommaOneD": "第 10 行到文件末尾" } } }, diff --git a/locales/zh_tw.json b/locales/zh_tw.json index 1742c9b..d099230 100644 --- a/locales/zh_tw.json +++ b/locales/zh_tw.json @@ -226,7 +226,7 @@ "commands": { "dotCommaDollarD": "從當前行到檔案結束", "dotCommaOneD": "從當前行到檔案開始", - "tenCommaDollarD": "從第10行到檔案開始" + "tenCommaOneD": "從第10行到檔案開始" } } }, diff --git a/views/partials/sheet.hbs b/views/partials/sheet.hbs index 470a7ce..aa7c46a 100644 --- a/views/partials/sheet.hbs +++ b/views/partials/sheet.hbs @@ -510,7 +510,7 @@

:.,$d - {{__ 'cutAndPaste.tip1.commands.dotCommaDollarD'}}
:.,1d - {{__ 'cutAndPaste.tip1.commands.dotCommaOneD'}}
- :10,$d - {{__ 'cutAndPaste.tip1.commands.tenCommaDollarD'}}
+ :10,1d - {{__ 'cutAndPaste.tip1.commands.tenCommaOneD'}}