-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
105 additions
and
32 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
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
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 |
---|---|---|
|
@@ -374,6 +374,7 @@ opt.upload.label.overwrite=Overwrite if template exists | |
opt.upload.label.opt=Operational Template | ||
opt.upload.label.upload=Upload | ||
opt.upload.error.insufficient_storage=You have reached the storage limit for your account. If you need more storage, please upgrade your plan. Contact [email protected] for more information. | ||
opt.upload.error.max_opt_reached=You have reached the maximum amount of templates for this organization. If you need more, please upgrade your plan. Contact [email protected] for more information. | ||
|
||
template.show.title=Template details | ||
template.templateId.label=Template ID | ||
|
@@ -687,6 +688,7 @@ account.update.planNotFound=Plan not found | |
account.update.errorAssigningPlan=Plan assignment returned an error | ||
account.update.ok=Account updated! | ||
account.stats.repo_usage=Disk usage | ||
account.stats.uploaded_opts=Uploaded templates | ||
|
||
account.create.title=Create account | ||
account.attr.companyName=Company name | ||
|
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 |
---|---|---|
|
@@ -374,6 +374,7 @@ opt.upload.label.overwrite=Sobreescribir si existe | |
opt.upload.label.opt=Plantilla | ||
opt.upload.label.upload=Cargar | ||
opt.upload.error.insufficient_storagee=Ha alcanzado el límite de almacenamiento para su cuenta. Si necesita más espacio de almacenamiento, por favor mejore su plan. Contacte [email protected] para más información. | ||
opt.upload.error.max_opt_reached=Ha alcanzado el número máximo de plantillas para esta organización. Si necesita más, por favor mejore su plan. Contacte [email protected] para más información. | ||
|
||
template.show.title=Plantilla | ||
template.templateId.label=ID | ||
|
@@ -687,6 +688,7 @@ account.update.planNotFound=El plan no existe | |
account.update.errorAssigningPlan=Ocurrió un error al asignar el plan | ||
account.update.ok=Cuenta actualizada con éxito | ||
account.stats.repo_usage=Uso de disco | ||
account.stats.uploaded_opts=Plantillas cargadas | ||
|
||
account.create.title=Crear cuenta | ||
account.attr.companyName=Nombre de la empresa | ||
|
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
grails -Dserver.port=8090 -Duser.timezone=UTC run-app | ||
grails -Dserver.port=8090 -Duser.timezone=UTC -reloading run-app |