Skip to content

Commit

Permalink
chore: update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
eliteSchwein committed Feb 20, 2023
1 parent 2dbc547 commit 2ea4c3f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"pages": {
"gcode_files": {
"entry_label": "${data.path}"
"entry_label": "`${data.path}`"
},
"timelapse_files": {
"entry_label": "`${data.path}`"
},
"configs_download": {
"entry_label": "${data.name}"
"entry_label": "`${data.name}`"
}
},
"embeds": {
Expand Down
4 changes: 2 additions & 2 deletions locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"pages": {
"gcode_files": {
"entry_label": "${data.path}"
"entry_label": "`${data.path}`"
},
"timelapse_files": {
"entry_label": "`${data.path}`"
},
"configs_download": {
"entry_label": "${data.name}"
"entry_label": "`${data.name}`"
}
},
"embeds": {
Expand Down
4 changes: 2 additions & 2 deletions locales/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"pages": {
"gcode_files": {
"entry_label": "${data.path}"
"entry_label": "`${data.path}`"
},
"timelapse_files": {
"entry_label": "`${data.path}`"
},
"configs_download": {
"entry_label": "${data.name}"
"entry_label": "`${data.name}`"
}
},
"embeds": {
Expand Down
6 changes: 3 additions & 3 deletions locales/zf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"pages": {
"gcode_files": {
"entry_label": "${data.path}"
"entry_label": "`${data.path}`"
},
"timelapse_files": {
"entry_label": "`${data.path}`"
},
"configs_download": {
"entry_label": "${data.name}"
"entry_label": "`${data.name}`"
},
"list_files": {
"entry_label": "${data.path}"
"entry_label": "`${data.path}`"
}
},
"embeds": {
Expand Down

0 comments on commit 2ea4c3f

Please sign in to comment.