generator-jhipster 8.3.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generators/angular/generator.js +34 -0
- package/dist/generators/angular/resources/package.json +7 -7
- package/dist/generators/angular/templates/src/main/webapp/app/account/password/password.component.html.ejs +1 -1
- package/dist/generators/angular/templates/src/main/webapp/app/account/password-reset/finish/password-reset-finish.component.html.ejs +1 -1
- package/dist/generators/angular/templates/src/main/webapp/app/account/password-reset/init/password-reset-init.component.html.ejs +1 -1
- package/dist/generators/angular/templates/src/main/webapp/app/account/register/register.component.html.ejs +1 -1
- package/dist/generators/angular/templates/src/main/webapp/app/account/settings/settings.component.html.ejs +1 -1
- package/dist/generators/angular/templates/src/main/webapp/app/admin/user-management/update/user-management-update.component.html.ejs +1 -1
- package/dist/generators/angular/templates/src/main/webapp/app/entities/_entityFolder_/update/_entityFile_-form.service.ts.ejs +10 -6
- package/dist/generators/angular/templates/src/main/webapp/app/entities/_entityFolder_/update/_entityFile_-update.component.html.ejs +1 -1
- package/dist/generators/angular/templates/src/main/webapp/app/home/home.component.html.ejs +6 -6
- package/dist/generators/angular/templates/src/main/webapp/app/login/login.component.html.ejs +1 -1
- package/dist/generators/angular/templates/webpack/webpack.custom.js.ejs +1 -1
- package/dist/generators/app/generator.js +2 -20
- package/dist/generators/app/support/config.js +1 -3
- package/dist/generators/base-application/support/prepare-field.js +1 -1
- package/dist/generators/base-core/generator.js +5 -2
- package/dist/generators/base-entity-changes/generator.js +24 -0
- package/dist/generators/bootstrap-application-base/generator.js +42 -1
- package/dist/generators/bootstrap-application-server/generator.js +4 -7
- package/dist/generators/ci-cd/generator.js +0 -5
- package/dist/generators/client/generator.js +0 -22
- package/dist/generators/client/resources/package.json +6 -6
- package/dist/generators/client/templates/src/main/webapp/index.html.ejs +1 -1
- package/dist/generators/common/command.js +13 -0
- package/dist/generators/common/generator.js +12 -3
- package/dist/generators/common/resources/package.json +1 -1
- package/dist/generators/docker-compose/generator.js +1 -5
- package/dist/generators/export-jdl/generator.js +0 -5
- package/dist/generators/gatling/templates/buildSrc/src/main/groovy/jhipster.gatling-conventions.gradle.ejs +1 -1
- package/dist/generators/generate-blueprint/resources/package.json +1 -1
- package/dist/generators/generator-constants.js +1 -1
- package/dist/generators/heroku/generator.js +0 -5
- package/dist/generators/init/resources/.node-version +1 -1
- package/dist/generators/java/generators/domain/generator.js +16 -0
- package/dist/generators/jdl/generator.js +0 -4
- package/dist/generators/kubernetes/generator.js +0 -5
- package/dist/generators/kubernetes-helm/generator.js +0 -5
- package/dist/generators/kubernetes-knative/generator.js +0 -5
- package/dist/generators/languages/files.js +2 -2
- package/dist/generators/languages/generator.js +0 -6
- package/dist/generators/languages/templates/src/main/webapp/i18n/al/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/ar-ly/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/az-Latn-az/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/bg/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/bn/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/by/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/ca/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/cs/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/da/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/de/global.json.ejs +2 -2
- package/dist/generators/languages/templates/src/main/webapp/i18n/de/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/el/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/en/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/es/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/et/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/fa/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/fi/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/fr/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/gl/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/hi/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/hr/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/hu/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/hy/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/id/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/it/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/ja/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/ko/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/kr-Latn-kr/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/mr/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/my/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/nl/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/pa/{home.json → home.json.ejs} +2 -2
- package/dist/generators/languages/templates/src/main/webapp/i18n/pl/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/pt-br/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/pt-pt/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/ro/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/ru/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/si/{home.json → home.json.ejs} +6 -6
- package/dist/generators/languages/templates/src/main/webapp/i18n/sk/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/sr/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/sv/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/ta/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/te/{home.json → home.json.ejs} +1 -1
- package/dist/generators/languages/templates/src/main/webapp/i18n/th/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/tr/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/ua/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/uz-Cyrl-uz/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/uz-Latn-uz/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/vi/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/zh-cn/home.json.ejs +19 -0
- package/dist/generators/languages/templates/src/main/webapp/i18n/zh-tw/home.json.ejs +19 -0
- package/dist/generators/liquibase/generator.js +59 -12
- package/dist/generators/liquibase/support/prepare-field.js +16 -1
- package/dist/generators/liquibase/support/relationship.js +1 -0
- package/dist/generators/liquibase/templates/src/main/resources/config/liquibase/changelog/added_entity.xml.ejs +1 -1
- package/dist/generators/liquibase/templates/src/main/resources/config/liquibase/changelog/updated_entity.xml.ejs +3 -3
- package/dist/generators/liquibase/templates/src/main/resources/config/liquibase/changelog/updated_entity_constraints.xml.ejs +26 -1
- package/dist/generators/liquibase/templates/src/main/resources/config/liquibase/fake-data/table_entity.csv.ejs +3 -3
- package/dist/generators/react/resources/package.json +18 -18
- package/dist/generators/react/templates/src/main/webapp/app/modules/home/home.tsx.ejs +7 -7
- package/dist/generators/react/templates/webpack/webpack.microfrontend.js.jhi.react.ejs +0 -8
- package/dist/generators/server/generator.js +16 -51
- package/dist/generators/server/resources/Dockerfile +9 -9
- package/dist/generators/server/resources/gradle/libs.versions.toml +8 -8
- package/dist/generators/server/resources/pom.xml +7 -7
- package/dist/generators/server/support/prepare-field.js +7 -2
- package/dist/generators/server/support/prepare-relationship.js +7 -2
- package/dist/generators/server/templates/gradle/profile_dev.gradle.ejs +2 -2
- package/dist/generators/server/templates/gradle/profile_prod.gradle.ejs +2 -2
- package/dist/generators/server/templates/pom.xml.ejs +0 -4
- package/dist/generators/server/templates/src/main/java/_package_/config/SecurityConfiguration_imperative.java.ejs +56 -6
- package/dist/generators/server/templates/src/main/resources/config/application.yml.ejs +1 -1
- package/dist/generators/server/templates/src/main/resources/config/bootstrap.yml.ejs +1 -1
- package/dist/generators/server/templates/src/main/resources/static/index_microservices.html.ejs +8 -8
- package/dist/generators/spring-boot/cleanup.js +3 -0
- package/dist/generators/spring-boot/command.js +10 -1
- package/dist/generators/spring-boot/files.js +0 -5
- package/dist/generators/spring-boot/generator.js +17 -0
- package/dist/generators/{server → spring-boot}/prompts.js +2 -2
- package/dist/generators/spring-boot/resources/spring-boot-dependencies.pom +111 -111
- package/dist/generators/spring-cache/resources/gradle/libs.versions.toml +2 -2
- package/dist/generators/spring-cache/templates/src/main/java/_package_/config/CacheConfiguration.java.ejs +4 -0
- package/dist/generators/{app/prompts.js → spring-data-relational/support/h2-reserved-keywords.js} +4 -15
- package/dist/generators/upgrade/generator.js +0 -4
- package/dist/generators/vue/resources/package.json +14 -14
- package/dist/generators/vue/templates/src/main/webapp/app/account/change-password/change-password.vue.ejs +1 -1
- package/dist/generators/vue/templates/src/main/webapp/app/account/login-form/login-form.vue.ejs +1 -1
- package/dist/generators/vue/templates/src/main/webapp/app/account/register/register.vue.ejs +1 -1
- package/dist/generators/vue/templates/src/main/webapp/app/account/reset-password/finish/reset-password-finish.vue.ejs +1 -1
- package/dist/generators/vue/templates/src/main/webapp/app/account/reset-password/init/reset-password-init.vue.ejs +1 -1
- package/dist/generators/vue/templates/src/main/webapp/app/account/settings/settings.vue.ejs +1 -1
- package/dist/generators/vue/templates/src/main/webapp/app/admin/user-management/user-management-edit.vue.ejs +1 -1
- package/dist/generators/vue/templates/src/main/webapp/app/core/home/home.vue.ejs +7 -7
- package/dist/generators/vue/templates/src/main/webapp/app/entities/_entityFolder_/_entityFile_-update.vue.ejs +1 -1
- package/dist/generators/vue/templates/vitest.config.mts.ejs +1 -1
- package/dist/generators/vue/templates/webpack/webpack.microfrontend.js.jhi.vue.ejs +0 -9
- package/dist/types/generators/base/api.d.ts +1 -1
- package/dist/types/generators/base-application/types.d.ts +15 -0
- package/dist/types/generators/base-entity-changes/types.d.ts +2 -0
- package/dist/types/generators/generator-constants.d.ts +1 -1
- package/dist/types/generators/spring-data-relational/support/h2-reserved-keywords.d.ts +20 -0
- package/package.json +10 -11
- package/dist/generators/languages/templates/src/main/webapp/i18n/al/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/ar-ly/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/az-Latn-az/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/bg/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/bn/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/by/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/ca/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/cs/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/da/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/de/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/el/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/en/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/es/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/et/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/fa/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/fi/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/fr/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/gl/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/hi/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/hr/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/hu/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/hy/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/id/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/it/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/ja/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/ko/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/kr-Latn-kr/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/mr/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/my/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/nl/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/pl/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/pt-br/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/pt-pt/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/ro/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/ru/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/sk/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/sr/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/sv/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/ta/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/th/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/tr/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/ua/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/uz-Cyrl-uz/global.json +0 -148
- package/dist/generators/languages/templates/src/main/webapp/i18n/uz-Cyrl-uz/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/uz-Latn-uz/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/vi/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/zh-cn/home.json +0 -19
- package/dist/generators/languages/templates/src/main/webapp/i18n/zh-tw/home.json +0 -19
- package/dist/generators/server/templates/src/main/java/_package_/config/LocaleConfiguration_imperative.java.ejs +0 -43
- package/dist/generators/server/templates/src/main/java/_package_/config/LocaleConfiguration_reactive.java.ejs +0 -184
- package/dist/generators/statistics.js +0 -223
|
@@ -5,11 +5,11 @@ typesafe = { module = 'com.typesafe:config', version = '1.4.3' }
|
|
|
5
5
|
# hazelcast
|
|
6
6
|
hazelcast-hibernate53 = { module = 'com.hazelcast:hazelcast-hibernate53', version = '5.1.0' }
|
|
7
7
|
|
|
8
|
-
hazelcast-spring = { module = 'com.hazelcast:hazelcast-spring', version = '5.
|
|
8
|
+
hazelcast-spring = { module = 'com.hazelcast:hazelcast-spring', version = '5.4.0' }
|
|
9
9
|
|
|
10
10
|
# memcached
|
|
11
11
|
xmemcached-provider = { module = 'com.google.code.simple-spring-memcached:xmemcached-provider', version = '4.1.3' }
|
|
12
12
|
|
|
13
13
|
xmemcached = { module = 'com.googlecode.xmemcached:xmemcached', version = '2.4.8' }
|
|
14
14
|
|
|
15
|
-
redisson = { module = 'org.redisson:redisson', version = '3.
|
|
15
|
+
redisson = { module = 'org.redisson:redisson', version = '3.29.0' }
|
|
@@ -736,6 +736,10 @@ public class CacheConfiguration {
|
|
|
736
736
|
URI redisUri = URI.create(jHipsterProperties.getCache().getRedis().getServer()[0]);
|
|
737
737
|
|
|
738
738
|
Config config = new Config();
|
|
739
|
+
<%_ if (databaseTypeSql) { _%>
|
|
740
|
+
// Fix Hibernate lazy initialization https://github.com/jhipster/generator-jhipster/issues/22889
|
|
741
|
+
config.setCodec(new org.redisson.codec.SerializationCodec());
|
|
742
|
+
<%_ } _%>
|
|
739
743
|
if (jHipsterProperties.getCache().getRedis().isCluster()) {
|
|
740
744
|
ClusterServersConfig clusterServersConfig = config
|
|
741
745
|
.useClusterServers()
|
package/dist/generators/{app/prompts.js → spring-data-relational/support/h2-reserved-keywords.js}
RENAMED
|
@@ -16,18 +16,7 @@
|
|
|
16
16
|
* See the License for the specific language governing permissions and
|
|
17
17
|
* limitations under the License.
|
|
18
18
|
*/
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
return;
|
|
24
|
-
const answers = await this.prompt({
|
|
25
|
-
type: 'confirm',
|
|
26
|
-
name: 'insight',
|
|
27
|
-
message: `May ${chalk.cyan('JHipster')} anonymously report usage statistics to improve the tool over time?`,
|
|
28
|
-
default: true,
|
|
29
|
-
});
|
|
30
|
-
if (answers.insight !== undefined) {
|
|
31
|
-
statistics.setOptOutStatus(!answers.insight);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
19
|
+
export const h2ReservedKeywords = ['KEY'];
|
|
20
|
+
export const isReservedH2Keyword = (keyword) => {
|
|
21
|
+
return h2ReservedKeywords.includes(keyword.toUpperCase());
|
|
22
|
+
};
|
|
@@ -24,7 +24,6 @@ import semver from 'semver';
|
|
|
24
24
|
import { ResetMode } from 'simple-git';
|
|
25
25
|
import BaseGenerator from '../base/index.js';
|
|
26
26
|
import { packageJson } from '../../lib/index.js';
|
|
27
|
-
import statistics from '../statistics.js';
|
|
28
27
|
import EnvironmentBuilder from '../../cli/environment-builder.mjs';
|
|
29
28
|
import { GIT_VERSION_NOT_ALLOW_MERGE_UNRELATED_HISTORIES, UPGRADE_BRANCH } from './support/index.js';
|
|
30
29
|
import { SERVER_MAIN_RES_DIR } from '../generator-constants.js';
|
|
@@ -136,9 +135,6 @@ export default class UpgradeGenerator extends BaseGenerator {
|
|
|
136
135
|
}
|
|
137
136
|
get default() {
|
|
138
137
|
return this.asDefaultTaskGroup({
|
|
139
|
-
insight() {
|
|
140
|
-
statistics.sendSubGenEvent('generator', 'upgrade');
|
|
141
|
-
},
|
|
142
138
|
async prepareUpgradeBranch() {
|
|
143
139
|
const git = this.createGit();
|
|
144
140
|
// Checkout upgrade branch
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"rxjs": "7.8.1",
|
|
18
18
|
"sockjs-client": "1.6.1",
|
|
19
19
|
"vue": "3.4.21",
|
|
20
|
-
"vue-i18n": "9.
|
|
21
|
-
"vue-router": "4.3.
|
|
20
|
+
"vue-i18n": "9.13.1",
|
|
21
|
+
"vue-router": "4.3.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@module-federation/utilities": "3.0.3-0",
|
|
25
25
|
"@pinia/testing": "0.1.3",
|
|
26
|
-
"@rushstack/eslint-patch": "1.10.
|
|
26
|
+
"@rushstack/eslint-patch": "1.10.2",
|
|
27
27
|
"@tsconfig/node18": "18.2.4",
|
|
28
28
|
"@types/node": "20.11.25",
|
|
29
29
|
"@types/sinon": "17.0.3",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"axios-mock-adapter": "1.22.0",
|
|
37
37
|
"browser-sync-webpack-plugin": "2.3.0",
|
|
38
38
|
"copy-webpack-plugin": "12.0.2",
|
|
39
|
-
"css-loader": "7.1.
|
|
39
|
+
"css-loader": "7.1.1",
|
|
40
40
|
"css-minimizer-webpack-plugin": "6.0.0",
|
|
41
41
|
"eslint": "8.57.0",
|
|
42
42
|
"eslint-plugin-prettier": "5.1.3",
|
|
@@ -46,30 +46,30 @@
|
|
|
46
46
|
"happy-dom": "14.7.1",
|
|
47
47
|
"html-webpack-plugin": "5.6.0",
|
|
48
48
|
"merge-jsons-webpack-plugin": "2.0.1",
|
|
49
|
-
"mini-css-extract-plugin": "2.
|
|
49
|
+
"mini-css-extract-plugin": "2.9.0",
|
|
50
50
|
"numeral": "2.0.6",
|
|
51
51
|
"postcss-import": "16.1.0",
|
|
52
52
|
"postcss-loader": "8.1.1",
|
|
53
53
|
"postcss-url": "10.1.3",
|
|
54
54
|
"rimraf": "5.0.5",
|
|
55
|
-
"sass": "1.
|
|
56
|
-
"sass-loader": "14.
|
|
55
|
+
"sass": "1.75.0",
|
|
56
|
+
"sass-loader": "14.2.1",
|
|
57
57
|
"sinon": "17.0.1",
|
|
58
58
|
"terser-webpack-plugin": "5.3.10",
|
|
59
59
|
"ts-loader": "9.5.1",
|
|
60
|
-
"typescript": "5.4.
|
|
61
|
-
"vite": "5.2.
|
|
62
|
-
"vite-plugin-static-copy": "1.0.
|
|
63
|
-
"vitest": "1.
|
|
60
|
+
"typescript": "5.4.5",
|
|
61
|
+
"vite": "5.2.10",
|
|
62
|
+
"vite-plugin-static-copy": "1.0.3",
|
|
63
|
+
"vitest": "1.5.2",
|
|
64
64
|
"vitest-sonar-reporter": "2.0.0",
|
|
65
65
|
"vue-loader": "17.4.2",
|
|
66
66
|
"vue-style-loader": "4.1.3",
|
|
67
|
-
"vue-tsc": "2.0.
|
|
67
|
+
"vue-tsc": "2.0.14",
|
|
68
68
|
"webpack": "5.91.0",
|
|
69
|
-
"webpack-bundle-analyzer": "4.10.
|
|
69
|
+
"webpack-bundle-analyzer": "4.10.2",
|
|
70
70
|
"webpack-cli": "5.1.4",
|
|
71
71
|
"webpack-dev-server": "5.0.4",
|
|
72
72
|
"webpack-merge": "5.10.0",
|
|
73
|
-
"workbox-webpack-plugin": "7.
|
|
73
|
+
"workbox-webpack-plugin": "7.1.0"
|
|
74
74
|
}
|
|
75
75
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
The password and its confirmation do not match!
|
|
20
20
|
</div>
|
|
21
21
|
|
|
22
|
-
<form name="form"
|
|
22
|
+
<form name="form" id="password-form" v-on:submit.prevent="changePassword()">
|
|
23
23
|
<div class="form-group">
|
|
24
24
|
<label class="form-control-label" for="currentPassword"
|
|
25
25
|
v-text="t$('global.form[\'currentpassword.label\']')">Current password</label>
|
package/dist/generators/vue/templates/src/main/webapp/app/account/login-form/login-form.vue.ejs
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</b-alert>
|
|
8
8
|
</div>
|
|
9
9
|
<div class="col-md-8">
|
|
10
|
-
<b-form
|
|
10
|
+
<b-form v-on:submit.prevent="doLogin()">
|
|
11
11
|
<b-form-group v-bind:label="t$('global.form[\'username.label\']')" label-for="username">
|
|
12
12
|
<b-form-input
|
|
13
13
|
id="username"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
</div>
|
|
26
26
|
<div class="row justify-content-center">
|
|
27
27
|
<div class="col-md-8">
|
|
28
|
-
<form id="register-form" name="registerForm"
|
|
28
|
+
<form id="register-form" name="registerForm" v-on:submit.prevent="register()"
|
|
29
29
|
v-if="!success" no-validate>
|
|
30
30
|
<div class="form-group">
|
|
31
31
|
<label class="form-control-label" for="username"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
</div>
|
|
31
31
|
|
|
32
32
|
<div v-if="!keyMissing">
|
|
33
|
-
<form v-if="!success" name="form"
|
|
33
|
+
<form v-if="!success" name="form" v-on:submit.prevent="finishReset()">
|
|
34
34
|
<div class="form-group">
|
|
35
35
|
<label class="form-control-label" for="newPassword"
|
|
36
36
|
v-text="t$('global.form[\'newpassword.label\']')">New password</label>
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
password.</p>
|
|
14
14
|
</div>
|
|
15
15
|
|
|
16
|
-
<form v-if="!success" name="form"
|
|
16
|
+
<form v-if="!success" name="form" v-on:submit.prevent="requestReset()">
|
|
17
17
|
<div class="form-group">
|
|
18
18
|
<label class="form-control-label" for="email"
|
|
19
19
|
v-text="t$('global.form[\'email.label\']')">Email</label>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
<strong>Email is already in use!</strong> Please choose another one.
|
|
22
22
|
</div>
|
|
23
23
|
|
|
24
|
-
<form name="form" id="settings-form"
|
|
24
|
+
<form name="form" id="settings-form" v-on:submit.prevent="save()" v-if="settingsAccount" novalidate>
|
|
25
25
|
<div class="form-group">
|
|
26
26
|
<label class="form-control-label" for="firstName" v-text="t$('settings.form.firstname')">First Name</label>
|
|
27
27
|
<input type="text" class="form-control" id="firstName" name="firstName"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="row justify-content-center">
|
|
3
3
|
<div class="col-8">
|
|
4
|
-
<form name="editForm"
|
|
4
|
+
<form name="editForm" novalidate v-on:submit.prevent="save()" v-if="userAccount">
|
|
5
5
|
<h2 id="myUserLabel" v-text="t$('userManagement.home.createOrEditLabel')">
|
|
6
6
|
Create or edit a User
|
|
7
7
|
</h2>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<span class="hipster img-fluid rounded"></span>
|
|
5
5
|
</div>
|
|
6
6
|
<div class="col-md-9">
|
|
7
|
-
<h1 class="display-4" v-text="t$('home.title')">Welcome,
|
|
7
|
+
<h1 class="display-4" v-text="t$('home.title')">Welcome, <%- hipsterName %>!</h1>
|
|
8
8
|
<p class="lead" v-text="t$('home.subtitle')">This is your homepage</p>
|
|
9
9
|
|
|
10
10
|
<div>
|
|
@@ -33,29 +33,29 @@
|
|
|
33
33
|
</p>
|
|
34
34
|
|
|
35
35
|
<ul>
|
|
36
|
-
<li><a href="
|
|
36
|
+
<li><a href="<%- hipsterDocumentationLink %>" target="_blank" rel="noopener noreferrer"
|
|
37
37
|
v-text="t$('home.link.homepage')">JHipster homepage</a></li>
|
|
38
38
|
<li>
|
|
39
|
-
<a href="
|
|
39
|
+
<a href="<%- hipsterStackoverflowLink %>" target="_blank" rel="noopener noreferrer"
|
|
40
40
|
v-text="t$('home.link.stackoverflow')">JHipster on Stack Overflow</a>
|
|
41
41
|
</li>
|
|
42
42
|
<li>
|
|
43
|
-
<a href="
|
|
43
|
+
<a href="<%- hipsterBugTrackerLink %>" target="_blank" rel="noopener noreferrer"
|
|
44
44
|
v-text="t$('home.link.bugtracker')">JHipster bug tracker</a>
|
|
45
45
|
</li>
|
|
46
46
|
<li>
|
|
47
|
-
<a href="
|
|
47
|
+
<a href="<%- hipsterChatLink %>" target="_blank" rel="noopener noreferrer"
|
|
48
48
|
v-text="t$('home.link.chat')">JHipster public chat room</a>
|
|
49
49
|
</li>
|
|
50
50
|
<li>
|
|
51
|
-
<a href="
|
|
51
|
+
<a href="<%- hipsterTwitterLink %>" target="_blank" rel="noopener noreferrer" v-text="t$('home.link.follow')">follow
|
|
52
52
|
@jhipster on Twitter</a>
|
|
53
53
|
</li>
|
|
54
54
|
</ul>
|
|
55
55
|
|
|
56
56
|
<p>
|
|
57
57
|
<span v-text="t$('home.like')">If you like JHipster, don't forget to give us a star on</span>
|
|
58
|
-
<a href="
|
|
58
|
+
<a href="<%- hipsterProjectLink %>" target="_blank" rel="noopener noreferrer"
|
|
59
59
|
v-text="t$('home.github')">GitHub</a>!
|
|
60
60
|
</p>
|
|
61
61
|
</div>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="row justify-content-center">
|
|
3
3
|
<div class="col-8">
|
|
4
|
-
<form name="editForm"
|
|
4
|
+
<form name="editForm" novalidate v-on:submit.prevent="save()" >
|
|
5
5
|
<h2 id="<%= i18nKeyPrefix %>.home.createOrEditLabel" data-cy="<%= entityClass %>CreateUpdateHeading" v-text="t$('<%= i18nKeyPrefix %>.home.createOrEditLabel')">Create or edit a <%= entityAngularName %></h2>
|
|
6
6
|
<div>
|
|
7
7
|
<div class="form-group" v-if="<%= entityInstance %>.<%= primaryKey.name %>">
|
|
@@ -48,7 +48,7 @@ export default mergeConfig(
|
|
|
48
48
|
statements: 85,
|
|
49
49
|
branches: 75,
|
|
50
50
|
lines: 85,
|
|
51
|
-
reportsDirectory: fileURLToPath(new URL('
|
|
51
|
+
reportsDirectory: fileURLToPath(new URL('./<%= this.relativeDir(clientRootDir, temporaryDir) %>vite-coverage', import.meta.url)),
|
|
52
52
|
},
|
|
53
53
|
},
|
|
54
54
|
}),
|
|
@@ -49,12 +49,3 @@ const { DefinePlugin } = require('webpack');
|
|
|
49
49
|
),
|
|
50
50
|
},
|
|
51
51
|
<&_ } -&>
|
|
52
|
-
|
|
53
|
-
<&_ if (fragment.pluginsSection) { -&>
|
|
54
|
-
<%_ if (applicationTypeMicroservice) { _%>
|
|
55
|
-
new DefinePlugin({
|
|
56
|
-
<%= this._.upperCase(baseName) %>_I18N_RESOURCES_PREFIX: JSON.stringify(''),
|
|
57
|
-
}),
|
|
58
|
-
<%_ } _%>
|
|
59
|
-
<&_ } -&>
|
|
60
|
-
|
|
@@ -205,7 +205,7 @@ export type ConfigSpec = {
|
|
|
205
205
|
description?: string;
|
|
206
206
|
choices?: JHispterChoices;
|
|
207
207
|
|
|
208
|
-
cli?: SetOptional<CliOptionSpec, 'name'
|
|
208
|
+
cli?: SetOptional<CliOptionSpec, 'name'> & { env?: string };
|
|
209
209
|
argument?: JHipsterArgumentConfig;
|
|
210
210
|
prompt?: PromptSpec | ((CoreGenerator) => PromptSpec);
|
|
211
211
|
scope?: 'storage' | 'blueprint' | 'generator';
|
|
@@ -117,11 +117,26 @@ export type CommonClientServerApplication = BaseApplication &
|
|
|
117
117
|
backendTypeSpringBoot?: boolean;
|
|
118
118
|
temporaryDir?: string;
|
|
119
119
|
|
|
120
|
+
hipsterName?: string;
|
|
121
|
+
hipsterProductName?: string;
|
|
122
|
+
hipsterHomePageProductName?: string;
|
|
123
|
+
hipsterStackOverflowProductName?: string;
|
|
124
|
+
hipsterBugTrackerProductName?: string;
|
|
125
|
+
hipsterChatProductName?: string;
|
|
126
|
+
hipsterTwitterUsername?: string;
|
|
127
|
+
hipsterDocumentationLink?: string;
|
|
128
|
+
hipsterTwitterLink?: string;
|
|
129
|
+
hipsterProjectLink?: string;
|
|
130
|
+
hipsterStackoverflowLink?: string;
|
|
131
|
+
hipsterBugTrackerLink?: string;
|
|
132
|
+
hipsterChatLink?: string;
|
|
133
|
+
|
|
120
134
|
dockerServicesDir?: string;
|
|
121
135
|
dockerServices?: string[];
|
|
122
136
|
prettierExtensions?: string;
|
|
123
137
|
|
|
124
138
|
skipUserManagement?: boolean;
|
|
139
|
+
syncUserWithIdp?: boolean;
|
|
125
140
|
generateUserManagement?: boolean;
|
|
126
141
|
};
|
|
127
142
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const BLUEPRINT_API_VERSION: "jhipster-8";
|
|
2
|
-
export const JHIPSTER_DEPENDENCIES_VERSION: "8.
|
|
2
|
+
export const JHIPSTER_DEPENDENCIES_VERSION: "8.4.0";
|
|
3
3
|
export const JAVA_VERSION: "17";
|
|
4
4
|
export const JAVA_COMPATIBLE_VERSIONS: string[];
|
|
5
5
|
export const ADD_SPRING_MILESTONE_REPOSITORY: false;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2013-2024 the original author or authors from the JHipster project.
|
|
3
|
+
*
|
|
4
|
+
* This file is part of the JHipster project, see https://www.jhipster.tech/
|
|
5
|
+
* for more information.
|
|
6
|
+
*
|
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
* you may not use this file except in compliance with the License.
|
|
9
|
+
* You may obtain a copy of the License at
|
|
10
|
+
*
|
|
11
|
+
* https://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
*
|
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
* See the License for the specific language governing permissions and
|
|
17
|
+
* limitations under the License.
|
|
18
|
+
*/
|
|
19
|
+
export declare const h2ReservedKeywords: string[];
|
|
20
|
+
export declare const isReservedH2Keyword: (keyword: string) => boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generator-jhipster",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.4.0",
|
|
4
4
|
"description": "Spring Boot + Angular/React/Vue in one handy generator",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yeoman-generator",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
"@iarna/toml": "3.0.0",
|
|
117
117
|
"@types/ejs": "3.1.5",
|
|
118
118
|
"@types/lodash": "4.17.0",
|
|
119
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
120
|
-
"@typescript-eslint/parser": "7.
|
|
119
|
+
"@typescript-eslint/eslint-plugin": "7.7.1",
|
|
120
|
+
"@typescript-eslint/parser": "7.7.1",
|
|
121
121
|
"@yeoman/adapter": "1.4.0",
|
|
122
122
|
"@yeoman/conflicter": "2.0.0",
|
|
123
123
|
"@yeoman/namespace": "1.0.0",
|
|
@@ -132,16 +132,15 @@
|
|
|
132
132
|
"didyoumean": "1.2.2",
|
|
133
133
|
"dockerfile-ast": "0.6.1",
|
|
134
134
|
"dot-properties": "1.0.1",
|
|
135
|
-
"ejs": "3.1.
|
|
135
|
+
"ejs": "3.1.10",
|
|
136
136
|
"eslint": "8.57.0",
|
|
137
137
|
"eslint-plugin-import": "2.29.1",
|
|
138
138
|
"eslint-plugin-unused-imports": "3.1.0",
|
|
139
139
|
"execa": "8.0.1",
|
|
140
140
|
"fast-xml-parser": "4.3.6",
|
|
141
141
|
"glob": "10.3.12",
|
|
142
|
-
"insight": "0.11.1",
|
|
143
142
|
"isbinaryfile": "5.0.2",
|
|
144
|
-
"java-lint": "0.
|
|
143
|
+
"java-lint": "0.3.0",
|
|
145
144
|
"js-yaml": "4.1.0",
|
|
146
145
|
"latest-version": "9.0.0",
|
|
147
146
|
"lodash-es": "4.17.21",
|
|
@@ -156,16 +155,16 @@
|
|
|
156
155
|
"pluralize": "8.0.0",
|
|
157
156
|
"prettier": "3.2.5",
|
|
158
157
|
"prettier-plugin-java": "2.6.0",
|
|
159
|
-
"prettier-plugin-packagejson": "2.
|
|
158
|
+
"prettier-plugin-packagejson": "2.5.0",
|
|
160
159
|
"prettier-plugin-properties": "0.3.0",
|
|
161
160
|
"randexp": "0.5.3",
|
|
162
161
|
"semver": "7.6.0",
|
|
163
162
|
"simple-git": "3.24.0",
|
|
164
163
|
"sort-keys": "5.0.0",
|
|
165
|
-
"type-fest": "4.
|
|
166
|
-
"typescript": "5.4.
|
|
164
|
+
"type-fest": "4.18.0",
|
|
165
|
+
"typescript": "5.4.5",
|
|
167
166
|
"winston": "3.13.0",
|
|
168
|
-
"yaml": "2.4.
|
|
167
|
+
"yaml": "2.4.2",
|
|
169
168
|
"yeoman-environment": "4.4.0",
|
|
170
169
|
"yeoman-generator": "7.1.1"
|
|
171
170
|
},
|
|
@@ -181,7 +180,7 @@
|
|
|
181
180
|
"eslint-config-airbnb-base": "15.0.0",
|
|
182
181
|
"eslint-config-prettier": "9.1.0",
|
|
183
182
|
"eslint-plugin-chai-friendly": "0.7.4",
|
|
184
|
-
"eslint-plugin-mocha": "10.4.
|
|
183
|
+
"eslint-plugin-mocha": "10.4.3",
|
|
185
184
|
"eslint-plugin-prettier": "5.1.3",
|
|
186
185
|
"esmocha": "1.2.0",
|
|
187
186
|
"jest-extended": "4.0.2",
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"title": "Mirëseerdhët në, Java Hipster!",
|
|
4
|
-
"subtitle": "Ky është kreu juaj",
|
|
5
|
-
"logged": {
|
|
6
|
-
"message": "Ju jeni futur si \"{{username}}\"."
|
|
7
|
-
},
|
|
8
|
-
"question": "Në qoftë se keni ndonjë pyetje rreth JHipster:",
|
|
9
|
-
"link": {
|
|
10
|
-
"homepage": "Kreu i JHipster",
|
|
11
|
-
"stackoverflow": "JHipster tek Stack Overflow",
|
|
12
|
-
"bugtracker": "JHipster bug tracker",
|
|
13
|
-
"chat": "JHipster dhoma e chatit publik",
|
|
14
|
-
"follow": "ndiq @jhipster në Twitter"
|
|
15
|
-
},
|
|
16
|
-
"like": "Në qoftë se ju pëlqen JHipster, mos harroni të na jepni një yll në",
|
|
17
|
-
"github": "GitHub"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"title": "أهلا وسهلا بك، جافا هبستر!",
|
|
4
|
-
"subtitle": "هذه صفحتك الرئيسية",
|
|
5
|
-
"logged": {
|
|
6
|
-
"message": "قمت بتسجيل الدخول كمستخدم \"{{username}}\"."
|
|
7
|
-
},
|
|
8
|
-
"question": "إذا كان لديك أي سؤال حول JHipster:",
|
|
9
|
-
"link": {
|
|
10
|
-
"homepage": "JHipster homepage",
|
|
11
|
-
"stackoverflow": "JHipster on Stack Overflow",
|
|
12
|
-
"bugtracker": "JHipster bug tracker",
|
|
13
|
-
"chat": "JHipster public chat room",
|
|
14
|
-
"follow": "follow @jhipster on Twitter"
|
|
15
|
-
},
|
|
16
|
-
"like": "إذا كنت تحب JHipster، لا تنسى أن تعطي لنا نجم على",
|
|
17
|
-
"github": "GitHub"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"title": "Salam, Java Hipster!",
|
|
4
|
-
"subtitle": "Bu Ana Səhifəniz",
|
|
5
|
-
"logged": {
|
|
6
|
-
"message": "\"{{username}}\" olaraq giriş etdiniz."
|
|
7
|
-
},
|
|
8
|
-
"question": "JHipster haqqında suallarınız üçün:",
|
|
9
|
-
"link": {
|
|
10
|
-
"homepage": "JHipster ana səhifə",
|
|
11
|
-
"stackoverflow": "Stack Overflowda JHipster",
|
|
12
|
-
"bugtracker": "JHipster xəta izləmə",
|
|
13
|
-
"chat": "JHipster ümumi söhbət otağı",
|
|
14
|
-
"follow": "Twitterdə @jhipster adresindən əlaqə saxlaya bilərsiniz"
|
|
15
|
-
},
|
|
16
|
-
"like": "JHipsteri bəyənsəniz ulduz verməyi unutmayın",
|
|
17
|
-
"github": "GitHub"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"title": "Добре дошли, Java Hipster!",
|
|
4
|
-
"subtitle": "Това е вашата начална страница",
|
|
5
|
-
"logged": {
|
|
6
|
-
"message": "Влезли сте като потребител \"{{username}}\"."
|
|
7
|
-
},
|
|
8
|
-
"question": "Ако имате някакви въпроси относно JHipster:",
|
|
9
|
-
"link": {
|
|
10
|
-
"homepage": "JHipster начална страница",
|
|
11
|
-
"stackoverflow": "JHipster в Stack Overflow",
|
|
12
|
-
"bugtracker": "JHipster проследяване на грешки",
|
|
13
|
-
"chat": "JHipster общодостъпна чат стая",
|
|
14
|
-
"follow": "последвайте @jhipster в Twitter"
|
|
15
|
-
},
|
|
16
|
-
"like": "Ако харесвате JHipster, не забравяйте да ни дадете звезда в",
|
|
17
|
-
"github": "GitHub"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"title": "স্বাগতম, জাভা হিপ্সটার",
|
|
4
|
-
"subtitle": "এটা আপনার হোম পেইজ",
|
|
5
|
-
"logged": {
|
|
6
|
-
"message": "আপনি লগ ইন করেছেন এই ইউজারনেম দিয়েঃ \"{{username}}\"."
|
|
7
|
-
},
|
|
8
|
-
"question": "JHipster নিয়ে প্রশ্ন থাকলে:",
|
|
9
|
-
"link": {
|
|
10
|
-
"homepage": "JHipster হোম পেইজ",
|
|
11
|
-
"stackoverflow": "Stack Overflow তে JHipster",
|
|
12
|
-
"bugtracker": "JHipster বাগ ট্র্যাকার",
|
|
13
|
-
"chat": "JHipster পাবলিক চ্যাট রুম",
|
|
14
|
-
"follow": "টুইটার এ ফলো করুন @jhipster"
|
|
15
|
-
},
|
|
16
|
-
"like": "JHipster ভাল লেগে থাকলে স্টার দিতে ভুলবেন না",
|
|
17
|
-
"github": "GitHub"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"title": "Сардэчна запрашаем, Java Hipster!",
|
|
4
|
-
"subtitle": "Гэта ваша дамашняя старонка",
|
|
5
|
-
"logged": {
|
|
6
|
-
"message": "Вы ўвайшлі як карыстальнік \"{{username}}\"."
|
|
7
|
-
},
|
|
8
|
-
"question": "Калі ў Вас з'явіліся пытанні па JHipster:",
|
|
9
|
-
"link": {
|
|
10
|
-
"homepage": "JHipster дамашняя старонка",
|
|
11
|
-
"stackoverflow": "JHipster на Stack Overflow",
|
|
12
|
-
"bugtracker": "JHipster баг трекер",
|
|
13
|
-
"chat": "JHipster public chat room",
|
|
14
|
-
"follow": "карыстальнік @jhipster в Twitter"
|
|
15
|
-
},
|
|
16
|
-
"like": "Калі вам падабаецца JHipster, не забудзьце даць нам зорачку на",
|
|
17
|
-
"github": "GitHub"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"title": "Benvingut, Java Hipster!",
|
|
4
|
-
"subtitle": "Aquesta és la pàgina principal",
|
|
5
|
-
"logged": {
|
|
6
|
-
"message": "S'ha connectat amb l'usuari \"{{username}}\"."
|
|
7
|
-
},
|
|
8
|
-
"question": "Si tens qualsevol pregunta sobre JHipster:",
|
|
9
|
-
"link": {
|
|
10
|
-
"homepage": "Pàgina preincipal de JHipster",
|
|
11
|
-
"stackoverflow": "JHipster a Stack Overflow",
|
|
12
|
-
"bugtracker": "JHipster seguiment d'incidencies",
|
|
13
|
-
"chat": "JHipster public chat room",
|
|
14
|
-
"follow": "Contacte @jhipster a Twitter"
|
|
15
|
-
},
|
|
16
|
-
"like": "Si li agrada JHipster, no oblidi donar-nos una estrella",
|
|
17
|
-
"github": "GitHub"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"title": "Vítejte, Java Hipster!",
|
|
4
|
-
"subtitle": "Toto je vaše domovská stránka",
|
|
5
|
-
"logged": {
|
|
6
|
-
"message": "Jste přihlášen jako \"{{username}}\"."
|
|
7
|
-
},
|
|
8
|
-
"question": "Pokud máte nějaké dotazy týkající se JHipster:",
|
|
9
|
-
"link": {
|
|
10
|
-
"homepage": "Domovská stránka JHipster",
|
|
11
|
-
"stackoverflow": "JHipster ve službě Stack Overflow",
|
|
12
|
-
"bugtracker": "Nahlašování chyb JHipster",
|
|
13
|
-
"chat": "Veřejná chatovací místnost JHipster",
|
|
14
|
-
"follow": "Sledovat @jhipster ve službě Twitter"
|
|
15
|
-
},
|
|
16
|
-
"like": "Pokud se vám JHipster líbí, nezapomeňte nám dát hvězdičku ve službě",
|
|
17
|
-
"github": "GitHub"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"title": "Velkommen, Java Hipster!",
|
|
4
|
-
"subtitle": "Dette er din startside",
|
|
5
|
-
"logged": {
|
|
6
|
-
"message": "Du er logget ind som bruger \"{{username}}\"."
|
|
7
|
-
},
|
|
8
|
-
"question": "Hvis du har spørgsmål om JHipster:",
|
|
9
|
-
"link": {
|
|
10
|
-
"homepage": "JHipster homepage",
|
|
11
|
-
"stackoverflow": "JHipster på Stack Overflow",
|
|
12
|
-
"bugtracker": "JHipster bug tracker",
|
|
13
|
-
"chat": "JHipster public chat room",
|
|
14
|
-
"follow": "Kontakt @jhipster på Twitter"
|
|
15
|
-
},
|
|
16
|
-
"like": "Hvis du kan lide JHipster, så husk at give os en stjerne på",
|
|
17
|
-
"github": "GitHub"
|
|
18
|
-
}
|
|
19
|
-
}
|