Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #508

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
77b18a2
New translations en.json (Spanish)
stritti Nov 3, 2023
6857e35
New translations en.json (French)
stritti Nov 3, 2023
0f7e759
New translations en.json (German)
stritti Nov 3, 2023
8cfa4b1
New translations en.json (Italian)
stritti Nov 3, 2023
43b03b2
New translations en.json (Polish)
stritti Nov 3, 2023
56883d3
New translations en.json (Portuguese)
stritti Nov 3, 2023
2ad2804
New translations en.json (Ukrainian)
stritti Nov 3, 2023
ca44b32
Update source file en.json
stritti Nov 3, 2023
48ecce2
New translations en.json (French)
stritti Nov 30, 2023
533c50c
New translations en.json (Spanish)
stritti Nov 30, 2023
f41fff6
New translations en.json (German)
stritti Nov 30, 2023
84e858d
New translations en.json (Italian)
stritti Nov 30, 2023
f6b61e2
New translations en.json (Polish)
stritti Nov 30, 2023
858f471
New translations en.json (Portuguese)
stritti Nov 30, 2023
bcf97db
New translations en.json (Ukrainian)
stritti Nov 30, 2023
5843707
Update source file en.json
stritti Nov 30, 2023
1dcd678
New translations en.json (French)
stritti Nov 30, 2023
ea2f90b
New translations en.json (Spanish)
stritti Nov 30, 2023
14656dd
New translations en.json (German)
stritti Nov 30, 2023
b30296e
New translations en.json (Italian)
stritti Nov 30, 2023
7820342
New translations en.json (Polish)
stritti Nov 30, 2023
2083e3d
New translations en.json (Portuguese)
stritti Nov 30, 2023
b6939e6
New translations en.json (Ukrainian)
stritti Nov 30, 2023
fac26fc
Update source file en.json
stritti Nov 30, 2023
79acb39
New translations en.json (French)
stritti Dec 22, 2023
c61c1a0
New translations en.json (Spanish)
stritti Dec 22, 2023
2d656ae
New translations en.json (German)
stritti Dec 22, 2023
cb9a131
New translations en.json (Italian)
stritti Dec 22, 2023
c1e0e3a
New translations en.json (Polish)
stritti Dec 22, 2023
8c63e88
New translations en.json (Portuguese)
stritti Dec 22, 2023
ee8738e
New translations en.json (Ukrainian)
stritti Dec 22, 2023
a32a88f
Update source file en.json
stritti Dec 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"buttons": {
"new": "Neu",
"result": "Ergebnisse anzeigen",
"finish": "Sitzung beenden"
"finish": "Sitzung beenden",
"autoRevealOn": "Auto reveal on",
"autoRevealOff": "Auto reveal off"
}
},
"modal": {
Expand Down Expand Up @@ -123,6 +125,30 @@
"attendeesText": "Teilnehmer",
"lastMonthTitle": "Letzter Monat",
"activeTitle": "Momentan"
},
"connectors": {
"jiraServer": {
"description": "You can connect Diveni to your Jira Server. For more information check out our Documentation"
},
"jiraCloud": {
"description": "You can connect Diveni to your Jira Cloud. For more information check out our Documentation"
},
"azureDevOps": {
"description": "You can connect Diveni to your Azure Dev Ops organziation. You just need to get yourself a Personal Access Token and add it to the backend"
},
"github": {
"description": "You can create a connection to your github profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
},
"gitlab": {
"description": "You can create a connection to your gitlab profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
}
}
},
"news": {
"buttons": {
"info": {
"label": "What's new"
}
}
}
},
Expand Down Expand Up @@ -207,6 +233,9 @@
"signInWithAzureDevOps": {
"label": "Mit Azure DevOps anmelden"
},
"signInWithGithub": {
"label": "Sign in with Github"
},
"selectProject": {
"label": "Wählen Sie ihr Jira-Projekt aus"
},
Expand Down
31 changes: 30 additions & 1 deletion frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"buttons": {
"new": "New",
"result": "Show result",
"finish": "Finish session"
"finish": "Finish session",
"autoRevealOn": "Auto reveal on",
"autoRevealOff": "Auto reveal off"
}
},
"modal": {
Expand Down Expand Up @@ -123,6 +125,30 @@
"attendeesText": "Attendees",
"lastMonthTitle": "Last Month",
"activeTitle": "Currently"
},
"connectors": {
"jiraServer": {
"description": "You can connect Diveni to your Jira Server. For more information check out our Documentation"
},
"jiraCloud": {
"description": "You can connect Diveni to your Jira Cloud. For more information check out our Documentation"
},
"azureDevOps": {
"description": "You can connect Diveni to your Azure Dev Ops organziation. You just need to get yourself a Personal Access Token and add it to the backend"
},
"github": {
"description": "You can create a connection to your github profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
},
"gitlab": {
"description": "You can create a connection to your gitlab profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
}
}
},
"news": {
"buttons": {
"info": {
"label": "What's new"
}
}
}
},
Expand Down Expand Up @@ -207,6 +233,9 @@
"signInWithAzureDevOps": {
"label": "Sign in with Azure DevOps"
},
"signInWithGithub": {
"label": "Sign in with Github"
},
"selectProject": {
"label": "Select your jira project"
},
Expand Down
31 changes: 30 additions & 1 deletion frontend/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"buttons": {
"new": "Nuevo",
"result": "Mostrar resultado",
"finish": "Terminar sesión"
"finish": "Terminar sesión",
"autoRevealOn": "Auto reveal on",
"autoRevealOff": "Auto reveal off"
}
},
"modal": {
Expand Down Expand Up @@ -123,6 +125,30 @@
"attendeesText": "Colaboradores",
"lastMonthTitle": "Last Month",
"activeTitle": "Currently"
},
"connectors": {
"jiraServer": {
"description": "You can connect Diveni to your Jira Server. For more information check out our Documentation"
},
"jiraCloud": {
"description": "You can connect Diveni to your Jira Cloud. For more information check out our Documentation"
},
"azureDevOps": {
"description": "You can connect Diveni to your Azure Dev Ops organziation. You just need to get yourself a Personal Access Token and add it to the backend"
},
"github": {
"description": "You can create a connection to your github profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
},
"gitlab": {
"description": "You can create a connection to your gitlab profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
}
}
},
"news": {
"buttons": {
"info": {
"label": "What's new"
}
}
}
},
Expand Down Expand Up @@ -207,6 +233,9 @@
"signInWithAzureDevOps": {
"label": "Inicia sesión con Azure DevOps"
},
"signInWithGithub": {
"label": "Sign in with Github"
},
"selectProject": {
"label": "Selecciona tu proyecto de Jira"
},
Expand Down
31 changes: 30 additions & 1 deletion frontend/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"buttons": {
"new": "Nouveau",
"result": "Afficher le résultat",
"finish": "Terminer la session"
"finish": "Terminer la session",
"autoRevealOn": "Auto reveal on",
"autoRevealOff": "Auto reveal off"
}
},
"modal": {
Expand Down Expand Up @@ -123,6 +125,30 @@
"attendeesText": "Attendees",
"lastMonthTitle": "Last Month",
"activeTitle": "Currently"
},
"connectors": {
"jiraServer": {
"description": "You can connect Diveni to your Jira Server. For more information check out our Documentation"
},
"jiraCloud": {
"description": "You can connect Diveni to your Jira Cloud. For more information check out our Documentation"
},
"azureDevOps": {
"description": "You can connect Diveni to your Azure Dev Ops organziation. You just need to get yourself a Personal Access Token and add it to the backend"
},
"github": {
"description": "You can create a connection to your github profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
},
"gitlab": {
"description": "You can create a connection to your gitlab profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
}
}
},
"news": {
"buttons": {
"info": {
"label": "What's new"
}
}
}
},
Expand Down Expand Up @@ -207,6 +233,9 @@
"signInWithAzureDevOps": {
"label": "Connectez-vous avec Azure DevOps"
},
"signInWithGithub": {
"label": "Sign in with Github"
},
"selectProject": {
"label": "Se connecter avec le serveur Jira"
},
Expand Down
31 changes: 30 additions & 1 deletion frontend/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"buttons": {
"new": "Nuovo",
"result": "Mostra risultato",
"finish": "Termina sessione"
"finish": "Termina sessione",
"autoRevealOn": "Auto reveal on",
"autoRevealOff": "Auto reveal off"
}
},
"modal": {
Expand Down Expand Up @@ -123,6 +125,30 @@
"attendeesText": "Attendees",
"lastMonthTitle": "Last Month",
"activeTitle": "Currently"
},
"connectors": {
"jiraServer": {
"description": "You can connect Diveni to your Jira Server. For more information check out our Documentation"
},
"jiraCloud": {
"description": "You can connect Diveni to your Jira Cloud. For more information check out our Documentation"
},
"azureDevOps": {
"description": "You can connect Diveni to your Azure Dev Ops organziation. You just need to get yourself a Personal Access Token and add it to the backend"
},
"github": {
"description": "You can create a connection to your github profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
},
"gitlab": {
"description": "You can create a connection to your gitlab profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
}
}
},
"news": {
"buttons": {
"info": {
"label": "What's new"
}
}
}
},
Expand Down Expand Up @@ -207,6 +233,9 @@
"signInWithAzureDevOps": {
"label": "Accedi con Azure DevOps"
},
"signInWithGithub": {
"label": "Sign in with Github"
},
"selectProject": {
"label": "Seleziona il tuo progetto Jira"
},
Expand Down
31 changes: 30 additions & 1 deletion frontend/src/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"buttons": {
"new": "Nowy",
"result": "Pokaż wynik",
"finish": "Zakończ sesję"
"finish": "Zakończ sesję",
"autoRevealOn": "Auto reveal on",
"autoRevealOff": "Auto reveal off"
}
},
"modal": {
Expand Down Expand Up @@ -123,6 +125,30 @@
"attendeesText": "Uczestnicy",
"lastMonthTitle": "W zeszłym miesiącu",
"activeTitle": "Obecnie"
},
"connectors": {
"jiraServer": {
"description": "You can connect Diveni to your Jira Server. For more information check out our Documentation"
},
"jiraCloud": {
"description": "You can connect Diveni to your Jira Cloud. For more information check out our Documentation"
},
"azureDevOps": {
"description": "You can connect Diveni to your Azure Dev Ops organziation. You just need to get yourself a Personal Access Token and add it to the backend"
},
"github": {
"description": "You can create a connection to your github profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
},
"gitlab": {
"description": "You can create a connection to your gitlab profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
}
}
},
"news": {
"buttons": {
"info": {
"label": "What's new"
}
}
}
},
Expand Down Expand Up @@ -207,6 +233,9 @@
"signInWithAzureDevOps": {
"label": "Zaloguj się za pomocą Azure DevOps"
},
"signInWithGithub": {
"label": "Sign in with Github"
},
"selectProject": {
"label": "Wybierz swój projekt Jira"
},
Expand Down
31 changes: 30 additions & 1 deletion frontend/src/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"buttons": {
"new": "Novidades",
"result": "Mostrar resultado",
"finish": "Finalizar a sessão"
"finish": "Finalizar a sessão",
"autoRevealOn": "Auto reveal on",
"autoRevealOff": "Auto reveal off"
}
},
"modal": {
Expand Down Expand Up @@ -123,6 +125,30 @@
"attendeesText": "Attendees",
"lastMonthTitle": "Last Month",
"activeTitle": "Currently"
},
"connectors": {
"jiraServer": {
"description": "You can connect Diveni to your Jira Server. For more information check out our Documentation"
},
"jiraCloud": {
"description": "You can connect Diveni to your Jira Cloud. For more information check out our Documentation"
},
"azureDevOps": {
"description": "You can connect Diveni to your Azure Dev Ops organziation. You just need to get yourself a Personal Access Token and add it to the backend"
},
"github": {
"description": "You can create a connection to your github profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
},
"gitlab": {
"description": "You can create a connection to your gitlab profile via a Personal Access Token. Just click on log in and paste your personal access token into the input field"
}
}
},
"news": {
"buttons": {
"info": {
"label": "What's new"
}
}
}
},
Expand Down Expand Up @@ -207,6 +233,9 @@
"signInWithAzureDevOps": {
"label": "Entrar com Azure DevOps"
},
"signInWithGithub": {
"label": "Sign in with Github"
},
"selectProject": {
"label": "Selecione seu projeto Jira"
},
Expand Down
Loading
Loading