Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate authored and actions-user committed Nov 11, 2024
1 parent 631926b commit a6948ac
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions grammars/keywords-de.lark
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ yellow: ("Gelb" | "yellow") _SPACE?
_IS: _SPACE ("ist" | "is") _SPACE
_STANDALONE_IS: ("ist" | "is")
_SLEEP: ("schlafe" | "sleep") _SPACE?
_ADD_LIST: ("hänge" | "add") _SPACE
_TO_LIST: _SPACE? ("an" | "to")
_ADD_LIST: ("hinzufügen" | "add") _SPACE
_TO_LIST: _SPACE? ("zu" | "to")
_REMOVE: ("entferne" | "remove") _SPACE
_FROM: _SPACE? ("aus" | "from")
_AT: _SPACE ("an" | "at") _SPACE
Expand Down
4 changes: 2 additions & 2 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
"de": {
"False": "Falsch|False",
"True": "Wahr|True",
"add": "hänge|add",
"add": "hinzufügen|add",
"and": "und|and",
"ask": "frage|ask",
"at": "an|at",
Expand Down Expand Up @@ -462,7 +462,7 @@
"step": "schritt|step",
"times": "mal|times",
"to": "bis|to",
"to_list": "an|to",
"to_list": "zu|to",
"true": "wahr|true",
"turn": "drehe|turn",
"while": "solange|while",
Expand Down
6 changes: 3 additions & 3 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -61789,7 +61789,7 @@ ${o3}` : i3;
"adventures_completed": "Adventures completed: {number_of_adventures}",
"adventures_restored": "The default adventures have been restored.",
"adventures_tried": "Adventures tried",
"copy_link_to_share": "Copy link to share",
"copy_link_to_share": "N\u0263el ase\u0263wen ara teb\u1E0Du\u1E0D",
"customization_deleted": "Customizations successfully deleted.",
"dice": "\u{1F3B2}",
"directly_available": "Directly open",
Expand Down Expand Up @@ -97239,7 +97239,7 @@ def note_with_error(value, err):
var de = {
False: "Falsch|False",
True: "Wahr|True",
add: "h\xE4nge|add",
add: "hinzuf\xFCgen|add",
and: "und|and",
ask: "frage|ask",
at: "an|at",
Expand Down Expand Up @@ -97286,7 +97286,7 @@ def note_with_error(value, err):
step: "schritt|step",
times: "mal|times",
to: "bis|to",
to_list: "an|to",
to_list: "zu|to",
true: "wahr|true",
turn: "drehe|turn",
while: "solange|while",
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"adventures_completed": "Adventures completed: {number_of_adventures}",
"adventures_restored": "The default adventures have been restored.",
"adventures_tried": "Adventures tried",
"copy_link_to_share": "Copy link to share",
"copy_link_to_share": "Nɣel aseɣwen ara tebḍuḍ",
"customization_deleted": "Customizations successfully deleted.",
"dice": "🎲",
"directly_available": "Directly open",
Expand Down
1 change: 1 addition & 0 deletions translations/kab/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2458,3 +2458,4 @@ msgstr "Ahil-ik·im"

#~ msgid "Output"
#~ msgstr ""

0 comments on commit a6948ac

Please sign in to comment.