diff --git a/resource/l10n/en-US.toml b/resource/l10n/en-US.toml index 6b7d2db..dae0ebd 100644 --- a/resource/l10n/en-US.toml +++ b/resource/l10n/en-US.toml @@ -181,6 +181,12 @@ other = "Enable" [AddServer] other = "Add Server" +[BatchEditServerGroup] +other = "Batch Modify Groups" + +[InputServerGroupName] +other = "Enter the name of the group" + [ServerGroup] other = "Server Group" diff --git a/resource/l10n/es-ES.toml b/resource/l10n/es-ES.toml index 7f3c465..e80461e 100644 --- a/resource/l10n/es-ES.toml +++ b/resource/l10n/es-ES.toml @@ -181,6 +181,12 @@ other = "Activar" [AddServer] other = "Añadir un servidor" +[BatchEditServerGroup] +other = "Modificación de grupos por lotes" + +[InputServerGroupName] +other = "Introduzca un nombre de grupo" + [ServerGroup] other = "Grupos de servidores"