Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Jan 1, 2025
1 parent b1b0ceb commit 8b741f9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion frontend/src/components/CMakeCocktailDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
v-close-popup
/>
</q-toolbar>
<q-separator />
<q-separator
:dark="color.backgroundDark"
/>
</q-card-section>
<q-card-section class="page-content">
<c-make-cocktail-dialog-amount-to-produce
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/i18n/da_DK/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -947,8 +947,8 @@ export default {
on_repeat_label: 'På gentagelse'
},
python: {
desc: 'Udfører en python-fil. Docker-billedet bruger python 3. Du kan også se konsoloutput af dit program i realtid.',
install_lib_tip: 'Installer nye biblioteker ved at bruge: <b>pip3 install &#60;bibliotek&#62;</b>',
desc: 'Kører en Python-fil. Python 3 bruges. Du kan også se konsoloutput af dit program i realtid.',
install_lib_tip: 'Nye biblioteker kan installeres med <b>&#60;rodmappe&#62;/venv/bin/pip3 install &#60;bibliotek&#62;</b>, hvor "rodmappe" svarer til mappen, hvor cocktailpi jar-filen ligger. Bemærk venligst, at venv-mappen først oprettes, efter at Python-bibliotekerne er blevet scannet ved hjælp af knappen nedenfor, eller et Python-script er blevet kørt via hændelsessystemet.',
fetching_libs: 'Henter biblioteker',
lib_list_lib: 'Bibliotek',
lib_list_version: 'Version',
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/de/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ export default {
python: {
desc: 'Führt eine Python-Datei aus. Es wird Python 3 verwendet. ' +
'Die Konsolenausgabe Ihres Programms wird in Echtzeit anzeigt.',
install_lib_tip: 'Neue Bibliotheken können mit <b>pip3 install &#60;Bibliothek&#62;</b> installiert werden.',
install_lib_tip: 'Neue Bibliotheken können mit <b>&#60;Stammordner&#62;/venv/bin/pip3 install &#60;Bibliothek&#62;</b> installiert werden, wobei "Stammordner" dem Ordner entspricht, in welchem die cocktailpi-jar-datei liegt. Bitte beachte, dass der venv-Ordner erst stellet wird, nachdem die python Libraries mit dem Button unterhalb ausgelesen wurden, oder ein Pythonskript über das Eventsystem ausgeführt wurde.',
fetching_libs: 'Bibliotheken laden',
lib_list_lib: 'Bibliothek',
lib_list_version: 'Version',
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/i18n/en_US/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1105,9 +1105,9 @@ export default {
on_repeat_label: 'On repeat'
},
python: {
desc: 'Executes a python file. The docker image uses python 3. ' +
desc: 'Executes a python file using python 3. ' +
'You can also view the console output of your program in real-time.',
install_lib_tip: 'Install new libraries by using: <b>pip3 install &#60;library&#62;</b>',
install_lib_tip: 'New libraries can be installed using <b>&#60;root folder&#62;/venv/bin/pip3 install &#60;library&#62;</b>, where "root folder" corresponds to the folder containing the cocktailpi jar file. Please note that the venv folder is only created after the Python libraries have been scanned using the button below or a Python script has been executed via the event system.',
fetching_libs: 'Fetching Libraries',
lib_list_lib: 'Library',
lib_list_version: 'Version',
Expand Down

0 comments on commit 8b741f9

Please sign in to comment.