Skip to content

Commit

Permalink
chore(translations): auto generate values for languages other than en…
Browse files Browse the repository at this point in the history
…glish
  • Loading branch information
actions-user committed Feb 6, 2025
1 parent 6b2ceb5 commit 21d35f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@
"is_one_of": "es uno de",
"between": "entre",
"greater_than": "mayor que",
"less_than": "menos que",
"less_than": "menor que",
"ends_with": "termina con"
},
"save": {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@
"is_one_of": "est l'un de",
"between": "entre",
"greater_than": "supérieur à",
"less_than": "moins de",
"less_than": "moins que",
"ends_with": "se termine par"
},
"save": {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
"between": "",
"greater_than": "より大きい",
"less_than": "未満",
"ends_with": "で終わる"
"ends_with": "で終了します"
},
"save": {
"label": "保存済み検索",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
"between": "между",
"greater_than": "больше чем",
"less_than": "меньше чем",
"ends_with": "заканчивается на"
"ends_with": "заканчивается с"
},
"save": {
"label": "Сохранённые поиски",
Expand Down

0 comments on commit 21d35f4

Please sign in to comment.