-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Translate skill files to german #19
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
73509fe
add open Sentence
MidnightNerd a7fdcbf
add weather Sentence
MidnightNerd 5885005
add search Sentence
MidnightNerd 8bc6076
add lyrics calculator
MidnightNerd a6c380c
Update app/src/main/sentences/de/search.dslf
MidnightNerd eb8b9c5
Update app/src/main/sentences/de/calculator.dslf
MidnightNerd c5349b6
Update app/src/main/sentences/de/weather.dslf
MidnightNerd 9e2e28a
Update arrays.xml
MidnightNerd 6456ed4
small language improvements
MidnightNerd ea1fb30
small language improvements
MidnightNerd 591e6a9
small language improvements
MidnightNerd 472a0ae
Update open.dslf
MidnightNerd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
calculator: medium | ||
berechne|(was ist|ergibt) (die|das|der)? .calculation.; | ||
|
||
calculator_operators: low | ||
[addition] plus|summe|summiere|addiere|(füge hinzu); | ||
[subtraction] minus|subtrahiere|(ziehe von?); | ||
[multiplication] mal|(prudukt von)|(multipliziere mit?); | ||
[division] dividiere|(quotient von?)|(geteilt durch?)|durch; | ||
[power] hoch; | ||
[square_root] die wurzel von?; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
lyrics: high | ||
(zeige|finde heraus|lade|finde)? mir? den|die|das? lyrics|text|liedtext|lied (von|für (das Lied|den Song)?)? .song.; | ||
.song. lyrics|text|songtext|liedtext; | ||
Wie heißt (das Lied)|(der Song) (dass|das|der so geht)|(mit dem Text) .song.; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
open: medium | ||
starte|zeige|öffne|oeffne ((die|den|das)|(die app|anwendung))? .what. (app|anwendung)?; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
search: low | ||
finde heraus? (was|wer)? .what. (ist|war)?; | ||
suche nach? .what.; | ||
schlage .what. nach; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
weather: high | ||
regnet|schneit|hagelt es draußen?; | ||
wie ist das wetter draußen; | ||
ist es kalt|warm|eisig|nebelig|regnerisch|verschneit|sonnig draußen?; | ||
regnet|schneit|hagelt es (in .where.)?; | ||
ist es (in .where.)? kalt|warm|eisig|nebelig|regnerisch|verschneit|sonnig (in .where.)?; | ||
wie ist das wetter (in .where.)?; | ||
scheint die sonne (in .where.)?; | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the calculator will not be available since
dicio-numbers
has not been translated to German yet. This is not blocking, though, as German can be made available in the app even if the calculator won't be enabled.