Skip to content

Commit 0879bb1

Browse files
committed
update locale
1 parent 1c6a48c commit 0879bb1

File tree

12 files changed

+208
-81
lines changed

12 files changed

+208
-81
lines changed

locale/en-us/setting.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ config.diagnostics.validScheme =
121121
'Enable diagnostics for Lua files that use the following scheme.'
122122
config.diagnostics.unusedLocalExclude =
123123
'Do not diagnose `unused-local` when the variable name matches the following pattern.'
124-
config.diagnostics.validScheme =
125-
'Enable diagnostics for Lua files that use the following scheme.'
126124
config.workspace.ignoreDir =
127125
"Ignored files and directories (Use `.gitignore` grammar)."-- .. example.ignoreDir,
128126
config.workspace.ignoreSubmodules =

locale/es-419/meta.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,3 +880,5 @@ utf8.len =
880880
'Retorna el número de caracteres en UTF-8 en el string `s` que empiezan entre las posiciones `i` y `j` (ambos inclusive).'
881881
utf8.offset =
882882
'Retorna la posición en bytes donde la codificación del caracter `n`-ésimo de `s` empieza, contado a partir de la posición `i`.'
883+
utf8.offset[55] = -- TODO: need translate!
884+
'Returns the position of the n-th character of s (counting from byte position i) as two integers: The index (in bytes) where its encoding starts and the index (in bytes) where it ends.'

locale/es-419/setting.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ config.diagnostics.validScheme =
122122
'Habilita diagnósticos para archivos Lua que usan el siguiente esquema.'
123123
config.diagnostics.unusedLocalExclude =
124124
'Las variables que calcen con el siguiente patrón no se diagnostican con `unused-local`.'
125-
config.diagnostics.validScheme =
126-
'Habilita diagnósticos para archivos Lua que usan el siguiente esquema.'
127125
config.workspace.ignoreDir =
128126
"Directorios y archivos ignorados (se usa la misma gramática que en `.gitignore`)"
129127
config.workspace.ignoreSubmodules =

locale/ja-jp/meta.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,3 +876,5 @@ utf8.len =
876876
'バイト位置 `i` から `j`(両方含む)の間に含まれるUTF-8文字の数を返す。'
877877
utf8.offset =
878878
'文字列 `s` における `n` 番目の文字が始まるバイト位置をを返す。`i` が指定された場合、`i` から数えたバイト位置を返す。'
879+
utf8.offset[55] = -- TODO: need translate!
880+
'Returns the position of the n-th character of s (counting from byte position i) as two integers: The index (in bytes) where its encoding starts and the index (in bytes) where it ends.'

locale/ja-jp/setting.lua

Lines changed: 193 additions & 70 deletions
Large diffs are not rendered by default.

locale/pt-br/meta.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,3 +881,5 @@ utf8.len =
881881
'Retorna o número de caracteres UTF-8 na string `s` que começa entre as posições `i` e `j` (ambos inclusos).'
882882
utf8.offset =
883883
'Retorna a posição (em bytes) onde a codificação do `n`-ésimo caractere de `s` inícia (contando a partir da posição `i`).'
884+
utf8.offset[55] = -- TODO: need translate!
885+
'Returns the position of the n-th character of s (counting from byte position i) as two integers: The index (in bytes) where its encoding starts and the index (in bytes) where it ends.'

locale/pt-br/setting.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ config.diagnostics.validScheme =
121121
'Habilita diagnósticos para arquivos Lua que usam os seguintes schemes.'
122122
config.diagnostics.unusedLocalExclude =
123123
'Não diagnosticar `unused-local` quando o nome da variável corresponder ao padrão a seguir.'
124-
config.diagnostics.validScheme =
125-
'Habilita diagnósticos para arquivos Lua que usam os seguintes schemes.'
126124
config.workspace.ignoreDir =
127125
"Arquivos e diretórios ignorados (usa sintaxe `.gitignore`)."-- .. example.ignoreDir,
128126
config.workspace.ignoreSubmodules =

locale/zh-cn/meta.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,3 +860,5 @@ utf8.len =
860860
'返回字符串 `s` 中 从位置 `i` 到 `j` 间 (包括两端) UTF-8 字符的个数。'
861861
utf8.offset =
862862
'返回编码在 `s` 中的第 `n` 个字符的开始位置(按字节数) (从位置 `i` 处开始统计)。'
863+
utf8.offset[55] = -- TODO: need translate!
864+
'Returns the position of the n-th character of s (counting from byte position i) as two integers: The index (in bytes) where its encoding starts and the index (in bytes) where it ends.'

locale/zh-cn/setting.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ config.diagnostics.validScheme =
120120
'对使用以下 scheme 的lua文件启用诊断。'
121121
config.diagnostics.unusedLocalExclude =
122122
'如果变量名匹配以下规则,则不对其进行 `unused-local` 诊断。'
123-
config.diagnostics.validScheme =
124-
'对使用以下 scheme 的lua文件启用诊断。'
125123
config.workspace.ignoreDir =
126124
"忽略的文件与目录(使用 `.gitignore` 语法)。"
127125
config.workspace.ignoreSubmodules =

locale/zh-tw/meta.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,3 +864,5 @@ utf8.len =
864864
'回傳字串 `s` 中 從位置 `i` 到 `j` 間 (包括兩端) UTF-8 字元的個數。'
865865
utf8.offset =
866866
'回傳編碼在 `s` 中的第 `n` 個字元的開始位置(按位元組數)(從位置 `i` 處開始統計)。'
867+
utf8.offset[55] = -- TODO: need translate!
868+
'Returns the position of the n-th character of s (counting from byte position i) as two integers: The index (in bytes) where its encoding starts and the index (in bytes) where it ends.'

0 commit comments

Comments
 (0)