-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
66 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,8 @@ Optional value: | |
- `'ru-RU'` | ||
- `fr-FR` | ||
- `fr` | ||
- `'es'` | ||
- `'es-MX'` | ||
|
||
## locale | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,8 @@ Waline 内置多种语言支持,你也可以自定义 Waline 的语言配置 | |
- fr | ||
- vi | ||
- vi-vn | ||
- es | ||
- es-MX | ||
|
||
例如: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,8 @@ Waline 的服务端地址。 | |
- `'ru-RU'` | ||
- `fr-FR` | ||
- `fr` | ||
- `'es'` | ||
- `'es-MX'` | ||
|
||
## locale | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
import { generateLocale } from './generate.js'; | ||
|
||
export default generateLocale([ | ||
'Nombre de usuario', | ||
'El nombre de usuario no puede tener menos de 3 bytes.', | ||
'Correo electrónico', | ||
'Por favor confirma tu dirección de correo electrónico.', | ||
'Sitio web', | ||
'Opcional', | ||
'Comenta aquí...', | ||
'Sin comentarios todavía.', | ||
'Enviar', | ||
'Like', | ||
'Anular like', | ||
'Responder', | ||
'Anular respuesta', | ||
'Comentarios', | ||
'Recargar', | ||
'Cargar Más...', | ||
'Previsualizar', | ||
'Emoji', | ||
'Subir Imagen', | ||
'segundos atrás', | ||
'minutos atrás', | ||
'horas atrás', | ||
'días atrás', | ||
'justo ahora', | ||
'Subiendo', | ||
'Iniciar sesión', | ||
'cerrar sesión', | ||
'Admin', | ||
'Fijado', | ||
'Palabras', | ||
'Por favor escriba entre $0 y $1 palabras!\n El número actual de palabras: $2', | ||
'Anónimo', | ||
'Enanos', | ||
'Hobbits', | ||
'Ents', | ||
'Magos', | ||
'Elfos', | ||
'Maiar', | ||
'GIF', | ||
'Buscar GIF', | ||
'Perfil', | ||
'Aprobado', | ||
'Esperando', | ||
'Spam', | ||
'Desfijar', | ||
'Más antiguos', | ||
'Más recientes', | ||
'Más vistos', | ||
'¿Qué piensas?', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters