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

0.20.0-pre.2 #136

Merged
merged 6 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ jobs:
# Prepare output dir
mkdir -p build || exit 1
cp target/release/testangel build/
cp target/release/testangel-new-ui build/
cp target/release/testangel-executor build/
# Prepare engines
mkdir -p build/engines || exit 1
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.20.0-pre.1"
version = "0.20.0-pre.2"
edition = "2021"

[workspace]
Expand Down
18 changes: 6 additions & 12 deletions testangel/locales/en/main.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ value = Value
nothing-open = Nothing is Open
delete = Delete

header-more = More...
header-new = New
header-open = Open...
header-save = Save
header-save-as = Save as...
header-close = Close
header-about = About { app-name }
acknowledgements-testing-title = Software Testing
acknowledgements-translations-title = Translations
Expand Down Expand Up @@ -39,12 +45,6 @@ filetype-pdf = PDF files

flow-header-add = Add step
flow-header-run = Run flow
flow-header-more = More...
flow-header-new = New flow
flow-header-open = Open flow...
flow-header-save = Save flow
flow-header-save-as = Save flow as...
flow-header-close = Close flow
flow-nothing-open-description = Open a flow or add a step to get started

flow-action-changed = Flow Actions Changed
Expand Down Expand Up @@ -74,12 +74,6 @@ flow-step-label = Step { $step }: { $name }
# Actions

action-header-add = Add step
action-header-more = More...
action-header-new = New action
action-header-open = Open action...
action-header-save = Save action
action-header-save-as = Save action as...
action-header-close = Close action
action-nothing-open-description = Open an action or add a step to get started

action-save-before = Save this action?
Expand Down
22 changes: 8 additions & 14 deletions testangel/locales/sv/main.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ value = Värde
nothing-open = Inget är öppet
delete = Ta bort

header-more = Mer...
header-new = Ny
header-open = Öppna...
header-save = Spara
header-save-as = Spara som...
header-close = Stäng
header-about = Om { app-name }
acknowledgements-testing-title = Programtestning
acknowledgements-translations-title = Översättningar
Expand All @@ -26,7 +32,7 @@ delete-step = Ta bort steg

source-literal = Direktvärde
source-from-step = Från steg { $step }: { $name }
source-from-param = From Parameter: { $param }
source-from-param = Från parameter: { $param }

# File types

Expand All @@ -39,12 +45,6 @@ filetype-pdf = PDF-filer

flow-header-add = Lägg till steg
flow-header-run = Kör flöde
flow-header-more = Mer...
flow-header-new = Nytt flöde
flow-header-open = Öppna flöde...
flow-header-save = Spara flöde
flow-header-save-as = Spara flöde som...
flow-header-close = Stäng flöde
flow-nothing-open-description = Öppna en flöde eller lägg till ett steg för att komma igång

flow-action-changed = Åtgärder i flödet har ändrats
Expand All @@ -71,12 +71,6 @@ flow-step-label = Steg { $step }: { $name }
# Actions

action-header-add = Lägg till steg
action-header-more = Mer...
action-header-new = Ny åtgärd
action-header-open = Öppna åtgärd...
action-header-save = Spara åtgärd
action-header-save-as = Spara åtgärd som...
action-header-close = Stäng åtgärd
action-nothing-open-description = Öppna en åtgärd eller lägg till ett steg för att komma igång

action-save-before = Spara denna åtgärden?
Expand All @@ -96,7 +90,7 @@ action-metadata-name = Åtgördsnamn
action-metadata-group = Åtgärdsgrupp
action-metadata-author = Skapare
action-metadata-description = Beskrivning
action-metadata-visible = Visible in Flow Editor
action-metadata-visible = Synlig i flödesredigeraren

action-params-new = Ny ingångsparameter
action-params-name-placeholder = Parametersnamn
Expand Down
Loading