Skip to content

Commit

Permalink
Added Gitlab languages OWASP#9-Gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-winter committed Feb 10, 2024
1 parent 9a89297 commit 6af0b77
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 1 deletion.
4 changes: 4 additions & 0 deletions td.vue/src/i18n/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const ara = {
displayName: 'GitHub',
loginWith: 'تسجيل الدخول باستخدام'
},
gitlab: {
displayName: 'GitLab',
loginWith: 'تسجيل الدخول باستخدام'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: 'تسجيل الدخول باستخدام'
Expand Down
4 changes: 4 additions & 0 deletions td.vue/src/i18n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const deu = {
displayName: 'GitHub',
loginWith: 'Anmelden mit'
},
gitlab: {
displayName: 'GitLab',
loginWith: 'Anmelden mit'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: 'Anmelden mit'
Expand Down
4 changes: 4 additions & 0 deletions td.vue/src/i18n/el.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const ell = {
displayName: 'GitHub',
loginWith: 'Είσοδος με'
},
gitlab: {
displayName: 'GitLab',
loginWith: 'Είσοδος με'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: 'Είσοδος με'
Expand Down
4 changes: 4 additions & 0 deletions td.vue/src/i18n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const spa = {
displayName: 'GitHub',
loginWith: 'Conectarse con'
},
gitlab: {
displayName: 'GitLab',
loginWith: 'Conectarse con'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: 'Conectarse con'
Expand Down
4 changes: 4 additions & 0 deletions td.vue/src/i18n/fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const fin = {
displayName: 'GitHubilla',
loginWith: 'Kirjaudu sisään'
},
gitlab: {
displayName: 'GitLabilla',
loginWith: 'Kirjaudu sisään'
},
bitbucket: {
displayName: 'Bitbucketissa',
loginWith: 'Kirjaudu sisään'
Expand Down
4 changes: 4 additions & 0 deletions td.vue/src/i18n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const fra = {
displayName: 'GitHub',
loginWith: 'Se connecter avec'
},
gitlab: {
displayName: 'GitLab',
loginWith: 'Se connecter avec'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: 'Se connecter avec'
Expand Down
6 changes: 5 additions & 1 deletion td.vue/src/i18n/hi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const hin = {
displayName: 'GitHub',
loginWith: 'से लोगिन करें'
},
gitlab: {
displayName: 'GitLab',
loginWith: 'से लोगिन करें'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: 'से लोगिन करें'
Expand Down Expand Up @@ -370,4 +374,4 @@ const hin = {
}
};

export default hin;
export default hin;
4 changes: 4 additions & 0 deletions td.vue/src/i18n/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const por = {
displayName: 'GitHub',
loginWith: 'Login com'
},
gitlab: {
displayName: 'GitLab',
loginWith: 'Login com'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: 'Login com'
Expand Down
4 changes: 4 additions & 0 deletions td.vue/src/i18n/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const rus = {
displayName: 'GitHub',
loginWith: 'Login with'
},
gitlab: {
displayName: 'GitLab',
loginWith: 'Login with'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: 'Login with'
Expand Down
4 changes: 4 additions & 0 deletions td.vue/src/i18n/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const ukr = {
displayName: 'GitHub',
loginWith: 'Login with'
},
gitlab: {
displayName: 'GitLab',
loginWith: 'Login with'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: 'Login with'
Expand Down
4 changes: 4 additions & 0 deletions td.vue/src/i18n/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const zho = {
displayName: 'GitHub',
loginWith: '登录'
},
gitlab: {
displayName: 'GitLab',
loginWith: '登录'
},
bitbucket: {
displayName: 'Bitbucket',
loginWith: '登录'
Expand Down

0 comments on commit 6af0b77

Please sign in to comment.