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

da-dk/translate #11

Merged
merged 3 commits into from
Nov 2, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Translate intents.json via GitLocalize
mt-gitlocalize committed Nov 2, 2024
commit 1a70da79ab1e7786921284a7efb573984cf52c9e
20 changes: 20 additions & 0 deletions translations/da-dk/intents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"picture.about.intent": [
"(vis|vis|tilfældig|ny) (billede|foto|billede) (om|for|med) {forespørgsel}",
"(vis|vis) mig et (billede|foto|billede) (om|for|med) {query}",
"(vis|vis) mig en (tilfældig|ny|anden|anden) (billede|foto|billede) (om|for|med) {query}",
"(vis|visning) (tilfældig|ny|andet|andet) (billede|foto|billede) (om|for|med) {forespørgsel}"
],
"picture.random.intent": [
"(vis|vis|tilfældig|ny) (billede|foto|billede)",
"(vis|vis) mig et (billede|foto|billede)",
"(vis|vis) mig en (tilfældig|ny|anden|anden) (billede|foto|billede)",
"(vis|visning) (tilfældig|ny|andet|andet) (billede|foto|billede)"
],
"wallpaper.about.intent": [
"(ændre|tilfældig|ny) (tapet|tapet) (om|for|med|til) {query}"
],
"wallpaper.random.intent": [
"(ændre|tilfældig|ny) (tapet|tapet)"
]
}